paper-with-me

홈 › Papers

KaFT: Knowledge-aware Fine-tuning for Boosting LLMs' Domain-specific Question-Answering Performance

2025-05-21 · Qihuang Zhong, Liang Ding, Xiantao Cai, Juhua Liu, Bo Du, DaCheng Tao

Supervised fine-tuning (SFT) is a common approach to improve the domain-specific question-answering (QA) performance of large language models (LLMs). However, recent literature reveals that due to the conflicts between LLMs' internal knowledge and the context knowledge of training data, vanilla SFT using the full QA training set is usually suboptimal. In this paper, we first design a query diversification strategy for robust conflict detection and then conduct a series of experiments to analyze the impact of knowledge conflict. We find that 1) training samples with varied conflicts contribute differently, where SFT on the data with large conflicts leads to catastrophic performance drops; 2) compared to directly filtering out the conflict data, appropriately applying the conflict data would be more beneficial. Motivated by this, we propose a simple-yet-effective Knowledge-aware Fine-tuning (namely KaFT) approach to effectively boost LLMs' performance. The core of KaFT is to adapt the training weight by assigning different rewards for different training samples according to conflict level. Extensive experiments show that KaFT brings consistent and significant improvements across four LLMs. More analyses prove that KaFT effectively improves the model generalization and alleviates the hallucination.

📄 PDF Abstract BibTeX arXiv:2505.15480

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationQuestion Answering

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Knowledge Augmented Finetuning Matters in both RAG and Agent Based Dialog Systems

2025-06-28 · Yucheng Cai, Yuxuan Wu, Yi Huang, Junlan Feng 외

Large language models (LLMs) have recently been applied to dialog systems. Despite making progress, LLMs are prone to errors in knowledge-intensive scenarios. Recently, approaches based on retrieval augmented generation …

RAGResponse GenerationRetrieval-augmented Generation

Large Language Models with Controllable Working Memory

2022-11-09 · Daliang Li, Ankit Singh Rawat, Manzil Zaheer, Xin Wang 외

Large language models (LLMs) have led to a series of breakthroughs in natural language processing (NLP), owing to their excellent understanding and generation abilities. Remarkably, what further sets these models apart i…

counterfactualWorld Knowledge

Language-Aware Token Boosting: LLM Language Confusion Reduction Without Tuning

2026-06-08 · Trapoom Ukarapol, Pakhapoom Sarapat, Nut Chukamphaeng arxiv

Large language models (LLMs) sometimes exhibit language confusion when generating non-English text. Existing approaches typically rely on fine-tuning to mitigate this issue. In contrast, we propose a tuning-free paradigm…

Boosting Low-Resource Biomedical QA via Entity-Aware Masking Strategies

2021-02-16 · EACL 2021 2 · Gabriele Pergola, Elena Kochkina, Lin Gui, Maria Liakata 외

Biomedical question-answering (QA) has gained increased attention for its capability to provide users with high-quality information from a vast scientific literature. Although an increasing number of biomedical QA datase…

Domain AdaptationQuestion AnsweringTransfer Learning

KnowTuning: Knowledge-aware Fine-tuning for Large Language Models

2024-02-17 · Yougang Lyu, Lingyong Yan, Shuaiqiang Wang, Haibo Shi 외

Despite their success at many natural language processing (NLP) tasks, large language models still struggle to effectively leverage knowledge for knowledge-intensive tasks, manifesting limitations such as generating inco…

Medical Question AnsweringQuestion Answering