Commit
·
e41544f
1
Parent(s):
870fda1
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
ARC-Challenge/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62f03257e737aed263f55c6abf87c7bb0028a44a6bdd2a26eb1279eb42c1d1e9
|
| 3 |
+
size 203808
|
ARC-Challenge/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e488c1587ffdcfc8443f916c53488a95cd471c5790e0746c6bfe4cecf20962cb
|
| 3 |
+
size 189909
|
ARC-Challenge/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:395a5c88d1580d69855fbaee9450270578df1ad5af6259771cd0a42c20e99f05
|
| 3 |
+
size 55743
|
README.md
CHANGED
|
@@ -5,8 +5,6 @@ language_creators:
|
|
| 5 |
- found
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
language_bcp47:
|
| 9 |
-
- en-US
|
| 10 |
license:
|
| 11 |
- cc-by-sa-4.0
|
| 12 |
multilinguality:
|
|
@@ -20,8 +18,9 @@ task_categories:
|
|
| 20 |
task_ids:
|
| 21 |
- open-domain-qa
|
| 22 |
- multiple-choice-qa
|
| 23 |
-
paperswithcode_id: null
|
| 24 |
pretty_name: Ai2Arc
|
|
|
|
|
|
|
| 25 |
dataset_info:
|
| 26 |
- config_name: ARC-Challenge
|
| 27 |
features:
|
|
@@ -39,16 +38,16 @@ dataset_info:
|
|
| 39 |
dtype: string
|
| 40 |
splits:
|
| 41 |
- name: train
|
| 42 |
-
num_bytes:
|
| 43 |
num_examples: 1119
|
| 44 |
- name: test
|
| 45 |
-
num_bytes:
|
| 46 |
num_examples: 1172
|
| 47 |
- name: validation
|
| 48 |
-
num_bytes:
|
| 49 |
num_examples: 299
|
| 50 |
-
download_size:
|
| 51 |
-
dataset_size:
|
| 52 |
- config_name: ARC-Easy
|
| 53 |
features:
|
| 54 |
- name: id
|
|
@@ -75,6 +74,15 @@ dataset_info:
|
|
| 75 |
num_examples: 570
|
| 76 |
download_size: 680841265
|
| 77 |
dataset_size: 1443749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
---
|
| 79 |
|
| 80 |
# Dataset Card for "ai2_arc"
|
|
|
|
| 5 |
- found
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
|
|
|
| 8 |
license:
|
| 9 |
- cc-by-sa-4.0
|
| 10 |
multilinguality:
|
|
|
|
| 18 |
task_ids:
|
| 19 |
- open-domain-qa
|
| 20 |
- multiple-choice-qa
|
|
|
|
| 21 |
pretty_name: Ai2Arc
|
| 22 |
+
language_bcp47:
|
| 23 |
+
- en-US
|
| 24 |
dataset_info:
|
| 25 |
- config_name: ARC-Challenge
|
| 26 |
features:
|
|
|
|
| 38 |
dtype: string
|
| 39 |
splits:
|
| 40 |
- name: train
|
| 41 |
+
num_bytes: 349760
|
| 42 |
num_examples: 1119
|
| 43 |
- name: test
|
| 44 |
+
num_bytes: 375511
|
| 45 |
num_examples: 1172
|
| 46 |
- name: validation
|
| 47 |
+
num_bytes: 96660
|
| 48 |
num_examples: 299
|
| 49 |
+
download_size: 449460
|
| 50 |
+
dataset_size: 821931
|
| 51 |
- config_name: ARC-Easy
|
| 52 |
features:
|
| 53 |
- name: id
|
|
|
|
| 74 |
num_examples: 570
|
| 75 |
download_size: 680841265
|
| 76 |
dataset_size: 1443749
|
| 77 |
+
configs:
|
| 78 |
+
- config_name: ARC-Challenge
|
| 79 |
+
data_files:
|
| 80 |
+
- split: train
|
| 81 |
+
path: ARC-Challenge/train-*
|
| 82 |
+
- split: test
|
| 83 |
+
path: ARC-Challenge/test-*
|
| 84 |
+
- split: validation
|
| 85 |
+
path: ARC-Challenge/validation-*
|
| 86 |
---
|
| 87 |
|
| 88 |
# Dataset Card for "ai2_arc"
|
dataset_infos.json
CHANGED
|
@@ -1 +1,148 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ARC-Challenge": {
|
| 3 |
+
"description": "A new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in\n advanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains\n only questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also\n including a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community.\n",
|
| 4 |
+
"citation": "@article{allenai:arc,\n author = {Peter Clark and Isaac Cowhey and Oren Etzioni and Tushar Khot and\n Ashish Sabharwal and Carissa Schoenick and Oyvind Tafjord},\n title = {Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge},\n journal = {arXiv:1803.05457v1},\n year = {2018},\n}\n",
|
| 5 |
+
"homepage": "https://allenai.org/data/arc",
|
| 6 |
+
"license": "",
|
| 7 |
+
"features": {
|
| 8 |
+
"id": {
|
| 9 |
+
"dtype": "string",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"question": {
|
| 13 |
+
"dtype": "string",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"choices": {
|
| 17 |
+
"feature": {
|
| 18 |
+
"text": {
|
| 19 |
+
"dtype": "string",
|
| 20 |
+
"_type": "Value"
|
| 21 |
+
},
|
| 22 |
+
"label": {
|
| 23 |
+
"dtype": "string",
|
| 24 |
+
"_type": "Value"
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
"_type": "Sequence"
|
| 28 |
+
},
|
| 29 |
+
"answerKey": {
|
| 30 |
+
"dtype": "string",
|
| 31 |
+
"_type": "Value"
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"builder_name": "ai2_arc",
|
| 35 |
+
"dataset_name": "ai2_arc",
|
| 36 |
+
"config_name": "ARC-Challenge",
|
| 37 |
+
"version": {
|
| 38 |
+
"version_str": "1.0.0",
|
| 39 |
+
"description": "",
|
| 40 |
+
"major": 1,
|
| 41 |
+
"minor": 0,
|
| 42 |
+
"patch": 0
|
| 43 |
+
},
|
| 44 |
+
"splits": {
|
| 45 |
+
"train": {
|
| 46 |
+
"name": "train",
|
| 47 |
+
"num_bytes": 349760,
|
| 48 |
+
"num_examples": 1119,
|
| 49 |
+
"dataset_name": null
|
| 50 |
+
},
|
| 51 |
+
"test": {
|
| 52 |
+
"name": "test",
|
| 53 |
+
"num_bytes": 375511,
|
| 54 |
+
"num_examples": 1172,
|
| 55 |
+
"dataset_name": null
|
| 56 |
+
},
|
| 57 |
+
"validation": {
|
| 58 |
+
"name": "validation",
|
| 59 |
+
"num_bytes": 96660,
|
| 60 |
+
"num_examples": 299,
|
| 61 |
+
"dataset_name": null
|
| 62 |
+
}
|
| 63 |
+
},
|
| 64 |
+
"download_size": 449460,
|
| 65 |
+
"dataset_size": 821931,
|
| 66 |
+
"size_in_bytes": 1271391
|
| 67 |
+
},
|
| 68 |
+
"ARC-Easy": {
|
| 69 |
+
"description": "A new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in\n advanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains\n only questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also\n including a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community.\n",
|
| 70 |
+
"citation": "@article{allenai:arc,\n author = {Peter Clark and Isaac Cowhey and Oren Etzioni and Tushar Khot and\n Ashish Sabharwal and Carissa Schoenick and Oyvind Tafjord},\n title = {Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge},\n journal = {arXiv:1803.05457v1},\n year = {2018},\n}\n",
|
| 71 |
+
"homepage": "https://allenai.org/data/arc",
|
| 72 |
+
"license": "",
|
| 73 |
+
"features": {
|
| 74 |
+
"id": {
|
| 75 |
+
"dtype": "string",
|
| 76 |
+
"id": null,
|
| 77 |
+
"_type": "Value"
|
| 78 |
+
},
|
| 79 |
+
"question": {
|
| 80 |
+
"dtype": "string",
|
| 81 |
+
"id": null,
|
| 82 |
+
"_type": "Value"
|
| 83 |
+
},
|
| 84 |
+
"choices": {
|
| 85 |
+
"feature": {
|
| 86 |
+
"text": {
|
| 87 |
+
"dtype": "string",
|
| 88 |
+
"id": null,
|
| 89 |
+
"_type": "Value"
|
| 90 |
+
},
|
| 91 |
+
"label": {
|
| 92 |
+
"dtype": "string",
|
| 93 |
+
"id": null,
|
| 94 |
+
"_type": "Value"
|
| 95 |
+
}
|
| 96 |
+
},
|
| 97 |
+
"length": -1,
|
| 98 |
+
"id": null,
|
| 99 |
+
"_type": "Sequence"
|
| 100 |
+
},
|
| 101 |
+
"answerKey": {
|
| 102 |
+
"dtype": "string",
|
| 103 |
+
"id": null,
|
| 104 |
+
"_type": "Value"
|
| 105 |
+
}
|
| 106 |
+
},
|
| 107 |
+
"supervised_keys": null,
|
| 108 |
+
"builder_name": "ai2_arc",
|
| 109 |
+
"config_name": "ARC-Easy",
|
| 110 |
+
"version": {
|
| 111 |
+
"version_str": "1.0.0",
|
| 112 |
+
"description": "",
|
| 113 |
+
"datasets_version_to_prepare": null,
|
| 114 |
+
"major": 1,
|
| 115 |
+
"minor": 0,
|
| 116 |
+
"patch": 0
|
| 117 |
+
},
|
| 118 |
+
"splits": {
|
| 119 |
+
"test": {
|
| 120 |
+
"name": "test",
|
| 121 |
+
"num_bytes": 661997,
|
| 122 |
+
"num_examples": 2376,
|
| 123 |
+
"dataset_name": "ai2_arc"
|
| 124 |
+
},
|
| 125 |
+
"train": {
|
| 126 |
+
"name": "train",
|
| 127 |
+
"num_bytes": 623254,
|
| 128 |
+
"num_examples": 2251,
|
| 129 |
+
"dataset_name": "ai2_arc"
|
| 130 |
+
},
|
| 131 |
+
"validation": {
|
| 132 |
+
"name": "validation",
|
| 133 |
+
"num_bytes": 158498,
|
| 134 |
+
"num_examples": 570,
|
| 135 |
+
"dataset_name": "ai2_arc"
|
| 136 |
+
}
|
| 137 |
+
},
|
| 138 |
+
"download_checksums": {
|
| 139 |
+
"https://s3-us-west-2.amazonaws.com/ai2-website/data/ARC-V1-Feb2018.zip": {
|
| 140 |
+
"num_bytes": 680841265,
|
| 141 |
+
"checksum": "6d2d5ab50b2ceec6ba5f79c921be77cf2de712ea25a2b3f4fff3acc101cecfa0"
|
| 142 |
+
}
|
| 143 |
+
},
|
| 144 |
+
"download_size": 680841265,
|
| 145 |
+
"dataset_size": 1443749,
|
| 146 |
+
"size_in_bytes": 682285014
|
| 147 |
+
}
|
| 148 |
+
}
|