Common Voice: A Massively-Multilingual Speech Corpus
Rosana ArdilaMegan BransonKelly DavisMichael HenrettyMichael KohlerJosh MeyerReuben MoraisLindsay SaundersFrancis M. TyersGregor Weber
Introduces Common Voice, a massively multilingual and publicly accessible speech corpus of over 2,500 hours across dozens of languages, and establishes baseline transfer-learning results that yield the first published end-to-end speech recognition benchmarks for several under-resourced languages.
The article addresses the scarcity of affordable or available training data for speech recognition technologies across most languages, which limits the development of accessible speech tools worldwide.
This work set out to create and evaluate a large-scale, crowdsourced multilingual speech corpus called Common Voice, along with demonstrating its utility through automatic speech recognition experiments.
Researchers built the corpus using a web platform and app where volunteers record and validate speech clips in their languages. Data from 29 languages totaling over 2,500 hours was collected by more than 50,000 participants as of late 2019. Experiments applied transfer learning from a pre-trained English model to twelve target languages using Mozilla’s DeepSpeech toolkit.
The analysis shows an average Character Error Rate improvement of about 6 points across the twelve languages when four layers were transferred from the English model. Several languages received their first published end-to-end speech recognition results. The corpus is the largest public-domain collection by both hours and languages.
These results mean organizations can now access open data to build or improve speech systems for low-resource languages without high licensing costs or proprietary restrictions. Performance gains reduce the barrier for new language support and support broader deployment of voice interfaces.
Language communities should continue translating the interface, collecting sentences, and recording voices to expand coverage. Additional validation and data splits will strengthen future releases.
The findings rest on an internal data snapshot and early validation mechanics that contained bugs; some languages still have very small speaker counts, so results should be treated as promising but preliminary until larger, cleaner releases are tested.
- Paper: Deep Speech: Scaling up end-to-end speech recognition, Awni Y. Hannun et al. (2014). It introduces the foundational Deep Speech end-to-end recurrent architecture and CTC pipeline that Mozilla's DeepSpeech framework and the Common Voice experiments directly build upon.
- Paper: Deep Speech 2: End-to-End Speech Recognition in English and Mandarin, Dario Amodei et al. (2016). It details the scaled multi-language end-to-end ASR architecture and optimization practices that established the viability of cross-lingual deep speech modeling.
- Paper: Towards End-To-End Speech Recognition with Recurrent Neural Networks, Alex Graves et al. (2014). It establishes foundational CTC-based recurrent neural network training for speech-to-text without intermediate phonetic alignments.
- Paper: Speech Recognition with Deep Recurrent Neural Networks, Alex Graves et al. (2013). It provides the core theoretical foundation for applying deep bidirectional recurrent neural networks directly to acoustic sequence processing.
- Paper: Robust Speech Recognition via Large-Scale Weak Supervision, Alec Radford et al. (2023). It evaluates massively multilingual speech recognition at internet scale using weak supervision and benchmarks across diverse public datasets like Common Voice.
- Paper: wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations, Alexei Baevski et al. (2020). It provides a self-supervised representation learning framework that drastically reduces the labeled data required for low-resource automatic speech recognition.
- Paper: HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units, Wei-Ning Hsu et al. (2021). It introduces masked hidden-unit prediction to advance self-supervised acoustic representation learning for low-resource speech recognition.
- Paper: Conformer: Convolution-augmented Transformer for Speech Recognition, Anmol Gulati et al. (2020). It develops the Conformer architecture combining convolutions and self-attention, significantly advancing acoustic modeling performance beyond earlier recurrent models.
- Paper: WavLM: Large-Scale Self-Supervised Pre-Training for Full Stack Speech Processing, Sanyuan Chen et al. (2021). It scales joint masked speech prediction and denoising to create general-purpose acoustic representations across diverse speech processing tasks.
