ThinkPrior:零轮次难度先验用于RLVR冷启动提示选择
ThinkPrior: Zero-Rollout Difficulty Priors for Cold-Start Prompt Selection in RLVR
研究人员提出ThinkPrior方法,通过离线锚点构建难度先验,解决了RLVR训练中的冷启动问题,显著减少了无效轮次。
ThinkPrior方法通过离线锚点构建零轮次难度先验,解决了RLVR训练中39%轮次浪费在零优势组的问题。该方法在Qwen2.5-Math-7B模型上测试,将早期零优势组减少一半,前30步浪费轮次减少近五分之一,同时保持最终准确率不变。在250个提示池中,ThinkPrior+DAPO组合减少了10.6%的生成轮次,同时保持3840轮次的更新预算不变。
ThinkPrior: Zero-Rollout Difficulty Priors for Cold-Start Prompt Selection in RLVR
In reinforcement learning with verifiable rewards (RLVR) trained with group relative policy optimization (GRPO), the KL-free reward-advantage term studied here depends on within-group reward variation. If all rollouts in a group are correct or all are wrong, their group-relative advantages are identically zero; these zero-advantage silent groups provide no reward-advantage gradient, yet uniform sampling spends 39% of a run's rollouts on them. History-based prompt selection must first spend target-policy rollouts to estimate difficulty, creating a cold start with rollout waste; ThinkPrior instead uses an external anchor in one offline pass to construct a zero-rollout difficulty prior before the first target-policy rollout. The verifier-scored anchor pass rate supplies an external-anchor initialization for a Beta posterior; ThinkPrior selects by expected learnability and then updates from training outcomes, changing neither the loss nor the optimizer. On Qwen2.5-Math-7B across sixteen seeds, ThinkPrior more than halves early silent groups and cuts wasted rollouts through step 30 by nearly a fifth, while we detect no difference in final accuracy. On this 250-prompt pool the fixed-budget result is a reallocation rather than a net saving. The measured ThinkPrior+DAPO composition reduces generated rollouts by 10.6% while both arms retain the same 3840-rollout update budget. The prior requires no target-policy rollout before the first selection, but the posterior thereafter uses target-policy outcomes.