carmentano commited on
Commit
e2ed5ee
1 Parent(s): 51eb709

updated readme

Browse files
Files changed (1) hide show
  1. readme.md +165 -0
readme.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ YAML tags:
3
+ - copy-paste the tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging
4
+ ---
5
+
6
+ # Dataset Card Creation Guide
7
+
8
+
9
+ ## Dataset Description
10
+
11
+ - **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
12
+
13
+ - **Point of Contact:** Carlos Rodríguez-Penagos (carlos.rodriguez1@bsc.es) and Carme Armentano-Oller (carme.armentano@bsc.es)
14
+
15
+
16
+ ### Dataset Summary
17
+
18
+ TECA is a dataset of textual entailment in Catalan, which contains 21 163 pairs of premises and hypotheses, annotated according to the inference relation they have (implication, contradiction or neutral).
19
+
20
+ This dataset was developed by BSC TeMU as part of the AINA project and intended as part of the Catalan Language Understanding Benchmark (CLUB).
21
+
22
+ ### Supported Tasks and Leaderboards
23
+
24
+ Textual eintailment, Text classification, Language Model
25
+
26
+ ### Languages
27
+
28
+ CA - Catalan
29
+
30
+ ## Dataset Structure
31
+
32
+ ### Data Instances
33
+
34
+ Three JSON files, one for each split.
35
+
36
+ ### Example:
37
+
38
+ <pre>
39
+
40
+ {
41
+ "id": 3247,
42
+ "premise": "L'ONU adopta a Marràqueix un pacte no vinculant per les migracions",
43
+ "hypothesis": "S'acorden unes recomanacions per les persones migrades a Marràqueix",
44
+ "label": "0"
45
+ },
46
+ {
47
+ "id": 2825,
48
+ "premise": "L'ONU adopta a Marràqueix un pacte no vinculant per les migracions",
49
+ "hypothesis": "Les persones migrades seran acollides a Marràqueix",
50
+ "label": "1"
51
+ },
52
+ {
53
+ "id": 2431,
54
+ "premise": "L'ONU adopta a Marràqueix un pacte no vinculant per les migracions",
55
+ "hypothesis": "L'acord impulsat per l'ONU lluny de tancar-se",
56
+ "label": "2"
57
+ },
58
+ </pre>
59
+
60
+ ### Data Fields
61
+
62
+ - premise: text
63
+ - hypothesis: text related to the premise
64
+ - label: relation between premise and hypothesis:
65
+ * 0: entailment
66
+ * 1: neutral
67
+ * 2: contradiction
68
+
69
+ ### Data Splits
70
+
71
+ * dev.json: 2116 examples
72
+ * test.json: 2117 examples
73
+ * train.json: 16930 examples
74
+
75
+ ## Dataset Creation
76
+
77
+ ### Curation Rationale
78
+
79
+ Some sentence pairs were excluded because of inconsistencies.
80
+
81
+ ### Source Data
82
+
83
+ Source sentences are extracted from the [Catalan Textual Corpus](https://doi.org/10.5281/zenodo.4519349) and from [Vilaweb](https://www.vilaweb.cat) newswire.
84
+
85
+ #### Initial Data Collection and Normalization
86
+
87
+ 12000 sentences from the BSC Catalan Textual Corpus, together with 6200 headers from the Catalan news site Vilaweb, were chosen randomly. We filtered them by different criteria, such as length and stand-alone intelligibility. For each selected text, we commissioned 3 hypotheses (one for each entailment category) to be written by a team of native annotators.
88
+
89
+ #### Who are the source language producers?
90
+
91
+ The Catalan Textual Corpus corpus consists of several corpora gathered from web crawling and public corpora. More information [here](https://doi.org/10.5281/zenodo.4519349).
92
+ [Vilaweb](https://www.vilaweb.cat) is a Catalan newswire.
93
+
94
+ ### Annotations
95
+
96
+ #### Annotation process
97
+
98
+ We commissioned 3 hypotheses (one for each entailment category) to be written by a team of annotators.
99
+
100
+ #### Who are the annotators?
101
+
102
+ Annotators are a team of native language collaborators from two intependent companies.
103
+
104
+ ### Personal and Sensitive Information
105
+
106
+ No personal or sensitive information included.
107
+
108
+ ## Considerations for Using the Data
109
+
110
+ ### Social Impact of Dataset
111
+
112
+ [More Information Needed]
113
+
114
+ ### Discussion of Biases
115
+
116
+ [More Information Needed]
117
+
118
+ ### Other Known Limitations
119
+
120
+ [More Information Needed]
121
+
122
+ ## Additional Information
123
+
124
+ ### Dataset Curators
125
+
126
+ Casimiro Pio Carrino, Carlos Rodríguez and Carme Armentano, from BSC-CNS.
127
+
128
+ ### Licensing Information
129
+
130
+ This work is licensed under an <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0/">Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
131
+
132
+ ### Citation Information
133
+
134
+
135
+
136
+ ```
137
+
138
+ @inproceedings{armengol-estape-etal-2021-multilingual,
139
+ title = "Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? {A} Comprehensive Assessment for {C}atalan",
140
+ author = "Armengol-Estap{\'e}, Jordi and
141
+ Carrino, Casimiro Pio and
142
+ Rodriguez-Penagos, Carlos and
143
+ de Gibert Bonet, Ona and
144
+ Armentano-Oller, Carme and
145
+ Gonzalez-Agirre, Aitor and
146
+ Melero, Maite and
147
+ Villegas, Marta",
148
+ booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
149
+ month = aug,
150
+ year = "2021",
151
+ address = "Online",
152
+ publisher = "Association for Computational Linguistics",
153
+ url = "https://aclanthology.org/2021.findings-acl.437",
154
+ doi = "10.18653/v1/2021.findings-acl.437",
155
+ pages = "4933--4946",
156
+ }
157
+
158
+
159
+ ```
160
+
161
+ [DOI](https://doi.org/10.5281/zenodo.4529183)
162
+
163
+ ### Funding
164
+
165
+ This work was funded by the [Catalan Ministry of the Vice-presidency, Digital Policies and Territory](https://politiquesdigitals.gencat.cat/en/inici/index.html) within the framework of the [Aina project](https://politiquesdigitals.gencat.cat/ca/tic/aina-el-projecte-per-garantir-el-catala-en-lera-digital/).