English

Reliable Unlearning Harmful Information in LLMs with Metamorphosis Representation Projection

Machine Learning 2025-08-22 v1 Artificial Intelligence

Abstract

While Large Language Models (LLMs) have demonstrated impressive performance in various domains and tasks, concerns about their safety are becoming increasingly severe. In particular, since models may store unsafe knowledge internally, machine unlearning has emerged as a representative paradigm to ensure model safety. Existing approaches employ various training techniques, such as gradient ascent and negative preference optimization, in attempts to eliminate the influence of undesired data on target models. However, these methods merely suppress the activation of undesired data through parametric training without completely eradicating its informational traces within the model. This fundamental limitation makes it difficult to achieve effective continuous unlearning, rendering these methods vulnerable to relearning attacks. To overcome these challenges, we propose a Metamorphosis Representation Projection (MRP) approach that pioneers the application of irreversible projection properties to machine unlearning. By implementing projective transformations in the hidden state space of specific network layers, our method effectively eliminates harmful information while preserving useful knowledge. Experimental results demonstrate that our approach enables effective continuous unlearning and successfully defends against relearning attacks, achieving state-of-the-art performance in unlearning effectiveness while preserving natural performance. Our code is available in https://github.com/ChengcanWu/MRP.

Keywords

Cite

@article{arxiv.2508.15449,
  title  = {Reliable Unlearning Harmful Information in LLMs with Metamorphosis Representation Projection},
  author = {Chengcan Wu and Zeming Wei and Huanran Chen and Yinpeng Dong and Meng Sun},
  journal= {arXiv preprint arXiv:2508.15449},
  year   = {2025}
}

Comments

10 pages, 9 figures, Under review as a full paper at AAAI 2026. A preliminary version is under review at the NeurIPS 2025 Workshop on Reliable ML from Unreliable Data

R2 v1 2026-07-01T04:59:52.614Z