Miner:Mining Intrinsic Mastery for Data-Efficient RL in Large Reasoning Models
Shuyang Jiang, Yuhao Wang, Ya Zhang, Yanfeng Wang, Yu Wang
TL;DR
This work tackles data inefficiency in critic-free RL for large reasoning models caused by positive homogeneous prompts yielding vanishing learning signals. It introduces Miner, which repurposes the policy’s intrinsic uncertainty into a safe, self-supervised reward and couples three innovations: (i) uncertainty-driven intrinsic rewards, (ii) token-level focal credit assignment, and (iii) adaptive advantage calibration. Across six math/medical reasoning benchmarks and two base architectures, Miner achieves state-of-the-art gains in Pass@1 and Pass@K without extra rollouts or reward models, demonstrating that latent uncertainty exploitation is both necessary and sufficient for scalable RLVR. The findings imply substantial practical impact for training data-efficient, reasoning-capable LLMs in diverse domains with limited supervision and computational overhead.
Abstract
Current critic-free RL methods for large reasoning models suffer from severe inefficiency when training on positive homogeneous prompts (where all rollouts are correct), resulting in waste of rollouts due to zero advantage estimates. We introduce a radically simple yet powerful solution to \uline{M}ine \uline{in}trinsic mast\uline{er}y (Miner), that repurposes the policy's intrinsic uncertainty as a self-supervised reward signal, with no external supervision, auxiliary models, or additional inference cost. Our method pioneers two key innovations: (1) a token-level focal credit assignment mechanism that dynamically amplifies gradients on critical uncertain tokens while suppressing overconfident ones, and (2) adaptive advantage calibration to seamlessly integrate intrinsic and verifiable rewards. Evaluated across six reasoning benchmarks on Qwen3-4B and Qwen3-8B base models, Miner achieves state-of-the-art performance among the other four algorithms, yielding up to \textbf{4.58} absolute gains in Pass@1 and \textbf{6.66} gains in Pass@K compared to GRPO. Comparison with other methods targeted at exploration enhancement further discloses the superiority of the two newly proposed innovations. This demonstrates that latent uncertainty exploitation is both necessary and sufficient for efficient and scalable RL training of reasoning models.
