4 papers
ACTS-SQL: Agentic and Critic-Oriented Tree-Structured SQL Correctness with Large Language Models
Xinmei Huang, Jie Song, Peng Li +10
Large Language Models (LLMs) have been increasingly adopted in Text-to-SQL systems, yet SQL errors remain a major obstacle in real-world Text-to-SQL inference pipelines. Existing S…
IDSTune: A Multi-Agent Collaborative Framework for Integrated Database System Tuning
Yiyan Li, Guanli Liu, Renata Borovica-Gajic +6
Database tuning is critical for achieving high performance in modern database management systems (DBMSs). Existing methods typically optimize a single component---knobs, indexes, o…
LLMIA: An Out-of-the-Box Index Advisor via In-Context Learning with LLMs
Xinxin Zhao, Xinmei Huang, Haoyang Li +7
Index recommendation is crucial for optimizing database performance. However, existing heuristic- and learning-based methods often rely on inefficient exhaustive search and estimat…
OmniSQL: Synthesizing High-quality Text-to-SQL Data at Scale
Haoyang Li, Shang Wu, Xiaokang Zhang +9
Text-to-SQL, the task of translating natural language questions into SQL queries, plays a crucial role in enabling non-experts to interact with databases. While recent advancements…