Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Size:
10K - 100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -28,6 +28,251 @@ task_categories:
|
|
28 |
- text-classification
|
29 |
task_ids:
|
30 |
- natural-language-inference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
# Dataset Card for AmericasNLI
|
@@ -340,4 +585,4 @@ As per paragraph 3.1 of the [original paper](https://arxiv.org/abs/2104.08726).
|
|
340 |
|
341 |
### Contributions
|
342 |
|
343 |
-
Thanks to [@fdschmidt93](https://github.com/fdschmidt93) for adding this dataset.
|
|
|
28 |
- text-classification
|
29 |
task_ids:
|
30 |
- natural-language-inference
|
31 |
+
dataset_info:
|
32 |
+
- config_name: aym
|
33 |
+
features:
|
34 |
+
- name: premise
|
35 |
+
dtype: string
|
36 |
+
- name: hypothesis
|
37 |
+
dtype: string
|
38 |
+
- name: label
|
39 |
+
dtype:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
0: entailment
|
43 |
+
1: neutral
|
44 |
+
2: contradiction
|
45 |
+
splits:
|
46 |
+
- name: test
|
47 |
+
num_bytes: 115259
|
48 |
+
num_examples: 750
|
49 |
+
- name: validation
|
50 |
+
num_bytes: 117538
|
51 |
+
num_examples: 743
|
52 |
+
download_size: 2256093
|
53 |
+
dataset_size: 232797
|
54 |
+
- config_name: bzd
|
55 |
+
features:
|
56 |
+
- name: premise
|
57 |
+
dtype: string
|
58 |
+
- name: hypothesis
|
59 |
+
dtype: string
|
60 |
+
- name: label
|
61 |
+
dtype:
|
62 |
+
class_label:
|
63 |
+
names:
|
64 |
+
0: entailment
|
65 |
+
1: neutral
|
66 |
+
2: contradiction
|
67 |
+
splits:
|
68 |
+
- name: test
|
69 |
+
num_bytes: 127684
|
70 |
+
num_examples: 750
|
71 |
+
- name: validation
|
72 |
+
num_bytes: 143362
|
73 |
+
num_examples: 743
|
74 |
+
download_size: 2256093
|
75 |
+
dataset_size: 271046
|
76 |
+
- config_name: cni
|
77 |
+
features:
|
78 |
+
- name: premise
|
79 |
+
dtype: string
|
80 |
+
- name: hypothesis
|
81 |
+
dtype: string
|
82 |
+
- name: label
|
83 |
+
dtype:
|
84 |
+
class_label:
|
85 |
+
names:
|
86 |
+
0: entailment
|
87 |
+
1: neutral
|
88 |
+
2: contradiction
|
89 |
+
splits:
|
90 |
+
- name: test
|
91 |
+
num_bytes: 116292
|
92 |
+
num_examples: 750
|
93 |
+
- name: validation
|
94 |
+
num_bytes: 113264
|
95 |
+
num_examples: 658
|
96 |
+
download_size: 2256093
|
97 |
+
dataset_size: 229556
|
98 |
+
- config_name: gn
|
99 |
+
features:
|
100 |
+
- name: premise
|
101 |
+
dtype: string
|
102 |
+
- name: hypothesis
|
103 |
+
dtype: string
|
104 |
+
- name: label
|
105 |
+
dtype:
|
106 |
+
class_label:
|
107 |
+
names:
|
108 |
+
0: entailment
|
109 |
+
1: neutral
|
110 |
+
2: contradiction
|
111 |
+
splits:
|
112 |
+
- name: test
|
113 |
+
num_bytes: 101956
|
114 |
+
num_examples: 750
|
115 |
+
- name: validation
|
116 |
+
num_bytes: 115143
|
117 |
+
num_examples: 743
|
118 |
+
download_size: 2256093
|
119 |
+
dataset_size: 217099
|
120 |
+
- config_name: hch
|
121 |
+
features:
|
122 |
+
- name: premise
|
123 |
+
dtype: string
|
124 |
+
- name: hypothesis
|
125 |
+
dtype: string
|
126 |
+
- name: label
|
127 |
+
dtype:
|
128 |
+
class_label:
|
129 |
+
names:
|
130 |
+
0: entailment
|
131 |
+
1: neutral
|
132 |
+
2: contradiction
|
133 |
+
splits:
|
134 |
+
- name: test
|
135 |
+
num_bytes: 120865
|
136 |
+
num_examples: 750
|
137 |
+
- name: validation
|
138 |
+
num_bytes: 127974
|
139 |
+
num_examples: 743
|
140 |
+
download_size: 2256093
|
141 |
+
dataset_size: 248839
|
142 |
+
- config_name: nah
|
143 |
+
features:
|
144 |
+
- name: premise
|
145 |
+
dtype: string
|
146 |
+
- name: hypothesis
|
147 |
+
dtype: string
|
148 |
+
- name: label
|
149 |
+
dtype:
|
150 |
+
class_label:
|
151 |
+
names:
|
152 |
+
0: entailment
|
153 |
+
1: neutral
|
154 |
+
2: contradiction
|
155 |
+
splits:
|
156 |
+
- name: test
|
157 |
+
num_bytes: 102961
|
158 |
+
num_examples: 738
|
159 |
+
- name: validation
|
160 |
+
num_bytes: 50749
|
161 |
+
num_examples: 376
|
162 |
+
download_size: 2256093
|
163 |
+
dataset_size: 153710
|
164 |
+
- config_name: oto
|
165 |
+
features:
|
166 |
+
- name: premise
|
167 |
+
dtype: string
|
168 |
+
- name: hypothesis
|
169 |
+
dtype: string
|
170 |
+
- name: label
|
171 |
+
dtype:
|
172 |
+
class_label:
|
173 |
+
names:
|
174 |
+
0: entailment
|
175 |
+
1: neutral
|
176 |
+
2: contradiction
|
177 |
+
splits:
|
178 |
+
- name: test
|
179 |
+
num_bytes: 119658
|
180 |
+
num_examples: 748
|
181 |
+
- name: validation
|
182 |
+
num_bytes: 27018
|
183 |
+
num_examples: 222
|
184 |
+
download_size: 2256093
|
185 |
+
dataset_size: 146676
|
186 |
+
- config_name: quy
|
187 |
+
features:
|
188 |
+
- name: premise
|
189 |
+
dtype: string
|
190 |
+
- name: hypothesis
|
191 |
+
dtype: string
|
192 |
+
- name: label
|
193 |
+
dtype:
|
194 |
+
class_label:
|
195 |
+
names:
|
196 |
+
0: entailment
|
197 |
+
1: neutral
|
198 |
+
2: contradiction
|
199 |
+
splits:
|
200 |
+
- name: test
|
201 |
+
num_bytes: 112758
|
202 |
+
num_examples: 750
|
203 |
+
- name: validation
|
204 |
+
num_bytes: 125644
|
205 |
+
num_examples: 743
|
206 |
+
download_size: 2256093
|
207 |
+
dataset_size: 238402
|
208 |
+
- config_name: shp
|
209 |
+
features:
|
210 |
+
- name: premise
|
211 |
+
dtype: string
|
212 |
+
- name: hypothesis
|
213 |
+
dtype: string
|
214 |
+
- name: label
|
215 |
+
dtype:
|
216 |
+
class_label:
|
217 |
+
names:
|
218 |
+
0: entailment
|
219 |
+
1: neutral
|
220 |
+
2: contradiction
|
221 |
+
splits:
|
222 |
+
- name: test
|
223 |
+
num_bytes: 118942
|
224 |
+
num_examples: 750
|
225 |
+
- name: validation
|
226 |
+
num_bytes: 124508
|
227 |
+
num_examples: 743
|
228 |
+
download_size: 2256093
|
229 |
+
dataset_size: 243450
|
230 |
+
- config_name: tar
|
231 |
+
features:
|
232 |
+
- name: premise
|
233 |
+
dtype: string
|
234 |
+
- name: hypothesis
|
235 |
+
dtype: string
|
236 |
+
- name: label
|
237 |
+
dtype:
|
238 |
+
class_label:
|
239 |
+
names:
|
240 |
+
0: entailment
|
241 |
+
1: neutral
|
242 |
+
2: contradiction
|
243 |
+
splits:
|
244 |
+
- name: test
|
245 |
+
num_bytes: 122632
|
246 |
+
num_examples: 750
|
247 |
+
- name: validation
|
248 |
+
num_bytes: 139504
|
249 |
+
num_examples: 743
|
250 |
+
download_size: 2256093
|
251 |
+
dataset_size: 262136
|
252 |
+
- config_name: all_languages
|
253 |
+
features:
|
254 |
+
- name: language
|
255 |
+
dtype: string
|
256 |
+
- name: premise
|
257 |
+
dtype: string
|
258 |
+
- name: hypothesis
|
259 |
+
dtype: string
|
260 |
+
- name: label
|
261 |
+
dtype:
|
262 |
+
class_label:
|
263 |
+
names:
|
264 |
+
0: entailment
|
265 |
+
1: neutral
|
266 |
+
2: contradiction
|
267 |
+
splits:
|
268 |
+
- name: test
|
269 |
+
num_bytes: 1210591
|
270 |
+
num_examples: 7486
|
271 |
+
- name: validation
|
272 |
+
num_bytes: 1129092
|
273 |
+
num_examples: 6457
|
274 |
+
download_size: 2256093
|
275 |
+
dataset_size: 2339683
|
276 |
---
|
277 |
|
278 |
# Dataset Card for AmericasNLI
|
|
|
585 |
|
586 |
### Contributions
|
587 |
|
588 |
+
Thanks to [@fdschmidt93](https://github.com/fdschmidt93) for adding this dataset.
|