nielsr HF Staff commited on
Commit
4553931
·
verified ·
1 Parent(s): 1c0278f

Add paper link, project page and GitHub repository

Browse files

Hi! This PR improves the dataset card for Voices-in-the-Wild-2M by:
- Linking the dataset to the [Mega-ASR paper](https://huggingface.co/papers/2605.19833).
- Adding the GitHub repository and project page links.
- Setting the license to `apache-2.0` in the metadata as specified in the source documentation.
- Updating the loading snippet to use the Hub dataset ID.
- Adding the BibTeX citation.

Files changed (1) hide show
  1. README.md +28 -169
README.md CHANGED
@@ -2,15 +2,16 @@
2
  language:
3
  - en
4
  - zh
 
5
  task_categories:
6
  - automatic-speech-recognition
 
7
  tags:
8
  - audio
9
  - speech
10
  - asr
11
  - robustness
12
  - noisy-speech
13
- pretty_name: Voices in the Wild
14
  configs:
15
  - config_name: default
16
  data_files:
@@ -144,174 +145,15 @@ dataset_info:
144
  dtype: string
145
  - name: index
146
  dtype: int64
147
- splits:
148
- - name: distortion
149
- num_bytes: 14458396013
150
- num_examples: 47333
151
- - name: distortion_dropout
152
- num_bytes: 620182531
153
- num_examples: 2025
154
- - name: distortion_dropout_noise
155
- num_bytes: 628069045
156
- num_examples: 2017
157
- - name: distortion_noise
158
- num_bytes: 599319574
159
- num_examples: 1998
160
- - name: dropout
161
- num_bytes: 14396982676
162
- num_examples: 47040
163
- - name: echo
164
- num_bytes: 14511837194
165
- num_examples: 47450
166
- - name: echo_distortion
167
- num_bytes: 630980880
168
- num_examples: 2072
169
- - name: echo_distortion_dropout
170
- num_bytes: 653591704
171
- num_examples: 2108
172
- - name: echo_distortion_dropout_noise
173
- num_bytes: 645544366
174
- num_examples: 2114
175
- - name: echo_dropout
176
- num_bytes: 632699491
177
- num_examples: 2093
178
- - name: echo_noise
179
- num_bytes: 637824889
180
- num_examples: 2081
181
- - name: echo_recording
182
- num_bytes: 622323050
183
- num_examples: 2056
184
- - name: echo_recording_distortion
185
- num_bytes: 632663030
186
- num_examples: 2136
187
- - name: echo_recording_distortion_dropout
188
- num_bytes: 646417354
189
- num_examples: 2088
190
- - name: echo_recording_distortion_dropout_noise
191
- num_bytes: 636571532
192
- num_examples: 2066
193
- - name: echo_recording_distortion_noise
194
- num_bytes: 642959947
195
- num_examples: 2059
196
- - name: echo_recording_dropout
197
- num_bytes: 638412481
198
- num_examples: 2069
199
- - name: echo_recording_dropout_noise
200
- num_bytes: 627803630
201
- num_examples: 2022
202
- - name: far_field
203
- num_bytes: 14569229223
204
- num_examples: 47371
205
- - name: far_field_distortion
206
- num_bytes: 601679190
207
- num_examples: 2020
208
- - name: far_field_distortion_dropout
209
- num_bytes: 659843645
210
- num_examples: 2065
211
- - name: far_field_distortion_dropout_noise
212
- num_bytes: 638327209
213
- num_examples: 2041
214
- - name: far_field_dropout
215
- num_bytes: 10329124277
216
- num_examples: 33591
217
- - name: far_field_noise
218
- num_bytes: 33369020013
219
- num_examples: 79347
220
- - name: far_field_recording
221
- num_bytes: 10095099368
222
- num_examples: 33042
223
- - name: far_field_recording_distortion
224
- num_bytes: 613606272
225
- num_examples: 2018
226
- - name: far_field_recording_distortion_dropout
227
- num_bytes: 616529504
228
- num_examples: 2032
229
- - name: far_field_recording_distortion_dropout_noise
230
- num_bytes: 642046362
231
- num_examples: 2038
232
- - name: far_field_recording_distortion_noise
233
- num_bytes: 633658239
234
- num_examples: 2051
235
- - name: far_field_recording_dropout
236
- num_bytes: 660031659
237
- num_examples: 2081
238
- - name: far_field_recording_dropout_noise
239
- num_bytes: 622774880
240
- num_examples: 2054
241
- - name: noise
242
- num_bytes: 33339930515
243
- num_examples: 94315
244
- - name: noise_dropout
245
- num_bytes: 10147165851
246
- num_examples: 33237
247
- - name: obstructed
248
- num_bytes: 14561293901
249
- num_examples: 47571
250
- - name: obstructed_distortion
251
- num_bytes: 658746007
252
- num_examples: 2179
253
- - name: obstructed_distortion_dropout
254
- num_bytes: 627217550
255
- num_examples: 2080
256
- - name: obstructed_distortion_dropout_noise
257
- num_bytes: 625777746
258
- num_examples: 2016
259
- - name: obstructed_dropout
260
- num_bytes: 633173234
261
- num_examples: 2072
262
- - name: obstructed_noise
263
- num_bytes: 632176266
264
- num_examples: 2068
265
- - name: obstructed_recording
266
- num_bytes: 618207511
267
- num_examples: 2039
268
- - name: obstructed_recording_distortion
269
- num_bytes: 640554437
270
- num_examples: 2063
271
- - name: obstructed_recording_distortion_dropout
272
- num_bytes: 617333264
273
- num_examples: 2076
274
- - name: obstructed_recording_distortion_dropout_noise
275
- num_bytes: 646561631
276
- num_examples: 2065
277
- - name: obstructed_recording_distortion_noise
278
- num_bytes: 622124229
279
- num_examples: 2013
280
- - name: obstructed_recording_dropout
281
- num_bytes: 615723882
282
- num_examples: 2038
283
- - name: obstructed_recording_dropout_noise
284
- num_bytes: 666598520
285
- num_examples: 2138
286
- - name: recording
287
- num_bytes: 14482867975
288
- num_examples: 47203
289
- - name: recording_distortion
290
- num_bytes: 607647750
291
- num_examples: 2038
292
- - name: recording_distortion_dropout
293
- num_bytes: 638085320
294
- num_examples: 2088
295
- - name: recording_distortion_dropout_noise
296
- num_bytes: 604090211
297
- num_examples: 1977
298
- - name: recording_distortion_noise
299
- num_bytes: 637848939
300
- num_examples: 2069
301
- - name: recording_dropout
302
- num_bytes: 597299285
303
- num_examples: 1985
304
- - name: recording_dropout_noise
305
- num_bytes: 631858892
306
- num_examples: 2056
307
- - name: recording_noise
308
- num_bytes: 589571115
309
- num_examples: 1961
310
  ---
311
 
312
  # Voices in the Wild
313
 
314
- Voices in the Wild is an automatic speech recognition dataset for robustness training and evaluation under diverse acoustic conditions. Audio files use public sequential names and are grouped only by normalized acoustic subset.
 
 
 
 
315
 
316
  ## Data Fields
317
 
@@ -327,15 +169,32 @@ Voices in the Wild is an automatic speech recognition dataset for robustness tra
327
 
328
  ## Dataset Size
329
 
330
- - Total examples: 645925
331
- - Subset categories: 54
332
 
333
  ## Loading
334
 
335
  ```python
336
  from datasets import load_dataset, Audio
337
 
338
- ds = load_dataset("audiofolder", data_dir="/path/to/Voices-in-the-Wild")
 
339
  ds = ds.cast_column("audio", Audio())
340
- print(ds["train"][0])
 
 
341
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  language:
3
  - en
4
  - zh
5
+ license: apache-2.0
6
  task_categories:
7
  - automatic-speech-recognition
8
+ pretty_name: Voices in the Wild
9
  tags:
10
  - audio
11
  - speech
12
  - asr
13
  - robustness
14
  - noisy-speech
 
15
  configs:
16
  - config_name: default
17
  data_files:
 
145
  dtype: string
146
  - name: index
147
  dtype: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  ---
149
 
150
  # Voices in the Wild
151
 
152
+ [**Project Page**](https://xzf-thu.github.io/Mega-ASR/) | [**Paper**](https://huggingface.co/papers/2605.19833) | [**GitHub**](https://github.com/xzf-thu/Mega-ASR)
153
+
154
+ Voices in the Wild (Voices-in-the-Wild-2M) is a large-scale automatic speech recognition (ASR) dataset designed for robustness training and evaluation under diverse, real-world acoustic conditions. It covers 7 classic acoustic phenomena (including noise, far-field speech, obstruction, echo/reverberation, recording artifacts, electronic distortion, and transmission dropout) and 54 physically plausible compound scenarios.
155
+
156
+ The dataset was introduced as part of the **Mega-ASR** framework to address the "acoustic robustness bottleneck" where models produce omissions or hallucinations under severe compositional distortions.
157
 
158
  ## Data Fields
159
 
 
169
 
170
  ## Dataset Size
171
 
172
+ - **Total examples**: 645,925
173
+ - **Subset categories**: 54
174
 
175
  ## Loading
176
 
177
  ```python
178
  from datasets import load_dataset, Audio
179
 
180
+ # Load the dataset from the Hub
181
+ ds = load_dataset("zhifeixie/Voices-in-the-Wild-2M")
182
  ds = ds.cast_column("audio", Audio())
183
+
184
+ # Access an example
185
+ print(ds["far_field"][0])
186
  ```
187
+
188
+ ## Citation
189
+
190
+ ```bibtex
191
+ @misc{xie2026megaasrinthewild2speechrecognition,
192
+ title={Mega-ASR: Towards In-the-wild^2 Speech Recognition via Scaling up Real-world Acoustic Simulation},
193
+ author={Zhifei Xie and Kaiyu Pang and Haobin Zhang and Deheng Ye and Xiaobin Hu and Shuicheng Yan and Chunyan Miao},
194
+ year={2026},
195
+ eprint={2605.19833},
196
+ archivePrefix={arXiv},
197
+ primaryClass={cs.SD},
198
+ url={https://arxiv.org/abs/2605.19833},
199
+ }
200
+ ```