Datasets:

Languages:
Spanish
License:
carmentano commited on
Commit
d100862
1 Parent(s): 2b7a68b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +158 -1
README.md CHANGED
@@ -1,3 +1,160 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ YAML tags:
3
+
4
+ annotations_creators:
5
+ - expert-generated
6
+ language_creators:
7
+ - found
8
+ language:
9
+ - es
10
+ license:
11
+ - cc-by-4.0
12
+ multilinguality:
13
+ - monolingual
14
+ pretty_name: wnli-es
15
+ size_categories:
16
+ - unknown
17
+ source_datasets:
18
+ - extended|glue
19
+ task_categories:
20
+ - text-classification
21
+ task_ids:
22
+ - natural-language-inference
23
+
24
  ---
25
+
26
+
27
+ # WNLI-es
28
+
29
+ ## Table of Contents
30
+ - [Table of Contents](#table-of-contents)
31
+ - [Dataset Description](#dataset-description)
32
+ - [Dataset Summary](#dataset-summary)
33
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
34
+ - [Languages](#languages)
35
+ - [Dataset Structure](#dataset-structure)
36
+ - [Data Instances](#data-instances)
37
+ - [Data Fields](#data-fields)
38
+ - [Data Splits](#data-splits)
39
+ - [Dataset Creation](#dataset-creation)
40
+ - [Curation Rationale](#curation-rationale)
41
+ - [Source Data](#source-data)
42
+ - [Annotations](#annotations)
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
+
55
+ ## Dataset Description
56
+ - **Website:** https://cs.nyu.edu/~davise/papers/WinogradSchemas/WS.html
57
+ - **Point of Contact:** [Carlos Rodríguez-Penagos]([email protected]) and [Carme Armentano-Oller]([email protected])
58
+
59
+
60
+ ### Dataset Summary
61
+
62
+ "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).
63
+
64
+ The [Winograd NLI dataset](https://dl.fbaipublicfiles.com/glue/data/WNLI.zip) 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).
65
+
66
+ This dataset is a professional translation into Spanish of [Winograd NLI dataset](https://dl.fbaipublicfiles.com/glue/data/WNLI.zip) as published in [GLUE Benchmark](https://gluebenchmark.com/tasks).
67
+
68
+ 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/).
69
+
70
+ ### Supported Tasks and Leaderboards
71
+
72
+ Textual entailment, Text classification, Language Model.
73
+
74
+ ### Languages
75
+
76
+ * Spanish (es)
77
+
78
+ ## Dataset Structure
79
+
80
+ ### Data Instances
81
+
82
+ Three tsv files.
83
+
84
+ ### Data Fields
85
+
86
+ - index
87
+ - sentence 1: first sentence of the pair
88
+ - sentence 2: second sentence of the pair
89
+ - label: relation between the two sentences:
90
+ * 0: the second sentence does not entail a correct interpretation of the first one (neutral)
91
+ * 1: the second sentence entails a correct interpretation of the first one (entailment)
92
+
93
+ ### Data Splits
94
+
95
+ - wnli-train-es.csv: 636
96
+ - wnli-dev-es.csv: 72
97
+ - wnli-test-shuffled-es.csv: 147
98
+
99
+ ## Dataset Creation
100
+
101
+ ### Curation Rationale
102
+
103
+ We translated this dataset to contribute to the development of language models in Spanish.
104
+
105
+ ### Source Data
106
+
107
+ - [GLUE Benchmark site](https://gluebenchmark.com)
108
+
109
+ #### Initial Data Collection and Normalization
110
+
111
+ This is a professional translation of [WNLI dataset](https://cs.nyu.edu/~davise/papers/WinogradSchemas/WS.html) into Spanish, commissioned by [BSC TeMU](https://temu.bsc.es/) within the the framework of the [Plan-TL](https://plantl.mineco.gob.es/Paginas/index.aspx).
112
+
113
+ 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).
114
+
115
+ #### Who are the source language producers?
116
+
117
+ 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).
118
+
119
+ ### Annotations
120
+
121
+ #### Annotation process
122
+
123
+ We comissioned a professional translation of [WNLI dataset](https://cs.nyu.edu/~davise/papers/WinogradSchemas/WS.html) into Spanish.
124
+
125
+ #### Who are the annotators?
126
+
127
+ Translation was commisioned to a professional translation agency.
128
+
129
+ ### Personal and Sensitive Information
130
+
131
+ No personal or sensitive information included.
132
+
133
+ ## Considerations for Using the Data
134
+
135
+ ### Social Impact of Dataset
136
+
137
+ This dataset contributes to the development of language models in Spanish.
138
+
139
+ ### Discussion of Biases
140
+
141
+ [N/A]
142
+
143
+ ### Other Known Limitations
144
+
145
+ [N/A]
146
+
147
+ ## Additional Information
148
+
149
+ ### Dataset Curators
150
+
151
+ Carlos Rodríguez-Penagos ([email protected]) and Carme Armentano-Oller ([email protected]) from [BSC-CNS](https://www.bsc.es/).
152
+
153
+ This work was funded by the [Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA)](https://avancedigital.mineco.gob.es/en-us/Paginas/index.aspx) within the framework of the [Plan-TL](https://plantl.mineco.gob.es/Paginas/index.aspx).
154
+
155
+
156
+ ### Licensing Information
157
+
158
+ This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">CC Attribution 4.0 International License</a>.
159
+
160
+ ### Citation Information