菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-04
📄 Abstract - Selective Forgetting for Large Reasoning Models

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.

顶级标签: llm model training machine learning
详细标签: machine unlearning selective forgetting reasoning models chain-of-thought privacy 或 搜索:

面向大型推理模型的选择性遗忘 / Selective Forgetting for Large Reasoning Models


1️⃣ 一句话总结

这篇论文提出了一种新方法,让大型推理模型能够精准地‘忘记’训练数据中的敏感信息(如隐私或版权内容),同时保持其原有的通用推理能力,解决了现有遗忘技术会损害模型整体推理性能的问题。

源自 arXiv: 2604.03571