Next-generation database interfaces: A survey of llm-based text-to-sql

Z Hong, Z Yuan, Q Zhang, H Chen, J Dong… - arxiv preprint arxiv …, 2024 - arxiv.org
Generating accurate SQL from natural language questions (text-to-SQL) is a long-standing
challenge due to the complexities in user question understanding, database schema …

A Survey of NL2SQL with Large Language Models: Where are we, and where are we going?

X Liu, S Shen, B Li, P Ma, R Jiang, Y Zhang… - arxiv preprint arxiv …, 2024 - arxiv.org
Translating users' natural language queries (NL) into SQL queries (ie, NL2SQL) can
significantly reduce barriers to accessing relational databases and support various …

Can llm already serve as a database interface? a big bench for large-scale database grounded text-to-sqls

J Li, B Hui, G Qu, J Yang, B Li, B Li… - Advances in …, 2023 - proceedings.neurips.cc
Text-to-SQL parsing, which aims at converting natural language instructions into executable
SQLs, has gained increasing attention in recent years. In particular, GPT-4 and Claude-2 …

Knowledge-to-sql: Enhancing sql generation with data expert llm

Z Hong, Z Yuan, H Chen, Q Zhang, F Huang… - arxiv preprint arxiv …, 2024 - arxiv.org
Generating accurate SQL queries for user questions (text-to-SQL) has been a long-standing
challenge since it requires a deep understanding of both the user's question and the …

Natural language interfaces for tabular data querying and visualization: A survey

W Zhang, Y Wang, Y Song, VJ Wei… - … on Knowledge and …, 2024 - ieeexplore.ieee.org
The emergence of natural language processing has revolutionized the way users interact
with tabular data, enabling a shift from traditional query languages and manual plotting to …

A survey of table reasoning with large language models

X Zhang, D Wang, L Dou, Q Zhu, W Che - Frontiers of Computer Science, 2025 - Springer
Table reasoning aims to generate inference results based on the user requirement and the
provided table. Enhancing the table reasoning capability of the model can aid in obtaining …

Archer: A human-labeled text-to-SQL dataset with arithmetic, commonsense and hypothetical reasoning

D Zheng, M Lapata, JZ Pan - arxiv preprint arxiv:2402.12554, 2024 - arxiv.org
We present Archer, a challenging bilingual text-to-SQL dataset specific to complex
reasoning, including arithmetic, commonsense and hypothetical reasoning. It contains 1,042 …

Know what I don't know: Handling ambiguous and unknown questions for text-to-SQL

B Wang, Y Gao, Z Li, JG Lou - Findings of the Association for …, 2023 - aclanthology.org
The task of text-to-SQL aims to convert a natural language question into its corresponding
SQL query within the context of relational tables. Existing text-to-SQL parsers generate a …