paper-with-me

홈 › Papers

Leak@$k$: Unlearning Does Not Make LLMs Forget Under Probabilistic Decoding

2025-11-07 · Hadi Reisizadeh, Jiajun Ruan, Yiwei Chen, Soumyadeep Pal, Sijia Liu, Mingyi Hong arxiv

Unlearning in large language models (LLMs) is critical for regulatory compliance and for building ethical generative AI systems that avoid producing private, toxic, illegal, or copyrighted content. Despite rapid progress, in this work, we show that \textit{almost all} existing unlearning methods fail to achieve true forgetting in practice. Specifically, while evaluations of these `unlearned' models under deterministic (greedy) decoding often suggest successful knowledge removal using standard benchmarks, we show that sensitive information reliably resurfaces when models are sampled with standard probabilistic decoding. To rigorously capture this vulnerability, we introduce \texttt{leak@$k$}, a new meta-evaluation metric that quantifies the likelihood of forgotten knowledge reappearing when generating $k$ samples from the model under realistic decoding strategies. Using three widely adopted benchmarks, TOFU, MUSE, and WMDP, we conduct the first large-scale, systematic study of unlearning reliability using \texttt{leak@$k$} metric. Our findings demonstrate that knowledge leakage persists across methods and tasks, underscoring that current state-of-the-art (SOTA) unlearning techniques provide only limited forgetting. We propose an algorithm, termed Robust Unlearning under LEak@$k$ metric (\texttt{RULE}) to address this concern. We demonstrate that \texttt{RULE} provides an unlearned model for TOFU benchmark with no information leakage for a large number of generation samples. On the MUSE benchmark, \texttt{RULE} outperforms SOTA unlearning methods under the \texttt{leak@$k$} metric across most sampling budgets $k$. Codes are available at https://github.com/OptimAI-Lab/Leak-k.

📄 PDF Abstract BibTeX arXiv:2511.04934

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Reasoning-Preserving Unlearning in Multimodal Large Language Models

2025-11-26 · Hongji Li, Junchi yao, Manjiang Yu, Priyanka Singh 외 arxiv

Machine unlearning aims to erase requested data from trained models without full retraining. For Reasoning Multimodal Large Language Models (RMLLMs), this is uniquely challenging: intermediate chain-of-thought steps can …

Mitigating Sensitive Information Leakage in LLMs4Code through Machine Unlearning

2025-02-09 · Ruotong Geng, Mingyang Geng, Shangwen Wang, Haotian Wang 외

Large Language Models for Code (LLMs4Code) excel at code generation tasks, yielding promise to release developers from huge software development burdens. Nonetheless, these models have been shown to suffer from the signi…

Code GenerationMachine UnlearningMemorization

Towards Robust Evaluation of Unlearning in LLMs via Data Transformations

2024-11-23 · Abhinav Joshi, Shaswati Saha, Divyaksh Shukla, Sriram Vema 외

Large Language Models (LLMs) have shown to be a great success in a wide range of applications ranging from regular NLP-based use cases to AI agents. LLMs have been trained on a vast corpus of texts from various sources; …

Machine Unlearning

Can Bad Teaching Induce Forgetting? Unlearning in Deep Networks using an Incompetent Teacher

2022-05-17 · Vikram S Chundawat, Ayush K Tarun, Murari Mandal, Mohan Kankanhalli

Machine unlearning has become an important area of research due to an increasing need for machine learning (ML) applications to comply with the emerging data privacy regulations. It facilitates the provision for removal …

Machine Unlearning

MEOW: MEMOry Supervised LLM Unlearning Via Inverted Facts

2024-09-18 · Tianle Gu, Kexin Huang, Ruilin Luo, Yuanqi Yao 외

Large Language Models (LLMs) can memorize sensitive information, raising concerns about potential misuse. LLM Unlearning, a post-hoc approach to remove this information from trained LLMs, offers a promising solution to m…

Memorization