Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
text-to-sql
License:
File size: 2,405 Bytes
3374e30 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
{
"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
}
} |