First Return, Entropy-Eliciting Explore
Tianyu Zheng, Tianshun Xing, Qingshui Gu, Taoran Liang, Xingwei Qu, Xin Zhou, Yizhi Li, Zhoufutu Wen, Chenghua Lin, Wenhao Huang, Qian Liu, Ge Zhang, Zejun Ma
TL;DR
FR3E addresses unstable exploration in RL-based reasoning for LLMs by pinpointing high-uncertainty decision points along base trajectories and performing targeted, semantically grounded rollouts. It combines entropy-driven block construction with diversified path sampling and an adaptive advantage modulation to stabilize learning without dense supervision. Empirical results on AIME24 and other benchmarks show improved training stability, longer coherent reasoning, and higher proportions of fully correct trajectories, especially for generalist LLM backbones, with smaller gains on math-specialized models. The framework builds on Go-Explore ideas, adapts PPO clipping to preserve exploration, and demonstrates robust trajectory-level reward shaping through structured exploration.
Abstract
Reinforcement Learning from Verifiable Rewards (RLVR) improves the reasoning abilities of Large Language Models (LLMs) but it struggles with unstable exploration. We propose FR3E (First Return, Entropy-Eliciting Explore), a structured exploration framework that identifies high-uncertainty decision points in reasoning trajectories and performs targeted rollouts to construct semantically grounded intermediate feedback. Our method provides targeted guidance without relying on dense supervision. Empirical results on mathematical reasoning benchmarks(AIME24) show that FR3E promotes more stable training, produces longer and more coherent responses, and increases the proportion of fully correct trajectories. These results highlight the framework's effectiveness in improving LLM reasoning through more robust and structured exploration.
