paper-with-me

홈 › Papers

Unlearning vs. Obfuscation: Are We Truly Removing Knowledge?

2025-05-05 · Guangzhi Sun, Potsawee Manakul, Xiao Zhan, Mark Gales

Unlearning has emerged as a critical capability for large language models (LLMs) to support data privacy, regulatory compliance, and ethical AI deployment. Recent techniques often rely on obfuscation by injecting incorrect or irrelevant information to suppress knowledge. Such methods effectively constitute knowledge addition rather than true removal, often leaving models vulnerable to probing. In this paper, we formally distinguish unlearning from obfuscation and introduce a probing-based evaluation framework to assess whether existing approaches genuinely remove targeted information. Moreover, we propose DF-MCQ, a novel unlearning method that flattens the model predictive distribution over automatically generated multiple-choice questions using KL-divergence, effectively removing knowledge about target individuals and triggering appropriate refusal behaviour. Experimental results demonstrate that DF-MCQ achieves unlearning with over 90% refusal rate and a random choice-level uncertainty that is much higher than obfuscation on probing questions.

📄 PDF Abstract BibTeX arXiv:2505.02884

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choice

Similar Papers 제목 키워드 기반

Forgetting Similar Samples: Can Machine Unlearning Do it Better?

2026-01-11 · Heng Xu, Tianqing Zhu, Dayong Ye, Lefeng Zhang 외 arxiv

Machine unlearning, a process enabling pre-trained models to remove the influence of specific training samples, has attracted significant attention in recent years. Although extensive research has focused on developing e…

Position: The Term "Machine Unlearning" Is Overused in LLMs

2026-05-08 · Sangyeon Yoon, Yeachan Jun, Albert No arxiv

Large language models increasingly face demands to "forget" training data, knowledge, or behaviors due to regulatory deletion obligations, copyright/licensing disputes, and safety or product-policy requirements. This pos…

Learn to Unlearn: Meta-Learning-Based Knowledge Graph Embedding Unlearning

2024-12-01 · Naixing Xu, Qian Li, Xu Wang, Bingchen Liu 외

Knowledge graph (KG) embedding methods map entities and relations into continuous vector spaces, improving performance in tasks like link prediction and question answering. With rising privacy concerns, machine unlearnin…

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionMachine Unlearning+2

Does Unlearning Truly Unlearn? A Black Box Evaluation of LLM Unlearning Methods

2024-11-18 · Jai Doshi, Asa Cooper Stickland

Large language model unlearning aims to remove harmful information that LLMs have learnt to prevent their use for malicious purposes. LLMU and RMU have been proposed as two methods for LLM unlearning, achieving impressiv…

Language ModelingLanguage ModellingLarge Language Model

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