Datasets:

Size Categories:
unknown
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
extended|xnli
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
56acd4d
1 Parent(s): 6fd0ce3

Add hch data files

Browse files
README.md CHANGED
@@ -156,13 +156,13 @@ dataset_info:
156
  '2': contradiction
157
  splits:
158
  - name: validation
159
- num_bytes: 127974
160
  num_examples: 743
161
  - name: test
162
- num_bytes: 120865
163
  num_examples: 750
164
- download_size: 2256093
165
- dataset_size: 248839
166
  - config_name: nah
167
  features:
168
  - name: premise
@@ -298,6 +298,12 @@ configs:
298
  path: gn/validation-*
299
  - split: test
300
  path: gn/test-*
 
 
 
 
 
 
301
  ---
302
 
303
  # Dataset Card for AmericasNLI
 
156
  '2': contradiction
157
  splits:
158
  - name: validation
159
+ num_bytes: 127966
160
  num_examples: 743
161
  - name: test
162
+ num_bytes: 120857
163
  num_examples: 750
164
+ download_size: 90748
165
+ dataset_size: 248823
166
  - config_name: nah
167
  features:
168
  - name: premise
 
298
  path: gn/validation-*
299
  - split: test
300
  path: gn/test-*
301
+ - config_name: hch
302
+ data_files:
303
+ - split: validation
304
+ path: hch/validation-*
305
+ - split: test
306
+ path: hch/test-*
307
  ---
308
 
309
  # Dataset Card for AmericasNLI
dataset_infos.json CHANGED
@@ -206,35 +206,28 @@
206
  "hch": {
207
  "description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
208
  "citation": "\n@article{DBLP:journals/corr/abs-2104-08726,\n author = {Abteen Ebrahimi and\n Manuel Mager and\n Arturo Oncevay and\n Vishrav Chaudhary and\n Luis Chiruzzo and\n Angela Fan and\n John Ortega and\n Ricardo Ramos and\n Annette Rios and\n Ivan Vladimir and\n Gustavo A. Gim{'{e}}nez{-}Lugo and\n Elisabeth Mager and\n Graham Neubig and\n Alexis Palmer and\n Rolando A. Coto Solano and\n Ngoc Thang Vu and\n Katharina Kann},\n title = {AmericasNLI: Evaluating Zero-shot Natural Language Understanding of\n Pretrained Multilingual Models in Truly Low-resource Languages},\n journal = {CoRR},\n volume = {abs/2104.08726},\n year = {2021},\n url = {https://arxiv.org/abs/2104.08726},\n eprinttype = {arXiv},\n eprint = {2104.08726},\n timestamp = {Mon, 26 Apr 2021 17:25:10 +0200},\n biburl = {https://dblp.org/rec/journals/corr/abs-2104-08726.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
209
- "homepage": "TODO",
210
  "license": "",
211
  "features": {
212
  "premise": {
213
  "dtype": "string",
214
- "id": null,
215
  "_type": "Value"
216
  },
217
  "hypothesis": {
218
  "dtype": "string",
219
- "id": null,
220
  "_type": "Value"
221
  },
222
  "label": {
223
- "num_classes": 3,
224
  "names": [
225
  "entailment",
226
  "neutral",
227
  "contradiction"
228
  ],
229
- "names_file": null,
230
- "id": null,
231
  "_type": "ClassLabel"
232
  }
233
  },
234
- "post_processed": null,
235
- "supervised_keys": null,
236
- "task_templates": null,
237
  "builder_name": "americas_nli",
 
238
  "config_name": "hch",
239
  "version": {
240
  "version_str": "1.0.0",
@@ -246,31 +239,20 @@
246
  "splits": {
247
  "validation": {
248
  "name": "validation",
249
- "num_bytes": 127974,
250
  "num_examples": 743,
251
- "dataset_name": "americas_nli"
252
  },
253
  "test": {
254
  "name": "test",
255
- "num_bytes": 120865,
256
  "num_examples": 750,
257
- "dataset_name": "americas_nli"
258
- }
259
- },
260
- "download_checksums": {
261
- "https://raw.githubusercontent.com/nala-cub/AmericasNLI/main/dev.tsv": {
262
- "num_bytes": 1090405,
263
- "checksum": "a2678f2820a2008547c5d993118979cc82a25d51a73570571566a1b74d8e8530"
264
- },
265
- "https://raw.githubusercontent.com/nala-cub/AmericasNLI/main/test.tsv": {
266
- "num_bytes": 1165688,
267
- "checksum": "1e16c058de33ddaab4a037b1078a31ecab08afddfdc840140593b6da1439bcf8"
268
  }
269
  },
270
- "download_size": 2256093,
271
- "post_processing_size": null,
272
- "dataset_size": 248839,
273
- "size_in_bytes": 2504932
274
  },
275
  "nah": {
276
  "description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
 
206
  "hch": {
207
  "description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
208
  "citation": "\n@article{DBLP:journals/corr/abs-2104-08726,\n author = {Abteen Ebrahimi and\n Manuel Mager and\n Arturo Oncevay and\n Vishrav Chaudhary and\n Luis Chiruzzo and\n Angela Fan and\n John Ortega and\n Ricardo Ramos and\n Annette Rios and\n Ivan Vladimir and\n Gustavo A. Gim{'{e}}nez{-}Lugo and\n Elisabeth Mager and\n Graham Neubig and\n Alexis Palmer and\n Rolando A. Coto Solano and\n Ngoc Thang Vu and\n Katharina Kann},\n title = {AmericasNLI: Evaluating Zero-shot Natural Language Understanding of\n Pretrained Multilingual Models in Truly Low-resource Languages},\n journal = {CoRR},\n volume = {abs/2104.08726},\n year = {2021},\n url = {https://arxiv.org/abs/2104.08726},\n eprinttype = {arXiv},\n eprint = {2104.08726},\n timestamp = {Mon, 26 Apr 2021 17:25:10 +0200},\n biburl = {https://dblp.org/rec/journals/corr/abs-2104-08726.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
209
+ "homepage": "https://github.com/nala-cub/AmericasNLI",
210
  "license": "",
211
  "features": {
212
  "premise": {
213
  "dtype": "string",
 
214
  "_type": "Value"
215
  },
216
  "hypothesis": {
217
  "dtype": "string",
 
218
  "_type": "Value"
219
  },
220
  "label": {
 
221
  "names": [
222
  "entailment",
223
  "neutral",
224
  "contradiction"
225
  ],
 
 
226
  "_type": "ClassLabel"
227
  }
228
  },
 
 
 
229
  "builder_name": "americas_nli",
230
+ "dataset_name": "americas_nli",
231
  "config_name": "hch",
232
  "version": {
233
  "version_str": "1.0.0",
 
239
  "splits": {
240
  "validation": {
241
  "name": "validation",
242
+ "num_bytes": 127966,
243
  "num_examples": 743,
244
+ "dataset_name": null
245
  },
246
  "test": {
247
  "name": "test",
248
+ "num_bytes": 120857,
249
  "num_examples": 750,
250
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
251
  }
252
  },
253
+ "download_size": 90748,
254
+ "dataset_size": 248823,
255
+ "size_in_bytes": 339571
 
256
  },
257
  "nah": {
258
  "description": "AmericasNLI is an extension of XNLI (Conneau et al., 2018) \u2013 a natural language inference (NLI) dataset covering 15 high-resource languages \u2013 to 10 low-resource indigenous languages spoken in the Americas: Ashaninka, Aymara, Bribri, Guarani, Nahuatl, Otomi, Quechua, Raramuri, Shipibo-Konibo, and Wixarika. As with MNLI, the goal is to predict textual entailment (does sentence A imply/contradict/neither sentence B) and is a classification task (given two sentences, predict one of three labels).\n",
hch/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63e8edc98f52fbc181f052125b3c00ad81dfe98664d853b017d84360cc244b1
3
+ size 44003
hch/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cab185baa7fd1fb7aec50a380d467b4a6a37df330de959ffec4dc31f067a92e6
3
+ size 46745