paper-with-me

홈 › Papers

Do Unlearning Methods Remove Information from Language Model Weights?

2024-10-11 · Aghyad Deeb, Fabien Roger

Large Language Models' knowledge of how to perform cyber-security attacks, create bioweapons, and manipulate humans poses risks of misuse. Previous work has proposed methods to unlearn this knowledge. Historically, it has been unclear whether unlearning techniques are removing information from the model weights or just making it harder to access. To disentangle these two objectives, we propose an adversarial evaluation method to test for the removal of information from model weights: we give an attacker access to some facts that were supposed to be removed, and using those, the attacker tries to recover other facts from the same distribution that cannot be guessed from the accessible facts. We show that using fine-tuning on the accessible facts can recover 88% of the pre-unlearning accuracy when applied to current unlearning methods, revealing the limitations of these methods in removing information from the model weights.

📄 PDF Abstract BibTeX arXiv:2410.08827

Code (1)

aghyad-deeb/unlearning_evaluation 공식 구현

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

ALU: Agentic LLM Unlearning

2025-02-01 · Debdeep Sanyal, Murari Mandal

Information removal or suppression in large language models (LLMs) is a desired functionality, useful in AI regulation, legal compliance, safety, and privacy. LLM unlearning methods aim to remove information on demand fr…

SAU: Sparsity-Aware Unlearning for LLMs via Gradient Masking and Importance Redistribution

2026-01-31 · Yuze Wang, Yujia Tong, Xuan Liu, Junhao Dong arxiv

Large Language Models (LLMs) inevitably memorize sensitive information during training, posing significant privacy risks. Machine unlearning has emerged as a promising solution to selectively remove such information with…

Understanding Empirical Unlearning with Combinatorial Interpretability

2026-02-22 · Shingo Kodama, Niv Cohen, Micah Adler, Nir Shavit arxiv

While many recent methods aim to unlearn or remove knowledge from pretrained models, seemingly erased knowledge often persists and can be recovered in various ways. Because large foundation models are far from interpreta…

Investigating Model Editing for Unlearning in Large Language Models

2025-12-23 · Shariqah Hossain, Lalana Kagal arxiv

Machine unlearning aims to remove unwanted information from a model, but many methods are inefficient for LLMs with large numbers of parameters or fail to fully remove the intended information without degrading performan…

Forget to Know, Remember to Use: Context-Aware Unlearning for Large Language Models

2025-10-20 · Yuefeng Peng, Parnian Afshar, Megan Ganji, Thomas Butler 외 arxiv

Large language models may encode sensitive information or outdated knowledge that needs to be removed, to ensure responsible and compliant model responses. Unlearning has emerged as an efficient alternative to full retra…