To Forget or Not? Towards Practical Knowledge Unlearning for Large Language Models
Bozhong Tian, Xiaozhuan Liang, Siyuan Cheng, Qingbin Liu, Mengru Wang, Dianbo Sui, Xi Chen, Huajun Chen, Ningyu Zhang
TL;DR
This work introduces KnowUnDo, a benchmark for evaluating differentiated knowledge unlearning in LLMs across copyrighted content and user privacy, addressing the problem that existing unlearning methods often erase too much. It formalizes a scope-aware forgetting framework with Unlearn Scope and Retention Scope, and proposes MemFlex, a gradient-informed method that localizes updates to only the necessary parameter regions. Empirical results show MemFlex outperforms existing baselines in precise unlearning while preserving general knowledge and reducing training time, across two models and domains. The study highlights the importance of knowledge localization for practical unlearning, discusses limitations of current evaluation, and outlines future directions including broader scope definitions and legal considerations.
Abstract
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.
