Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -62,18 +62,21 @@ configs:
|
|
| 62 |
path: data/minidev-*
|
| 63 |
---
|
| 64 |
# Dataset
|
| 65 |
-
This dataset is
|
| 66 |
|
| 67 |
-
Please refer to the main paper for License (CC BY-SA 4.0) and details
|
| 68 |
|
| 69 |
# Citation
|
|
|
|
| 70 |
```bibtex
|
| 71 |
-
@
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
|
|
|
|
|
|
| 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 |
|