🤖 AI Summary
High-quality annotated speech data for automatic speech recognition (ASR) and speaker verification (SV) in Mandarin-speaking children aged 3–5 years is severely lacking. Method: We introduce the first large-scale, open-source Mandarin child speech dataset—comprising 41.25 hours of manually transcribed audio from 397 gender-balanced children across multiple provinces in China. It is the first resource enabling joint ASR and SV modeling for this age group and includes comprehensive speaker demographics and geographic distribution analysis. Contribution/Results: Leveraging this dataset, we conduct systematic modeling: training Conformer models from scratch and fine-tuning state-of-the-art self-supervised (HuBERT) and multilingual (Whisper) models. Fine-tuned models reduce character error rate (CER) by over 30% compared to from-scratch training, while achieving robust performance on both ASR (CER) and SV (equal error rate, EER), thereby validating the dataset’s efficacy and practical utility.
📝 Abstract
Automatic speech recognition (ASR) systems have advanced significantly with models like Whisper, Conformer, and self-supervised frameworks such as Wav2vec 2.0 and HuBERT. However, developing robust ASR models for young children's speech remains challenging due to differences in pronunciation, tone, and pace compared to adult speech. In this paper, we introduce a new Mandarin speech dataset focused on children aged 3 to 5, addressing the scarcity of resources in this area. The dataset comprises 41.25 hours of speech with carefully crafted manual transcriptions, collected from 397 speakers across various provinces in China, with balanced gender representation. We provide a comprehensive analysis of speaker demographics, speech duration distribution and geographic coverage. Additionally, we evaluate ASR performance on models trained from scratch, such as Conformer, as well as fine-tuned pre-trained models like HuBERT and Whisper, where fine-tuning demonstrates significant performance improvements. Furthermore, we assess speaker verification (SV) on our dataset, showing that, despite the challenges posed by the unique vocal characteristics of young children, the dataset effectively supports both ASR and SV tasks. This dataset is a valuable contribution to Mandarin child speech research. The dataset is now open-source and freely available for all academic purposes on https://github.com/flageval-baai/ChildMandarin.