Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
spider / dataset_infos.json
albertvillanova's picture
Convert dataset to Parquet
3374e30
raw
history blame
2.41 kB
{
"spider": {
"description": "Spider is a large-scale complex and cross-domain semantic parsing and text-toSQL dataset annotated by 11 college students\n",
"citation": "@article{yu2018spider,\n title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},\n author={Yu, Tao and Zhang, Rui and Yang, Kai and Yasunaga, Michihiro and Wang, Dongxu and Li, Zifan and Ma, James and Li, Irene and Yao, Qingning and Roman, Shanelle and others},\n journal={arXiv preprint arXiv:1809.08887},\n year={2018}\n}\n",
"homepage": "https://yale-lily.github.io/spider",
"license": "CC BY-SA 4.0",
"features": {
"db_id": {
"dtype": "string",
"_type": "Value"
},
"query": {
"dtype": "string",
"_type": "Value"
},
"question": {
"dtype": "string",
"_type": "Value"
},
"query_toks": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"query_toks_no_value": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"question_toks": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
}
},
"builder_name": "spider",
"dataset_name": "spider",
"config_name": "spider",
"version": {
"version_str": "1.0.0",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 4743786,
"num_examples": 7000,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 682090,
"num_examples": 1034,
"dataset_name": null
}
},
"download_size": 957246,
"dataset_size": 5425876,
"size_in_bytes": 6383122
}
}