ai2_arc / dataset_infos.json
albertvillanova's picture
Convert dataset to Parquet
e41544f
raw
history blame
6.15 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",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"choices": {
"feature": {
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"answerKey": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"supervised_keys": null,
"builder_name": "ai2_arc",
"config_name": "ARC-Easy",
"version": {
"version_str": "1.0.0",
"description": "",
"datasets_version_to_prepare": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"test": {
"name": "test",
"num_bytes": 661997,
"num_examples": 2376,
"dataset_name": "ai2_arc"
},
"train": {
"name": "train",
"num_bytes": 623254,
"num_examples": 2251,
"dataset_name": "ai2_arc"
},
"validation": {
"name": "validation",
"num_bytes": 158498,
"num_examples": 570,
"dataset_name": "ai2_arc"
}
},
"download_checksums": {
"https://s3-us-west-2.amazonaws.com/ai2-website/data/ARC-V1-Feb2018.zip": {
"num_bytes": 680841265,
"checksum": "6d2d5ab50b2ceec6ba5f79c921be77cf2de712ea25a2b3f4fff3acc101cecfa0"
}
},
"download_size": 680841265,
"dataset_size": 1443749,
"size_in_bytes": 682285014
}
}