mgaido91 commited on
Commit
4e0112e
·
verified ·
1 Parent(s): 6708208

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -179,6 +179,8 @@ The dataset is split into folders corresponding to the languages using the [2-le
179
 
180
  ## Dataset Statistics (in hours)
181
 
 
 
182
  | Language (LangID) | Labeled | Unlabeled | Total |
183
  |--------|--------|--------|-------|
184
  | Bulgarian (bg) | 111 | 17609 | 17720 |
@@ -207,7 +209,36 @@ The dataset is split into folders corresponding to the languages using the [2-le
207
  | Swedish (sv) | 58 | 16300 | 16358 |
208
  | Total | 505725 | 444467 | 950192|
209
 
 
 
210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
  ## Dataset Creation
213
  To reproduce the dataset creation, please refer to the [MOSEL README in the fbk-llm](https://github.com/hlt-mt/fbk-llm) repository.
@@ -216,6 +247,14 @@ The scripts used for hallucination detection are available in the `scripts` fold
216
 
217
  ## Changelog
218
 
 
 
 
 
 
 
 
 
219
  ### Version 1.1
220
  - Adds missing Croatian data in Voxpopuli.
221
 
@@ -233,5 +272,17 @@ Release 1.0:
233
  }
234
  ```
235
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  ## Dataset Card Contact
237
  [@spapi](https://huggingface.co/spapi)
 
179
 
180
  ## Dataset Statistics (in hours)
181
 
182
+ The following statistics refer to the whole MOSEL dataset:
183
+
184
  | Language (LangID) | Labeled | Unlabeled | Total |
185
  |--------|--------|--------|-------|
186
  | Bulgarian (bg) | 111 | 17609 | 17720 |
 
209
  | Swedish (sv) | 58 | 16300 | 16358 |
210
  | Total | 505725 | 444467 | 950192|
211
 
212
+ However, in this repo, there are transcripts only for a subset of the MOSEL data,
213
+ corresponding to:
214
 
215
+ | Language (LangID) | Hours |
216
+ |--------|--------|
217
+ | Bulgarian (bg) | 13892 |
218
+ | Croatian (hr) | 5276 |
219
+ | Czech (cs) | 14960 |
220
+ | Danish (da) | 10087 |
221
+ | Dutch (nl) | 12422 |
222
+ | English (en) | 184092 |
223
+ | Estonian (et) | 7974 |
224
+ | Finnish (fi) | 10687 |
225
+ | French (fr) | 20225 |
226
+ | German (de) | 19464 |
227
+ | Greek (el) | 10982 |
228
+ | Hungarian (hu) | 11660 |
229
+ | Irish (ga) | 0 |
230
+ | Italian (it) | 16713 |
231
+ | Latvian (lv) | 9311 |
232
+ | Lithuanian (lt) | 10770 |
233
+ | Maltese (mt) | 4010 |
234
+ | Polish (pl) | 16502 |
235
+ | Portuguese (pt) | 15434 |
236
+ | Romanian (ro) | 12377 |
237
+ | Slovak (sk) | 4458 |
238
+ | Slovenian (sl) | 5851 |
239
+ | Spanish (es) | 16970 |
240
+ | Swedish (sv) | 9918 |
241
+ | Total | 444035 |
242
 
243
  ## Dataset Creation
244
  To reproduce the dataset creation, please refer to the [MOSEL README in the fbk-llm](https://github.com/hlt-mt/fbk-llm) repository.
 
247
 
248
  ## Changelog
249
 
250
+ ### Version 2.0
251
+
252
+ - Part of Voxpopuli transcripts have been updated (see column `text_version_changed`).
253
+ - Added translation into English of non-English Voxpopuli transcripts without detected hallucinations.
254
+ Translations automatically judged of low quality (<0.6 according to QE scoring with EuroLLM)
255
+ - Added YouTube-Commons transcripts.
256
+
257
+
258
  ### Version 1.1
259
  - Adds missing Croatian data in Voxpopuli.
260
 
 
272
  }
273
  ```
274
 
275
+ For changes in version 2.0:
276
+ ```
277
+ @inproceedings{granary,
278
+ title = {{Granary: Speech Recognition and Translation Dataset in 25 European Languages}},
279
+ author = {{Nithin Rao} Koluguri and Monica Sekoyan and George Zelenfroynd and Sasha Meister and Shuoyang Ding and Sofia Kostandian and He Huang and Nikolay Karpov and Jagadeesh Balam and Vitaly Lavrukhin and Yifan Peng and Sara Papi and Marco Gaido and Alessio Brutti and Boris Ginsburg},
280
+ booktitle = "Proc. of Interspeech 2025",
281
+ month = aug,
282
+ year = "2025",
283
+ address = "Rotterdam, Netherlands",
284
+ }
285
+ ```
286
+
287
  ## Dataset Card Contact
288
  [@spapi](https://huggingface.co/spapi)