CLMay 4, 2024

CoE-SQL: In-Context Learning for Multi-Turn Text-to-SQL with Chain-of-Editions

arXiv:2405.02712v139 citationsh-index: 16NAACL
Originality Incremental advance
AI Analysis

This addresses the challenge of generating accurate SQL queries in conversational contexts for database interaction, representing an incremental improvement over existing in-context learning methods.

The paper tackles the problem of prompt design for multi-turn text-to-SQL tasks by introducing CoE-SQL, a method that uses chain-of-editions to enhance LLMs' reasoning, achieving state-of-the-art performance on SParC and CoSQL benchmarks and competing with fine-tuned models.

Recently, Large Language Models (LLMs) have been demonstrated to possess impressive capabilities in a variety of domains and tasks. We investigate the issue of prompt design in the multi-turn text-to-SQL task and attempt to enhance the LLMs' reasoning capacity when generating SQL queries. In the conversational context, the current SQL query can be modified from the preceding SQL query with only a few operations due to the context dependency. We introduce our method called CoE-SQL which can prompt LLMs to generate the SQL query based on the previously generated SQL query with an edition chain. We also conduct extensive ablation studies to determine the optimal configuration of our approach. Our approach outperforms different in-context learning baselines stably and achieves state-of-the-art performances on two benchmarks SParC and CoSQL using LLMs, which is also competitive to the SOTA fine-tuned models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes