paper-with-me

홈 › Papers

Next-Generation Database Interfaces: A Survey of LLM-based Text-to-SQL

2024-06-12 · Zijin Hong, Zheng Yuan, Qinggang Zhang, Hao Chen, Junnan Dong, Feiran Huang, Xiao Huang

Generating accurate SQL from users' natural language questions (text-to-SQL) remains a long-standing challenge due to the complexities involved in user question understanding, database schema comprehension, and SQL generation. Traditional text-to-SQL systems, which combine human engineering and deep neural networks, have made significant progress. Subsequently, pre-trained language models (PLMs) have been developed for text-to-SQL tasks, achieving promising results. However, as modern databases and user questions grow more complex, PLMs with a limited parameter size often produce incorrect SQL. This necessitates more sophisticated and tailored optimization methods, which restricts the application of PLM-based systems. Recently, large language models (LLMs) have shown significant capabilities in natural language understanding as model scale increases. Thus, integrating LLM-based solutions can bring unique opportunities, improvements, and solutions to text-to-SQL research. In this survey, we provide a comprehensive review of existing LLM-based text-to-SQL studies. Specifically, we offer a brief overview of the technical challenges and evolutionary process of text-to-SQL. Next, we introduce the datasets and metrics designed to evaluate text-to-SQL systems. Subsequently, we present a systematic analysis of recent advances in LLM-based text-to-SQL. Finally, we make a summarization and discuss the remaining challenges in this field and suggest expectations for future research directions.

📄 PDF Abstract BibTeX arXiv:2406.08426

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language UnderstandingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Neural Approaches for Natural Language Interfaces to Databases: A Survey

2020-12-01 · COLING 2020 8 · Radu Cristian Alexandru Iacob, Florin Brad, Elena-Simona Apostol, Ciprian-Octavian Truic{\u{a}} 외

A natural language interface to databases (NLIDB) enables users without technical expertise to easily access information from relational databases. Interest in NLIDBs has resurged in the past years due to the availabilit…

DecoderSurvey

A Survey of the Trends in Facial and Expression Recognition Databases and Methods

2015-11-07 · Sohini Roychowdhury, Michelle Emmons

Automated facial identification and facial expression recognition have been topics of active research over the past few decades. Facial and expression recognition find applications in human-computer interfaces, subject t…

Facial Expression RecognitionFacial Expression Recognition (FER)

Recent Advances in Text-to-SQL: A Survey of What We Have and What We Expect

2022-08-22 · COLING 2022 10 · Naihao Deng, Yulong Chen, Yue Zhang

Text-to-SQL has attracted attention from both the natural language processing and database communities because of its ability to convert the semantics in natural language into SQL queries and its practical application in…

SurveyText to SQLText-To-SQL

A Survey of Large Language Model-Based Generative AI for Text-to-SQL: Benchmarks, Applications, Use Cases, and Challenges

2024-12-06 · Aditi Singh, Akash Shetty, Abul Ehtesham, Saket Kumar 외

Text-to-SQL systems facilitate smooth interaction with databases by translating natural language queries into Structured Query Language (SQL), bridging the gap between non-technical users and complex database management …

Domain GeneralizationLanguage ModelingLanguage ModellingLarge Language Model+3

Natural Language Interfaces for Spatial and Temporal Databases: A Comprehensive Overview of Methods, Taxonomy, and Future Directions

2026-03-24 · Samya Acharja, Kanchan Chowdhury arxiv

The task of building a natural language interface to a database, known as NLIDB, has recently gained significant attention from both the database and Natural Language Processing (NLP) communities. With the proliferation …