Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
alexiaz commited on
Commit
512605c
·
verified ·
1 Parent(s): e8b0b9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +134 -46
README.md CHANGED
@@ -1,46 +1,134 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: audio
6
- dtype:
7
- audio:
8
- sampling_rate: 16000
9
- - name: speaker_id
10
- dtype: string
11
- - name: utt_id
12
- dtype: string
13
- - name: text
14
- dtype: string
15
- - name: accuracy
16
- dtype: int32
17
- - name: completeness
18
- dtype: float32
19
- - name: fluency
20
- dtype: int32
21
- - name: prosodic
22
- dtype: int32
23
- - name: total
24
- dtype: int32
25
- splits:
26
- - name: train
27
- num_bytes: 260979874
28
- num_examples: 2260
29
- - name: val
30
- num_bytes: 37136358
31
- num_examples: 240
32
- - name: test
33
- num_bytes: 288161567
34
- num_examples: 2500
35
- download_size: 610453123
36
- dataset_size: 586277799
37
- configs:
38
- - config_name: default
39
- data_files:
40
- - split: train
41
- path: data/train-*
42
- - split: val
43
- path: data/val-*
44
- - split: test
45
- path: data/test-*
46
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: audio
6
+ dtype:
7
+ audio:
8
+ sampling_rate: 16000
9
+ - name: speaker_id
10
+ dtype: string
11
+ - name: utt_id
12
+ dtype: string
13
+ - name: text
14
+ dtype: string
15
+ - name: accuracy
16
+ dtype: int32
17
+ - name: completeness
18
+ dtype: float32
19
+ - name: fluency
20
+ dtype: int32
21
+ - name: prosodic
22
+ dtype: int32
23
+ - name: total
24
+ dtype: int32
25
+ splits:
26
+ - name: train
27
+ num_bytes: 260979874
28
+ num_examples: 2260
29
+ - name: val
30
+ num_bytes: 37136358
31
+ num_examples: 240
32
+ - name: test
33
+ num_bytes: 288161567
34
+ num_examples: 2500
35
+ download_size: 610453123
36
+ dataset_size: 586277799
37
+ configs:
38
+ - config_name: default
39
+ data_files:
40
+ - split: train
41
+ path: data/train-*
42
+ - split: val
43
+ path: data/val-*
44
+ - split: test
45
+ path: data/test-*
46
+ task_categories:
47
+ - automatic-speech-recognition
48
+ language:
49
+ - en
50
+ size_categories:
51
+ - 1K<n<10K
52
+ ---
53
+
54
+ # speechocean762: A non-native English corpus for pronunciation scoring task
55
+
56
+ ## Dataset Summary
57
+
58
+ **speechocean762** is an open-source non-native English speech corpus designed for **pronunciation assessment** and **L2 spoken proficiency modeling**.
59
+ This Hugging Face version provides **sentence-level audio and expert scores**, organized into standard `train` / `validation` / `test` splits.
60
+
61
+ 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.
62
+
63
+ This dataset is suitable for:
64
+ - pronunciation scoring
65
+ - L2 speech assessment
66
+ - speech representation learning
67
+ - downstream regression or classification tasks
68
+
69
+ ## Dataset Structure
70
+
71
+ ### Splits
72
+
73
+ The dataset is published with three predefined splits:
74
+ - `train` (2260)
75
+ - `val` (240)
76
+ - `test` (2500)
77
+
78
+ Splits are **speaker-disjoint** and provided as native Hugging Face splits.
79
+
80
+ ### Features
81
+
82
+ Each example contains:
83
+
84
+ | Field | Type | Description |
85
+ |--------|------|-------------|
86
+ | `audio` | `Audio` | Speech waveform (16 kHz) |
87
+ | `speaker_id` | `string` | Speaker identifier |
88
+ | `utt_id` | `string` | Utterance identifier |
89
+ | `text` | `string` | Prompt sentence |
90
+ | `accuracy` | `int` | Sentence-level pronunciation accuracy |
91
+ | `completeness` | `float` | Percentage of correctly pronounced words |
92
+ | `fluency` | `int` | Sentence-level fluency score |
93
+ | `prosodic` | `int` | Sentence-level prosody score |
94
+ | `total` | `int` | Overall pronunciation score |
95
+
96
+ ## Scoring Metrics (Sentence level)
97
+ All sentence-level scores follow the original speechocean762 definitions.
98
+ For detailed descriptions, see:
99
+ - **arXiv:** https://arxiv.org/abs/2104.01378
100
+ - **Github:** https://github.com/jimbozhang/speechocean762
101
+
102
+ ## Dataset Creation
103
+ This Hugging Face dataset is derived from the original speechocean762 corpus and includes:
104
+ - sentence-level audio
105
+ - sentence-level expert scores
106
+ - standardized HF Audio features
107
+ - speaker-disjoint train/val/test splits
108
+
109
+ Word-level and phoneme-level annotations are not included in this version.
110
+
111
+ **Source Dataset**: https://huggingface.co/datasets/mispeech/speechocean762
112
+
113
+ ## License
114
+
115
+ The original speechocean762 dataset is released for free use, including commercial and non-commercial purposes, as stated by the original authors.
116
+ Users should consult the original repository for full licensing details.
117
+
118
+ ## Citation
119
+
120
+ If you use this dataset, please cite the original paper:
121
+
122
+ ```bibtex
123
+ @inproceedings{zhang2021speechocean762,
124
+ title={speechocean762: An Open-Source Non-native English Speech Corpus For Pronunciation Assessment},
125
+ 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},
126
+ booktitle={Proc. Interspeech 2021},
127
+ year={2021}
128
+ }
129
+ ```
130
+
131
+ ## Acknowledgements
132
+
133
+ All credit for data collection and annotation belongs to the original speechocean762 authors.
134
+ This Hugging Face release focuses on standardized access and reproducibility for modern speech and representation learning pipelines.