Add citation block (FINER-SQL ICDE 2026)
#2
by thanhdath - opened
README.md
CHANGED
|
@@ -15,3 +15,16 @@ Trained from [`griffith-bigdata/Qwen-2.5-Coder-3B-SQL-Writer`](https://huggingfa
|
|
| 15 |
π See other models: https://huggingface.co/collections/griffith-bigdata/finer-sql
|
| 16 |
|
| 17 |
π Github: https://github.com/thanhdath/finer-sql/tree/main
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
π See other models: https://huggingface.co/collections/griffith-bigdata/finer-sql
|
| 16 |
|
| 17 |
π Github: https://github.com/thanhdath/finer-sql/tree/main
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Citation
|
| 21 |
+
|
| 22 |
+
```bibtex
|
| 23 |
+
@inproceedings{finersql,
|
| 24 |
+
author = {Thanh Dat Hoang and Thanh Trung Huynh and Matthias Weidlich and Thanh Tam Nguyen and Tong Chen and Hongzhi Yin and Quoc Viet Hung Nguyen},
|
| 25 |
+
title = {Boosting Small Language Models for Text-to-SQL with Fine-Grained Execution Feedback and Cost-Efficient Rewards},
|
| 26 |
+
booktitle = {ICDE},
|
| 27 |
+
publisher = {IEEE},
|
| 28 |
+
year = {2026},
|
| 29 |
+
}
|
| 30 |
+
```
|