Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
10K - 100K
License:
| { | |
| "default": { | |
| "description": "Wiki Question Answering corpus from Microsoft\n", | |
| "citation": "@InProceedings{YangYihMeek:EMNLP2015:WikiQA,\n author = {{Yi}, Yang and {Wen-tau}, Yih and {Christopher} Meek},\n title = \"{WikiQA: A Challenge Dataset for Open-Domain Question Answering}\",\n journal = {Association for Computational Linguistics},\n year = 2015,\n doi = {10.18653/v1/D15-1237},\n pages = {2013\u20132018},\n}\n", | |
| "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=52419", | |
| "license": "", | |
| "features": { | |
| "question_id": { | |
| "dtype": "string", | |
| "_type": "Value" | |
| }, | |
| "question": { | |
| "dtype": "string", | |
| "_type": "Value" | |
| }, | |
| "document_title": { | |
| "dtype": "string", | |
| "_type": "Value" | |
| }, | |
| "answer": { | |
| "dtype": "string", | |
| "_type": "Value" | |
| }, | |
| "label": { | |
| "names": [ | |
| "0", | |
| "1" | |
| ], | |
| "_type": "ClassLabel" | |
| } | |
| }, | |
| "builder_name": "wiki_qa", | |
| "dataset_name": "wiki_qa", | |
| "config_name": "default", | |
| "version": { | |
| "version_str": "0.1.0", | |
| "major": 0, | |
| "minor": 1, | |
| "patch": 0 | |
| }, | |
| "splits": { | |
| "test": { | |
| "name": "test", | |
| "num_bytes": 1333261, | |
| "num_examples": 6165, | |
| "dataset_name": null | |
| }, | |
| "validation": { | |
| "name": "validation", | |
| "num_bytes": 589765, | |
| "num_examples": 2733, | |
| "dataset_name": null | |
| }, | |
| "train": { | |
| "name": "train", | |
| "num_bytes": 4453862, | |
| "num_examples": 20360, | |
| "dataset_name": null | |
| } | |
| }, | |
| "download_size": 2861208, | |
| "dataset_size": 6376888, | |
| "size_in_bytes": 9238096 | |
| } | |
| } |