← 返回论文检索
ICML 2026PosterAccept (regular)

EchoRL: Reinforcement Learning via Rollout Echoing

Jinhe Bi, Aniri -, Minglai Yang, Xingcheng Zhou, Wenke Huang, Sikuan Yan, Yujun Wang, Zixuan Cao, Michael Färber, Xun Xiao, Volker Tresp, Yunpu Ma

NUS & LMU Munich · Ludwig-Maximilians-Universität München · University of Arizona · Technical University of Munich · Nanyang Technological University · University of Munich, Ludwig-Maximilians-Universität München · TU Dresden & ScaDS.AI · Huawei Technologies Ltd. · LMU Munich · LMU, Chair of Artificial Intelligence and Machine Learning

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

Reinforcement Learning with Verifiable Rewards is an effective route for post-training to strengthen the reasoning capability of large language models. However, as training proceeds, the learning signal can collapse thus makes the training gain become marginal and ineffective. Specifically, a growing fraction of prompts' rollouts become advantage-degenerated: all the self-generated rollouts show verified-success, making the standard deviation over their rewards be zero; accordingly each rollout's advantage becomes degenerated (zero) as well. Given such rollouts' advantages, the policy-gradient for model optimization eventually vanishes, capping the training performance. We argue that some of these rollouts still contain valuable learning signals but unfortunately omitted with the existing RLVR methods. In this paper, inspired through analyzing the entropy pattern behind golden trajectories produced by external expert models, we propose EchoRL for better exploiting the advantage-degenerated rollouts to further improve the training performance. EchoRL is a lightweight module that first identifies an EchoClip from verified-success rollouts based on their step-level entropy values, and then feeds this clip back as an auxiliary supervision signal in the RL objective. Extensive experiments across 10 benchmarks, 5 LLM backbones, and 7 popular RLVR post-training methods demonstrate that EchoRL consistently improves RLVR post-training with minimal overhead.