用在线预测方法减少大模型强化学习微调中的无效计算。
Can Prompt Difficulty be Online Predicted for Accelerating RL Finetuning of Reasoning Models?

- 构建贝叶斯框架实时预测提示难度,避免频繁调用大模型
- 在数学、规划等任务上减少显著的推理次数,加速训练
- 适合需要高效微调大模型推理能力的研究者
近期研究显示,强化学习微调能有效提升大语言模型的推理能力,但优化过程常需大量迭代,导致高计算开销,源于频繁的大模型交互与策略更新。现有方法依赖对提示集的全面评估与子集选择,仍消耗大量推理资源。本文提出模型预测提示选择(MoPPS),一种无需昂贵大模型交互即可在线估计提示难度的贝叶斯风险预测框架。技术上,将每个提示的成功率建模为潜在变量,通过流式贝叶斯推断,并在构造的多臂老虎机中采样后验分布,实现高效自适应提示选择。在数学、规划和视觉几何任务上的大量实验表明,MoPPS能可靠预测提示难度,显著减少大模型滚动生成次数,加速训练进程。代码已开源:https://github.com/thu-rllab/MoPPS。
原文摘要 · Abstract (English)
Recent advances have witnessed the effectiveness of reinforcement learning (RL) finetuning in enhancing the reasoning capabilities of large language models (LLMs). The optimization process often requires numerous iterations to achieve satisfactory performance, resulting in high computational costs due to the need for frequent prompt evaluations under intensive LLM interactions and repeated policy updates. Appropriate online prompt selection methods reduce iteration steps by prioritizing informative prompts during training, while the pipeline's reliance on exhaustive prompt evaluation and subset selection for optimization still incurs substantial computational overhead due to frequent LLM inference calls. Distinguished from these direct evaluate-then-select schemes, this work investigates iterative approximate evaluation for arbitrary prompts and introduces Model Predictive Prompt Selection (MoPPS), a Bayesian risk-predictive framework that online estimates prompt difficulty without requiring costly LLM interactions. Technically, MoPPS models each prompt's success rate as a latent variable, performs streaming Bayesian inference, and employs posterior sampling in a constructed multi-armed bandit machine, enabling sample efficient and adaptive prompt selection. Extensive experiments across mathematics, planning, and vision-based geometry tasks show that MoPPS reliably predicts prompt difficulty and accelerates training with significantly reduced LLM rollouts. Our code is available at https://github.com/thu-rllab/MoPPS.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。