paper-with-me

Papers

Knowledge Distillation for Low-Resource Open-source Text-to-SQL Model

2026-05-13 · Tianhao Qiu, Xiaojun Chen arxiv

Text-to-SQL converts natural language questions into executable SQL queries, enabling non-technical users to access relational databases for analytics and intelligent data services. In real-world scenarios, performance is often constrained by low-resource settings, where high-quality annotated \texttt{<question, SQL>} pairs are scarce, particularly for domain-specific databases. Additional challenges include opaque schema definitions, abbreviations, and implicit business logic that are not explicitly encoded in the schema. Existing data synthesis and prompting techniques improve coverage but often fail to produce task-specific, semantically grounded examples aligned with database constraints. To address these challenges, we propose a knowledge-aware Text-to-SQL framework that constructs task-specific knowledge base including schema semantics, abbreviations, business logic, and query patterns, and injects them into both training and inference. This framework generates diverse, contextually grounded synthetic training data and enhances inference through targeted knowledge retrieval. Experiments on seven benchmarks, covering both general and domain-specific datasets, demonstrate that our approach substantially improves the performance of open-source and closed-source large language models in Text-to-SQL tasks, especially in low-resource domain-specific settings, enhancing generalization, robustness, and adaptability.

📄 PDF Abstract BibTeX arXiv:2605.22843

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Low-latency Real-time Voice Conversion on CPU

2023-11-01 · Konstantine Sadov, Matthew Hutter, Asara Near

We adapt the architectures of previous audio manipulation and generation neural networks to the task of real-time any-to-one voice conversion. Our resulting model, LLVC ($\textbf{L}$ow-latency $\textbf{L}$ow-resource $\t…

CPUKnowledge DistillationVoice Conversion

ResAware: Cross-Environment Website Fingerprinting via Resource-Privileged Distillation

2026-06-16 · Chongru Fan, Wei Wang, Wentao Huang, Zhenquan Ding 외 arxiv

While Website Fingerprinting (WF) attacks achieve high accuracy in controlled laboratory settings, they often degrade substantially in real-world environments due to spatio-temporal drift, browser heterogeneity, proxy ob…

Knowledge Distillation

Mitigating Gender Bias in Distilled Language Models via Counterfactual Role Reversal

2022-03-23 · Findings (ACL) 2022 5 · Umang Gupta, Jwala Dhamala, Varun Kumar, Apurv Verma 외

Language models excel at generating coherent text, and model compression techniques such as knowledge distillation have enabled their use in resource-constrained settings. However, these models can be biased in multiple …

counterfactualFairnessKnowledge DistillationModel Compression+1

From Multimodal to Unimodal Attention in Transformers using Knowledge Distillation

2021-10-15 · Dhruv Agarwal, Tanay Agrawal, Laura M. Ferrari, François Bremond

Multimodal Deep Learning has garnered much interest, and transformers have triggered novel approaches, thanks to the cross-attention mechanism. Here we propose an approach to deal with two key existing challenges: the hi…

Knowledge DistillationMultimodal Deep Learning

Trace-of-Thought Prompting: Investigating Prompt-Based Knowledge Distillation Through Question Decomposition

2025-04-29 · Tyler McDonald, Ali Emami

Knowledge distillation allows smaller neural networks to emulate the performance of larger, teacher models with reduced computational demands. Traditional methods for Large Language Models (LLMs) often necessitate extens…

GSM8KKnowledge DistillationMathProblem Decomposition