File size: 1,076 Bytes
3a36c7b
 
 
 
 
 
 
 
 
 
 
 
905d378
3a36c7b
 
 
 
8479d47
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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},
}
```