Teaching Large Reasoning Models Effective Reflection
Hanbin Wang, Jingwei Song, Jinpeng Li, Qi Zhu, Fei Mi, Ganqu Cui, Yasheng Wang, Lifeng Shang
TL;DR
This work tackles superficial reflection in Large Reasoning Models by introducing a two-stage framework: Self-Critique Fine-Tuning (SCFT) to bootstrap reflection through self-generated critiques, and Reinforcement Learning with Effective Reflection Rewards (RLERR) to internalize self-correction via hierarchical, reflection-aware rewards. It defines Effective Reflection Ratio (ERR) to quantify reflection quality and demonstrates substantial gains in reasoning accuracy on AIME2024/2025 benchmarks, with additional improvements in reflection behavior. The approach leverages self-generated data, rejection sampling for data quality, and a reward model to guide dense feedback, achieving state-of-the-art results among similarly sized models. The work highlights the importance of initializing RL with strong reflective priors and combining outcome-based and reflection-based rewards for robust, non-superficial self-correction, with broader implications for scalable, reflective reasoning in LRMs.
Abstract
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.
