Forget to Know, Remember to Use: Context-Aware Unlearning for Large Language Models
Yuefeng Peng, Parnian Afshar, Megan Ganji, Thomas Butler, Amir Houmansadr, Mingxian Wang, Dezhi Hong
TL;DR
This work shows that standard LLM unlearning can unintentionally suppress the model’s ability to use forgotten information when it appears in context. It introduces a context-aware objective by adding a KL-consistency term, $\mathcal{C}(\mathcal{S}_f^{\text{ctx}}, w)$, to preserve contextual utility without compromising forgetting or retain-set utility. Across Gemma-2B-IT and Qwen3-8B on TOFU with varying forget-set sizes, context-aware variants restore contextual QA performance to near-original levels (LLM-Judge ≈ 0.97–0.99) while maintaining strong forgetting and model utility. The approach is modular, stable to $\lambda_c$, and readily integrable with existing unlearning methods, advancing practical unlearning for context-rich applications such as retrieval-augmented generation.
Abstract
Large language models may encode sensitive information or outdated knowledge that needs to be removed, to ensure responsible and compliant model responses. Unlearning has emerged as an efficient alternative to full retraining, aiming to remove specific knowledge while preserving overall model utility. Existing evaluations of unlearning methods focus on (1) the extent of forgetting of the target knowledge (forget set) and (2) maintaining performance on the retain set (i.e., utility). However, these evaluations overlook an important usability aspect: users may still want the model to leverage the removed information if it is re-introduced in the prompt. In a systematic evaluation of six state-of-the-art unlearning methods, we find that they consistently impair such contextual utility. To address this, we augment unlearning objectives with a plug-in term that preserves the model's ability to use forgotten knowledge when it is present in context. Extensive experiments demonstrate that our approach restores contextual utility to near original levels while still maintaining effective forgetting and retain-set utility.
