Selective Forgetting for Large Reasoning Models

arXiv cs.AI / 4/7/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • Large Reasoning Models that produce chain-of-thought (CoT) traces can leak sensitive information, motivating selective forgetting (machine unlearning) to mitigate ethical and legal risks.
  • The paper argues that prior unlearning methods often target only final answers and can degrade the model’s overall reasoning, and that naively unlearning entire CoTs may harm general reasoning ability.
  • It proposes a new LRM unlearning framework that selectively removes forget-relevant reasoning components by using retrieval-augmented generation (RAG) plus multiple LLMs to locate targeted CoT segments.
  • Instead of deleting structure, the method replaces targeted CoT parts with benign placeholders to preserve logical flow while suppressing the likelihood of generating the forgotten content.
  • Experiments on synthetic and medical datasets suggest the approach both suppresses forgotten information and maintains structurally valid reasoning behavior, supported by a dedicated feature replacement unlearning loss.

Abstract

Large Reasoning Models (LRMs) generate structured chains of thought (CoTs) before producing final answers, making them especially vulnerable to knowledge leakage through intermediate reasoning steps. Yet, the memorization of sensitive information in the training data such as copyrighted and private content has led to ethical and legal concerns. To address these issues, selective forgetting (also known as machine unlearning) has emerged as a potential remedy for LRMs. However, existing unlearning methods primarily target final answers and may degrade the overall reasoning ability of LRMs after forgetting. Additionally, directly applying unlearning on the entire CoTs could degrade the general reasoning capabilities. The key challenge for LRM unlearning lies in achieving precise unlearning of targeted knowledge while preserving the integrity of general reasoning capabilities. To bridge this gap, we in this paper propose a novel LRM unlearning framework that selectively removes sensitive reasoning components while preserving general reasoning capabilities. Our approach leverages multiple LLMs with retrieval-augmented generation (RAG) to analyze CoT traces, identify forget-relevant segments, and replace them with benign placeholders that maintain logical structure. We also introduce a new feature replacement unlearning loss for LRMs, which can simultaneously suppress the probability of generating forgotten content while reinforcing structurally valid replacements. Extensive experiments on both synthetic and medical datasets verify the desired properties of our proposed method.