GPS Makes RL Post-Training More Compute-Efficient
机器之心 · wechat · 2026-07-11
This work proposes GPS (GeneralizablePredictivePromptSelection), aiming to reduce expensive rollout costs during RLVR post-training while maintaining or even improving reasoning capabilities.
Core Idea
- First, train a lightweight Prompt Predictive Model (PPM) to predict the difficulty of various prompts for the current model.
- Then, combine the principle that "medium difficulty yields higher training value" with batch diversity to select more valuable training samples, rather than relying on random sampling.
- Introduce a global difficulty context during training, allowing difficulty prediction to reuse the entire optimization history instead of just tracking individual problems.
Key Results
- Achieves a 1.4×–2.0× speedup in training steps compared to random sampling.
- Reduces rollout costs by up to 69% and cuts training time by 28%–47% compared to DS/DSOracle, which requires actual extra evaluations.
- Matches or exceeds strong baselines in math and logical reasoning tasks while being more compute-efficient.
Additional Findings
- This PPM is not limited to training; it can also allocate compute budgets during testing: assigning more Best-of sampling to problems worth computing.
- Brings up to a 3.2% improvement under a fixed budget, or saves 36.4% of inference compute without performance drops.
Experimental Scope
- Math reasoning: DeepScaler, MATH500, OlympiadBench, MinervaMath, AMC23, AIME24, etc.
- Logical reasoning: CountdownNumberGame, CD34, CD4, etc.
- Compatible with various RL post-training pipelines like GRPO, PPO, and Reinforce++.
More from Infra
- LLM Serving Metrics Thread: Why TPOT and Uptime Make or Break User Experience — abhijithneil · 2026-09-11
- PlanetScale launches sharded Postgres: 768 servers acting as one, 1PB scale — dhruv2038 · 2026-09-11
- Can a 7900 XTX 24GB run Qwen locally? Reddit seeks ROCm tok/s benchmarks — thenomadexplorerlife · 2026-09-11
- RTK Terminal Compression Cuts Tokens but Leaves Your AI Coding Bill Unchanged — Bartaseth · 2026-09-11
- SF Compute founder: buying compute is 'an absolutely awful experience' right now — IgorCarron · 2026-09-11
- SmolVM open-sources persistent computer infrastructure for agents that outlive chat sessions — aniketmaurya · 2026-09-11