Datasets:

Modalities:
Text
Formats:
csv
Languages:
Catalan
Size:
< 1K
DOI:
Libraries:
Datasets
Dask
License:
carmentano commited on
Commit
d2e73c6
·
1 Parent(s): a9a6abd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +175 -0
README.md ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - ca
6
+ language_creators:
7
+ - expert-generated
8
+ license:
9
+ - cc0-1.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: 4catac
13
+ size_categories:
14
+ - n<1K
15
+ source_datasets: []
16
+ tags: []
17
+ task_categories:
18
+ - text-to-speech
19
+ task_ids: []
20
+ ---
21
+
22
+ # Dataset Card Creation Guide
23
+
24
+ ## Table of Contents
25
+ - [Dataset Card Creation Guide](#dataset-card-creation-guide)
26
+ - [Table of Contents](#table-of-contents)
27
+ - [Dataset Description](#dataset-description)
28
+ - [Dataset Summary](#dataset-summary)
29
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
30
+ - [Languages](#languages)
31
+ - [Dataset Structure](#dataset-structure)
32
+ - [Data Instances](#data-instances)
33
+ - [Data Fields](#data-fields)
34
+ - [Data Splits](#data-splits)
35
+ - [Dataset Creation](#dataset-creation)
36
+ - [Curation Rationale](#curation-rationale)
37
+ - [Source Data](#source-data)
38
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
39
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
40
+ - [Annotations](#annotations)
41
+ - [Annotation process](#annotation-process)
42
+ - [Who are the annotators?](#who-are-the-annotators)
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
+
56
+ - **Homepage:** [https://projecteaina.cat/tech/](https://projecteaina.cat/tech/)
57
+ - **Repository:**
58
+ - **Paper:**
59
+ - **Leaderboard:**
60
+ - **Point of Contact:** [email protected]
61
+
62
+ ### Dataset Summary
63
+
64
+ *4catac: examples of phonetic transcription in 4 Catalan accents* is a dataset of phonetic transcriptions in four Catalan accents: central, north-western, Valencian, and Balearic.
65
+ It consists of 160 sentences transcribed using [IPA](https://www.internationalphoneticassociation.org/content/full-ipa-chart), following the [recommendations of the Institut d'Estudis Catalans](https://publicacions.iec.cat/repository/pdf/00000041/00000087.pdf).
66
+
67
+ This work is licensed under a [CC0 International License](https://creativecommons.org/publicdomain/zero/1.0/).
68
+
69
+ ### Supported Tasks and Leaderboards
70
+
71
+ This dataset can be utilized to evaluate phonetic transcription systems across four distinct Catalan accents: central, north-western, Valencian, and Balearic.
72
+
73
+ ### Languages
74
+
75
+ The dataset is in Catalan (ca-ES).
76
+
77
+ ## Dataset Structure
78
+
79
+ ### Data Instances
80
+
81
+ Four tsv files, one for each accent:
82
+
83
+ *
84
+ *
85
+ *
86
+ *
87
+
88
+ ### Data Fields
89
+
90
+ The data fields are the same among all the files:
91
+
92
+ * `frase` (str): sentence
93
+ * `transcripcio` (str): transcription
94
+
95
+
96
+ ### Data Splits
97
+
98
+ Ǹ/A]
99
+
100
+ ## Dataset Creation
101
+
102
+ ### Curation Rationale
103
+
104
+ We created this dataset to thoroughly evaluate transcription systems across the diverse variants of Catalan.
105
+ We expect that this dataset will contribute to the development of language models in Catalan, a low-resource language.
106
+ Language technologies in Catalan often overlook some of its variants. With the publication of this dataset, we aim to address this bias.
107
+
108
+ ### Source Data
109
+
110
+ We commissioned the creation of these sentences and their transcriptions to a team of experts at [CLiC (Centre de Llenguatge i Computació)](https://clic.ub.edu/en/que-es-clic).
111
+
112
+ #### Initial Data Collection and Normalization
113
+
114
+ We commissioned the creation of these sentences and their transcriptions to a team of experts at [CLiC (Centre de Llenguatge i Computació)](https://clic.ub.edu/en/que-es-clic).
115
+
116
+ #### Who are the source language producers?
117
+
118
+ The original sentences were intentionally written to showcase various phonetic phenomena across Catalan accents. The task was entrused to [CLiC (Centre de Llenguatge i Computació)](https://clic.ub.edu/en/que-es-clic).
119
+
120
+ ### Annotations
121
+
122
+ #### Annotation process
123
+
124
+ Each member of the annotation team proposed part of the sentences and transcribed them.
125
+ Each transcription was reviewed by the other team members and discussed until a consensus was reached.
126
+ They also developed the specifications for the criteria used. These guidelines will be published soon on Zenodo.
127
+
128
+ #### Who are the annotators?
129
+
130
+ The annotation team was composed of:
131
+
132
+ * 2 male annotators, aged 18-25, L1 Catalan, students in the Catalan Philology degree.
133
+ * 1 female annotator, aged 18-25, L1 Catalan, student in the Modern Languages and Literatures degree, with a focus on Catalan.
134
+ * 1 female supervisor, aged 40-50, L1 Catalan, graduate in Physics and Linguistics, Ph.D. in Signal Theory and Communications.
135
+
136
+ ### Personal and Sensitive Information
137
+
138
+ This dataset doesn't contain any personal or sensitive information.
139
+
140
+ ## Considerations for Using the Data
141
+
142
+ ### Social Impact of Dataset
143
+
144
+ We expect that this dataset will contribute to the development of language models in Catalan, a low-resource language.
145
+ Language technologies in Catalan often overlook some of its variants. With the publication of this dataset, we aim to address this bias.
146
+
147
+ ### Discussion of Biases
148
+
149
+ It is a very small dataset developed to evaluate phonetic transcription systems.
150
+ We didn't identify any biases or risks in the dataset.
151
+
152
+ ### Other Known Limitations
153
+
154
+ [N/A]
155
+
156
+ ## Additional Information
157
+
158
+ ### Dataset Curators
159
+
160
+ Language Technologies Unit at the Barcelona Supercomputing Center ([email protected])
161
+
162
+ This work was funded by the [Departament de la Vicepresidència i de Polítiques Digitals i Territori de la Generalitat de Catalunya](https://politiquesdigitals.gencat.cat/ca/inici/index.html#googtrans(ca|en) within the framework of [Projecte AINA](https://politiquesdigitals.gencat.cat/ca/economia/catalonia-ai/aina).
163
+
164
+
165
+ ### Licensing Information
166
+
167
+ This work is licensed under a [CC0 International License](https://creativecommons.org/publicdomain/zero/1.0/)
168
+
169
+ ### Citation Information
170
+
171
+ [DOI]()
172
+
173
+ ### Contributions
174
+
175
+ The drafting of the examples and their annotation, as well as the specification of the criteria used, was entrusted to [CLiC (Centre de Llenguatge i Computació)](https://clic.ub.edu/en/que-es-clic).