paper-with-me

Papers

Catastrophic Failure of LLM Unlearning via Quantization

2024-10-21 · Zhiwei Zhang, Fali Wang, Xiaomin Li, Zongyu Wu, Xianfeng Tang, Hui Liu, Qi He, Wenpeng Yin, Suhang Wang

Large language models (LLMs) have shown remarkable proficiency in generating text, benefiting from extensive training on vast textual corpora. However, LLMs may also acquire unwanted behaviors from the diverse and sensitive nature of their training data, which can include copyrighted and private content. Machine unlearning has been introduced as a viable solution to remove the influence of such problematic content without the need for costly and time-consuming retraining. This process aims to erase specific knowledge from LLMs while preserving as much model utility as possible. Despite the effectiveness of current unlearning methods, little attention has been given to whether existing unlearning methods for LLMs truly achieve forgetting or merely hide the knowledge, which current unlearning benchmarks fail to detect. This paper reveals that applying quantization to models that have undergone unlearning can restore the "forgotten" information. To thoroughly evaluate this phenomenon, we conduct comprehensive experiments using various quantization techniques across multiple precision levels. We find that for unlearning methods with utility constraints, the unlearned model retains an average of 21\% of the intended forgotten knowledge in full precision, which significantly increases to 83\% after 4-bit quantization. ... Our code is available at: \href{https://github.com/zzwjames/FailureLLMUnlearning}{https://github.com/zzwjames/FailureLLMUnlearning}.

📄 PDF Abstract BibTeX arXiv:2410.16454

Code (1)

zzwjames/failurellmunlearning 공식 구현 pytorch

Tasks

Machine UnlearningQuantization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

QUAIL: Quantization Aware Unlearning for Mitigating Misinformation in LLMs

2026-01-21 · Himanshu Mishra, Kanwal Mehreen arxiv

Machine unlearning aims to remove specific knowledge (e.g., copyrighted or private data) from a trained model without full retraining. In practice, models are often quantized (e.g., 4-bit) for deployment, but we find tha…

Forgetting That Sticks: Quantization-Permanent Unlearning via Circuit Attribution

2026-05-14 · Saisab Sadhu, Pratinav Seth, Vinay Kumar Sankarapu arxiv

Standard unlearning evaluations measure behavioral suppression in full precision, immediately after training, despite every deployed language model being quantized first. Recent work has shown that 4-bit post-training qu…

SEPS: A Separability Measure for Robust Unlearning in LLMs

2025-05-20 · Wonje Jeung, Sangyeon Yoon, Albert No

Machine unlearning aims to selectively remove targeted knowledge from Large Language Models (LLMs), ensuring they forget specified content while retaining essential information. Existing unlearning metrics assess whether…

Machine Unlearning

Inference-Time Machine Unlearning via Gated Activation Redirection

2026-05-12 · Vinícius Conte Turani, Otávio Parraga, João Vitor Boer Abitante, Kristen K. Arguello 외 arxiv

Large Language Models memorize vast amounts of training data, raising concerns regarding privacy, copyright infringement, and safety. Machine unlearning seeks to remove the influence of a targeted forget set while preser…

FIT to Forget: Robust Continual Unlearning for Large Language Models

2026-01-29 · Xiaoyu Xu, Minxin Du, Kun Fang, Yaxin Xiao 외 arxiv

While large language models (LLMs) exhibit remarkable capabilities, they increasingly face demands to unlearn memorized privacy-sensitive, copyrighted, or harmful content. Existing unlearning methods primarily focus on \…