mmarimon commited on
Commit
c679854
1 Parent(s): f3ba4e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +186 -1
README.md CHANGED
@@ -1,3 +1,188 @@
1
  ---
2
- license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ YAML tags: null
3
+ annotations_creators:
4
+ - professional translators
5
+ language:
6
+ - ca
7
+ license:
8
+ - cc-by-sa-4.0
9
+ multilinguality:
10
+ - monolingual
11
+ pretty_name: copa-ca
12
+ task_ids:
13
+ - natural-language-inference
14
+ tags:
15
+ - causal-reasoning
16
+ - textual-entailment
17
+ - commonsense-reasoning
18
  ---
19
+
20
+ # Dataset Card for COPA-ca
21
+
22
+ ## Table of Contents
23
+ - [Table of Contents](#table-of-contents)
24
+ - [Dataset Description](#dataset-description)
25
+ - [Dataset Summary](#dataset-summary)
26
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
27
+ - [Languages](#languages)
28
+ - [Dataset Structure](#dataset-structure)
29
+ - [Data Instances](#data-instances)
30
+ - [Example](#example)
31
+ - [Data Fields](#data-fields)
32
+ - [Data Splits](#data-splits)
33
+ - [Dataset Creation](#dataset-creation)
34
+ - [Curation Rationale](#curation-rationale)
35
+ - [Source Data](#source-data)
36
+ - [Annotations](#annotations)
37
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
38
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
39
+ - [Social Impact of Dataset](#social-impact-of-dataset)
40
+ - [Discussion of Biases](#discussion-of-biases)
41
+ - [Other Known Limitations](#other-known-limitations)
42
+ - [Additional Information](#additional-information)
43
+ - [Dataset Curators](#dataset-curators)
44
+ - [Licensing Information](#licensing-information)
45
+ - [Citation Information](#citation-information)
46
+ - [Contributions](#contributions)
47
+
48
+
49
+ ## Dataset Description
50
+
51
+ - **Website:** https://zenodo.org/record/7973926
52
+ - **Point of Contact:** langtech@bsc.es
53
+
54
+
55
+ ### Dataset Summary
56
+
57
+ The COPA-ca dataset (Choice of plausible alternatives in Catalan) is a professional translation of the English COPA dataset into Catalan, commissioned by BSC LangTech Unit. The dataset consists of 1000 premises, each given a question and two choices with a label encoding which of the choices is more plausible given the annotator.
58
+
59
+ The dataset is split into 400 training samples, 100 validation samples, and 500 test samples. It includes the following features: 'premise', 'choice1', 'choice2', 'label', 'question', 'changed' (boolean).
60
+
61
+ This work is licensed under a Attribution-ShareAlike 4.0 International License.
62
+
63
+ ### Supported Tasks and Leaderboards
64
+
65
+ Commonsense reasoning, Language Model
66
+
67
+ ### Languages
68
+
69
+ The dataset is in Catalan (`ca-CA`).
70
+
71
+ ## Dataset Structure
72
+
73
+ ### Data Instances
74
+
75
+ Three JSON files, one for each split.
76
+
77
+ ### Example:
78
+
79
+ <pre>
80
+
81
+ {
82
+ "premise": "El meu cos va dibuixar una ombra damunt l'herba.",
83
+ "choice1": "El sol estava sortint.",
84
+ "choice2": "L'herba estava tallada.",
85
+ "question": "cause",
86
+ "label": 0,
87
+ "idx": 1,
88
+ "changed": false
89
+ }
90
+
91
+ {
92
+ "premise": "La dona va tolerar el comportament difícil de la seva amiga.",
93
+ "choice1": "La dona sabia que la seva amiga estava passant per un moment difícil.",
94
+ "choice2": "A la dona li va semblar que la seva amiga s'aprofitava de la seva amabilitat.",
95
+ "question": "cause",
96
+ "label": 0,
97
+ "idx": 2,
98
+ "changed": false
99
+ }
100
+
101
+ </pre>
102
+
103
+ ### Data Fields
104
+
105
+ - premise: a string feature.
106
+ - choice1: a string feature.
107
+ - choice2: a string feature.
108
+ - question: a string feature.
109
+ - label: a int64 feature.
110
+ - idx: a int32 feature.
111
+ - changed: a bool feature.
112
+
113
+
114
+ ### Data Splits
115
+
116
+ * copa-ca.train.jsonl: 400 examples
117
+ * copa-ca.val.jsonl: 100 examples
118
+ * copa-ca.test.jsonl: 500 examples
119
+
120
+ ## Dataset Creation
121
+
122
+ ### Curation Rationale
123
+
124
+ We created this dataset to contribute to the development of language models in Catalan, a low-resource language.
125
+
126
+ ### Source Data
127
+
128
+ [COPA](https://people.ict.usc.edu/~gordon/copa.html).
129
+
130
+ #### Initial Data Collection and Normalization
131
+
132
+ This dataset is a professional translation the English COPA dataset into Catalan, commissioned by BSC LangTech Unit within Projecte AINA.
133
+
134
+
135
+ #### Who are the source language producers?
136
+
137
+ For more information on how COPA was created, refer to the paper (Roemmele et al. 2011), or
138
+ visit the [COPA's webpage](https://people.ict.usc.edu/~gordon/copa.html).
139
+
140
+
141
+ ### Annotations
142
+
143
+ #### Annotation process
144
+
145
+ [N/A]
146
+
147
+ #### Who are the annotators?
148
+
149
+ This is a professional translation of the English COPA dataset and its annotations.
150
+
151
+ ### Personal and Sensitive Information
152
+
153
+ No personal or sensitive information included.
154
+
155
+ ## Considerations for Using the Data
156
+
157
+ ### Social Impact of Dataset
158
+
159
+ We hope this dataset contributes to the development of language models in Catalan, a low-resource language.
160
+
161
+ ### Discussion of Biases
162
+
163
+ [N/A]
164
+
165
+ ### Other Known Limitations
166
+
167
+ [N/A]
168
+
169
+ ## Additional Information
170
+
171
+ ### Dataset Curators
172
+
173
+ Language Technologies Unit at the Barcelona Supercomputing Center (langtech@bsc.es)
174
+
175
+ 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).
176
+
177
+
178
+ ### Licensing Information
179
+
180
+ This work is licensed under a Attribution-ShareAlike 4.0 International License
181
+
182
+ ### Citation Information
183
+
184
+ [DOI](https://doi.org/10.5281/zenodo.7973926)
185
+
186
+ ### Contributions
187
+
188
+ [N/A]