CoolFace
Datasetpublic

changelinglab/speechocean-l2eval

speechocean762: A non-native English corpus for pronunciation scoring task Dataset Summary speechocean762 is an open-source non-native English speech corpus designed for pronunciation assessment and L2 spoken proficiency modeling. This Hugging Face version provides sentence-level audio and expert scores, organized into standard train / validation / test splits. All speakers are Mandarin L1 learners of English, spanning both children and adults. Each utterance is… See the full description on the dataset page: https://huggingface.co/datasets/changelinglab/speechocean-l2eval.

sourceHugging Facecc-by-nc-4.0updated 8mo agoView on Hugging Face
0likes34downloads
Dataset Card

speechocean762: A non-native English corpus for pronunciation scoring task

Dataset Summary

speechocean762 is an open-source non-native English speech corpus designed for pronunciation assessment and L2 spoken proficiency modeling. This Hugging Face version provides sentence-level audio and expert scores, organized into standard train / validation / test splits.

All speakers are Mandarin L1 learners of English, spanning both children and adults. Each utterance is evaluated independently by five expert annotators using standardized pronunciation metrics.

This dataset is suitable for:

  • —pronunciation scoring
  • —L2 speech assessment
  • —speech representation learning
  • —downstream regression or classification tasks

Dataset Structure

Splits

The dataset is published with three predefined splits:

  • —train (2260)
  • —val (240)
  • —test (2500)

Splits are speaker-disjoint and provided as native Hugging Face splits.

Features

Each example contains:

FieldTypeDescription
audioAudioSpeech waveform (16 kHz)
speaker_idstringSpeaker identifier
utt_idstringUtterance identifier
textstringPrompt sentence
accuracyintSentence-level pronunciation accuracy
completenessfloatPercentage of correctly pronounced words
fluencyintSentence-level fluency score
prosodicintSentence-level prosody score
totalintOverall pronunciation score

Scoring Metrics (Sentence level)

All sentence-level scores follow the original speechocean762 definitions. For detailed descriptions, see:

  • —arXiv: https://arxiv.org/abs/2104.01378
  • —Github: https://github.com/jimbozhang/speechocean762

Dataset Creation

This Hugging Face dataset is derived from the original speechocean762 corpus and includes:

  • —sentence-level audio
  • —sentence-level expert scores
  • —standardized HF Audio features
  • —speaker-disjoint train/val/test splits

Word-level and phoneme-level annotations are not included in this version.

Source Dataset: https://huggingface.co/datasets/mispeech/speechocean762

License

The original speechocean762 dataset is released for free use, including commercial and non-commercial purposes, as stated by the original authors. Users should consult the original repository for full licensing details.

Citation

If you use this dataset, please cite the original paper:

bibtex
@inproceedings{zhang2021speechocean762,
  title={speechocean762: An Open-Source Non-native English Speech Corpus For Pronunciation Assessment},
  author={Zhang, Junbo and Zhang, Zhiwen and Wang, Yongqing and Yan, Zhiyong and Song, Qiong and Huang, Yukai and Li, Ke and Povey, Daniel and Wang, Yujun},
  booktitle={Proc. Interspeech 2021},
  year={2021}
}

Acknowledgements

All credit for data collection and annotation belongs to the original speechocean762 authors. This Hugging Face release focuses on standardized access and reproducibility for modern speech and representation learning pipelines.

You can use this dataset with our benchmarking toolkit at https://github.com/changelinglab/prism

@misc{prism2026,
      title={PRiSM: Benchmarking Phone Realization in Speech Models}, 
      author={Shikhar Bharadwaj and Chin-Jou Li and Yoonjae Kim and Kwanghee Choi and Eunjung Yeo and Ryan Soh-Eun Shim and Hanyu Zhou and Brendon Boldt and Karen Rosero Jacome and Kalvin Chang and Darsh Agrawal and Keer Xu and Chao-Han Huck Yang and Jian Zhu and Shinji Watanabe and David R. Mortensen},
      year={2026},
      eprint={2601.14046},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2601.14046}, 
}