sciq / dataset_infos.json
albertvillanova's picture
Convert dataset to Parquet
c7ea11f
{
"default": {
"description": "The SciQ dataset contains 13,679 crowdsourced science exam questions about Physics, Chemistry and Biology, among others. The questions are in multiple-choice format with 4 answer options each. For the majority of the questions, an additional paragraph with supporting evidence for the correct answer is provided.\n\n",
"citation": "@inproceedings{SciQ,\n title={Crowdsourcing Multiple Choice Science Questions},\n author={Johannes Welbl, Nelson F. Liu, Matt Gardner},\n year={2017},\n journal={arXiv:1707.06209v1}\n}\n",
"homepage": "https://allenai.org/data/sciq",
"license": "",
"features": {
"question": {
"dtype": "string",
"_type": "Value"
},
"distractor3": {
"dtype": "string",
"_type": "Value"
},
"distractor1": {
"dtype": "string",
"_type": "Value"
},
"distractor2": {
"dtype": "string",
"_type": "Value"
},
"correct_answer": {
"dtype": "string",
"_type": "Value"
},
"support": {
"dtype": "string",
"_type": "Value"
}
},
"builder_name": "sciq",
"dataset_name": "sciq",
"config_name": "default",
"version": {
"version_str": "0.1.0",
"major": 0,
"minor": 1,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 6546183,
"num_examples": 11679,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 554120,
"num_examples": 1000,
"dataset_name": null
},
"test": {
"name": "test",
"num_bytes": 563927,
"num_examples": 1000,
"dataset_name": null
}
},
"download_size": 4674410,
"dataset_size": 7664230,
"size_in_bytes": 12338640
}
}