paper-with-me

홈 › Papers

UIPE: Enhancing LLM Unlearning by Removing Knowledge Related to Forgetting Targets

2025-03-06 · Wenyu Wang, Mengqi Zhang, Xiaotian Ye, Zhaochun Ren, Zhumin Chen, Pengjie Ren

Large Language Models (LLMs) inevitably acquire harmful information during training on massive datasets. LLM unlearning aims to eliminate the influence of such harmful information while maintaining the model's overall performance. Existing unlearning methods, represented by gradient ascent-based approaches, primarily focus on forgetting target data while overlooking the crucial impact of logically related knowledge on the effectiveness of unlearning. In this paper, through both theoretical and experimental analyses, we first demonstrate that a key reason for the suboptimal unlearning performance is that models can reconstruct the target content through reasoning with logically related knowledge. To address this issue, we propose Unlearning Improvement via Parameter Extrapolation (UIPE), a method that removes knowledge highly correlated with the forgetting targets. Experimental results show that UIPE significantly enhances the performance of various mainstream LLM unlearning methods on the TOFU benchmark.

📄 PDF Abstract BibTeX arXiv:2503.04693

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Tofu 설명 없음

Similar Papers 제목 키워드 기반

Concept Unlearning in Large Language Models via Self-Constructed Knowledge Triplets

2025-09-19 · Tomoya Yamashita, Yuuki Yamanaka, Masanori Yamada, Takayuki Miura 외 arxiv

Machine Unlearning (MU) has recently attracted considerable attention as a solution to privacy and copyright issues in large language models (LLMs). Existing MU methods aim to remove specific target sentences from an LLM…

Knowledge Graphs

An Adversarial Perspective on Machine Unlearning for AI Safety

2024-09-26 · Jakub Łucki, Boyi Wei, Yangsibo Huang, Peter Henderson 외

Large language models are finetuned to refuse questions about hazardous knowledge, but these protections can often be bypassed. Unlearning methods aim at completely removing hazardous capabilities from models and make th…

Machine Unlearning

Eight Methods to Evaluate Robust Unlearning in LLMs

2024-02-26 · Aengus Lynch, Phillip Guo, Aidan Ewart, Stephen Casper 외

Machine unlearning can be useful for removing harmful capabilities and memorized text from large language models (LLMs), but there are not yet standardized methods for rigorously evaluating it. In this paper, we first su…

Machine Unlearning

ZeroUnlearn: Few-Shot Knowledge Unlearning in Large Language Models

2026-05-16 · Yujie Lin, Chengyi Yang, Zhishang Xiang, Yiping Song 외 arxiv

Large language models inevitably retain sensitive information, defined as inputs that may induce harmful generations, due to training on massive web corpora, raising concerns for privacy and safety. Existing machine unle…

Not All Data Are Unlearned Equally

2025-04-07 · Aravind Krishnan, Siva Reddy, Marius Mosbach

Machine unlearning is concerned with the task of removing knowledge learned from particular data points from a trained model. In the context of large language models (LLMs), unlearning has recently received increased att…

AllMachine Unlearning