KaifengGGG commited on
Commit
a04a445
1 Parent(s): c384d34

Add citation

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -33,3 +33,39 @@ configs:
33
  - split: validation
34
  path: data/validation-*
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  - split: validation
34
  path: data/validation-*
35
  ---
36
+
37
+ ## Citation
38
+
39
+ ```
40
+ @inproceedings{yu-etal-2018-spider,
41
+ title = "{S}pider: A Large-Scale Human-Labeled Dataset for Complex and Cross-Domain Semantic Parsing and Text-to-{SQL} Task",
42
+ author = "Yu, Tao and
43
+ Zhang, Rui and
44
+ Yang, Kai and
45
+ Yasunaga, Michihiro and
46
+ Wang, Dongxu and
47
+ Li, Zifan and
48
+ Ma, James and
49
+ Li, Irene and
50
+ Yao, Qingning and
51
+ Roman, Shanelle and
52
+ Zhang, Zilin and
53
+ Radev, Dragomir",
54
+ editor = "Riloff, Ellen and
55
+ Chiang, David and
56
+ Hockenmaier, Julia and
57
+ Tsujii, Jun{'}ichi",
58
+ booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
59
+ month = oct # "-" # nov,
60
+ year = "2018",
61
+ address = "Brussels, Belgium",
62
+ publisher = "Association for Computational Linguistics",
63
+ url = "https://aclanthology.org/D18-1425",
64
+ doi = "10.18653/v1/D18-1425",
65
+ pages = "3911--3921",
66
+ archivePrefix={arXiv},
67
+ eprint={1809.08887},
68
+ primaryClass={cs.CL},
69
+ }
70
+
71
+ ```