File size: 5,588 Bytes
e41544f 4d4ed1b e41544f 4d4ed1b e41544f 4d4ed1b e41544f 4d4ed1b e41544f 4d4ed1b e41544f 4d4ed1b e41544f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
{
"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
}
} |