REA-RL: Reflection-Aware Online Reinforcement Learning for Efficient Large Reasoning Models
Hexuan Deng, Wenxiang Jiao, Xuebo Liu, Jun Rao, Min Zhang
TL;DR
REA-RL tackles the high inference cost of Large Reasoning Models by introducing a reflection-aware online reinforcement learning framework. It combines a lightweight reflection model for sequential revision with a reflection reward that penalizes non-reflective brevity, enabling parallel sampling alongside online revisions. Empirical results show substantial efficiency gains (about 35% cost reduction) without sacrificing accuracy, and analyses confirm the method maintains reflection on hard problems while reducing it on easy ones. The approach offers a practical pathway to scalable, efficient online reasoning for large-scale reasoning systems.
Abstract
Large Reasoning Models (LRMs) demonstrate strong performance in complex tasks but often face the challenge of overthinking, leading to substantially high inference costs. Existing approaches synthesize shorter reasoning responses for LRMs to learn, but are inefficient for online usage due to the time-consuming data generation and filtering processes. Meanwhile, online reinforcement learning mainly adopts a length reward to encourage short reasoning responses, but tends to lose the reflection ability and harm the performance. To address these issues, we propose REA-RL, which introduces a small reflection model for efficient scaling in online training, offering both parallel sampling and sequential revision. Besides, a reflection reward is designed to further prevent LRMs from favoring short yet non-reflective responses. Experiments show that both methods maintain or enhance performance while significantly improving inference efficiency. Their combination achieves a good balance between performance and efficiency, reducing inference costs by 35% without compromising performance. Further analysis demonstrates that our methods are effective by maintaining reflection frequency for hard problems while appropriately reducing it for simpler ones without losing reflection ability. Codes are available at https://github.com/hexuandeng/REA-RL.
