One Ring to Rule Them All: Unifying Group-Based RL via Dynamic Power-Mean Geometry
Weisong Zhao, Tong Wang, Zichang Tan, Te Yang, Siran Peng, Haoyuan Zhang, Tianshuo Zhang, Haichao Shi, Meng Meng, Yang Yang, Xiangyu Zhu, Zhen Lei, Xiao-Yu Zhang, Xu Zhou
TL;DR
This work tackles the fixed-geometry limitation of group-based RL methods for long-form mathematical reasoning by introducing Power-Mean Policy Optimization (PMPO), which generalizes token-level aggregation with an exponent $p$ in a power-mean over token ratios. The authors show $p=1$ recovers GRPO and $p\to 0$ recovers GMPO, while adaptive per-trajectory $p$ balances aggressive credit assignment and conservative stabilization. A clip-aware ESS matching mechanism adaptively selects $p$ by matching the induced token-weight ESS to a reliability-derived target, effectively adjusting the softmax temperature in gradient updates. The approach yields state-of-the-art results on multiple math benchmarks across model scales, demonstrating improved stability and efficiency without value-function critics. This has practical impact for scalable, robust online RLHF/RLAIF on large language models performing complex reasoning tasks, with a principled way to adapt gradient concentration to signal quality.
Abstract
Group-based reinforcement learning has evolved from the arithmetic mean of GRPO to the geometric mean of GMPO. While GMPO improves stability by constraining a conservative objective, it shares a fundamental limitation with GRPO: reliance on a fixed aggregation geometry that ignores the evolving and heterogeneous nature of each trajectory. In this work, we unify these approaches under Power-Mean Policy Optimization (PMPO), a generalized framework that parameterizes the aggregation geometry via the power-mean geometry exponent p. Within this framework, GRPO and GMPO are recovered as special cases. Theoretically, we demonstrate that adjusting p modulates the concentration of gradient updates, effectively reweighting tokens based on their advantage contribution. To determine p adaptively, we introduce a Clip-aware Effective Sample Size (ESS) mechanism. Specifically, we propose a deterministic rule that maps a trajectory clipping fraction to a target ESS. Then, we solve for the specific p to align the trajectory induced ESS with this target one. This allows PMPO to dynamically transition between the aggressive arithmetic mean for reliable trajectories and the conservative geometric mean for unstable ones. Experiments on multiple mathematical reasoning benchmarks demonstrate that PMPO outperforms strong baselines.
