SeniorTalk: A Chinese Conversation Dataset with Rich Annotations for Super-Aged Seniors
44
48 commits
2 linked in READMEs
updated Aug 15, 2026
SeniorTalk is a comprehensive, open-source Mandarin Chinese speech dataset specifically designed for research on elderly aged 75 to 85. This dataset addresses the critical lack of publicly available resources for this age group, enabling advancements in automatic speech recognition (ASR), speaker verification (SV), speaker dirazation (SD), speech editing and other related fields. The dataset is released under a CC BY-NC-SA 4.0 license, meaning it is available for non-commercial use.
This dataset contains 55.53 hours of high-quality speech data collected from 202 elderly across 16 provinces in China. Key features of the dataset include:
sentence_start_time,sentence_end_time,overlapped speechid, accent_level, text (transcription).special token([SONANT],[MUSIC],[NOISE]....)speaker_id, age, gender, location (province), device.The dataset is split into two subsets:
| Split | # Speakers | # Dialogues | Duration (hrs) | Avg. Dialogue Length (h) |
|---|---|---|---|---|
train | 182 | 91 | 49.83 | 0.54 |
test | 20 | 10 | 5.70 | 0.57 |
| Total | 202 | 101 | 55.53 | 0.55 |
The dataset file structure is as follows.
dialogue_data/
βββ wav
β βββ train/*.tar
β βββ test/*.tar
βββ transcript/*.txt
UTTERANCEINFO.txt # annotation of topics and duration
SPKINFO.txt # annotation of location , age , gender and device
Each WAV file has a corresponding TXT file with the same name, containing its annotations.
For more details, please refer to our paper SeniorTalk.
The dataset is split into three subsets:
| Split | # Speakers | # Utterances | Duration (hrs) | Avg. Utterance Length (s) |
|---|---|---|---|---|
train | 162 | 47,269 | 29.95 | 2.28 |
validation | 20 | 6,891 | 4.09 | 2.14 |
test | 20 | 5,869 | 3.77 | 2.31 |
| Total | 202 | 60,029 | 37.81 | 2.27 |
The dataset file structure is as follows.
sentence_data/
βββ wav
β βββ train/*.tar
β βββ dev/*.tar
β βββ test/*.tar
βββ transcript/*.txt
UTTERANCEINFO.txt # annotation of topics and duration
SPKINFO.txt # annotation of location , age , gender and device
Each WAV file has a corresponding TXT, containing its annotations.
For more details, please refer to our paper SeniorTalk
@misc{chen2025seniortalkchineseconversationdataset,
title={SeniorTalk: A Chinese Conversation Dataset with Rich Annotations for Super-Aged Seniors},
author={Yang Chen and Hui Wang and Shiyao Wang and Junyang Chen and Jiabei He and Jiaming Zhou and Xi Yang and Yequan Wang and Yonghua Lin and Yong Qin},
year={2025},
eprint={2503.16578},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2503.16578},
}
SeniorTalk: A Chinese Conversation Dataset with Rich Annotations for Super-Aged Seniors
44
48 commits
2 linked in READMEs
updated Aug 15, 2026
SeniorTalk is a comprehensive, open-source Mandarin Chinese speech dataset specifically designed for research on elderly aged 75 to 85. This dataset addresses the critical lack of publicly available resources for this age group, enabling advancements in automatic speech recognition (ASR), speaker verification (SV), speaker dirazation (SD), speech editing and other related fields. The dataset is released under a CC BY-NC-SA 4.0 license, meaning it is available for non-commercial use.
This dataset contains 55.53 hours of high-quality speech data collected from 202 elderly across 16 provinces in China. Key features of the dataset include:
sentence_start_time,sentence_end_time,overlapped speechid, accent_level, text (transcription).special token([SONANT],[MUSIC],[NOISE]....)speaker_id, age, gender, location (province), device.The dataset is split into two subsets:
| Split | # Speakers | # Dialogues | Duration (hrs) | Avg. Dialogue Length (h) |
|---|---|---|---|---|
train | 182 | 91 | 49.83 | 0.54 |
test | 20 | 10 | 5.70 | 0.57 |
| Total | 202 | 101 | 55.53 | 0.55 |
The dataset file structure is as follows.
dialogue_data/
βββ wav
β βββ train/*.tar
β βββ test/*.tar
βββ transcript/*.txt
UTTERANCEINFO.txt # annotation of topics and duration
SPKINFO.txt # annotation of location , age , gender and device
Each WAV file has a corresponding TXT file with the same name, containing its annotations.
For more details, please refer to our paper SeniorTalk.
The dataset is split into three subsets:
| Split | # Speakers | # Utterances | Duration (hrs) | Avg. Utterance Length (s) |
|---|---|---|---|---|
train | 162 | 47,269 | 29.95 | 2.28 |
validation | 20 | 6,891 | 4.09 | 2.14 |
test | 20 | 5,869 | 3.77 | 2.31 |
| Total | 202 | 60,029 | 37.81 | 2.27 |
The dataset file structure is as follows.
sentence_data/
βββ wav
β βββ train/*.tar
β βββ dev/*.tar
β βββ test/*.tar
βββ transcript/*.txt
UTTERANCEINFO.txt # annotation of topics and duration
SPKINFO.txt # annotation of location , age , gender and device
Each WAV file has a corresponding TXT, containing its annotations.
For more details, please refer to our paper SeniorTalk
@misc{chen2025seniortalkchineseconversationdataset,
title={SeniorTalk: A Chinese Conversation Dataset with Rich Annotations for Super-Aged Seniors},
author={Yang Chen and Hui Wang and Shiyao Wang and Junyang Chen and Jiabei He and Jiaming Zhou and Xi Yang and Yequan Wang and Yonghua Lin and Yong Qin},
year={2025},
eprint={2503.16578},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2503.16578},
}