carlosdanielhernandezmena commited on
Commit
2fa7008
1 Parent(s): 1acd827

Adding info to the README file

Browse files
Files changed (1) hide show
  1. README.md +147 -1
README.md CHANGED
@@ -1,3 +1,149 @@
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-TEST 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
+ - test corpus
23
+ task_categories:
24
+ - automatic-speech-recognition
25
+ task_ids: []
26
  ---
27
+ # Dataset Card for masri_test
28
+ ## Table of Contents
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Instances](#data-instances)
35
+ - [Data Fields](#data-fields)
36
+ - [Data Splits](#data-splits)
37
+ - [Dataset Creation](#dataset-creation)
38
+ - [Curation Rationale](#curation-rationale)
39
+ - [Source Data](#source-data)
40
+ - [Annotations](#annotations)
41
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
42
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
43
+ - [Social Impact of Dataset](#social-impact-of-dataset)
44
+ - [Discussion of Biases](#discussion-of-biases)
45
+ - [Other Known Limitations](#other-known-limitations)
46
+ - [Additional Information](#additional-information)
47
+ - [Dataset Curators](#dataset-curators)
48
+ - [Licensing Information](#licensing-information)
49
+ - [Citation Information](#citation-information)
50
+ - [Contributions](#contributions)
51
+
52
+ ## Dataset Description
53
+ - **Homepage:** [MASRI Project](https://www.um.edu.mt/projects/masri/)
54
+ - **Repository:** [MASRI Data Repo](https://github.com/UMSpeech/)
55
+ - **Point of Contact:** [Carlos Mena](mailto:carlos.mena@ciempiess.org), [Andrea De Marco](mailto:andrea.demarco@um.edu.mt), [Claudia Borg](mailto:claudia.borg@um.edu.mt)
56
+ ### Dataset Summary
57
+ The MASRI-TEST 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.
58
+ ### Example Usage
59
+ The MASRI-TEST contains only the test split:
60
+ ```python
61
+ from datasets import load_dataset
62
+ masri_test = load_dataset("masri-project/masri_test")
63
+ ```
64
+ It is also valid to do:
65
+ ```python
66
+ from datasets import load_dataset
67
+ masri_test = load_dataset("masri-project/masri_test",split="test")
68
+ ```
69
+ ### Supported Tasks
70
+ automatic-speech-recognition: The dataset can be used to test 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).
71
+ ### Languages
72
+ The language of the corpus is Maltese.
73
+ ## Dataset Structure
74
+ ### Data Instances
75
+ ```python
76
+ {
77
+ 'audio_id': 'MSRTS_M_17_TS_00001',
78
+ 'audio': {
79
+ 'path': '/home/carlos/.cache/HuggingFace/datasets/downloads/extracted/9158ecbeeb3532038f3fe3d53e0adda1f790c9363a613bac32c454a39d9c682c/test/male/M_17/MSRTS_M_17_TS_00001.flac',
80
+ 'array': array([ 0.0020752 , 0.00283813, 0.00167847, ..., -0.0010376 ,
81
+ -0.00091553, -0.00100708], dtype=float32),
82
+ 'sampling_rate': 16000
83
+ },
84
+ 'speaker_id': 'M_17',
85
+ 'gender': 'male',
86
+ 'duration': 5.920000076293945,
87
+ 'normalized_text': 'ignazio saverio mifsud kien qed jippjana kien qed iħejji tliet volumi tal-biblijoteka maltese'
88
+ }
89
+ ```
90
+ ### Data Fields
91
+ * `audio_id` (string) - id of audio segment
92
+ * `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).
93
+ * `speaker_id` (string) - id of speaker
94
+ * `gender` (string) - gender of speaker (male or female)
95
+ * `duration` (float32) - duration of the audio file in seconds.
96
+ * `normalized_text` (string) - normalized audio segment transcription
97
+ ### Data Splits
98
+ The corpus counts just with the test split which has a total of 668 speech files from 17 male speakers and 17 female speakers with a total duration of 1 hour.
99
+ ## Dataset Creation
100
+ ### Curation Rationale
101
+ The MASRI-TEST CORPUS (MTSC) has the following characteristics:
102
+ * The MTSC has an exact duration of 1 hours and 0 minutes. It has 668 audio files.
103
+ * The MTSC has recordings from 34 different speakers: 17 men and 17 women.
104
+ * Data in MTSC is classified by speaker. Therefore, all the recordings of each individual speaker are stored in one single directory.
105
+ * Data is also classified according to the gender (male/female) of the speakers.
106
+ * Every audio file in the MTSC has a duration between 3 and 10 seconds approximately.
107
+ * Audio files in the MTSC are distributed in a 16khz@16bit mono format.
108
+ * Transcriptions in MTSC are in lowercase. No punctuation marks are permitted except for dashes (-) and apostrophes (') due to their importance in Maltese orthography.
109
+ ### Source Data
110
+ #### Initial Data Collection and Normalization
111
+ The MASRI-TEST 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.
112
+ ### Annotations
113
+ #### Annotation process
114
+ 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.
115
+ #### Who are the annotators?
116
+ The audio transcription was performed by expert native speakers at the [University of Malta](https://www.um.edu.mt/) in the Msida Campus.
117
+ ### Personal and Sensitive Information
118
+ 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.
119
+ **Notice:** Should you consider that our data contains material that is owned by you and should therefore not be reproduced here?, please:
120
+ * Clearly identify yourself, with detailed contact data such as an address, telephone number or email address at which you can be contacted.
121
+ * Clearly identify the copyrighted work claimed to be infringed.
122
+ * Clearly identify the material that is claimed to be infringing and information reasonably sufficient to allow us to locate the material.
123
+ * Send the request to [Carlos Mena](mailto:carlos.mena@ciempiess.org)
124
+ Take down: We will comply to legitimate requests by removing the affected sources from the corpus.
125
+ ## Considerations for Using the Data
126
+ ### Social Impact of Dataset
127
+ This dataset is challenging because it contains spontaneous speech; so, it will be helpful for the ASR community to evaluate their acoustic models in Maltese with it.
128
+ ### Discussion of Biases
129
+ The dataset intents to be gender balanced. It is comprised of 17 male speakers and 17 female speakers.
130
+ ### Other Known Limitations
131
+ 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.
132
+ ### Dataset Curators
133
+ 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.
134
+ ### Licensing Information
135
+ [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). The copyright remains with the original owners of the video.
136
+ 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:
137
+ **"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."**
138
+ ### Citation Information
139
+ ```
140
+ @misc{carlosmenamasritest2020,
141
+ title={MASRI-TEST CORPUS: Audio and Transcriptions in Maltese extracted from the YouTube channel of the University of Malta.},
142
+ 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},
143
+ journal={MASRI Project, Malta},
144
+ year={2020},
145
+ url={https://huggingface.co/datasets/MLRS/masri_test},
146
+ }
147
+ ```
148
+ ### Contributions
149
+ 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.