Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
ai2_arc / dataset_infos.json
albertvillanova's picture
Add ARC-Easy data files
4d4ed1b
raw
history blame
5.59 kB
{
"ARC-Challenge": {
"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",
"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",
"homepage": "https://allenai.org/data/arc",
"license": "",
"features": {
"id": {
"dtype": "string",
"_type": "Value"
},
"question": {
"dtype": "string",
"_type": "Value"
},
"choices": {
"feature": {
"text": {
"dtype": "string",
"_type": "Value"
},
"label": {
"dtype": "string",
"_type": "Value"
}
},
"_type": "Sequence"
},
"answerKey": {
"dtype": "string",
"_type": "Value"
}
},
"builder_name": "ai2_arc",
"dataset_name": "ai2_arc",
"config_name": "ARC-Challenge",
"version": {
"version_str": "1.0.0",
"description": "",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 349760,
"num_examples": 1119,
"dataset_name": null
},
"test": {
"name": "test",
"num_bytes": 375511,
"num_examples": 1172,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 96660,
"num_examples": 299,
"dataset_name": null
}
},
"download_size": 449460,
"dataset_size": 821931,
"size_in_bytes": 1271391
},
"ARC-Easy": {
"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",
"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",
"homepage": "https://allenai.org/data/arc",
"license": "",
"features": {
"id": {
"dtype": "string",
"_type": "Value"
},
"question": {
"dtype": "string",
"_type": "Value"
},
"choices": {
"feature": {
"text": {
"dtype": "string",
"_type": "Value"
},
"label": {
"dtype": "string",
"_type": "Value"
}
},
"_type": "Sequence"
},
"answerKey": {
"dtype": "string",
"_type": "Value"
}
},
"builder_name": "ai2_arc",
"dataset_name": "ai2_arc",
"config_name": "ARC-Easy",
"version": {
"version_str": "1.0.0",
"description": "",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 619000,
"num_examples": 2251,
"dataset_name": null
},
"test": {
"name": "test",
"num_bytes": 657514,
"num_examples": 2376,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 157394,
"num_examples": 570,
"dataset_name": null
}
},
"download_size": 762935,
"dataset_size": 1433908,
"size_in_bytes": 2196843
}
}