paper-with-me

Papers

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 impressive results on unlearning benchmarks. We study in detail the efficacy of these methods by evaluating their impact on general model capabilities on the WMDP benchmark as well as a biology benchmark we create. Our experiments show that RMU generally leads to better preservation of model capabilities, for similar or better unlearning. We further test the robustness of these methods and find that doing 5-shot prompting or rephrasing the question in simple ways can lead to an over ten-fold increase in accuracy on unlearning benchmarks. Finally, we show that training on unrelated data can almost completely recover pre-unlearning performance, demonstrating that these methods fail at truly unlearning. The code is available at: https://github.com/JaiDoshi/Knowledge-Erasure.

📄 PDF Abstract BibTeX arXiv:2411.12103

Code (1)

jaidoshi/knowledge-erasure 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Mo' Memory, Mo' Problems: Stream-Native Machine Unlearning

2025-08-13 · Kennon Stewart arxiv

Machine unlearning work assumes a static, i.i.d training environment that doesn't truly exist. Modern ML pipelines need to learn, unlearn, and predict continuously on production streams of data. We translate batch unlear…

OpenUnlearning: Accelerating LLM Unlearning via Unified Benchmarking of Methods and Metrics

2025-06-14 · Vineeth Dorna, Anmol Mekala, Wenlong Zhao, Andrew McCallum 외

Robust unlearning is crucial for safely deploying large language models (LLMs) in environments where data privacy, model safety, and regulatory compliance must be ensured. Yet the task is inherently challenging, partly d…

Benchmarking

Multilingual Unlearning in LLMs: Transfer, Dynamics, and Reversibility

2026-06-02 · Chaoyi Xiang, Olga Ohrimenko, Benjamin I. P. Rubinstein, Lea Frermann arxiv

Large language models (LLMs) can memorize sensitive facts, motivating unlearning methods that remove targeted knowledge without costly retraining. However, unlearning research remains heavily English-centric. We study mu…

Does Machine Unlearning Truly Remove Model Knowledge? A Framework for Auditing Unlearning in LLMs

2025-05-29 · Haokun Chen, Yueqi Zhang, Yuan Bi, Yao Zhang 외

In recent years, Large Language Models (LLMs) have achieved remarkable advancements, drawing significant attention from the research community. Their capabilities are largely attributed to large-scale architectures, whic…

Machine Unlearning

Are We Truly Forgetting? A Critical Re-examination of Machine Unlearning Evaluation Protocols

2025-03-10 · Yongwoo Kim, Sungmin Cha, Donghyun Kim

Machine unlearning is a process to remove specific data points from a trained model while maintaining the performance on retain data, addressing privacy or legal requirements. Despite its importance, existing unlearning …

Machine UnlearningSemantic SimilaritySemantic Textual SimilarityTransfer Learning