kaxap's picture
Update README.md
07c6b6a
|
raw
history blame
746 Bytes
metadata
license: bsd-3-clause

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 Language using
               Reinforcement Learning},
  journal   = {CoRR},
  volume    = {abs/1709.00103},
  year      = {2017}
}