Commit
·
fa77a3e
1
Parent(s):
1ac0124
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +13 -5
- anli/train-00000-of-00001.parquet +3 -0
- anli/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +60 -1
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:
|
| 46 |
num_examples: 1532
|
| 47 |
- name: train
|
| 48 |
-
num_bytes:
|
| 49 |
num_examples: 169654
|
| 50 |
-
download_size:
|
| 51 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
}
|