CoolFace
Datasetpublic

kaxap/pg-wikiSQL-sql-instructions-80k

Converted, cleaned and syntax-checked SQLWiki dataset. The datapoints containing non latin column names were removed. Resulting SQL statements were adapted for Postgres syntax and conventions. Each SQL statement, including CREATE TABLE statements were syntax checked with pgsanity. Citations @article{zhongSeq2SQL2017, author = {Victor Zhong and Caiming Xiong and Richard Socher}, title = {Seq2SQL: Generating Structured Queries from Natural… See the full description on the dataset page: https://huggingface.co/datasets/kaxap/pg-wikiSQL-sql-instructions-80k.

sourceHugging Facebsd-3-clauseupdated 3y agoView on Hugging Face
10likes33downloads
README.md26 linesDownload Raw Back to root
1---2license: bsd-3-clause3---4 5Converted, cleaned and syntax-checked [SQLWiki](https://github.com/salesforce/WikiSQL/) dataset.6 7The datapoints containing non latin column names were removed. 8 9Resulting SQL statements were adapted for Postgres syntax and conventions.10 11Each SQL statement, including `CREATE TABLE` statements were syntax checked with [pgsanity](https://github.com/markdrago/pgsanity).12 13# Citations14 15```16@article{zhongSeq2SQL2017,17  author    = {Victor Zhong and18               Caiming Xiong and19               Richard Socher},20  title     = {Seq2SQL: Generating Structured Queries from Natural Language using21               Reinforcement Learning},22  journal   = {CoRR},23  volume    = {abs/1709.00103},24  year      = {2017}25}26```