arXiv:2510.04072cs.LGcs.AI2025-10被引 4

通过先重定位再更新,提升大模型推理强化学习的稳定性与效率

Slow-Fast Policy Optimization: Reposition-Before-Update for LLM Reasoning

  • 将每步分解为快轨内迭代、重定位控制偏移、慢校正三阶段
  • 数学推理上比GRPO最高提升2.80分,减少4.93倍采样次数
  • 无需改动原有流程,可直接接入现有强化学习训练管道

强化学习已成为提升大语言模型推理能力的核心方法。然而,如组相对策略优化(GRPO)等在线算法在训练初期常因低质量采样产生噪声梯度,导致更新不稳定和探索效率低下。本文提出慢-快策略优化(SFPO),通过将每步分解为三个阶段:同一批次内的快速内层轨迹、控制离策略漂移的重定位机制、最终的缓慢修正。该重定位-更新设计保持目标函数与采样流程不变,使SFPO可无缝集成至现有策略梯度训练流程。大量实验表明,SFPO显著提升训练稳定性,减少采样次数并加速收敛。具体而言,在数学推理基准上,其性能比GRPO最高提升2.80分;实现相同最佳准确率时,采样次数减少最多达4.93倍,墙钟时间减少最多达4.19倍。项目主页见 https://slow-fast-po.github.io/。

原文摘要 · Abstract (English)

Reinforcement learning (RL) has become central to enhancing reasoning in large language models (LLMs). Yet on-policy algorithms such as Group Relative Policy Optimization (GRPO) often suffer in early training: noisy gradients from low-quality rollouts lead to unstable updates and inefficient exploration. We introduce Slow-Fast Policy Optimization (SFPO), a simple yet efficient framework to address the above limitations via decomposing each step into three stages: a short fast trajectory of inner steps on the same batch, a reposition mechanism to control off-policy drift, and a final slow correction. This reposition-before-update design preserves the objective and rollout process unchanged, making SFPO plug-compatible with existing policy-gradient pipelines. Extensive experiments demonstrate that SFPO consistently improves stability, reduces number of rollouts, and accelerates convergence of reasoning RL training. Specifically, it outperforms GRPO by up to 2.80 points in average on math reasoning benchmarks. It also achieves up to 4.93\texttimes{} fewer rollouts and an up to 4.19\texttimes{} reduction in wall-clock time to match GRPO's best accuracy. Project website is available at https://slow-fast-po.github.io/.

强化学习大模型推理策略优化高效训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。