教大模型学会深度反思,提升推理准确率。
Teaching Large Reasoning Models Effective Reflection
- 用自生成批判语句训练模型,筛选高质量反思。
- 在AIME2024/2025上准确率显著超越当前最佳基线。
- 适合研究大模型自我修正机制的学者与开发者。
大型推理模型(LRMs)在复杂推理任务中表现优异,常通过自我批判和回溯等自省行为实现。然而,并非所有反思都有效——许多反思流于表面,对答案改进甚微且增加计算开销。本文识别并解决这一浅层反思问题。提出自批判微调(SCFT),仅使用模型自生成的批判进行训练:通过提示模型批判自身输出,利用拒绝采样筛选高质量批判,并基于批判目标微调模型。在此基础上,进一步引入有效反思奖励的强化学习方法(RLERR),以SCFT生成的高质量反思为基础构建奖励信号,引导模型通过强化学习内化自我修正过程。在两个挑战性基准AIME2024和AIME2025上的实验表明,SCFT与RLERR显著提升推理准确率与反思质量,优于现有最先进方法。全部数据与代码已公开于https://github.com/wanghanbinpanda/SCFT。
原文摘要 · Abstract (English)
Large Reasoning Models (LRMs) have recently shown impressive performance on complex reasoning tasks, often by engaging in self-reflective behaviors such as self-critique and backtracking. However, not all reflections are beneficial-many are superficial, offering little to no improvement over the original answer and incurring computation overhead. In this paper, we identify and address the problem of superficial reflection in LRMs. We first propose Self-Critique Fine-Tuning (SCFT), a training framework that enhances the model's reflective reasoning ability using only self-generated critiques. SCFT prompts models to critique their own outputs, filters high-quality critiques through rejection sampling, and fine-tunes the model using a critique-based objective. Building on this strong foundation, we further introduce Reinforcement Learning with Effective Reflection Rewards (RLERR). RLERR leverages the high-quality reflections initialized by SCFT to construct reward signals, guiding the model to internalize the self-correction process via reinforcement learning. Experiments on two challenging benchmarks, AIME2024 and AIME2025, show that SCFT and RLERR significantly improve both reasoning accuracy and reflection quality, outperforming state-of-the-art baselines. All data and codes are available at https://github.com/wanghanbinpanda/SCFT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。