CDE: Curiosity-Driven Exploration for Efficient Reinforcement Learning in Large Language Models
Runpeng Dai, Linfeng Song, Haolin Liu, Zhenwen Liang, Dian Yu, Haitao Mi, Zhaopeng Tu, Rui Liu, Tong Zheng, Hongtu Zhu, Dong Yu
TL;DR
This work tackles the exploration inefficiency and entropy collapse observed in RLVR for large language models by introducing Curiosity-Driven Exploration (CDE). CDE leverages two intrinsic signals: actor perplexity as a curiosity bonus and a multi-head bootstrap critic’s posterior variance as another exploration guide, integrated into PPO/GRPO frameworks with carefully calibrated clipping. Theoretical results link the actor-based perplexity bonus to penalizing overconfident errors and promoting diverse correct responses, while the critic bonus aligns with count-based exploration in linear MDPs. Empirically, CDE yields notable gains (roughly +3 points on AIME benchmarks) and improves calibration, providing a scalable, minimally invasive enhancement to RLVR training. The findings offer a principled perspective on balancing exploration and exploitation in LLM reasoning and highlight calibration as a key facet of robust RLVR systems.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) is a powerful paradigm for enhancing the reasoning ability of Large Language Models (LLMs). Yet current RLVR methods often explore poorly, leading to premature convergence and entropy collapse. To address this challenge, we introduce Curiosity-Driven Exploration (CDE), a framework that leverages the model's own intrinsic sense of curiosity to guide exploration. We formalize curiosity with signals from both the actor and the critic: for the actor, we use perplexity over its generated response, and for the critic, we use the variance of value estimates from a multi-head architecture. Both signals serve as an exploration bonus within the RLVR framework to guide the model. Our theoretical analysis shows that the actor-wise bonus inherently penalizes overconfident errors and promotes diversity among correct responses; moreover, we connect the critic-wise bonus to the well-established count-based exploration bonus in RL. Empirically, our method achieves an approximate +3 point improvement over standard RLVR using GRPO/PPO on AIME benchmarks. Further analysis identifies a calibration collapse mechanism within RLVR, shedding light on common LLM failure modes.
