paper-with-me

홈 › Papers

RASL: Retrieval Augmented Schema Linking for Massive Database Text-to-SQL

2025-07-30 · Jeffrey Eben, Aitzaz Ahmad, Stephen Lau arxiv

Despite advances in large language model (LLM)-based natural language interfaces for databases, scaling to enterprise-level data catalogs remains an under-explored challenge. Prior works addressing this challenge rely on domain-specific fine-tuning - complicating deployment - and fail to leverage important semantic context contained within database metadata. To address these limitations, we introduce a component-based retrieval architecture that decomposes database schemas and metadata into discrete semantic units, each separately indexed for targeted retrieval. Our approach prioritizes effective table identification while leveraging column-level information, ensuring the total number of retrieved tables remains within a manageable context budget. Experiments demonstrate that our method maintains high recall and accuracy, with our system outperforming baselines over massive databases with varying structure and available metadata. Our solution enables practical text-to-SQL systems deployable across diverse enterprise settings without specialized fine-tuning, addressing a critical scalability gap in natural language database interfaces.

📄 PDF Abstract BibTeX arXiv:2507.23104

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Schema Linking: A Context-Aware Bidirectional Retrieval Approach for Text-to-SQL

2025-10-16 · Md Mahadi Hasan Nahid, Davood Rafiei, Weiwei Zhang, Yong Zhang arxiv

Schema linking -- the process of aligning natural language questions with database schema elements -- is a critical yet underexplored component of Text-to-SQL systems. While recent methods have focused primarily on impro…

Keyphrase ExtractionKeyword Extraction

LinkAlign: Scalable Schema Linking for Real-World Large-Scale Multi-Database Text-to-SQL

2025-03-24 · Yihan Wang, Peiyu Liu

Schema linking is a critical bottleneck in achieving human-level performance in Text-to-SQL tasks, particularly in real-world large-scale multi-database scenarios. Addressing schema linking faces two major challenges: (1…

RetrievalText to SQLText-To-SQL

DynaQuery: A Self-Adapting Framework for Querying Structured and Multimodal Data

2025-10-20 · Aymane Hassini arxiv

The rise of Large Language Models (LLMs) has accelerated the long-standing goal of enabling natural language querying over complex, hybrid databases. Yet, this ambition exposes a dual challenge: reasoning jointly over st…

DFIN-SQL: Integrating Focused Schema with DIN-SQL for Superior Accuracy in Large-Scale Databases

2024-03-01 · Shai Volvovsky, Marco Marcassa, Mustafa Panbiharwala

The task of converting natural language queries into SQL queries is intricate, necessitating a blend of precise techniques for an accurate translation. The DIN-SQL (Decomposed-In-Context SQL) methodology represents a sig…

In-Context LearningNatural Language QueriesRAGRetrieval+3

RAT-SQL: Relation-Aware Schema Encoding and Linking for Text-to-SQL Parsers

2019-11-10 · ACL 2020 6 · Bailin Wang, Richard Shin, Xiaodong Liu, Oleksandr Polozov 외

When translating natural language questions into SQL queries to answer questions from a database, contemporary semantic parsing models struggle to generalize to unseen database schemas. The generalization challenge lies …

RelationSemantic ParsingText to SQLText-To-SQL