Datasets:

Modalities:
Audio
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:
TanelAlumae commited on
Commit
5a47f7a
·
verified ·
1 Parent(s): ad9d620

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +177 -3
README.md CHANGED
@@ -1,3 +1,177 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: VoxLingua107
4
+ size_categories:
5
+ - 100M<n<1B
6
+ ---
7
+
8
+ # VoxLingua107
9
+
10
+ VoxLingua107 is a speech dataset for training spoken language identification models.
11
+ The dataset consists of short speech segments automatically extracted from YouTube videos and labeled according the language of the video title and description, with some post-processing steps to filter out false positives.
12
+
13
+ VoxLingua107 contains data for 107 languages. The total amount of speech in the training set is 6628 hours.
14
+ The average amount of data per language is 62 hours. However, the real amount per language varies a lot. There is also a seperate development set containing 1609 speech segments from 33 languages, validated by at least two volunteers to really contain the given language.
15
+
16
+ For more information, see the paper [J&ouml;rgen Valk, Tanel Alum&auml;e. _VoxLingua107: a Dataset for Spoken Language Recognition_. Proc. SLT 2021](https://arxiv.org/abs/2011.12998).
17
+
18
+ ### Why
19
+
20
+ VoxLingua107 can be used for training spoken language recognition models that work well with real-world, varying speech data.
21
+ You can try a demo system trained on this dataset [here](https://huggingface.co/speechbrain/lang-id-voxlingua107-ecapa).
22
+
23
+ ### How
24
+
25
+ We extracted audio data from YouTube videos that are retrieved using language-specific search phrases (random phrases from Wikipedia of the particular language).
26
+ If the language of the video title and description matched with the language of the search phrase,
27
+ the audio in the video was deemed likely to be in that particular language. This allowed to collect large amounts of somewhat noisy data relatively cheaply.
28
+ Speech/non-speech detection and speaker diarization was used to segment the videos into short sentence-like utterances.
29
+ A data-driven post-filtering step was applied to remove clips that were very different from other clips in this language's dataset, and thus likely not in the given language.
30
+ Due to the automatic data collection process, there are still clips in the dataset that are not in the given language or contain non-speech (around 2% overall),
31
+ see for example the Yiddish or Latin samples below.
32
+
33
+
34
+ ### License and copyright
35
+
36
+ The VoxLingua107 dataset is distributed under the Creative Commons Attribution 4.0 International License. The copyright remains with the original owners of the video.
37
+
38
+ We also point out that the distribution of languages, accents, dialects, genders, races and societal factors in this dataset is not representative of the global population. Using this dataset for training and deploying models may thus introduce unintended biases.
39
+
40
+
41
+ ### Notice and take down policy
42
+
43
+ Notice: Should you consider that our data contains material that is owned by you and should therefore not be reproduced here, please:
44
+
45
+ - Clearly identify yourself, with detailed contact data such as an address, telephone number or email address at which you can be contacted.
46
+ - Clearly identify the copyrighted work claimed to be infringed.
47
+ - Clearly identify the material that is claimed to be infringing and information reasonably sufficient to allow us to locate the material.
48
+ - Send the request to [Tanel Alum&auml;e](mailto:tanel.alumae@taltech.ee)
49
+
50
+ Take down: We will comply to legitimate requests by removing the affected sources from the corpus.
51
+
52
+
53
+ ### Languages and sizes
54
+
55
+ | Language Code | Language Name | Hours |
56
+ |---|---|---|
57
+ | ab | Abkhazian | 10 |
58
+ | af | Afrikaans | 108 |
59
+ | am | Amharic | 81 |
60
+ | ar | Arabic | 59 |
61
+ | as | Assamese | 155 |
62
+ | az | Azerbaijani | 58 |
63
+ | ba | Bashkir | 58 |
64
+ | be | Belarusian | 133 |
65
+ | bg | Bulgarian | 50 |
66
+ | bn | Bengali | 55 |
67
+ | bo | Tibetan | 101 |
68
+ | br | Breton | 44 |
69
+ | bs | Bosnian | 105 |
70
+ | ca | Catalan | 88 |
71
+ | ceb | Cebuano | 6 |
72
+ | cs | Czech | 67 |
73
+ | cy | Welsh | 76 |
74
+ | da | Danish | 28 |
75
+ | de | German | 39 |
76
+ | el | Greek | 66 |
77
+ | en | English | 49 |
78
+ | eo | Esperanto | 10 |
79
+ | es | Spanish | 39 |
80
+ | et | Estonian | 38 |
81
+ | eu | Basque | 29 |
82
+ | fa | Persian | 56 |
83
+ | fi | Finnish | 33 |
84
+ | fo | Faroese | 67 |
85
+ | fr | French | 67 |
86
+ | gl | Galician | 72 |
87
+ | gn | Guarani | 2 |
88
+ | gu | Gujarati | 46 |
89
+ | gv | Manx | 4 |
90
+ | ha | Hausa | 106 |
91
+ | haw | Hawaiian | 12 |
92
+ | hi | Hindi | 81 |
93
+ | hr | Croatian | 118 |
94
+ | ht | Haitian | 96 |
95
+ | hu | Hungarian | 73 |
96
+ | hy | Armenian | 69 |
97
+ | ia | Interlingua | 3 |
98
+ | id | Indonesian | 40 |
99
+ | is | Icelandic | 92 |
100
+ | it | Italian | 51 |
101
+ | iw | Hebrew | 96 |
102
+ | ja | Japanese | 56 |
103
+ | jw | Javanese | 53 |
104
+ | ka | Georgian | 98 |
105
+ | kk | Kazakh | 78 |
106
+ | km | Central Khmer | 41 |
107
+ | kn | Kannada | 46 |
108
+ | ko | Korean | 77 |
109
+ | la | Latin | 67 |
110
+ | lb | Luxembourgish | 75 |
111
+ | ln | Lingala | 90 |
112
+ | lo | Lao | 42 |
113
+ | lt | Lithuanian | 82 |
114
+ | lv | Latvian | 42 |
115
+ | mg | Malagasy | 109 |
116
+ | mi | Maori | 34 |
117
+ | mk | Macedonian | 112 |
118
+ | ml | Malayalam | 47 |
119
+ | mn | Mongolian | 71 |
120
+ | mr | Marathi | 85 |
121
+ | ms | Malay | 83 |
122
+ | mt | Maltese | 66 |
123
+ | my | Burmese | 41 |
124
+ | ne | Nepali | 72 |
125
+ | nl | Dutch | 40 |
126
+ | nn | Norwegian Nynorsk | 57 |
127
+ | no | Norwegian | 107 |
128
+ | oc | Occitan | 15 |
129
+ | pa | Panjabi | 54 |
130
+ | pl | Polish | 80 |
131
+ | ps | Pushto | 47 |
132
+ | pt | Portuguese | 64 |
133
+ | ro | Romanian | 65 |
134
+ | ru | Russian | 73 |
135
+ | sa | Sanskrit | 15 |
136
+ | sco | Scots | 3 |
137
+ | sd | Sindhi | 84 |
138
+ | si | Sinhala | 67 |
139
+ | sk | Slovak | 40 |
140
+ | sl | Slovenian | 121 |
141
+ | sn | Shona | 30 |
142
+ | so | Somali | 103 |
143
+ | sq | Albanian | 71 |
144
+ | sr | Serbian | 50 |
145
+ | su | Sundanese | 64 |
146
+ | sv | Swedish | 34 |
147
+ | sw | Swahili | 64 |
148
+ | ta | Tamil | 51 |
149
+ | te | Telugu | 77 |
150
+ | tg | Tajik | 64 |
151
+ | th | Thai | 61 |
152
+ | tk | Turkmen | 85 |
153
+ | tl | Tagalog | 93 |
154
+ | tr | Turkish | 59 |
155
+ | tt | Tatar | 103 |
156
+ | uk | Ukrainian | 52 |
157
+ | ur | Urdu | 42 |
158
+ | uz | Uzbek | 45 |
159
+ | vi | Vietnamese | 64 |
160
+ | war | Waray | 11 |
161
+ | yi | Yiddish | 46 |
162
+ | yo | Yoruba | 94 |
163
+ | zh | Mandarin Chinese | 44 |
164
+
165
+
166
+
167
+
168
+
169
+ ### Citing
170
+
171
+ ```
172
+ @inproceedings{valk2021slt,
173
+ title={{VoxLingua107}: a Dataset for Spoken Language Recognition},
174
+ author={J{\"o}rgen Valk and Tanel Alum{\"a}e},
175
+ booktitle={Proc. IEEE SLT Workshop},
176
+ year={2021},
177
+ }