nbel commited on
Commit
4d8f609
1 Parent(s): 8068e82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +210 -3
README.md CHANGED
@@ -1,3 +1,210 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - ca
5
+ pretty_name: CatCoLA
6
+ ---
7
+
8
+
9
+ # GENERAL INFORMATION
10
+
11
+ # 1. Dataset title:
12
+
13
+ CatCoLA - Catalan Corpus of Linguistic Acceptability
14
+
15
+
16
+ # 2. Authorship:
17
+
18
+ Name: Núria Bel
19
+ Institution: Universitat Pompeu Fabra, UPF
20
+ Email: nuria.bel@upf.edu
21
+ ORCID: 0000-0001-9346-7803
22
+
23
+ Name: Marta Punsola
24
+ Institution: Universitat Pompeu Fabra, UPF
25
+ Email: marta.punsola@gmail.com
26
+ ORCID:
27
+
28
+ Name: Valle Ruiz-Fernández
29
+ Institution: Barcelona Supercomputing Center
30
+ Email: valle.ruizfernández@bsc.es
31
+ ORCID:
32
+
33
+ # DESCRIPTION
34
+
35
+ # 1. Dataset language:
36
+
37
+ Catalan
38
+
39
+ # 2. Abstract:
40
+
41
+ We introduce CatCoLA, the Catalan Corpus of Linguistic Acceptability that will contribute to the Catalan Language Understanding Benchmark (CLUB) to assess and compare the capabilities of language models (LM) trained with texts in Catalan. CatCoLA follows the design of the English CoLA to support the task of classifying sentences as acceptable or not. CatCoLA consists of 10,443 sentences and their acceptability judgements as found in well-known Catalan reference grammars. Additionally, all sentences have been annotated with the class of linguistic phenomenon the sentence is an example of, also following previous practices. CatCoLA is released under a CC BY-NC-SA 4.0 licence and freely available at https://github.com/nuriabel/LUTEST
42
+
43
+ # 3. Keywords:
44
+ Language model evaluation, corpus of linguistic acceptability, Catalan
45
+
46
+ # 4. Date of data collection (single date or date range):
47
+
48
+ 2023
49
+
50
+ # 5. Publication Date:
51
+
52
+ 29-05-2024
53
+
54
+ # 6. Grant information:
55
+ This research is part of the LUTEST project, PID2019-104512GB-I00, funded by the Ministerio de Ciencia, Innovación y Universidades and Agencia Estatal de Investigación (Spain).
56
+ BSC participation has been promoted and financed by the Generalitat de Catalunya through the Aina project and by the Ministerio para la Transformación Digital y de la Función Pública and Plan de Recuperación, Transformación y Resiliencia - NextGenerationEU within the framework of the project ILENIA (2022/TL22/00215337-00215334).
57
+
58
+ # 7. Geographical location/s of data collection:
59
+
60
+ Spain
61
+
62
+
63
+ # ACCESS INFORMATION
64
+
65
+
66
+ # 1. Creative Commons License of the dataset:
67
+ CC-BY-SA, Creative Commons Attribution 4.0 International License
68
+
69
+ # 2. Dataset DOI:
70
+
71
+ doi:10.34810/data1393
72
+
73
+ # 3. Related publication:
74
+
75
+ Núria Bel, Marta Punsola, Valle Ruiz-Fernández, 2024, CatCoLA: Catalan Corpus of Linguistic Acceptability.
76
+ Procesamiento del Lenguaje Natural 73, 2024.
77
+
78
+ # 4. Link to related datasets:
79
+
80
+ https://github.com/nuriabel/LUTEST
81
+
82
+
83
+ # VERSIONING AND PROVENANCE
84
+ # 1. Last modification date:
85
+
86
+ 19-05-2024
87
+
88
+ # 2. Were data derived from another source?
89
+ The dataset has been made by copying the examples from published works that are protected by copyright.
90
+ According to the Spanish law, we have respected the copyright because the number of elements taken represent less than a 10% of the whole work
91
+ The number of items copied is justified by the aims of the research.
92
+
93
+
94
+ # Download
95
+
96
+ Download CatCola train and dev datasets, plus human annotation, from https://github.com/nuriabel/LUTEST/
97
+
98
+ For CatCoLA outDomain dataset and CatCoLA InDomain test data, please contact nuria.bel@upf.edu.
99
+
100
+
101
+ # Data format
102
+
103
+ CatCoLA dataset is split into two subsets: an in-domain subset (InDomain) with 10,189 sentences, and an out-of-domain subset (OutDomain) with 254 sentences.
104
+
105
+ The in-domain subset has been split into train/dev/test sections:
106
+ - train: 8151 sentences
107
+ - dev: 1018 sentences
108
+ - test: 1020 sentences
109
+
110
+ The test sets are not made public to avoid contamination. Please write nuria.bel@upf.edu.
111
+
112
+ For the in-domain subset, each line in the .tsv files consists of tab-separated columns:
113
+ - Column 1: a unique ID
114
+ - Column 2: the source of the sentence
115
+ - Column 3: the acceptability judgment label from the source (0=unacceptable, 1=acceptable)
116
+ - Column 4: the source's annotation (* for the unacceptable sentences)
117
+ - Columns 5, 6 and 7: the human annotations
118
+ - Column 8: the sentence
119
+ - Column 9: the category of the linguistic phenomenon the sentence is an example of
120
+ - Column 10: the split to which the sentence belongs
121
+
122
+ For the out-of-domain, each line in the .tsv file consists of tab-separated columns:
123
+ - Column 1: a unique ID
124
+ - Column 2: the source of the sentence
125
+ - Column 3: the acceptability judgment label from the source (0=unacceptable, 1=acceptable)
126
+ - Column 4: the source's annotation (* for the unacceptable sentences)
127
+ - Column 5: the sentence
128
+ - Column 6: the category of the linguistic phenomenon the sentence is an example of
129
+
130
+
131
+
132
+ # Processing
133
+
134
+ During the gathering of the data and processing, some sentences from the source documents may have been omitted or altered. We discarded examples marking dubious acceptability with "?" or other signs, but those examples that included acceptability alternations were taken by creating the two versions: the acceptable and the unacceptable sentence. Finally, the examples that were not full sentences, that is, that contain no main verb, were manually edited to add a neutral verb to convert them into sentences, while keeping the acceptability value.
135
+
136
+ # Sources
137
+
138
+ - InDomain
139
+ Abril, Joan (1997). Diccionari pràctic de qüestions gramaticals. Barcelona: Edicions 62. Nova ed., 2010. Barcelona: Educaula.
140
+ Abril, Joan; Riera, Elvira (1997). L’ús dels possessius. Llengua i Ús (Barcelona), n. 10, p. 32-36.
141
+ Abrines, Bartomeu (2011). Els verbs de canvi d’estat en català: la participació en l’alternança causativa. Caplletra (València), n. 50, p. 35-65.
142
+ Albareda, Cristina (2013). La duplicació pronominal en les relatives locatives en català. Zeitschrift für Katalanistik (Friburg, Bochum), v. 26, p. 275-299.
143
+ Ballesta, Joan-Manuel (1987). Algunes consideracions entorn dels verbs copulatius en català. Llengua & Literatura (Barcelona), n. 2, p. 359-375.
144
+ Bartra, Anna (2016). Els components de la passiva. Una perspectiva diacrònica. Caplletra (València), n. 61, p. 295-327.
145
+ Bartra, Anna; Brucart, Josep Maria (1982). Alguns arguments a favor de la categoria sintagma predicatiu. Els Marges (Barcelona), n. 24, p. 91-113.
146
+ Busquets, Joan (2006). Stripping vs. VP ellipsis in Catalan: what is deleted and when? Probus (Dordrecht), v. 18, n. 2, p. 159-187.
147
+ Cuenca Ordinyana, Maria Josep (2006), La connexió i els connectors. Perspectiva oracional i textual. Vic. Eumo Editorial.
148
+ Cuenca Ordinyana, Maria Josep (2012), Sintaxi catalana. Barcelona: Editorial UOC:
149
+ Espinal, M. Teresa (2000). Sobre les expressions lexicalitzades. Els Marges (Barcelona), n. 67, p. 7-31.
150
+ Espinal, M. Teresa (2010). Bare nominals in Catalan and Spanish. Their structure and meaning. Lingua (Amsterdam), v. 120, n. 4, p. 984-1009.
151
+ Generalitat de Catalunya. Departament de Justícia. Curs de llengua catalana. Nivell C.
152
+ Hernanz, M. Lluïsa; Rigau, Gemma (1984). Auxiliaritat i reestructuració. Els Marges (Barcelona), n. 31, p. 29-51.
153
+ Mascaró, Joan et al. (1984) Estudis gramaticals. Bellaterra: Universitat Autònoma de Barcelona, p. 109-148.
154
+ Portal del Consorci per la normalització lingüística: https://www.cpnl.cat/gramatica/
155
+ Rigau, Gemma (1990). Les propietats d’“agradar”: estructura temàtica i comportament sintàctic. Caplletra (València), n. 8, p. 7-19.
156
+ Rigau, Gemma (1993). El comportamiento sintáctico de los predicados existenciales en catalán. Revista de Lenguas y Literaturas Catalana, Gallega y Vasca (Madrid), v. 3, p. 33-53.
157
+ Rigau, Gemma (1994). Les propietats dels verbs pronominals. Els Marges (Barcelona), n. 50, p. 29-39.
158
+ Solà, Jaume (2002). Clitic climbing and null subject languages. Catalan Journal of Linguistics (Bellaterra), v. 1, p. 225-255.
159
+ Solà, Joan; Lloret, Maria-Rosa; Mascaró, Joan; Pérez Saldanya, Manuel (dirs.) (2002). Gramàtica del català contemporani. Amb la col·laboració de Gemma Rigau. 4a ed., definitiva, 2008. Barcelona: Empúries.
160
+ Viana, Amadeu (1990). La sintaxi de la conjugació en català. Caplletra (València), n. 8, p. 81-105.
161
+ Villalba, Xavier (1992). Case, incorporation, and economy: an approach to causative constructions. Catalan Working Papers in Linguistics (Bellaterra), v. 2, p. 345-389.
162
+ Villalba, Xavier (1994a). Clitic climbing in causative constructions. Catalan Working Papers in Linguistics (Bellaterra), v. 3, n. 2, p. 123-152.
163
+ Villalba, Xavier (1994b). Clitics, case checking, and causative constructions. Kansas Working Papers in Linguistics (Kansas), v. 19, n. 1, p. 125-147.
164
+ Villalba, Xavier (2004). Descripció i norma: amb i el canvi de preposició. Llengua \& Literatura (Barcelona), n. 15, p. 257-276.
165
+
166
+
167
+ - OutDomain
168
+ Pisani, M.; Zevallos, R.; Bel, N. (2023). Catalan Parliamentary Plenary Session Transcriptions from 2015 to 2022, the ParlaMintCAT Corpus. Procesamiento del lenguaje natural, 71.
169
+
170
+ Annotation
171
+ The dataset has been manually annotated with 14 linguistic phenomena.
172
+ 1. Simple
173
+ 2. Predicative
174
+ 3. Adjuncts
175
+ 4. Argument types
176
+ 5. Argument alternation
177
+ 6. Binding pronouns
178
+ 7. Wh-phenomena
179
+ 8. Complement clauses
180
+ 9. Modal, negation, periphrasis and auxiliaries
181
+ 10. Infinitive embedded VPs and referential phenomena
182
+ 11.Complex NPs and APs
183
+ 12. S-Syntax
184
+ 13. Determiners, quantifiers, comparative and superlative constructions
185
+ 14. Catalan phenomena
186
+
187
+ The Catalan phenomena have been classified into 7 categories:
188
+ 1. Agreement in nominal constructions
189
+ 2. Subject ellipsis
190
+ 3. Ser/estar copula selection
191
+ 4. Constructions with the hi pronoun
192
+ 5. Pronominal cliticization
193
+ 6. Subjunctive mode and tense and consecutio temporum
194
+ 7. Dislocation
195
+
196
+ #Citation
197
+
198
+ Please, if you use the dataset cite the following papers:
199
+
200
+ Alex Warstadt, Amanpreet Singh, and Samuel R. Bowman. 2018. Neural network acceptability judgments. arXiv preprint arXiv:1805.12471.
201
+
202
+ Núria Bel, Marta Punsola, Valle Ruíz-Fernández, 2024, EsCoLA: Spanish Corpus of Linguistic Acceptability.
203
+ Joint International Conference on Computational Linguistics, Language Resources and Evaluation LREC-COLING 2024. Torino. Italy.
204
+
205
+ Núria Bel, Marta Punsola, Valle Ruiz-Fernández, 2024, CatCoLA: Catalan Corpus of Linguistic Acceptability.
206
+ Procesamiento del Lenguaje Natural 73, 2024.
207
+
208
+ Disclaimer
209
+
210
+ The dataset has been made by copying the examples from published works that are protected by copyright. According to the Spanish law, we have respected the copyright because the number of elements taken represent less than a 10% of the whole work, and the number of items copied is justified by the aims of research.