Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
File size: 4,691 Bytes
512605c
25a02aa
d1328ec
512605c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1dfb9a3
512605c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d1328ec
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
---
license: cc-by-nc-4.0
arxiv: 2601.14046
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: speaker_id
    dtype: string
  - name: utt_id
    dtype: string
  - name: text
    dtype: string
  - name: accuracy
    dtype: int32
  - name: completeness
    dtype: float32
  - name: fluency
    dtype: int32
  - name: prosodic
    dtype: int32
  - name: total
    dtype: int32
  splits:
  - name: train
    num_bytes: 260979874
    num_examples: 2260
  - name: val
    num_bytes: 37136358
    num_examples: 240
  - name: test
    num_bytes: 288161567
    num_examples: 2500
  download_size: 610453123
  dataset_size: 586277799
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
task_categories:
- automatic-speech-recognition
language:
- en
size_categories:
- 1K<n<10K
---

# 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:

| Field | Type | Description |
|--------|------|-------------|
| `audio` | `Audio` | Speech waveform (16 kHz) |
| `speaker_id` | `string` | Speaker identifier |
| `utt_id` | `string` | Utterance identifier |
| `text` | `string` | Prompt sentence |
| `accuracy` | `int` | Sentence-level pronunciation accuracy |
| `completeness` | `float` | Percentage of correctly pronounced words |
| `fluency` | `int` | Sentence-level fluency score |
| `prosodic` | `int` | Sentence-level prosody score |
| `total` | `int` | Overall 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}, 
}
```