emilio-ariza commited on
Commit
04c1a9e
1 Parent(s): 4b0dc13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +152 -3
README.md CHANGED
@@ -1,3 +1,152 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotations_creators:
2
+ - crowdsourced
3
+ - other
4
+ language_creators:
5
+ - other
6
+ - crowdsourced
7
+ languages:
8
+ - es
9
+ licenses:
10
+ - cc-by-sa-4.0
11
+ multilinguality:
12
+ - monolingual
13
+ pretty_name: ESnli
14
+ size_categories:
15
+ - unknown
16
+ source_datasets:
17
+ - extended|snli
18
+ - extended|xnli
19
+ - extended|multi_nli
20
+ task_categories:
21
+ - text-classification
22
+ task_ids:
23
+ - natural-language-inference
24
+
25
+ # Dataset Card for nli-es
26
+
27
+ ## Table of Contents
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
31
+ - [Languages](#languages)
32
+ - [Dataset Structure](#dataset-structure)
33
+ - [Data Instances](#data-instances)
34
+ - [Data Fields](#data-instances)
35
+ - [Data Splits](#data-instances)
36
+ - [Dataset Creation](#dataset-creation)
37
+ - [Curation Rationale](#curation-rationale)
38
+ - [Source Data](#source-data)
39
+ - [Annotations](#annotations)
40
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
41
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
42
+ - [Social Impact of Dataset](#social-impact-of-dataset)
43
+ - [Discussion of Biases](#discussion-of-biases)
44
+ - [Other Known Limitations](#other-known-limitations)
45
+ - [Additional Information](#additional-information)
46
+ - [Dataset Curators](#dataset-curators)
47
+ - [Licensing Information](#licensing-information)
48
+ - [Citation Information](#citation-information)
49
+
50
+ ## Dataset Description
51
+
52
+ - **Homepage:** [Needs More Information]
53
+ - **Repository:** https://huggingface.co/datasets/hackathon-pln-es/nli-es/
54
+ - **Paper:** [Needs More Information]
55
+ - **Leaderboard:** [Needs More Information]
56
+ - **Point of Contact:** [Needs More Information]
57
+
58
+ ### Dataset Summary
59
+
60
+ A Spanish Natural Language Inference dataset put together from the sources:
61
+ - the Spanish slice of the XNLI dataset;
62
+ - machine-translated Spanish version of the SNLI dataset
63
+ - machine-translated Spanish version of the Multinli dataset
64
+
65
+ ### Supported Tasks and Leaderboards
66
+
67
+ [Needs More Information]
68
+
69
+ ### Languages
70
+
71
+ A small percentage of the dataset contains original Spanish text by human speakers. The rest was generated by automatic translation.
72
+
73
+ ## Dataset Structure
74
+
75
+ ### Data Instances
76
+
77
+ A line includes four values: a sentence1 (the premise); a sentence2 (the hypothesis); a label specifying the relationship between the two ("gold_label") and the ID number of the pair of sentences as given in the original dataset.
78
+
79
+ Labels can be "entailment" if the premise entails the hypothesis, "contradiction" if it contradicts it or "neutral" if it neither implies it nor denies it.
80
+
81
+ {
82
+ "gold_label": "neutral",
83
+ "pairID": 1,
84
+ "sentence1": "A ver si nos tenemos que poner todos en huelga hasta cobrar lo que queramos.",
85
+ "sentence2": "La huelga es el método de lucha más eficaz para conseguir mejoras en el salario."
86
+ }
87
+
88
+ ### Data Fields
89
+
90
+ [Needs More Information]
91
+
92
+ ### Data Splits
93
+
94
+ [Needs More Information]
95
+
96
+ ## Dataset Creation
97
+
98
+ ### Curation Rationale
99
+
100
+ [Needs More Information]
101
+
102
+ ### Source Data
103
+
104
+ #### Initial Data Collection and Normalization
105
+
106
+ [Needs More Information]
107
+
108
+ #### Who are the source language producers?
109
+
110
+ [Needs More Information]
111
+
112
+ ### Annotations
113
+
114
+ #### Annotation process
115
+
116
+ [Needs More Information]
117
+
118
+ #### Who are the annotators?
119
+
120
+ [Needs More Information]
121
+
122
+ ### Personal and Sensitive Information
123
+
124
+ [Needs More Information]
125
+
126
+ ## Considerations for Using the Data
127
+
128
+ ### Social Impact of Dataset
129
+
130
+ [Needs More Information]
131
+
132
+ ### Discussion of Biases
133
+
134
+ [Needs More Information]
135
+
136
+ ### Other Known Limitations
137
+
138
+ [Needs More Information]
139
+
140
+ ## Additional Information
141
+
142
+ ### Dataset Curators
143
+
144
+ [Needs More Information]
145
+
146
+ ### Licensing Information
147
+
148
+ [Needs More Information]
149
+
150
+ ### Citation Information
151
+
152
+ [Needs More Information]