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

Published: 04 Jul 2025, Last Modified: 04 Aug 2025KDD 2025 Workshop SKnow-LLM OralEveryoneRevisionsBibTeXCC BY 4.0
Keywords: Retrieval Augmented Generation, Text-to-SQL, Schema Linking, Table Retrieval
TL;DR: A multi-entity retrieval approach that scales text-to-SQL systems to massive databases by decomposing and efficiently searching schema components.
Abstract: 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.
Submission Number: 17
Loading