carmentano commited on
Commit
b12e776
1 Parent(s): b322e59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +163 -3
README.md CHANGED
@@ -1,6 +1,166 @@
1
  ---
 
 
 
 
 
 
2
  language:
3
  - ca
4
- license:
5
- - cc-by-4.0
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ YAML tags:
3
+
4
+ annotations_creators:
5
+ - expert-generated
6
+ language_creators:
7
+ - found
8
  language:
9
  - ca
10
+ license:
11
+ - cc-by-nc-nd-4.0
12
+ multilinguality:
13
+ - monolingual
14
+ pretty_name: wnli-ca
15
+ size_categories:
16
+ - unknown
17
+ source_datasets: []
18
+ task_categories:
19
+ - text-classification
20
+
21
+
22
+ # WNLI-ca
23
+
24
+ ## Table of Contents
25
+ - [Table of Contents](#table-of-contents)
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Dataset Creation](#dataset-creation)
35
+ - [Curation Rationale](#curation-rationale)
36
+ - [Source Data](#source-data)
37
+ - [Annotations](#annotations)
38
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
40
+ - [Social Impact of Dataset](#social-impact-of-dataset)
41
+ - [Discussion of Biases](#discussion-of-biases)
42
+ - [Other Known Limitations](#other-known-limitations)
43
+ - [Additional Information](#additional-information)
44
+ - [Dataset Curators](#dataset-curators)
45
+ - [Licensing Information](#licensing-information)
46
+ - [Citation Information](#citation-information)
47
+ - [Contributions](#contributions)
48
+
49
+
50
+ ## Dataset Description
51
+
52
+ - **Point of Contact:** [Carlos Rodríguez-Penagos](carlos.rodriguez1@bsc.es) and [Carme Armentano-Oller](carme.armentano@bsc.es)
53
+
54
+
55
+ ### Dataset Summary
56
+
57
+ "A Winograd schema is a pair of sentences that differ in only one or two words and that contain an ambiguity that is resolved in opposite ways in the two sentences and requires the use of world knowledge and reasoning for its resolution. The schema takes its name from Terry Winograd." Source: [The Winograd Schema Challenge](https://cs.nyu.edu/~davise/papers/WinogradSchemas/WS.html).
58
+
59
+ The Winograd NLI dataset presents 855 sentence pairs, in which the first sentence contains an ambiguity and the second one a possible interpretation of it. The label indicates if the interpretation is correct (1) or not (0).
60
+
61
+ This dataset is a professional translation into Catalan of [Winograd NLI dataset](https://dl.fbaipublicfiles.com/glue/data/WNLI.zip) as published in [GLUE Benchmark](https://gluebenchmark.com/tasks).
62
+
63
+ Both the original dataset and this translation are licenced under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
64
+
65
+ ### Supported Tasks and Leaderboards
66
+
67
+ Textual entailment, Text classification, Language Model.
68
+
69
+ ### Languages
70
+
71
+ The dataset is in Catalan (`ca-CA`)
72
+
73
+ ## Dataset Structure
74
+
75
+ ### Data Instances
76
+
77
+ Three csv files.
78
+
79
+ | index | frase 1 | frase 2 | etiqueta |
80
+ | ------- | ---- | ------------ | ------------ | ----- |
81
+ | 0 | Vaig clavar una agulla en una pastanaga. Quan la vaig treure, tenia un forat. | La pastanaga tenia un forat. | 1 |
82
+ | 1 | En Joan no podia veure l’escenari amb en Guillem davant seu perquè és molt baix. | En Joan és molt baix. | 1 |
83
+ | 2 | Els policies van arrestar tots els membres de la banda. Volien aturar el tràfic de drogues del barri. | Els policies volien aturar el tràfic de drogues del barri. | 1 |
84
+ | 3 | L’Esteve segueix els passos d’en Frederic en tot. L’influencia moltíssim. | L’Esteve l’influencia moltíssim. | 0 |
85
+
86
+ ### Data Fields
87
+
88
+ - index
89
+ - frase 1: first sentence of the pair
90
+ - frase 2: second sentence of the pair
91
+ - etiqueta: relation between the two sentences:
92
+ * 0: the second sentence does not entail a correct interpretation of the first one (neutral)
93
+ * 1: the second sentence entails a correct interpretation of the first one (entailment)
94
+
95
+ ### Data Splits
96
+
97
+ - wnli-train-ca.csv: 636
98
+ - wnli-dev-ca.csv: 72
99
+ - wnli-test-ca.csv: 147
100
+
101
+ ## Dataset Creation
102
+
103
+ ### Methodology
104
+
105
+ For more information on how the Winograd NLI dataset was created, visit the webpage The [Winograd Schema Challenge](https://cs.nyu.edu/~davise/papers/WinogradSchemas/WS.html).
106
+
107
+ Translation into Catalan was commissioned by BSC TeMU within the [projecte Aina](https://politiquesdigitals.gencat.cat/ca/tic/aina-el-projecte-per-garantir-el-catala-en-lera-digital/).
108
+
109
+ ### Curation Rationale
110
+
111
+ For compatibility with similar datasets in other languages, and to allow inter-lingual comparisons.
112
+
113
+ ### Source Data
114
+
115
+ - [GLUE Benchmark site](https://gluebenchmark.com)
116
+
117
+ #### Initial Data Collection and Normalization
118
+
119
+ Professional translation of WNLI dataset into Catalan
120
+
121
+ #### Who are the source language producers?
122
+
123
+ For more information on how the Winograd NLI dataset was created, visit the webpage The [Winograd Schema Challenge](https://cs.nyu.edu/~davise/papers/WinogradSchemas/WS.html).
124
+
125
+ ### Annotations
126
+
127
+ #### Annotation process
128
+
129
+ None
130
+
131
+ #### Who are the annotators?
132
+
133
+ Translation whas commisioned to a professional translation company.
134
+
135
+ ### Personal and Sensitive Information
136
+
137
+ No personal or sensitive information included.
138
+
139
+ ## Considerations for Using the Data
140
+
141
+ ### Social Impact of Dataset
142
+
143
+ This dataset contributes to the development of language models in Catalan, a low-resource language.
144
+
145
+ ### Discussion of Biases
146
+
147
+ [N/A]
148
+
149
+ ### Other Known Limitations
150
+
151
+ [N/A]
152
+
153
+ ## Additional Information
154
+
155
+ ### Dataset Curators
156
+
157
+ Carlos Rodríguez-Penagos (carlos.rodriguez1@bsc.es) and Carme Armentano-Oller (carme.armentano@bsc.es).
158
+
159
+ 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/en/inici/index.html) within the framework of the [projecte Aina](https://politiquesdigitals.gencat.cat/ca/tic/aina-el-projecte-per-garantir-el-catala-en-lera-digital/).
160
+
161
+ ### Licensing Information
162
+
163
+ This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International License</a>.
164
+
165
+ ### Citation Information
166
+