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. 2409.15907
26
0

Enhancing Text-to-SQL Capabilities of Large Language Models via Domain Database Knowledge Injection

24 September 2024
Xingyu Ma
Xin Tian
Lingxiang Wu
Xuepeng Wang
Xueming Tang
Jinqiao Wang
ArXivPDFHTML
Abstract

Text-to-SQL is a subtask in semantic parsing that has seen rapid progress with the evolution of Large Language Models (LLMs). However, LLMs face challenges due to hallucination issues and a lack of domain-specific database knowledge(such as table schema and cell values). As a result, they can make errors in generating table names, columns, and matching values to the correct columns in SQL statements. This paper introduces a method of knowledge injection to enhance LLMs' ability to understand schema contents by incorporating prior knowledge. This approach improves their performance in Text-to-SQL tasks. Experimental results show that pre-training LLMs on domain-specific database knowledge and fine-tuning them on downstream Text-to-SQL tasks significantly improves the Execution Match (EX) and Exact Match (EM) metrics across various models. This effectively reduces errors in generating column names and matching values to the columns. Furthermore, the knowledge-injected models can be applied to many downstream Text-to-SQL tasks, demonstrating the generalizability of the approach presented in this paper.

View on arXiv
@article{ma2025_2409.15907,
  title={ Enhancing Text-to-SQL Capabilities of Large Language Models via Domain Database Knowledge Injection },
  author={ Xingyu Ma and Xin Tian and Lingxiang Wu and Xuepeng Wang and Xueming Tang and Jinqiao Wang },
  journal={arXiv preprint arXiv:2409.15907},
  year={ 2025 }
}
Comments on this paper