Papers › FINER-SQL: Boosting Small Language Models for Text-to-SQL

FINER-SQL: Boosting Small Language Models for Text-to-SQL

5 May 2026arXiv:2605.03465added by Syntology

Thanh Dat Hoang, Thanh Trung Huynh, Matthias Weidlich, Thanh Tam Nguyen, Tong Chen, Hongzhi Yin, Quoc Viet Hung Nguyen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large language models have driven major advances in Text-to-SQL generation. However, they suffer from high computational cost, long latency, and data privacy concerns, which make them impractical for many real-world applications. A natural alternative is to use small language models (SLMs), which enable efficient and private on-premise deployment. Yet, SLMs often struggle with weak reasoning and poor instruction following. Conventional reinforcement learning methods based on sparse binary rewards (0/1) provide little learning signal when the generated SQLs are incorrect, leading to unstable or collapsed training. To overcome these issues, we propose FINER-SQL, a scalable and reusable reinforcement learning framework that enhances SLMs through fine-grained execution feedback. Built on group relative policy optimization, FINER-SQL replaces sparse supervision with dense and interpretable rewards that offer continuous feedback even for incorrect SQLs. It introduces two key reward functions: a memory reward, which aligns reasoning with verified traces for semantic stability, and an atomic reward, which measures operation-level overlap to grant partial credit for structurally correct but incomplete SQLs. This approach transforms discrete correctness into continuous learning, enabling stable, critic-free optimization. Experiments on the BIRD and Spider benchmarks show that FINER-SQL achieves up to 67.73\% and 85\% execution accuracy with a 3B model -- matching much larger LLMs while reducing inference latency to 5.57~s/sample. These results highlight a cost-efficient and privacy-preserving path toward high-performance Text-to-SQL generation. Our code is available at https://github.com/thanhdath/finer-sql.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.03465")

Code

Syntology Ran 13 of 17 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

thanhdath/finer-sql found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 13 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
4unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from thanhdath/finer-sql. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

analyze_sql_errors thanhdath/finer-sql/evaluation/analyze_sql_errors.py found in paper text by Syntology ran no licence file found · pointer only · d15b3cb7837805e3 · report
call_sql_api thanhdath/finer-sql/reasoning_distilation/check_sql_correctness.py found in paper text by Syntology ran no licence file found · pointer only · 4bc0bd6df4621bba · report
call_sql_api thanhdath/finer-sql/build_gt_cache.py found in paper text by Syntology ran no licence file found · pointer only · 551b409c91a3e967 · report
canonicalize_for_storage thanhdath/finer-sql/evaluation/add_correct_sqls_from_eval.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d9968f252ea800b1 · report
check_api_health thanhdath/finer-sql/grpo_writer.py found in paper text by Syntology ran no licence file found · pointer only · cc8d0081963d422c · report
classify thanhdath/finer-sql/db_execution/api.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · dc377d73d6870e1a · report
dataframes_equal thanhdath/finer-sql/evaluation/add_correct_sqls_from_eval.py found in paper text by Syntology ran no licence file found · pointer only · 536c0bf7ea8655b5 · report
extract_sql_from_response thanhdath/finer-sql/reasoning_distilation/check_sql_correctness.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 97a38a7e4a12d0ec · report
is_api_dead_error thanhdath/finer-sql/grpo_writer.py found in paper text by Syntology ran no licence file found · pointer only · 6a0f8c4a557d4229 · report
norm thanhdath/finer-sql/evaluation/_tmp_compare_mismatch.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 7c3da8c0817eae00 · report
normalize_for_compare thanhdath/finer-sql/evaluation/add_correct_sqls_from_eval.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2693b93ef9e03214 · report
process_single_sample thanhdath/finer-sql/build_gt_cache.py found in paper text by Syntology ran no licence file found · pointer only · 80a58884b0c0aded · report
reverse_map_db_name thanhdath/finer-sql/db_execution/api.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 42d2b6d581486984 · report
call_deepseek_chat thanhdath/finer-sql/reasoning_distilation/model_pool_generate.py found in paper text by Syntology unverified no licence file found · pointer only · f3cfb6c64f7296f1 · report
call_together_chat thanhdath/finer-sql/reasoning_distilation/model_pool_generate.py found in paper text by Syntology unverified no licence file found · pointer only · d854a01aef1a8c2b · report
is_select_like thanhdath/finer-sql/reasoning_distilation/check_sql_correctness.py found in paper text by Syntology unverified no licence file found · pointer only · 28752b860753c789 · report
wait_for_api_recovery thanhdath/finer-sql/grpo_writer.py found in paper text by Syntology unverified no licence file found · pointer only · f3df66b5e5ef7942 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.03465, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections