paper-with-me

홈 › Papers

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

2024-02-17 · Yougang Lyu, Lingyong Yan, Shuaiqiang Wang, Haibo Shi, Dawei Yin, Pengjie Ren, Zhumin Chen, Maarten de Rijke, Zhaochun Ren

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 incomplete, non-factual, or illogical answers. These limitations stem from inadequate knowledge awareness of LLMs during vanilla fine-tuning. To address these problems, we propose a knowledge-aware fine-tuning (KnowTuning) method to improve fine-grained and coarse-grained knowledge awareness of LLMs. We devise a fine-grained knowledge augmentation stage to train LLMs to identify difficult fine-grained knowledge in answers. We also propose a coarse-grained knowledge comparison stage to train LLMs to distinguish between reliable and unreliable knowledge, in three aspects: completeness, factuality, and logicality. Extensive experiments on both generic and medical question answering (QA) datasets confirm the effectiveness of KnowTuning, through automatic and human evaluations, across various sizes of LLMs. We further verify that KnowTuning generates more facts with less factual error rate under fine-grained facts evaluation.

📄 PDF Abstract BibTeX arXiv:2402.11176

Code (2)

hiyouga/llama-factory 공식 구현 pytorch
youganglyu/knowtuning 공식 구현

Tasks

Medical Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Don't Make It Up: Preserving Ignorance Awareness in LLM Fine-Tuning

2025-06-17 · William F. Shen, Xinchi Qiu, Nicola Cancedda, Nicholas D. Lane

Existing work on mitigating catastrophic forgetting in large language model (LLM) fine-tuning has primarily focused on preserving specific data or tasks, while critically overlooking the degradation of essential capabili…

Language ModelingLanguage ModellingLarge Language ModelSafety Alignment

Unified Low-Resource Sequence Labeling by Sample-Aware Dynamic Sparse Finetuning

2023-11-07 · Sarkar Snigdha Sarathi Das, Ranran Haoran Zhang, Peng Shi, Wenpeng Yin 외

Unified Sequence Labeling that articulates different sequence labeling problems such as Named Entity Recognition, Relation Extraction, Semantic Role Labeling, etc. in a generalized sequence-to-sequence format opens up th…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+6

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

2025-05-21 · Qihuang Zhong, Liang Ding, Xiantao Cai, Juhua Liu 외

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 L…

HallucinationQuestion Answering

KALE: Enhancing Knowledge Manipulation in Large Language Models via Knowledge-aware Learning

2026-01-12 · Qitan Lv, Tianyu Liu, Qiaosheng Zhang, Xingcheng Xu 외 arxiv

Despite the impressive performance of large language models (LLMs) pretrained on vast knowledge corpora, advancing their knowledge manipulation-the ability to effectively recall, reason, and transfer relevant knowledge-r…

Knowledge Graphs

CorDA: Context-Oriented Decomposition Adaptation of Large Language Models for Task-Aware Parameter-Efficient Fine-tuning

2024-06-07 · Yibo Yang, Xiaojie Li, Zhongzhu Zhou, Shuaiwen Leon Song 외

Current parameter-efficient fine-tuning (PEFT) methods build adapters widely agnostic of the context of downstream task to learn, or the context of important knowledge to maintain. As a result, there is often a performan…

Instruction FollowingMathparameter-efficient fine-tuningQuestion Answering+1