SQLens: An End-to-End Framework for Error Detection and Correction in Text-to-SQL
Abstract
Text-to-SQL systems translate natural language (NL) questions into SQL queries, enabling non-technical users to interact with structured data. While large language models (LLMs) have shown promising results on the text-to-SQL task, they often produce semantically incorrect yet syntactically valid queries, with limited insight into their reliability. We propose SQLens, an end-to-end framework for fine-grained detection and correction of semantic errors in LLM-generated SQL. SQLens integrates error signals from both the underlying database and the LLM to identify potential semantic errors within SQL clauses. It further leverages these signals to guide query correction. Empirical results on two public benchmarks show that SQLens outperforms the best LLM-based self-evaluation method by 25.78% in F1 for error detection, and improves execution accuracy of out-of-the-box text-to-SQL systems by up to 20%.
Cite
Text
Gong et al. "SQLens: An End-to-End Framework for Error Detection and Correction in Text-to-SQL." Advances in Neural Information Processing Systems, 2025.Markdown
[Gong et al. "SQLens: An End-to-End Framework for Error Detection and Correction in Text-to-SQL." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/gong2025neurips-sqlens/)BibTeX
@inproceedings{gong2025neurips-sqlens,
title = {{SQLens: An End-to-End Framework for Error Detection and Correction in Text-to-SQL}},
author = {Gong, Yue and Lei, Chuan and Qin, Xiao and Vaidya, Kapil and Narayanaswamy, Balakrishnan Murali and Kraska, Tim},
booktitle = {Advances in Neural Information Processing Systems},
year = {2025},
url = {https://mlanthology.org/neurips/2025/gong2025neurips-sqlens/}
}