arXiv:2510.01656cs.LGcs.AI2025-10被引 11

用轻量级小批评者提升大模型推理的强化学习方法

Asymmetric Proximal Policy Optimization: mini-critics boost LLM reasoning

  • 引入一组不重叠提示片段训练轻量级小批评者,增强价值估计多样性
  • 仅用5000样本训练即在多个基准上超越经典PPO超6%性能
  • 适合追求高效稳定强化学习的大模型研究与应用

当前主流的大模型强化学习方法避免使用显式批评者,转而采用平均优势基线。这一做法主要出于实用性考量:传统价值函数在大模型规模下训练成本过高,且在稀疏奖励和长推理路径下表现不佳。本文从架构角度重新审视该瓶颈,提出对称近端策略优化(AsyPPO),一种简单且可扩展的框架,在保持大模型效率的同时恢复批评者的作用。AsyPPO采用一组基于不重叠提示片段训练的轻量级小批评者,既促进多样性又维持校准性,降低价值估计偏差。此外,利用批间不确定性实现策略更新优化:(i) 在批评者意见一致的状态下屏蔽优势值,减少无学习信号的梯度;(ii) 过滤高分歧状态以抑制熵正则化带来的虚假探索。在仅5000个样本的开源数据上训练后,AsyPPO在多个基准上持续优于强基线(如GRPO),在Qwen3-4b-Base上性能提升超过6%,在Qwen3-8b-Base和Qwen3-14b-Base上分别提升约3%,且无需额外技巧。

原文摘要 · Abstract (English)

Most recent RL for LLMs (RL4LLM) methods avoid explicit critics, replacing them with average advantage baselines. This shift is largely pragmatic: conventional value functions are computationally expensive to train at LLM scale and often fail under sparse rewards and long reasoning horizons. We revisit this bottleneck from an architectural perspective and introduce Asymmetric Proximal Policy Optimization (AsyPPO), a simple and scalable framework that restores the critics role while remaining efficient in large-model settings. AsyPPO employs a set of lightweight mini-critics, each trained on disjoint prompt shards. This design encourages diversity while preserving calibration, reducing value-estimation bias. Beyond robust estimation, AsyPPO leverages inter-critic uncertainty to refine the policy update: (i) masking advantages in states where critics agree and gradients add little learning signal, and (ii) filtering high-divergence states from entropy regularization, suppressing spurious exploration. After training on open-source data with only 5,000 samples, AsyPPO consistently improves learning stability and performance across multiple benchmarks over strong baselines, such as GRPO, achieving performance gains of more than six percent on Qwen3-4b-Base and about three percent on Qwen3-8b-Base and Qwen3-14b-Base over classic PPO, without additional tricks. These results highlight the importance of architectural innovations for scalable, efficient algorithms.

强化学习大模型推理优化高效算法

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