ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2312.03463
18
0

DBCopilot: Natural Language Querying over Massive Databases via Schema Routing

6 December 2023
Tianshu Wang
Hongyu Lin
Hongyu Lin
Le Sun
Xiaoyang Chen
Hao Wang
Zhenyu Zeng
ArXivPDFHTML
Abstract

The development of Natural Language Interfaces to Databases (NLIDBs) has been greatly advanced by the advent of large language models (LLMs), which provide an intuitive way to translate natural language (NL) questions into Structured Query Language (SQL) queries. While significant progress has been made in LLM-based NL2SQL, existing approaches face several challenges in real-world scenarios of natural language querying over massive databases. In this paper, we present DBCopilot, a framework that addresses these challenges by employing a compact and flexible copilot model for routing over massive databases. Specifically, DBCopilot decouples schema-agnostic NL2SQL into schema routing and SQL generation. This framework utilizes a single lightweight differentiable search index to construct semantic mappings for massive database schemata, and navigates natural language questions to their target databases and tables in a relation-aware joint retrieval manner. The routed schemata and questions are then fed into LLMs for effective SQL generation. Furthermore, DBCopilot introduces a reverse schema-to-question generation paradigm that can automatically learn and adapt the router over massive databases without manual intervention. Experimental results verify that DBCopilot is a scalable and effective solution for schema-agnostic NL2SQL, providing a significant advance in handling natural language querying over massive databases for NLIDBs.

View on arXiv
@article{wang2025_2312.03463,
  title={ DBCopilot: Natural Language Querying over Massive Databases via Schema Routing },
  author={ Tianshu Wang and Xiaoyang Chen and Hongyu Lin and Xianpei Han and Le Sun and Hao Wang and Zhenyu Zeng },
  journal={arXiv preprint arXiv:2312.03463},
  year={ 2025 }
}
Comments on this paper