natural-questions-validation / dataset_info.json
vasudevgupta's picture
add val-data
dea6a3d
{
"builder_name": "natural_questions",
"citation": "\n@article{47761,\ntitle\t= {Natural Questions: a Benchmark for Question Answering Research},\nauthor\t= {Tom Kwiatkowski and Jennimaria Palomaki and Olivia Redfield and Michael Collins and Ankur Parikh and Chris Alberti and Danielle Epstein and Illia Polosukhin and Matthew Kelcey and Jacob Devlin and Kenton Lee and Kristina N. Toutanova and Llion Jones and Ming-Wei Chang and Andrew Dai and Jakob Uszkoreit and Quoc Le and Slav Petrov},\nyear\t= {2019},\njournal\t= {Transactions of the Association of Computational Linguistics}\n}\n",
"config_name": "default",
"dataset_size": 99799117880,
"description": "\nThe NQ corpus contains questions from real users, and it requires QA systems to\nread and comprehend an entire Wikipedia article that may or may not contain the\nanswer to the question. The inclusion of real user questions, and the\nrequirement that solutions should read an entire page to find the answer, cause\nNQ to be a more realistic and challenging task than prior QA datasets.\n",
"download_checksums": {},
"download_size": 45069199013,
"features": {
"annotations": {
"_type": "Sequence",
"feature": {
"id": {
"_type": "Value",
"dtype": "string",
"id": null
},
"long_answer": {
"end_byte": {
"_type": "Value",
"dtype": "int64",
"id": null
},
"end_token": {
"_type": "Value",
"dtype": "int64",
"id": null
},
"start_byte": {
"_type": "Value",
"dtype": "int64",
"id": null
},
"start_token": {
"_type": "Value",
"dtype": "int64",
"id": null
}
},
"short_answers": {
"_type": "Sequence",
"feature": {
"end_byte": {
"_type": "Value",
"dtype": "int64",
"id": null
},
"end_token": {
"_type": "Value",
"dtype": "int64",
"id": null
},
"start_byte": {
"_type": "Value",
"dtype": "int64",
"id": null
},
"start_token": {
"_type": "Value",
"dtype": "int64",
"id": null
},
"text": {
"_type": "Value",
"dtype": "string",
"id": null
}
},
"id": null,
"length": -1
},
"yes_no_answer": {
"_type": "ClassLabel",
"id": null,
"names": [
"NO",
"YES"
],
"names_file": null,
"num_classes": 2
}
},
"id": null,
"length": -1
},
"document": {
"html": {
"_type": "Value",
"dtype": "string",
"id": null
},
"title": {
"_type": "Value",
"dtype": "string",
"id": null
},
"tokens": {
"_type": "Sequence",
"feature": {
"is_html": {
"_type": "Value",
"dtype": "bool",
"id": null
},
"token": {
"_type": "Value",
"dtype": "string",
"id": null
}
},
"id": null,
"length": -1
},
"url": {
"_type": "Value",
"dtype": "string",
"id": null
}
},
"id": {
"_type": "Value",
"dtype": "string",
"id": null
},
"question": {
"text": {
"_type": "Value",
"dtype": "string",
"id": null
},
"tokens": {
"_type": "Sequence",
"feature": {
"_type": "Value",
"dtype": "string",
"id": null
},
"id": null,
"length": -1
}
}
},
"homepage": "https://ai.google.com/research/NaturalQuestions/dataset",
"license": "",
"post_processed": null,
"post_processing_size": null,
"size_in_bytes": 144868316893,
"splits": {
"train": {
"dataset_name": "natural_questions",
"name": "train",
"num_bytes": 97445142568,
"num_examples": 307373
},
"validation": {
"dataset_name": "natural_questions",
"name": "validation",
"num_bytes": 2353975312,
"num_examples": 7830
}
},
"supervised_keys": null,
"version": {
"description": null,
"major": 0,
"minor": 0,
"patch": 2,
"version_str": "0.0.2"
}
}