remg1997 commited on
Commit
e074eb9
1 Parent(s): 08bf659

Change readme

Browse files
Files changed (1) hide show
  1. README.md +142 -3
README.md CHANGED
@@ -1,3 +1,142 @@
1
- ---
2
- license: cc
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for Speech Wikimedia
2
+
3
+ ## Table of Contents
4
+ - [Dataset Card for Speech Wikimedia](#dataset-card-for-speech-wikimedia)
5
+ - [Table of Contents](#table-of-contents)
6
+ - [Dataset Description](#dataset-description)
7
+ - [Dataset Summary](#dataset-summary)
8
+ - [Transcription languages](#transcription-languages)
9
+ - [Dataset distribution](#dataset-distribution)
10
+ - [Hours of Audio for each language](#hours-of-audio-for-each-language)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [reformat](#reformat)
13
+ - [transcription and transcription_2](#transcription-and-transcription_2)
14
+ - [real_correspondence.json](#real_correspondencejson)
15
+ - [license.json](#licensejson)
16
+ - [Data License](#data-license)
17
+ - [Dataset Creation](#dataset-creation)
18
+ - [Source Data](#source-data)
19
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
20
+ - [Preprocessing](#preprocessing)
21
+ - [Annotations](#annotations)
22
+ - [Annotation process](#annotation-process)
23
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
24
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
25
+ - [Discussion of Biases](#discussion-of-biases)
26
+ - [Additional Information](#additional-information)
27
+ - [Licensing Information](#licensing-information)
28
+
29
+ ## Dataset Description
30
+
31
+ - **Point of Contact:** [[email protected]](mailto:[email protected])
32
+
33
+ ### Dataset Summary
34
+
35
+ The Speech Wikimedia Dataset is a compilation of audiofiles with transcriptions extracted from wikimedia commons that is licensed for academic and commercial usage under CC and Public domain. It includes 2,000+ hours of transcribed speech in different languages with a diverse set of speakers.
36
+ Each audiofile should have one or more transcriptions in different languages.
37
+
38
+ ### Transcription languages
39
+ - English
40
+ - German
41
+ - Dutch
42
+ - Arabic
43
+ - Hindi
44
+ - Portuguese
45
+ - Spanish
46
+ - Polish
47
+ - French
48
+ - Russian
49
+ - Esperanto
50
+ - Swedish
51
+ - Korean
52
+ - Bengali
53
+ - Hungarian
54
+ - Oriya
55
+ - Thai
56
+
57
+ ### Dataset distribution
58
+
59
+ ![Transcriptions](img/transcriptions_amount.jpg)
60
+
61
+ ### Hours of Audio for each language
62
+
63
+ For each audio file with a single transcript, we assume that that audio is in that transcript's language, giving us the following table.
64
+ This means that we ignore the files with more than one transcript in this table!
65
+
66
+ ![languages](img/languages.jpg)
67
+
68
+ ## Dataset Structure
69
+
70
+ ### reformat
71
+
72
+ Folder with audios in flac format and sampling_rate=16,000 Hz.
73
+
74
+ ### transcription and transcription_2
75
+
76
+ Folders with transcriptions in srt format.
77
+
78
+ We split this into two directories because Hugging Face does not support more than 10,000 files in a single directory.
79
+
80
+ ### real_correspondence.json
81
+
82
+ File with relationship between audios and transcriptions, as one large json dictionary.
83
+
84
+ Key is the name of an audio file in the "reformat" directory, value is the list of corresponding transcript files, which sit in either the transcription or transcription_2 directory.
85
+
86
+
87
+ ### license.json
88
+
89
+ File with license information. The key is the name of the original audio file on Wikimedia Commons.
90
+
91
+ ### Data License
92
+
93
+ Here is an excerpt from license.json:
94
+
95
+ """
96
+ '"Berlin Wall" Speech - President Reagan\'s Address at the Brandenburg Gate - 6-12-87.webm': {'author': '<td>\n<a class="external text" href="https://www.youtube.com/user/ReaganFoundation" rel="nofollow">ReaganFoundation</a></td>',
97
+ 'source': '<td>\n<bdo dir="ltr" lang="en"><a href="/wiki/Commons:YouTube_files" [...],
98
+ 'html_license': '[\'<table class="layouttemplate mw-content-ltr" lang="en" style="width:100%; [...],
99
+ 'license': 'Public Domain'},
100
+
101
+
102
+ ## Dataset Creation
103
+
104
+ ### Source Data
105
+
106
+ #### Initial Data Collection and Normalization
107
+
108
+ Data was downloaded from https://commons.wikimedia.org/.
109
+
110
+ #### Preprocessing
111
+
112
+ As the original format of most of the files was video, we decided to convert them to flac format with samplerate=16_000 using ffmpeg
113
+
114
+ ### Annotations
115
+
116
+ #### Annotation process
117
+
118
+ No manual annotation is done. We download only source audio with already existing transcripts.
119
+
120
+ In particular, there is no "forced alignment" or "segmentation" done on this dataset.
121
+
122
+ ### Personal and Sensitive Information
123
+
124
+ Several of our sources are legal and government proceedings, spoken stories, speeches, and so on. Given that these were intended as public documents and licensed as such, it is natural that the involved individuals are aware of this.
125
+
126
+ ## Considerations for Using the Data
127
+
128
+ ### Discussion of Biases
129
+
130
+ Our data is downloaded from commons.wikimedia.org. As such, the data is biased towards whatever users decide to upload there.
131
+
132
+ The data is also mostly English, though this has potential for multitask learning because several audio files have more than one transcription.
133
+
134
+ ## Additional Information
135
+
136
+ ### Licensing Information
137
+
138
+ The source data contains data under Public Domain and Creative Commons Licenses.
139
+
140
+ We license this dataset under https://creativecommons.org/licenses/by-sa/4.0/
141
+
142
+ The appropriate attributions are in license.json