Datasets:

Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
coqa / dataset_infos.json
albertvillanova's picture
Convert dataset to Parquet
7315a18
raw
history blame
2.46 kB
{
"default": {
"description": "CoQA: A Conversational Question Answering Challenge\n",
"citation": "@article{reddy-etal-2019-coqa,\n title = \"{C}o{QA}: A Conversational Question Answering Challenge\",\n author = \"Reddy, Siva and\n Chen, Danqi and\n Manning, Christopher D.\",\n journal = \"Transactions of the Association for Computational Linguistics\",\n volume = \"7\",\n year = \"2019\",\n address = \"Cambridge, MA\",\n publisher = \"MIT Press\",\n url = \"https://aclanthology.org/Q19-1016\",\n doi = \"10.1162/tacl_a_00266\",\n pages = \"249--266\",\n}\n",
"homepage": "https://stanfordnlp.github.io/coqa/",
"license": "",
"features": {
"source": {
"dtype": "string",
"_type": "Value"
},
"story": {
"dtype": "string",
"_type": "Value"
},
"questions": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"answers": {
"feature": {
"input_text": {
"dtype": "string",
"_type": "Value"
},
"answer_start": {
"dtype": "int32",
"_type": "Value"
},
"answer_end": {
"dtype": "int32",
"_type": "Value"
}
},
"_type": "Sequence"
}
},
"builder_name": "coqa",
"dataset_name": "coqa",
"config_name": "default",
"version": {
"version_str": "1.0.0",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 17953365,
"num_examples": 7199,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 1223427,
"num_examples": 500,
"dataset_name": null
}
},
"download_size": 12187487,
"dataset_size": 19176792,
"size_in_bytes": 31364279
}
}