English

SQLCritic: Correcting Text-to-SQL Generation via Clause-wise Critic

Artificial Intelligence 2025-05-22 v4 Computation and Language

Abstract

Existing refinement methods in LLM-based Text-to-SQL systems exhibit limited effectiveness. They often introduce new errors during the self-correction process and fail to detect and correct semantic inaccuracies. To address these gaps, we first introduce a clause-wise critique generation task along with a benchmark, SQLCriticBench, which performs fine-grained error localization including both syntax and semantic errors at the clause level. Furthermore, we introduce a variant of DPO for training our SQLCritic model, where the β\beta coefficient is adaptively changed according to the clause-level inconsistencies between the preferred and dispreferred critiques. We also propose an automatically training dataset curation pipeline which annotate clause-wise critique at scale in a cost-effective way. Experiments demonstrate that the SQLCritic model significantly improves SQL accuracy on the BIRD and Spider datasets, and the results on SQLCriticBench further reveals its superior critique capabilities compared to existing models.

Keywords

Cite

@article{arxiv.2503.07996,
  title  = {SQLCritic: Correcting Text-to-SQL Generation via Clause-wise Critic},
  author = {Jikai Chen and Leilei Gan and Ziyu Zhao and Zechuan Wang and Dong Wang and Chenyi Zhuang},
  journal= {arXiv preprint arXiv:2503.07996},
  year   = {2025}
}
R2 v1 2026-06-28T22:15:09.144Z