kaxap commited on
Commit
564eb96
1 Parent(s): a6b2660

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: bsd-3-clause
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bsd-3-clause
3
  ---
4
+
5
+ Converted, cleaned and syntax-checked [SQLWiki](https://github.com/salesforce/WikiSQL/) dataset.
6
+
7
+ The datapoints containing non latin column names were removed.
8
+
9
+ Each SQL statement, including `CREATE TABLE` statements were syntax checked with [pgsanity](https://github.com/markdrago/pgsanity).
10
+
11
+ # Citations
12
+
13
+ ```
14
+ @article{zhongSeq2SQL2017,
15
+ author = {Victor Zhong and
16
+ Caiming Xiong and
17
+ Richard Socher},
18
+ title = {Seq2SQL: Generating Structured Queries from Natural Language using
19
+ Reinforcement Learning},
20
+ journal = {CoRR},
21
+ volume = {abs/1709.00103},
22
+ year = {2017}
23
+ }
24
+ ```