Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MAC-SQL: A Multi-Agent Collaborative Framework for Text-to-SQL

About

Recent LLM-based Text-to-SQL methods usually suffer from significant performance degradation on "huge" databases and complex user questions that require multi-step reasoning. Moreover, most existing methods neglect the crucial significance of LLMs utilizing external tools and model collaboration. To address these challenges, we introduce MAC-SQL, a novel LLM-based multi-agent collaborative framework. Our framework comprises a core decomposer agent for Text-to-SQL generation with few-shot chain-of-thought reasoning, accompanied by two auxiliary agents that utilize external tools or models to acquire smaller sub-databases and refine erroneous SQL queries. The decomposer agent collaborates with auxiliary agents, which are activated as needed and can be expanded to accommodate new features or tools for effective Text-to-SQL parsing. In our framework, We initially leverage GPT-4 as the strong backbone LLM for all agent tasks to determine the upper bound of our framework. We then fine-tune an open-sourced instruction-followed model, SQL-Llama, by leveraging Code Llama 7B, to accomplish all tasks as GPT-4 does. Experiments show that SQL-Llama achieves a comparable execution accuracy of 43.94, compared to the baseline accuracy of 46.35 for vanilla GPT-4. At the time of writing, MAC-SQL+GPT-4 achieves an execution accuracy of 59.59 when evaluated on the BIRD benchmark, establishing a new state-of-the-art (SOTA) on its holdout test set (https://github.com/wbbeyourself/MAC-SQL).

Bing Wang, Changyu Ren, Jian Yang, Xinnian Liang, Jiaqi Bai, LinZheng Chai, Zhao Yan, Qian-Wen Zhang, Di Yin, Xing Sun, Zhoujun Li• 2023

Related benchmarks

TaskDatasetResultRank
Text-to-SQLBIRD (dev)
Execution Accuracy (EA)70.28
251
Text-to-SQLSpider (test)
Execution Accuracy82.8
162
Text-to-SQLSpider (dev)
EX (All)86.8
100
Text-to-SQLSpider 1.0 (dev)
Exact Match Accuracy86.75
92
Text-to-SQLSpider 1.0 (test)
EM Acc (Overall)82.8
91
Text-to-SQLBird
Total Execution Accuracy59.59
64
Text-to-SQLBIRD (test)
EX59.59
46
Text-to-SQLSynSQL
Accuracy (Easy)77.41
8
Multi-turn Text-to-SQLMMSQL (test)
TDEX30.7
8
Text-to-SQLBird
Cost Per Query0.094
5
Showing 10 of 11 rows

Other info

Code

Follow for update