simone-papicchio commited on
Commit
1c07fd1
·
verified ·
1 Parent(s): 24cae28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -37,3 +37,19 @@ configs:
37
  - split: minidev
38
  path: data/minidev-*
39
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  - split: minidev
38
  path: data/minidev-*
39
  ---
40
+ # Dataset
41
+ This dataset is only an uploaded version on HF of the BIRD dataset.
42
+
43
+ Please refer to the main paper for License (CC BY-SA 4.0) and details
44
+
45
+ # Citation
46
+ ```bibtex
47
+ @article{li2024can,
48
+ title={Can llm already serve as a database interface? a big bench for large-scale database grounded text-to-sqls},
49
+ author={Li, Jinyang and Hui, Binyuan and Qu, Ge and Yang, Jiaxi and Li, Binhua and Li, Bowen and Wang, Bailin and Qin, Bowen and Geng, Ruiying and Huo, Nan and others},
50
+ journal={Advances in Neural Information Processing Systems},
51
+ volume={36},
52
+ year={2024}
53
+ }
54
+ ```
55
+