Reasoning Model Unlearning: Forgetting Traces, Not Just Answers, While Preserving Reasoning Skills
Changsheng Wang, Chongyu Fan, Yihua Zhang, Jinghan Jia, Dennis Wei, Parikshit Ram, Nathalie Baracaldo, Sijia Liu
TL;DR
This paper identifies a fundamental safety gap in unlearning for large reasoning models: erasing only final answers leaves sensitive information embedded in intermediate reasoning traces. It introduces Reasoning-aware Representation Misdirection Unlearning (R2MU), which jointly suppresses reasoning traces linked to forget data and preserves reasoning ability through CoT supervision drawn from a high-quality CoT corpus. The approach extends existing RMU by targeting CoT representations and leveraging augmented supervision to maintain reasoning performance, achieving strong improvements in reasoning-trace unlearning (RT-UA) and safety on WMDP and STAR-1 benchmarks, with acceptable trade-offs in utility. The work provides a practical path toward safer LRMs in high-stakes applications, while acknowledging limitations in hyperparameter tuning, theoretical guarantees, and robustness to adversarial settings.
Abstract
Recent advances in large reasoning models (LRMs) have enabled strong chain-of-thought (CoT) generation through test-time computation. While these multi-step reasoning capabilities represent a major milestone in language model performance, they also introduce new safety risks. In this work, we present the first systematic study to revisit the problem of machine unlearning in the context of LRMs. Machine unlearning refers to the process of removing the influence of sensitive, harmful, or undesired data or knowledge from a trained model without full retraining. We show that conventional unlearning algorithms, originally designed for non-reasoning models, are inadequate for LRMs. In particular, even when final answers are successfully erased, sensitive information often persists within the intermediate reasoning steps, i.e., CoT trajectories. To address this challenge, we extend conventional unlearning and propose Reasoning-aware Representation Misdirection for Unlearning ($R^2MU$), a novel method that effectively suppresses sensitive reasoning traces and prevents the generation of associated final answers, while preserving the model's reasoning ability. Our experiments demonstrate that $R^2MU$ significantly reduces sensitive information leakage within reasoning traces and achieves strong performance across both safety and reasoning benchmarks, evaluated on state-of-the-art models such as DeepSeek-R1-Distill-LLaMA-8B and DeepSeek-R1-Distill-Qwen-14B.
