simone-papicchio commited on
Commit
d43fa5f
·
verified ·
1 Parent(s): ca7349f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -62,18 +62,21 @@ configs:
62
  path: data/minidev-*
63
  ---
64
  # Dataset
65
- This dataset is only an uploaded version on HF of the BIRD dataset.
66
 
67
- Please refer to the main paper for License (CC BY-SA 4.0) and details
68
 
69
  # Citation
 
70
  ```bibtex
71
- @article{li2024can,
72
- title={Can llm already serve as a database interface? a big bench for large-scale database grounded text-to-sqls},
73
- 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},
74
- journal={Advances in Neural Information Processing Systems},
75
- volume={36},
76
- year={2024}
 
 
77
  }
78
  ```
79
 
 
62
  path: data/minidev-*
63
  ---
64
  # Dataset
65
+ This dataset is a polished version of the BIRD dataset. It has been used to traine a reasoning Text2SQL model
66
 
67
+ Please refer to the main paper for License (CC BY-SA 4.0) and details.
68
 
69
  # Citation
70
+
71
  ```bibtex
72
+ @misc{papicchio2025think2sqlreinforcellmreasoning,
73
+ title={Think2SQL: Reinforce LLM Reasoning Capabilities for Text2SQL},
74
+ author={Simone Papicchio and Simone Rossi and Luca Cagliero and Paolo Papotti},
75
+ year={2025},
76
+ eprint={2504.15077},
77
+ archivePrefix={arXiv},
78
+ primaryClass={cs.LG},
79
+ url={https://arxiv.org/abs/2504.15077},
80
  }
81
  ```
82