paper-with-me

홈 › Papers

Unlearning Isn't Deletion: Investigating Reversibility of Machine Unlearning in LLMs

2025-05-22 · Xiaoyu Xu, Xiang Yue, Yang Liu, Qingqing Ye, Haibo Hu, Minxin Du

Unlearning in large language models (LLMs) is intended to remove the influence of specific data, yet current evaluations rely heavily on token-level metrics such as accuracy and perplexity. We show that these metrics can be misleading: models often appear to forget, but their original behavior can be rapidly restored with minimal fine-tuning, revealing that unlearning may obscure information rather than erase it. To diagnose this phenomenon, we introduce a representation-level evaluation framework using PCA-based similarity and shift, centered kernel alignment, and Fisher information. Applying this toolkit across six unlearning methods, three domains (text, code, math), and two open-source LLMs, we uncover a critical distinction between reversible and irreversible forgetting. In reversible cases, models suffer token-level collapse yet retain latent features; in irreversible cases, deeper representational damage occurs. We further provide a theoretical account linking shallow weight perturbations near output layers to misleading unlearning signals, and show that reversibility is modulated by task type and hyperparameters. Our findings reveal a fundamental gap in current evaluation practices and establish a new diagnostic foundation for trustworthy unlearning in LLMs. We provide a unified toolkit for analyzing LLM representation changes under unlearning and relearning: https://github.com/XiaoyuXU1/Representational_Analysis_Tools.git.

📄 PDF Abstract BibTeX arXiv:2505.16831

Code (1)

xiaoyuxu1/representational_analysis_tools 공식 구현 pytorch

Tasks

DiagnosticMachine UnlearningMath

Similar Papers 제목 키워드 기반

Multimodal Unlearning Across Vision, Language, Video, and Audio: Survey of Methods, Datasets, and Benchmarks

2026-07-08 · Nobin Sarwar, Shubhashis Roy Dipta, Zheyuan Liu, Vaidehi Patil arxiv

With the growing adoption of VLMs, DMs, LLMs, and AFMs, these multimodal foundation models can inadvertently encode sensitive, copyrighted, biased, or unsafe cross-modal associations that originate from their training da…

Towards Scalable Exact Machine Unlearning Using Parameter-Efficient Fine-Tuning

2024-06-24 · Somnath Basu Roy Chowdhury, Krzysztof Choromanski, Arijit Sehanobish, Avinava Dubey 외

Machine unlearning is the process of efficiently removing the influence of a training data instance from a trained machine learning model without retraining it from scratch. A popular subclass of unlearning approaches is…

Machine Unlearningparameter-efficient fine-tuning

Forget Unlearning: Towards True Data-Deletion in Machine Learning

2022-10-17 · Rishav Chourasia, Neil Shah

Unlearning algorithms aim to remove deleted data's influence from trained models at a cost lower than full retraining. However, prior guarantees of unlearning in literature are flawed and don't protect the privacy of del…

Machine Unlearning

Tight Bounds for Machine Unlearning via Differential Privacy

2023-09-02 · Yiyang Huang, Clément L. Canonne

We consider the formulation of "machine unlearning" of Sekhari, Acharya, Kamath, and Suresh (NeurIPS 2021), which formalizes the so-called "right to be forgotten" by requiring that a trained model, upon request, should b…

Machine Unlearning

Beyond Uniform Deletion: A Data Value-Weighted Framework for Certified Machine Unlearning

2025-11-10 · Lisong He, Yi Yang, Xiangyu Chang arxiv

As the right to be forgotten becomes legislated worldwide, machine unlearning mechanisms have emerged to efficiently update models for data deletion and enhance user privacy protection. However, existing machine unlearni…