carlosdanielhernandezmena commited on
Commit
c271d87
1 Parent(s): 0bdecb0

First information added to the README file

Browse files
Files changed (1) hide show
  1. README.md +152 -0
README.md CHANGED
@@ -23,3 +23,155 @@ task_categories:
23
  - automatic-speech-recognition
24
  task_ids: []
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  - automatic-speech-recognition
24
  task_ids: []
25
  ---
26
+
27
+
28
+ # Dataset Card for ravnursson_asr
29
+
30
+ ## Table of Contents
31
+ - [Dataset Description](#dataset-description)
32
+ - [Dataset Summary](#dataset-summary)
33
+ - [Supported Tasks](#supported-tasks)
34
+ - [Languages](#languages)
35
+ - [Dataset Structure](#dataset-structure)
36
+ - [Data Instances](#data-instances)
37
+ - [Data Fields](#data-fields)
38
+ - [Data Splits](#data-splits)
39
+ - [Dataset Creation](#dataset-creation)
40
+ - [Curation Rationale](#curation-rationale)
41
+ - [Source Data](#source-data)
42
+ - [Annotations](#annotations)
43
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
44
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
45
+ - [Social Impact of Dataset](#social-impact-of-dataset)
46
+ - [Discussion of Biases](#discussion-of-biases)
47
+ - [Other Known Limitations](#other-known-limitations)
48
+ - [Additional Information](#additional-information)
49
+ - [Dataset Curators](#dataset-curators)
50
+ - [Licensing Information](#licensing-information)
51
+ - [Citation Information](#citation-information)
52
+ - [Contributions](#contributions)
53
+
54
+ ## Dataset Description
55
+ - **Homepage:** [Ravnursson Faroese Speech and Transcripts](http://hdl.handle.net/20.500.12537/276)
56
+ - **Repository:** [Clarin.is] (http://hdl.handle.net/20.500.12537/276)
57
+ - **Paper:** [Creating a basic language resource kit for faroese.](https://aclanthology.org/2022.lrec-1.495.pdf)
58
+ - **Point of Contact:** [carlos.mena@ciempiess.org] (mailto:carlos.mena@ciempiess.org), [annika.simonsen@hotmail.com] (mailto:annika.simonsen@hotmail.com)
59
+
60
+
61
+ ### Dataset Summary
62
+ The corpus "RAVNURSSON FAROESE SPEECH AND TRANSCRIPTS" (or RAVNURSSON Corpus for short) is a collection of speech recordings with transcriptions intended for Automatic Speech Recognition (ASR) applications in the language that is spoken at the Faroe Islands (Faroese). It was curated at the Reykjavík University (RU) in 2022.
63
+
64
+ The RAVNURSSON Corpus is an extract of the "Basic Language Resource Kit 1.0" (BLARK 1.0) [1] developed by the Ravnur Project from the Faroe Islands [2]. As a matter of fact, the name RAVNURSSON comes from Ravnur (a tribute to the Ravnur Project) and the suffix "son" which in Icelandic means "son of". Therefore, the name "RAVNURSSON" means "The (Icelandic) son of Ravnur". The double "ss" is just for aesthetics.
65
+
66
+ The audio was collected by recording speakers reading texts. The participants are aged 15-83, divided into 3 age groups: 15-35, 36-60 and 61+.
67
+
68
+ The speech files are made of 249 female speakers and 184 male speakers; 433 speakers total. The recordings were made on TASCAM DR-40 Linear PCM audio recorders using the built-in stereo microphones in WAVE 16 bit with a sample rate of 48kHz, but then, downsampled to 16kHz@16bit mono for this corpus.
69
+
70
+ [1] Simonsen, A., Debess, I. N., Lamhauge, S. S., & Henrichsen, P. J. Creating
71
+ a basic language resource kit for Faroese. In LREC 2022. 13th International
72
+ Conference on Language Resources and Evaluation.
73
+
74
+ [2] Website. The Project Ravnur under the Talutøkni Foundation
75
+ https://maltokni.fo/en/the-ravnur-project
76
+
77
+ [3] Software. Pandas (Python Library). https://pandas.pydata.org
78
+
79
+ ### Supported Tasks
80
+ - `automatic-speech-recognition`, `speaker-identification`: The dataset can be used to train a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER).
81
+
82
+ ### Languages
83
+ The audio is in Faroese.
84
+ The RAVNURSSON Corpus transcriptions have been hand verified. The training subset was balanced for phonetic and dialectal coverage; Test and Dev subsets are gender-balanced. Tabular computer-searchable information is included as well as written documentation.
85
+
86
+ ## Dataset Structure
87
+
88
+ ### Data Instances
89
+
90
+
91
+
92
+ ### Data Fields
93
+
94
+
95
+
96
+ ### Data Splits
97
+ The speech material has been subdivided into portions for training and
98
+ testing. The default train-test split will be made available on data download.
99
+ The test data alone has a core portion containing 24 speakers, 2 male and 1 female
100
+ from each dialect region. More information about the test set can
101
+ be found [here](https://catalog.ldc.upenn.edu/docs/LDC93S1/TESTSET.TXT)
102
+
103
+ ## Dataset Creation
104
+
105
+ ### Curation Rationale
106
+ [Needs More Information]
107
+ ### Source Data
108
+ #### Initial Data Collection and Normalization
109
+ [Needs More Information]
110
+ #### Who are the source language producers?
111
+ [Needs More Information]
112
+ ### Annotations
113
+ #### Annotation process
114
+ [Needs More Information]
115
+ #### Who are the annotators?
116
+ The corpus was annotated by the Ravnur Project https://maltokni.fo/en/the-ravnur-project
117
+ ### Personal and Sensitive Information
118
+ The dataset consists of people who have donated their voice online. You agree to not attempt to determine the identity of speakers in this dataset.
119
+ ## Considerations for Using the Data
120
+ ### Social Impact of Dataset
121
+ This is the first ASR corpus in Faroese.
122
+ ### Discussion of Biases
123
+
124
+ As the number of reading prompts was limited, the common denominator in the RAVNURSSON corpus is that one prompt is read by more than one speaker. This is relevant because is a common practice in ASR to create a language model using the prompts that are found in the train portion of the corpus. That is not recommended for the RAVNURSSON Corpus as it counts with many prompts shared by all the portions and that will produce an important bias in the language modeling task.
125
+
126
+ In this section we present some statistics about the repeated prompts through all the portions of the corpus.
127
+
128
+ - In the train portion:
129
+
130
+ * Total number of prompts = 65616
131
+ * Number of unique prompts = 38646
132
+
133
+ There are 26970 repeated prompts in the train portion. In other words, 41.1% of the prompts are repeated.
134
+
135
+ - In the test portion:
136
+
137
+ * Total number of prompts = 3002
138
+ * Number of unique prompts = 2887
139
+
140
+ There are 115 repeated prompts in the test portion. In other words, 3.83% of the prompts are repeated.
141
+
142
+ - In the dev portion:
143
+
144
+ * Total number of prompts = 3331
145
+ * Number of unique prompts = 3302
146
+
147
+ There are 29 repeated prompts in the dev portion. In other words, 0.87% of the prompts are repeated.
148
+
149
+ - Considering the corpus as a whole:
150
+
151
+ * Total number of prompts = 71949
152
+ * Number of unique prompts = 39945
153
+
154
+ There are 32004 repeated prompts in the whole corpus. In other words, 44.48% of the prompts are repeated.
155
+
156
+ ### Other Known Limitations
157
+ Dataset provided for research purposes only. Please check dataset license for additional information.
158
+ ## Additional Information
159
+ ### Dataset Curators
160
+ The dataset was created by Annika Simonsen and curated by Carlos Daniel Hernández Mena.
161
+ ### Licensing Information
162
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
163
+ ### Citation Information
164
+ ```
165
+ @misc{carlosmenaravnursson2022,
166
+ title={Ravnursson Faroese Speech and Transcripts},
167
+ author={Hernandez Mena, Carlos Daniel and Simonsen, Annika},
168
+ year={2022},
169
+ url={http://hdl.handle.net/20.500.12537/276},
170
+ }
171
+ ```
172
+ ### Contributions
173
+ This project was made possible under the umbrella of the Language Technology Programme for Icelandic 2019-2023. The programme, which is managed and coordinated by Almannarómur, is funded by the Icelandic Ministry of Education, Science and Culture.
174
+
175
+ Special thanks to Dr. Jón Guðnason, professor at Reykjavík University and head of the Language and Voice Lab (LVL) for providing computational resources.
176
+
177
+