paper-with-me

홈 › 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 capabilities instilled through safety alignment, particularly the model's ability to faithfully express ignorance. In this work, we show that this capability is significantly degraded during conventional fine-tuning, leading to undesired behaviors such as hallucinations. To address this novel but highly practical problem, we propose SEAT, a simple and effective fine-tuning approach that preserves both fine-tuning performance and the model's inherent ability to acknowledge its ignorance. SEAT integrates two key components: (1) sparse training that constrains activation drift, and (2) a novel entity perturbation method with KL-divergence regularization, designed to counter knowledge entanglement. Experimental results demonstrate that SEAT significantly outperforms baselines in preserving ignorance awareness while retaining fine-tuning performance, offering a more robust solution for LLM fine-tuning.

📄 PDF Abstract BibTeX arXiv:2506.14387

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelSafety Alignment

Similar Papers 제목 키워드 기반

Axiomatizing Rumsfeld Ignorance

2025-07-22 · Jie Fan arxiv

In a recent paper, Kit Fine presents some striking results concerning the logical properties of (first-order) ignorance, second-order ignorance and Rumsfeld ignorance. However, Rumsfeld ignorance is definable in terms of…

Security awareness in LLM agents: the NDAI zone case

2026-03-19 · Enrico Bottazzi, Pia Park arxiv

NDAI zones let inventor and investor agents negotiate inside a Trusted Execution Environment (TEE) where any disclosed information is deleted if no deal is reached. This makes full IP disclosure the rational strategy for…

Towards Accurate Knowledge Transfer via Target-awareness Representation Disentanglement

2020-10-16 · Xingjian Li, Di Hu, Xuhong LI, Haoyi Xiong 외

Fine-tuning deep neural networks pre-trained on large scale datasets is one of the most practical transfer learning paradigm given limited quantity of training samples. To obtain better generalization, using the starting…

DisentanglementTransfer Learning

Knowing Isn't Understanding: Re-grounding Generative Proactivity with Epistemic and Behavioral Insight

2026-02-16 · Kirandeep Kaur, Xingda Lyu, Chirag Shah arxiv

Generative AI agents equate understanding with resolving explicit queries, an assumption that confines interaction to what users can articulate. This assumption breaks down when users themselves lack awareness of what is…

On the Loss of Context-awareness in General Instruction Fine-tuning

2024-11-05 · Yihan Wang, Andrew Bai, Nanyun Peng, Cho-Jui Hsieh

Pre-trained Large Language Models (LLMs) require post-training methods such as supervised fine-tuning (SFT) on instruction-response pairs to enable instruction following. However, this process can potentially harm existi…

BenchmarkingInstruction Following