carlosdanielhernandezmena commited on
Commit
0ffb90d
1 Parent(s): e4f0457

Adding info to the README file

Browse files
Files changed (1) hide show
  1. README.md +149 -1
README.md CHANGED
@@ -1,3 +1,151 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - mt
6
+ language_creators:
7
+ - other
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: 'MASRI-DEV CORPUS: Audio and Transcriptions in Maltese extracted from the YouTube channel of the University of Malta.'
13
+ size_categories:
14
+ - n<1K
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - masri
19
+ - maltese
20
+ - masri-project
21
+ - malta
22
+ - evaluation corpus
23
+ - development corpus
24
+ - dev
25
+ task_categories:
26
+ - automatic-speech-recognition
27
+ task_ids: []
28
  ---
29
+ # Dataset Card for masri_dev
30
+ ## Table of Contents
31
+ - [Dataset Description](#dataset-description)
32
+ - [Dataset Summary](#dataset-summary)
33
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
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:** [MASRI Project](https://www.um.edu.mt/projects/masri/)
56
+ - **Repository:** [MASRI Data Repo](https://github.com/UMSpeech/)
57
+ - **Point of Contact:** [Carlos Mena](mailto:[email protected]), [Andrea De Marco](mailto:[email protected]), [Claudia Borg](mailto:[email protected])
58
+ ### Dataset Summary
59
+ The MASRI-DEV CORPUS was created out of YouTube videos belonging to the channel of the [University of Malta](www.youtube.com/user/universityofmalta). It has a length of 1 hour and it is gender balanced, as it has the same number of male and female speakers.
60
+ ### Example Usage
61
+ The MASRI-DEV contains only the validation split:
62
+ ```python
63
+ from datasets import load_dataset
64
+ masri_dev = load_dataset("masri-project/masri_dev")
65
+ ```
66
+ It is also valid to do:
67
+ ```python
68
+ from datasets import load_dataset
69
+ masri_dev = load_dataset("masri-project/masri_dev",split="validation")
70
+ ```
71
+ ### Supported Tasks
72
+ automatic-speech-recognition: The dataset can be used as a development/validation corpus when training 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).
73
+ ### Languages
74
+ The language of the corpus is Maltese.
75
+ ## Dataset Structure
76
+ ### Data Instances
77
+ ```python
78
+ {
79
+ 'audio_id': 'MSRDV_F_08_DV_00005',
80
+ 'audio': {
81
+ 'path': '/home/carlos/.cache/HuggingFace/datasets/downloads/extracted/ebfc6f70292385c6e730ccadc575de507963960c28b4faf2d8bbfcd61589d2cc/dev/female/F_08/MSRDV_F_08_DV_00005.flac',
82
+ 'array': array([ 0.00140381, 0.00210571, 0.00189209, ..., -0.00210571,
83
+ -0.00289917, -0.00372314], dtype=float32),
84
+ 'sampling_rate': 16000
85
+ },
86
+ 'speaker_id': 'F_08',
87
+ 'gender': 'female',
88
+ 'duration': 5.900000095367432,
89
+ 'normalized_text': 'dawn ma kinux żminijiet sbieħ l-inkwiżizzjoni ddeċidiet li teqred lil kull min'
90
+ }
91
+ ```
92
+ ### Data Fields
93
+ * `audio_id` (string) - id of audio segment
94
+ * `audio` (datasets.Audio) - a dictionary containing the path to the audio, the decoded audio array, and the sampling rate. In non-streaming mode (default), the path points to the locally extracted audio. In streaming mode, the path is the relative path of an audio inside its archive (as files are not downloaded and extracted locally).
95
+ * `speaker_id` (string) - id of speaker
96
+ * `gender` (string) - gender of speaker (male or female)
97
+ * `duration` (float32) - duration of the audio file in seconds.
98
+ * `normalized_text` (string) - normalized audio segment transcription
99
+ ### Data Splits
100
+ The corpus counts just with the validation split which has a total of 669 speech files from 9 male speakers and 9 female speakers with a total duration of 1 hour.
101
+ ## Dataset Creation
102
+ ### Curation Rationale
103
+ The MASRI-DEV CORPUS (MDVC) has the following characteristics:
104
+ * The MDVC has an exact duration of 1 hours and 0 minutes. It has 669 audio files.
105
+ * The MDVC has recordings from 18 different speakers: 9 men and 9 women.
106
+ * Data in MDVC is classified by speaker. Therefore, all the recordings of each individual speaker are stored in one single directory.
107
+ * Data is also classified according to the gender (male/female) of the speakers.
108
+ * Every audio file in the MDVC has a duration between 3 and 10 seconds approximately.
109
+ * Audio files in the MDVC are distributed in a 16khz@16bit mono format.
110
+ * Transcriptions in MDVC are in lowercase. No punctuation marks are permitted except for dashes (-) and apostrophes (') due to their importance in Maltese orthography.
111
+ ### Source Data
112
+ #### Initial Data Collection and Normalization
113
+ The MASRI-DEV CORPUS was possible due to a collaboration of two different Universities. The data selection and audio segmentation was performed by the [CIEMPIESS-UNAM Project](http://www.ciempiess.org/) at the [Universidad Nacional Autónoma de México (UNAM)](https://www.unam.mx/) in Mexico City. The audio transcription and corpus edition was performed by the [MASRI Team](https://www.um.edu.mt/projects/masri/) at the [University of Malta](https://www.um.edu.mt/) in the Msida Campus.
114
+ ### Annotations
115
+ #### Annotation process
116
+ Proper nouns and other words pronounced in languages other than Maltese (mainly from English, Italian, French and German) were transcribed in their respective orthographic system.
117
+ #### Who are the annotators?
118
+ The audio transcription was performed by expert native speakers at the [University of Malta](https://www.um.edu.mt/) in the Msida Campus.
119
+ ### Personal and Sensitive Information
120
+ The dataset could contain names revealing the identity of some speakers; on the other side, the recordings come from a publicly repository (YouTube), so, there is not a real intent of the participants to be anonymized. Anyway, you agree to not attempt to determine the identity of speakers in this dataset.
121
+ **Notice:** Should you consider that our data contains material that is owned by you and should therefore not be reproduced here?, please:
122
+ * Clearly identify yourself, with detailed contact data such as an address, telephone number or email address at which you can be contacted.
123
+ * Clearly identify the copyrighted work claimed to be infringed.
124
+ * Clearly identify the material that is claimed to be infringing and information reasonably sufficient to allow us to locate the material.
125
+ * Send the request to [Carlos Mena](mailto:[email protected])
126
+ Take down: We will comply to legitimate requests by removing the affected sources from the corpus.
127
+ ## Considerations for Using the Data
128
+ ### Social Impact of Dataset
129
+ This dataset is challenging because it contains spontaneous speech; so, it will be helpful for the ASR community to validate their acoustic models in Maltese with it.
130
+ ### Discussion of Biases
131
+ The dataset intents to be gender balanced. It is comprised of 9 male speakers and 9 female speakers.
132
+ ### Other Known Limitations
133
+ Neither the MASRI Team or the CIEMPIESS-UNAM Project guarantee the accuracy of this corpus, nor its suitability for any specific purpose. As a matter of fact, a number of errors, omissions and inconsistencies are expected to be found within the corpus.
134
+ ### Dataset Curators
135
+ The audio recordings were collected and segmented by students belonging to the social service program ["Desarrollo de Tecnologías del Habla"](http://profesores.fi-b.unam.mx/carlos_mena/servicio.html), it was curated by Carlos Daniel Hernández Mena and its transcriptions were manually performed by Ayrton-Didier Brincat during 2020.
136
+ ### Licensing Information
137
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). The copyright remains with the original owners of the video.
138
+ As the data is taken from YouTube, we invoke the same argument of "fair use" as in the [Voxlingua107](http://bark.phon.ioc.ee/voxlingua107/) dataset, which is:
139
+ **"While YouTube users own the copyright to their own videos, using the audio in the videos for training speech recognition models has very limited and transformative purpose and qualifies thus as "fair use" of copyrighted materials. YouTube’s terms of service forbid downloading, storing and distribution of videos. However, the aim of this rule is clearly to forbid unfair monetization of the content by third-party sites and applications. Our dataset contains the videos in segmented audio-only form that makes the monetization of the actual distributed content extremely difficult."**
140
+ ### Citation Information
141
+ ```
142
+ @misc{carlosmenamasridev2020,
143
+ title={MASRI-DEV CORPUS: Audio and Transcriptions in Maltese extracted from the YouTube channel of the University of Malta.},
144
+ author={Hernandez Mena, Carlos Daniel and Brincat, Ayrton-Didier and Gatt, Albert and DeMarco, Andrea and Borg, Claudia and van der Plas, Lonneke and Meza Ruiz, Iván Vladimir},
145
+ journal={MASRI Project, Malta},
146
+ year={2020},
147
+ url={https://huggingface.co/datasets/MLRS/masri_dev},
148
+ }
149
+ ```
150
+ ### Contributions
151
+ The authors would like to thank to Alberto Templos Carbajal, Elena Vera and Angélica Gutiérrez for their support to the social service program ["Desarrollo de Tecnologías del Habla"](http://profesores.fi-b.unam.mx/carlos_mena/servicio.html) at the ["Facultad de Ingeniería (FI)"](https://www.ingenieria.unam.mx/) of the [Universidad Nacional Autónoma de México (UNAM)](https://www.unam.mx/). We also thank to the social service students for all the hard work during the audio segmentation.