paper-with-me

홈 › Papers

Forget to Know, Remember to Use: Context-Aware Unlearning for Large Language Models

2025-10-20 · Yuefeng Peng, Parnian Afshar, Megan Ganji, Thomas Butler, Amir Houmansadr, Mingxian Wang, Dezhi Hong arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.17620

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Unlearn for Robust Machine Unlearning

2024-07-15 · Mark He Huang, Lin Geng Foo, Jun Liu

Machine unlearning (MU) seeks to remove knowledge of specific data samples from trained models without the necessity for complete retraining, a task made challenging by the dual objectives of effective erasure of data an…

Machine UnlearningMeta-Learning

Before Forgetting, Learn to Remember: Revisiting Foundational Learning Failures in LVLM Unlearning Benchmarks

2026-05-05 · JuneHyoung Kwon, MiHyeon Kim, Eunju Lee, JungMin Yun 외 arxiv

While Large Vision-Language Models (LVLMs) offer powerful capabilities, they pose privacy risks by unintentionally memorizing sensitive personal information. Current unlearning benchmarks attempt to mitigate this using f…

Reversing the Forget-Retain Objectives: An Efficient LLM Unlearning Framework from Logit Difference

2024-06-12 · Jiabao Ji, Yujian Liu, Yang Zhang, Gaowen Liu 외

As Large Language Models (LLMs) demonstrate extensive capability in learning from documents, LLM unlearning becomes an increasingly important research area to address concerns of LLMs in terms of privacy, copyright, etc.…

Erasing Without Remembering: Implicit Knowledge Forgetting in Large Language Models

2025-02-27 · Huazheng Wang, Yongcheng Jing, Haifeng Sun, Yingjie Wang 외

In this paper, we investigate knowledge forgetting in large language models with a focus on its generalisation--ensuring that models forget not only specific training samples but also related implicit knowledge. To this …

Machine Unlearning

Forget by Uncertainty: Orthogonal Entropy Unlearning for Quantized Neural Networks

2026-01-31 · Tian Zhang, Yujia Tong, Junhao Dong, Ke Xu 외 arxiv

The deployment of quantized neural networks on edge devices, combined with privacy regulations like GDPR, creates an urgent need for machine unlearning in quantized models. However, existing methods face critical challen…