Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
fa77a3e
1 Parent(s): 1ac0124

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -23,6 +23,7 @@ pretty_name: Abductive Reasoning in narrative Text
23
  tags:
24
  - abductive-natural-language-inference
25
  dataset_info:
 
26
  features:
27
  - name: observation_1
28
  dtype: string
@@ -39,16 +40,23 @@ dataset_info:
39
  '0': '0'
40
  '1': '1'
41
  '2': '2'
42
- config_name: anli
43
  splits:
44
  - name: validation
45
- num_bytes: 312314
46
  num_examples: 1532
47
  - name: train
48
- num_bytes: 34046304
49
  num_examples: 169654
50
- download_size: 5118294
51
- dataset_size: 34358618
 
 
 
 
 
 
 
 
52
  ---
53
 
54
  # Dataset Card for "art"
 
23
  tags:
24
  - abductive-natural-language-inference
25
  dataset_info:
26
+ config_name: anli
27
  features:
28
  - name: observation_1
29
  dtype: string
 
40
  '0': '0'
41
  '1': '1'
42
  '2': '2'
 
43
  splits:
44
  - name: validation
45
+ num_bytes: 311146
46
  num_examples: 1532
47
  - name: train
48
+ num_bytes: 33918790
49
  num_examples: 169654
50
+ download_size: 9191805
51
+ dataset_size: 34229936
52
+ configs:
53
+ - config_name: anli
54
+ data_files:
55
+ - split: validation
56
+ path: anli/validation-*
57
+ - split: train
58
+ path: anli/train-*
59
+ default: true
60
  ---
61
 
62
  # Dataset Card for "art"
anli/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ed3125b054c0918b77e84e5babb0cc41d3636093b7ba66e135017a564c129c8
3
+ size 8983169
anli/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:466c1f53fe13a20101d612a5b7d837ec5b5101bf7a0f8c64e32ea0277b754f61
3
+ size 208636
dataset_infos.json CHANGED
@@ -1 +1,60 @@
1
- {"anli": {"description": "the Abductive Natural Language Inference Dataset from AI2\n", "citation": "@InProceedings{anli,\n author = \"Chandra, Bhagavatula\n and Ronan, Le Bras\n and Chaitanya, Malaviya\n and Keisuke, Sakaguchi\n and Ari, Holtzman\n and Hannah, Rashkin\n and Doug, Downey\n and Scott, Wen-tau Yih\n and Yejin, Choi\",\n title = \"Abductive Commonsense Reasoning\",\n year = \"2020\",\n}", "homepage": "https://leaderboard.allenai.org/anli/submissions/get-started", "license": "", "features": {"observation_1": {"dtype": "string", "id": null, "_type": "Value"}, "observation_2": {"dtype": "string", "id": null, "_type": "Value"}, "hypothesis_1": {"dtype": "string", "id": null, "_type": "Value"}, "hypothesis_2": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["0", "1", "2"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "supervised_keys": null, "builder_name": "art", "config_name": "anli", "version": {"version_str": "0.1.0", "description": "", "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 34046304, "num_examples": 169654, "dataset_name": "art"}, "validation": {"name": "validation", "num_bytes": 312314, "num_examples": 1532, "dataset_name": "art"}}, "download_checksums": {"https://storage.googleapis.com/ai2-mosaic/public/alphanli/alphanli-train-dev.zip": {"num_bytes": 5118294, "checksum": "24840b27553e93ec625ae020dbf78d92daeae4be31ebbd469a0c9f6f99ed1c8d"}}, "download_size": 5118294, "dataset_size": 34358618, "size_in_bytes": 39476912}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "anli": {
3
+ "description": "the Abductive Natural Language Inference Dataset from AI2\n",
4
+ "citation": "@InProceedings{anli,\n author = {Chandra, Bhagavatula and Ronan, Le Bras and Chaitanya, Malaviya and Keisuke, Sakaguchi and Ari, Holtzman\n and Hannah, Rashkin and Doug, Downey and Scott, Wen-tau Yih and Yejin, Choi},\n title = {Abductive Commonsense Reasoning},\n year = {2020}\n}",
5
+ "homepage": "https://leaderboard.allenai.org/anli/submissions/get-started",
6
+ "license": "",
7
+ "features": {
8
+ "observation_1": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "observation_2": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "hypothesis_1": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "hypothesis_2": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "label": {
25
+ "names": [
26
+ "0",
27
+ "1",
28
+ "2"
29
+ ],
30
+ "_type": "ClassLabel"
31
+ }
32
+ },
33
+ "builder_name": "parquet",
34
+ "dataset_name": "art",
35
+ "config_name": "anli",
36
+ "version": {
37
+ "version_str": "0.1.0",
38
+ "major": 0,
39
+ "minor": 1,
40
+ "patch": 0
41
+ },
42
+ "splits": {
43
+ "validation": {
44
+ "name": "validation",
45
+ "num_bytes": 311146,
46
+ "num_examples": 1532,
47
+ "dataset_name": null
48
+ },
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 33918790,
52
+ "num_examples": 169654,
53
+ "dataset_name": null
54
+ }
55
+ },
56
+ "download_size": 9191805,
57
+ "dataset_size": 34229936,
58
+ "size_in_bytes": 43421741
59
+ }
60
+ }