Search papers, labs, and topics across Lattice.
The paper introduces Mass-Adaptive Soft Policy Optimization (MASPO), a novel Reinforcement Learning with Verifiable Rewards (RLVR) framework designed to address limitations in existing methods like GRPO when applied to LLM reasoning. MASPO tackles inefficient gradient utilization, insensitive probability mass, and asymmetric signal reliability by integrating soft Gaussian gating, a mass-adaptive limiter, and an asymmetric risk controller. Empirical results demonstrate that MASPO outperforms strong baselines, establishing it as a robust and sample-efficient RLVR solution for LLMs.
LLM reasoning gets a serious upgrade with MASPO, a new RLVR method that smartly balances gradient use, probability mass, and signal reliability for faster, more robust learning.
Existing Reinforcement Learning with Verifiable Rewards (RLVR) algorithms, such as GRPO, rely on rigid, uniform, and symmetric trust region mechanisms that are fundamentally misaligned with the complex optimization dynamics of Large Language Models (LLMs). In this paper, we identify three critical challenges in these methods: (1) inefficient gradient utilization caused by the binary cutoff of hard clipping, (2) insensitive probability mass arising from uniform ratio constraints that ignore the token distribution, and (3) asymmetric signal reliability stemming from the disparate credit assignment ambiguity between positive and negative samples. To bridge these gaps, we propose Mass-Adaptive Soft Policy Optimization (MASPO), a unified framework designed to harmonize these three dimensions. MASPO integrates a differentiable soft Gaussian gating to maximize gradient utility, a mass-adaptive limiter to balance exploration across the probability spectrum, and an asymmetric risk controller to align update magnitudes with signal confidence. Extensive evaluations demonstrate that MASPO serves as a robust, all-in-one RLVR solution, significantly outperforming strong baselines. Our code is available at: https://anonymous.4open.science/r/ma1/README.md.