REVIEW 23 cited by
Can LLM Already Serve as A Database Interface? A BIg Bench for Large-Scale Database Grounded Text-to-SQLs
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Text-to-SQL parsing, which aims at converting natural language instructions into executable SQLs, has gained increasing attention in recent years. In particular, Codex and ChatGPT have shown impressive results in this task. However, most of the prevalent benchmarks, i.e., Spider, and WikiSQL, focus on database schema with few rows of database contents leaving the gap between academic study and real-world applications. To mitigate this gap, we present Bird, a big benchmark for large-scale database grounded in text-to-SQL tasks, containing 12,751 pairs of text-to-SQL data and 95 databases with a total size of 33.4 GB, spanning 37 professional domains. Our emphasis on database values highlights the new challenges of dirty database contents, external knowledge between NL questions and database contents, and SQL efficiency, particularly in the context of massive databases. To solve these problems, text-to-SQL models must feature database value comprehension in addition to semantic parsing. The experimental results demonstrate the significance of database values in generating accurate text-to-SQLs for big databases. Furthermore, even the most effective text-to-SQL models, i.e. ChatGPT, only achieves 40.08% in execution accuracy, which is still far from the human result of 92.96%, proving that challenges still stand. Besides, we also provide an efficiency analysis to offer insights into generating text-to-efficient-SQLs that are beneficial to industries. We believe that BIRD will contribute to advancing real-world applications of text-to-SQL research. The leaderboard and source code are available: https://bird-bench.github.io/.
Forward citations
Cited by 23 Pith papers
-
Business Truth, not SQL Accuracy: A Rule-Gated 7B Analytics Agent Outperforms a Direct-Prompted 32B Baseline
A rule-gated 7B agent with deterministic post-execution verification outperforms a direct-prompted 32B baseline on a reliability benchmark where half of correct responses are not SQL answers.
-
DataClawEval: A Benchmark for Data Engineering Agents in Real Industrial Harness
A production-grounded, sandbox-graded benchmark of 100 multi-engine data-engineering tasks shows frontier agents top out at 74.9 with no cross-engine winner.
-
Text-to-SQL Oriented to the Process Mining Domain: A PT-EN Dataset for Query Translation
text-2-SQL-4-PM is a bilingual benchmark with 1,655 human utterances and 205 gold SQL statements for text-to-SQL in process mining.
-
Metadata Reconstruction from Values Alone: Recovering Column Semantics in Undocumented Warehouses
A verification-harness LLM system recovers column semantics from values alone, but its measured advantage over a direct LLM is selective abstention, not better prose, and a code-enforced gate makes that abstention bac...
-
Agentic Data Environments
The paper proposes Agentic Data Environments that amplify agent capabilities (via information management, retrieval, and elicitation) while bounding failure consequences (via branching and data flow control).
-
Spider 2.0-AIFunc: Extending Real-World Text-to-SQL to AI-Native SQL Workflows
Spider 2.0-AIFunc is a 465-instance benchmark for evaluating text-to-SQL systems on queries that incorporate Snowflake Cortex AI functions, with evaluations of ten models showing proprietary models reach 67-70% accuracy.
-
Memory Reward Inflation in Self-Improving LLM Agents
Self-graded memory in LLM agents systematically overvalues wrong episodes, compounding through reuse, and can be corrected by a de-correlated, answer-free signal.
-
Rethinking Query Optimization for Multi-Agent Systems [Vision]
Agentic data pipelines are built by hand today; this paper sets a research agenda for automatically optimizing their structure, model choices, and execution engines jointly as a new query-optimization problem.
-
RASL: Retrieval Augmented Schema Linking for Massive Database Text-to-SQL
RASL retrieves relevant tables and columns for text-to-SQL by decomposing schemas into semantic entities, calibrating entity-type importance on training data, and using an LLM to rank candidates, beating baselines on ...
-
Text-to-SQL for Enterprise Data Analytics
An enterprise Text-to-SQL chatbot augmented with a knowledge graph, context ranking, and query-fixing agents achieves 53% correct or nearly correct answers on LinkedIn's internal benchmark, with knowledge graph compon...
-
SDE-SQL: Enhancing Text-to-SQL Generation in Large Language Models via Self-Driven Exploration with SQL Probes
SDE-SQL improves text-to-SQL accuracy by having the model generate and execute exploratory SQL probes to learn database contents before and while writing the final query.
-
SQLens: An End-to-End Framework for Error Detection and Correction in Text-to-SQL
SQLens uses weak supervision over database and LLM error signals to detect clause-level semantic errors in text-to-SQL and fixes them iteratively, improving execution accuracy on BIRD and Spider.
-
Toward Structured Knowledge Reasoning: Contrastive Retrieval-Augmented Generation on Experience
CoRE improves structured knowledge reasoning by retrieving both correct and incorrect past examples into the prompt, using MCTS-generated experience memory.
-
TailorSQL: An NL2SQL System Tailored to Your Query Workload
Adding workload-derived hints and tailored retrieval from past SQL queries improves NL2SQL execution accuracy and reduces prompt size on three benchmarks.
-
ODIN: A NL2SQL Recommender to Handle Schema Ambiguity
ODIN uses schema masking, conformal-prediction filtering, and user-preference hints to return a small set of SQL queries that includes the correct one more often than baseline sampling on ambiguous-schema benchmarks.
-
CRAFT: Learn the Schema, Execute the Plan
CRAFT, a two-stage post-training recipe that strips schema documentation from prompts and uses execution-grounded reinforcement learning, reports improved enterprise coding-agent quality at roughly 9x lower input-token cost.
-
A Learned Cost Model-based Cross-engine Optimizer for SQL Workloads
A multi-head learned cost model with a shared graph-neural-network embedding routes SQL queries to the fastest engine in a lakehouse, using Calcite-optimized logical plans as inputs.
-
A Plug-and-Play Natural Language Rewriter for Natural Language to SQL
A multi-agent LLM module that checks, reflects on, and rewrites flawed questions yields small average execution-accuracy gains (1.6% Spider, 2.0% BIRD) on NL2SQL dev sets.
-
Cooperative SQL Generation for Segmented Databases By Using Multi-functional LLM Agents
Two LLM agents that each hold only part of a database schema can cooperate to write SQL almost as accurately as a single agent with the full schema.
-
Confidence Estimation for Text-to-SQL in Large Language Models
Consistency-based methods are the most reliable confidence signal for text-to-SQL in black-box LLMs, and executing queries against a database adds a useful correctness signal.
-
LLM-Driven Data Generation and a Novel Soft Metric for Evaluating Text-to-SQL in Aviation MRO
Introduces an F1-based soft metric for text-to-SQL evaluation and an LLM-driven data generation pipeline, tested on an aviation MRO database.
-
Text-to-SQL Calibration: No Need to Ask -- Just Rescale Model Probabilities
Product-of-token-probabilities with Platt or isotonic rescaling is a strong, cheap confidence signal for text-to-SQL, beating minimum-token pooling but matching or losing to self-check on large Llama models.
-
A Survey of Large Language Model-Based Generative AI for Text-to-SQL: Benchmarks, Applications, Use Cases, and Challenges
A high-level review of benchmarks, models, applications, and challenges in LLM-based text-to-SQL, with no new experiments or methods.
Discussion (0). Continue with ORCID to comment.