REA-RL: Reflection-Aware Online Reinforcement Learning for Efficient Reasoning

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 it tends to lose reflection ability and harm 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 36\% without compromising performance. Further analysis demonstrates that our methods are effective by maintaining reflection frequency for hard problems while appropriately reducing it for easier ones without losing reflection ability. Code is available at https://github.com/hexuandeng/REA-RL.

Cite

Text

Deng et al. "REA-RL: Reflection-Aware Online Reinforcement Learning for Efficient Reasoning." International Conference on Learning Representations, 2026.

Markdown

[Deng et al. "REA-RL: Reflection-Aware Online Reinforcement Learning for Efficient Reasoning." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/deng2026iclr-rearl/)

BibTeX

@inproceedings{deng2026iclr-rearl,
  title     = {{REA-RL: Reflection-Aware Online Reinforcement Learning for Efficient Reasoning}},
  author    = {Deng, Hexuan and Jiao, Wenxiang and Liu, Xuebo and Rao, Jun and Zhang, Min},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/deng2026iclr-rearl/}
}