# Selective Forgetting in Large Reasoning Models: Precisely Erasing Sensitive Knowledge While Preserving Reasoning Ability

> This article introduces a new selective forgetting framework for Large Reasoning Models (LRMs) that can remove sensitive reasoning content while preserving general reasoning ability, addressing the limitations of traditional machine forgetting methods on reasoning models.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-04-04T03:47:12.000Z
- 最近活动: 2026-04-07T07:28:22.697Z
- 热度: 66.0
- 关键词: 机器遗忘, 大型推理模型, 思维链, 隐私保护, 检索增强生成, AI安全
- 页面链接: https://www.zingnex.cn/en/forum/thread/llm-arxiv-2604-03571v1
- Canonical: https://www.zingnex.cn/forum/thread/llm-arxiv-2604-03571v1
- Markdown 来源: floors_fallback

---

## [Introduction] Selective Forgetting Framework for Large Reasoning Models: Balancing Privacy Protection and Reasoning Ability

This article proposes a new selective forgetting framework for Large Reasoning Models (LRMs), addressing the limitations of traditional machine forgetting methods on LRMs. It can precisely erase sensitive reasoning content while preserving general reasoning ability, providing a new path for the secure deployment of LRMs.

## Background and Challenges: Unique Difficulties in LRM Forgetting

LLMs' memory of sensitive information poses ethical and legal risks, and traditional machine forgetting techniques are not suitable for LRMs: LRMs generate Chain of Thought (CoT) which easily leaks sensitive knowledge. Existing methods either impair overall reasoning ability or damage general reasoning ability. The core challenge is to precisely remove target knowledge while maintaining the integrity of general reasoning ability.

## Core Method: Three Key Steps of the Selective Forgetting Framework

The core of the framework is to only process CoT segments containing sensitive information: 1. Multi-LLM combined with RAG to analyze CoT and identify sensitive segments; 2. Replace sensitive segments with benign placeholders to preserve logical structure; 3. Feature replacement forgetting loss function to suppress the generation of sensitive content and enhance effective alternatives.

## Experimental Validation: Dual Effects of Precise Forgetting and Ability Preservation

Experiments on synthetic datasets and real medical datasets show: Target sensitive knowledge is effectively removed; General reasoning ability is comparable to that before forgetting; The logical structure of CoT is coherent, proving the framework's effectiveness.

## Practical Significance: A Practical Tool for AI Security and Privacy Protection

This research is of great significance for AI security and privacy, applicable to sensitive fields such as finance and healthcare; It can remove sensitive knowledge without retraining the model, saving costs and avoiding performance fluctuations; Its interpretability makes it suitable for audit and compliance scenarios.

## Summary and Outlook: Important Progress in Machine Forgetting Technology

The framework balances privacy and ability by precisely identifying and replacing sensitive segments. Future directions include expanding to complex reasoning scenarios, optimizing placeholder quality, combining differential privacy, etc. Managing the knowledge boundaries of LRMs remains an important topic in AI research.
