paper-with-me

홈 › Papers

To Forget or Not? Towards Practical Knowledge Unlearning for Large Language Models

2024-07-02 · Bozhong Tian, Xiaozhuan Liang, Siyuan Cheng, Qingbin Liu, Mengru Wang, Dianbo Sui, Xi Chen, Huajun Chen, Ningyu Zhang

Large Language Models (LLMs) trained on extensive corpora inevitably retain sensitive data, such as personal privacy information and copyrighted material. Recent advancements in knowledge unlearning involve updating LLM parameters to erase specific knowledge. However, current unlearning paradigms are mired in vague forgetting boundaries, often erasing knowledge indiscriminately. In this work, we introduce KnowUnDo, a benchmark containing copyrighted content and user privacy domains to evaluate if the unlearning process inadvertently erases essential knowledge. Our findings indicate that existing unlearning methods often suffer from excessive unlearning. To address this, we propose a simple yet effective method, MemFlex, which utilizes gradient information to precisely target and unlearn sensitive parameters. Experimental results show that MemFlex is superior to existing methods in both precise knowledge unlearning and general knowledge retaining of LLMs. Code and dataset are released at https://github.com/zjunlp/KnowUnDo.

📄 PDF Abstract BibTeX arXiv:2407.01920

Code (1)

zjunlp/knowundo 공식 구현 pytorch

Tasks

General Knowledge

Similar Papers 제목 키워드 기반

RWKU: Benchmarking Real-World Knowledge Unlearning for Large Language Models

2024-06-16 · Zhuoran Jin, Pengfei Cao, Chenhao Wang, Zhitao He 외

Large language models (LLMs) inevitably memorize sensitive, copyrighted, and harmful knowledge from the training corpus; therefore, it is crucial to erase this knowledge from the models. Machine unlearning is a promising…

Adversarial AttackBenchmarkingInference AttackMachine Unlearning+2

Direct Token Optimization: A Self-contained Approach to Large Language Model Unlearning

2025-09-30 · Hong kyu Lee, Ruixuan Liu, Li Xiong arxiv

Machine unlearning is an emerging technique that removes the influence of a subset of training data (forget set) from a model without full retraining, with applications including privacy protection, content moderation, a…

PreUnlearn: Auditing Collateral Knowledge Damage Before Large Language Model Unlearning

2026-06-16 · Bo Su, Ankit Shah, Thai Le arxiv

Machine unlearning for large language models (LLMs) aims to remove specified knowledge while preserving the rest of the model's capabilities. However, the boundary between knowledge to forget and knowledge to retain is o…

LLM Unlearning Without an Expert Curated Dataset

2025-08-08 · Xiaoyuan Zhu, Muru Zhang, Ollie Liu, Robin Jia 외 arxiv

Modern large language models often encode sensitive, harmful, or copyrighted knowledge, raising the need for post-hoc unlearning-the ability to remove specific domains of knowledge from a model without full retraining. A…

SAUL: Sharpness-Aware Augmented-Lagrangian Unlearning

2026-08-17 · Jaewan Choi, Junyoung Yang, Sangdon Park arxiv

Machine unlearning in Large Language Models (LLMs) faces a critical trade-off between erasing target knowledge and preserving general utility. We propose SAUL (Sharpness-Aware Augmented-Lagrangian Unlearning), which form…