Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Text-to-SQL Error Correction with Language Models of Code

About

Despite recent progress in text-to-SQL parsing, current semantic parsers are still not accurate enough for practical use. In this paper, we investigate how to build automatic text-to-SQL error correction models. Noticing that token-level edits are out of context and sometimes ambiguous, we propose building clause-level edit models instead. Besides, while most language models of code are not specifically pre-trained for SQL, they know common data structures and their operations in programming languages such as Python. Thus, we propose a novel representation for SQL queries and their edits that adheres more closely to the pre-training corpora of language models of code. Our error correction model improves the exact set match accuracy of different parsers by 2.4-6.5 and obtains up to 4.3 point absolute improvement over two strong baselines. Our code and data are available at https://github.com/OSU-NLP-Group/Auto-SQL-Correction.

Ziru Chen, Shijie Chen, Michael White, Raymond Mooney, Ali Payani, Jayanth Srinivasa, Yu Su, Huan Sun• 2023

Related benchmarks

TaskDatasetResultRank
Text-to-SQLSpider 1.0 (dev)
Exact Match Accuracy80
92
Text-to-SQLSpider CodeT5 parser outputs (dev)
EM69.2
9
Text-to-SQLSpider BRIDGEv2 parser outputs (dev)
EM72.5
9
Text-to-SQLSpider SmBoP parser outputs (dev)
EM78
9
Showing 4 of 4 rows

Other info

Code

Follow for update