FINER-SQL-3B-BIRD / README.md
thanhdath's picture
Add citation block (FINER-SQL ICDE 2026)
8479d47 verified
|
raw
history blame
1.08 kB
---
base_model:
- griffith-bigdata/Qwen-2.5-Coder-3B-SQL-Writer
---
# FINER-SQL-3B-BIRD
Trained from [`griffith-bigdata/Qwen-2.5-Coder-3B-SQL-Writer`](https://huggingface.co/griffith-bigdata/Qwen-2.5-Coder-3B-SQL-Writer) using GRPO with two dense rewards from the FINER-SQL paper:
🧠 Memory Reward β€” aligns reasoning with verified traces
βš™οΈ Atomic Reward β€” measures operation-level SQL overlap
βœ… 67.5% EX on BIRD when training only on BIRD train dataset; infer on a single 12-24 GB GPU
πŸ“„ See other models: https://huggingface.co/collections/griffith-bigdata/finer-sql
πŸ“„ Github: https://github.com/thanhdath/finer-sql/tree/main
## Citation
```bibtex
@inproceedings{finersql,
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},
title = {Boosting Small Language Models for Text-to-SQL with Fine-Grained Execution Feedback and Cost-Efficient Rewards},
booktitle = {ICDE},
publisher = {IEEE},
year = {2026},
}
```