How to Prompt LLMs for Text-to-SQL: A Study in Zero-shot, Single-domain, and Cross-domain Settings
Shuaichen Chang, Eric Fosler-Lussier
TL;DR
This study systematically examines how prompt construction affects large language model-driven text-to-SQL across zero-shot, single-domain, and cross-domain settings. By comparing schema and content representations for databases and various demonstration prompt strategies, the authors identify key factors that drive performance and propose practical guidelines. Key findings include the importance of table relationships and content in prompts, the existence of a prompt-length sweet spot in cross-domain settings, and the enduring value of in-domain demonstrations for single-domain tasks. The work provides actionable insights to standardize prompt design, improve comparability, and guide future research in text-to-SQL with LLMs.
Abstract
Large language models (LLMs) with in-context learning have demonstrated remarkable capability in the text-to-SQL task. Previous research has prompted LLMs with various demonstration-retrieval strategies and intermediate reasoning steps to enhance the performance of LLMs. However, those works often employ varied strategies when constructing the prompt text for text-to-SQL inputs, such as databases and demonstration examples. This leads to a lack of comparability in both the prompt constructions and their primary contributions. Furthermore, selecting an effective prompt construction has emerged as a persistent problem for future research. To address this limitation, we comprehensively investigate the impact of prompt constructions across various settings and provide insights into prompt constructions for future text-to-SQL studies.
