Small Generalizable Prompt Predictive Models Can Steer Efficient RL Post-Training of Large Reasoning Models
Yun Qu, Qi Wang, Yixiu Mao, Heming Zou, Yuhang Jiang, Weijie Liu, Clive Bai, Kai Yang, Yangkun Chen, Saiyong Yang, Xiangyang Ji
TL;DR
Reinforcement learning with verifiable rewards can enhance large language model reasoning but is computationally expensive. The authors introduce GPS, a small generative prompt predictive model that shares experience across prompts via a global latent context and couples this with a history-aware batch acquisition strategy to select informative prompt batches. GPS achieves faster RL post-training, better final performance, and lower test-time costs across math and logic benchmarks, while maintaining compatibility with multiple RLVR algorithms. The approach demonstrates strong cross-prompt generalization and enables test-time computation allocation without extra training cost, offering a scalable path for efficient reasoning with large models.
Abstract
Reinforcement learning enhances the reasoning capabilities of large language models but often involves high computational costs due to rollout-intensive optimization. Online prompt selection presents a plausible solution by prioritizing informative prompts to improve training efficiency. However, current methods either depend on costly, exact evaluations or construct prompt-specific predictive models lacking generalization across prompts. This study introduces Generalizable Predictive Prompt Selection (GPS), which performs Bayesian inference towards prompt difficulty using a lightweight generative model trained on the shared optimization history. Intermediate-difficulty prioritization and history-anchored diversity are incorporated into the batch acquisition principle to select informative prompt batches. The small predictive model also generalizes at test-time for efficient computational allocation. Experiments across varied reasoning benchmarks indicate GPS's substantial improvements in training efficiency, final performance, and test-time efficiency over superior baseline methods.
