Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
ramachetan22 commited on
Commit
db69992
·
verified ·
1 Parent(s): 942c289

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cc-by-sa-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-3.0
3
  ---
4
+ @misc{b-mc2_2023_sql-create-context,
5
+ title = {sql-create-context Dataset},
6
+ author = {b-mc2},
7
+ year = {2023},
8
+ url = {https://huggingface.co/datasets/b-mc2/sql-create-context},
9
+ note = {This dataset was created by modifying data from the following sources: \cite{zhongSeq2SQL2017, yu2018spider}.},
10
+ }
11
+
12
+
13
+ @article{zhongSeq2SQL2017,
14
+ author = {Victor Zhong and Caiming Xiong and Richard Socher},
15
+ title = {Seq2SQL: Generating Structured Queries from Natural Language using Reinforcement Learning},
16
+ journal = {CoRR},
17
+ volume = {abs/1709.00103},
18
+ year = {2017}
19
+ }
20
+
21
+ @article{yu2018spider,
22
+ title = {Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},
23
+ 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},
24
+ journal = {arXiv preprint arXiv:1809.08887},
25
+ year = {2018}
26
+ }