thanhdath commited on
Commit
8479d47
·
verified ·
1 Parent(s): 905d378

Add citation block (FINER-SQL ICDE 2026)

Browse files

Appends the official BibTeX citation to the model card.

Files changed (1) hide show
  1. README.md +13 -0
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
+ ```