Papers › ACT-SQL: In-Context Learning for Text-to-SQL with Automatically-Generated Chain-of-Thought

ACT-SQL: In-Context Learning for Text-to-SQL with Automatically-Generated Chain-of-Thought

26 Oct 2023arXiv:2310.17342archive 2025-07-28

Hanchong Zhang, Ruisheng Cao, Lu Chen, Hongshen Xu, Kai Yu

Recently Large Language Models (LLMs) have been proven to have strong abilities in various domains and tasks. We study the problem of prompt designing in the text-to-SQL task and attempt to improve the LLMs' reasoning ability when generating SQL queries. Besides the trivial few-shot in-context learning setting, we design our chain-of-thought (CoT) prompt with a similar method to schema linking. We provide a method named ACT-SQL to automatically generate auto-CoT exemplars and thus the whole process doesn't need manual labeling. Our approach is cost-saving since we only use the LLMs' API call once when generating one SQL query. Furthermore, we extend our in-context learning method to the multi-turn text-to-SQL task. The experiment results show that the LLMs' performance can benefit from our ACT-SQL approach. Our approach achieves SOTA performance on the Spider dev set among existing in-context learning approaches.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

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="2310.17342")

Code

Syntology Ran 10 of 12 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 3 ran · violated contract; 7 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

x-lance/text2sql-gpt officialmentioned in papermentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

12 samples harvested; 10 ran; 0 honoured the contract we drafted; 2 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.

3ran · violated contract
7ran
2unverified

Licence: 12 of the 12 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 x-lance/text2sql-gpt. “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.

condition_has_like x-lance/text2sql-gpt/eval/evaluation.py official repository ran · violated contract no licence file found · pointer only · 8231e3fdffa9c8ee · report
condition_has_or x-lance/text2sql-gpt/eval/evaluation.py official repository ran · violated contract fingerprinted no licence file found · pointer only · f2d76234528d3b57 · report
condition_has_sql x-lance/text2sql-gpt/eval/evaluation.py official repository ran · violated contract no licence file found · pointer only · 954c76e256cc7220 · report
get_schema x-lance/text2sql-gpt/eval/process_sql.py official repository ran fingerprinted no licence file found · pointer only · 0992d2a47ae733fa · report
get_schema_from_json x-lance/text2sql-gpt/eval/process_sql.py official repository ran no licence file found · pointer only · c4dcaf29b663a364 · report
join_tokens x-lance/text2sql-gpt/eval/parse.py official repository ran no licence file found · pointer only · 2178b95c919ae420 · report
permute_tuple x-lance/text2sql-gpt/eval/exec_eval.py official repository ran no licence file found · pointer only · f23d6ff3772963bc · report
postprocess x-lance/text2sql-gpt/eval/parse.py official repository ran fingerprinted no licence file found · pointer only · 58e472cff9780d63 · report
quick_rej x-lance/text2sql-gpt/eval/exec_eval.py official repository ran no licence file found · pointer only · a40510ba6a37f798 · report
unorder_row x-lance/text2sql-gpt/eval/exec_eval.py official repository ran no licence file found · pointer only · afc8ef89576ef2aa · report
get_response x-lance/text2sql-gpt/util/gpt.py official repository unverified no licence file found · pointer only · 83512c75d8835ed6 · report
tokenize x-lance/text2sql-gpt/eval/process_sql.py official repository unverified no licence file found · pointer only · a906f5de1f5971b0 · report

Tasks

In-Context LearningText to SQLText-To-SQL

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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