{ | |
"default": { | |
"description": "\nQASC is a question-answering dataset with a focus on sentence composition. It consists of 9,980 8-way multiple-choice\nquestions about grade school science (8,134 train, 926 dev, 920 test), and comes with a corpus of 17M sentences.\n", | |
"citation": "@article{allenai:qasc,\n author = {Tushar Khot and Peter Clark and Michal Guerquin and Peter Jansen and Ashish Sabharwal},\n title = {QASC: A Dataset for Question Answering via Sentence Composition},\n journal = {arXiv:1910.11473v2},\n year = {2020},\n}\n", | |
"homepage": "https://allenai.org/data/qasc", | |
"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" | |
}, | |
"fact1": { | |
"dtype": "string", | |
"_type": "Value" | |
}, | |
"fact2": { | |
"dtype": "string", | |
"_type": "Value" | |
}, | |
"combinedfact": { | |
"dtype": "string", | |
"_type": "Value" | |
}, | |
"formatted_question": { | |
"dtype": "string", | |
"_type": "Value" | |
} | |
}, | |
"builder_name": "qasc", | |
"dataset_name": "qasc", | |
"config_name": "default", | |
"version": { | |
"version_str": "0.1.0", | |
"major": 0, | |
"minor": 1, | |
"patch": 0 | |
}, | |
"splits": { | |
"train": { | |
"name": "train", | |
"num_bytes": 4891878, | |
"num_examples": 8134, | |
"dataset_name": null | |
}, | |
"test": { | |
"name": "test", | |
"num_bytes": 390534, | |
"num_examples": 920, | |
"dataset_name": null | |
}, | |
"validation": { | |
"name": "validation", | |
"num_bytes": 559180, | |
"num_examples": 926, | |
"dataset_name": null | |
} | |
}, | |
"download_size": 2349698, | |
"dataset_size": 5841592, | |
"size_in_bytes": 8191290 | |
} | |
} |