Source-linked AI summary

MASPO: Unifying Gradient Utilization, Probability Mass, and Signal Reliability for Robust and Sample-Efficient LLM Reasoning

Xiaoliang Fu, Jiaye Lin, Yangyi Fang, Binbin Zheng, Chaowen Hu, Zekai Shao, Cong Qin, Lu Pan, Ke Zeng, Xunliang Cai

arXiv:2602.17550v3cs.LGcs.AI

TL;DR

RLVR methods such as GRPO use rigid, uniform, and symmetric trust-region mechanisms that misalign with LLM optimization. MASPO addresses these issues with soft Gaussian gating, mass-adaptive constraints, and asymmetric risk control, and evaluations report superior performance and sample efficiency. Its current validation is concentrated on deterministic mathematical reasoning and does not establish applicability to subjective or partial-reward domains.

  • Problem

    GRPO-style RLVR methods suffer from inefficient gradient utilization, probability-mass-insensitive constraints, and asymmetric reliability between positive and negative signals.

  • Method

    MASPO unifies differentiable Soft Gaussian Gating, a Mass-Adaptive Limiter, and an Asymmetric Risk Controller in one optimization framework.

  • Results

    MASPO achieves superior sample efficiency and reasoning performance across evaluations, with a 3.0% Avg@32 improvement over GRPO on the 1.5B model.

  • Takeaways & Limitations

    MASPO supports adaptive, probability-aware, and risk-sensitive optimization as an alternative to rigid box constraints for reasoning models.

  • Takeaways & Limitations

    The experiments focus on deterministic mathematical reasoning, and applying MASPO to subjective or partial-reward domains requires further risk-control adaptation.

Abstract

from arXiv · show

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 baselines. Our code is available at: https://github.com/FlyTune/MASPO-RL.

1 Introduction

RLVR methods such as GRPO use hard clipping and fragmented trust-region constraints that misalign gradient utilization, probability-mass sensitivity, and signal reliability. MASPO unifies soft gating, mass-adaptive constraints, and asymmetric signal handling, with evaluations reporting improved sample efficiency and reasoning performance.

  • Motivation: GRPO inherits hard clipping that can discard valid gradients and fail to provide corrective gradients for some errors.These effects reduce effective sample utilization and can slow optimization.
  • Motivation: Uniform ratio constraints overlook token probability, restricting low-probability exploration while loosening constraints for high-probability tokens.The mismatch reflects head/tail probability-mass disparity.
  • Motivation: Symmetric advantage handling ignores differing signal-to-noise ratios between verified positive and ambiguous negative signals.Positive and negative samples therefore require different reliability-aware treatment.
  • Contribution: MASPO combines soft Gaussian gating, a mass-adaptive limiter, and an asymmetric risk controller in one framework.The framework is presented as a unified solution to the three identified misalignments.
  • Results: Evaluations on diverse benchmarks report superior sample efficiency and reasoning performance, including robustness in long-chain reasoning.The supplied introduction does not provide a numerical result for this claim.

2 Related Works

Related work addresses GRPO’s limitations through methods targeting gradient utilization, probability-mass sensitivity, and asymmetric signal reliability. These approaches respectively smooth clipping, adapt constraints or exploration, and increase the influence of positive samples.

  • RLVR and GRPO: RLVR uses rule-based signals for LLM reasoning, while RLHF uses preference-based supervision; GRPO removes PPO’s critic through group-relative reward normalization.The related-work discussion also notes sparse rewards and high variance as challenges for GRPO.
  • Gradient utilization: Soft-clipping methods such as CISPO, GPPO, CE-GPPO, and ASPO retain partial gradients, while SAPO removes explicit boundaries with global gating.These methods target gradient loss from standard hard clipping.
  • Probability mass: Prior probability-mass approaches include entropy regularization, globally relaxed upper bounds, and probability-dependent boundaries.The cited passage describes these as attempts to account for distribution characteristics.
  • Signal reliability: Methods addressing asymmetric reliability boost positive-sample impact through advantage reweighting, clipping changes, relaxed bounds, asymmetric soft clipping, or entropy terms.These methods modify either contributions, bounds, or advantage signals.

3 Preliminary

The preliminary formulation expresses RLVR as group-based policy optimization with deterministic rewards and normalized advantages. It then characterizes hard clipping, probability-mass constraints, and asymmetric signal handling as distinct limitations of existing methods.

  • Problem formulation: RLVR optimizes an LLM policy using deterministic rule-based rewards over groups of outputs sampled from an old policy.The formulation defines queries, generated responses, rewards, and group sampling within the GRPO paradigm.
  • Problem formulation: The group-relative advantage is normalized as ˆAi = (ri − µr)/σr using the group reward mean and standard deviation.The normalization uses statistics computed within each sampled group.
  • Gradient estimation: The policy objective uses an importance-sampling ratio weighted by a function that determines gradient contribution.The ratio compares current and old-policy token probabilities.
  • Gradient estimation: GRPO’s hard clipping uses binary weighting that zeros gradients outside the trust region, while soft alternatives introduce continuous decay.The preliminary discussion contrasts standard hard clipping with SAPO-style smoothing.
  • Existing extensions: Existing constraint methods account for probability distributions or positive-sample contributions but may retain rigid box constraints.The preliminary section identifies continuous adaptation as a remaining distinction.

4 Methodology

MASPO replaces rigid clipping with differentiable gating and dynamically controls its variance using token probability and advantage signals. This yields wider exploration for rare tokens, tighter protection for high-probability tokens, and asymmetric treatment of positive and negative outcomes.

  • Framework overview: MASPO unifies Soft Gaussian Gating, a Mass-Adaptive Limiter, and an Asymmetric Risk Controller through dual-variable adaptive variance.The design targets gradient continuity, probability-mass sensitivity, and signal-aware optimization.
  • Soft Gaussian Gating: Soft Gaussian Gating replaces binary clipping with a continuous confidence gate that attenuates aggressive overshoots without blocking conservative updates.This unilateral design preserves non-zero gradients for near-boundary explorations.
  • Asymmetric Risk Controller: The Asymmetric Risk Controller modulates the trust region according to advantage signals and their inferred reliability.Its variance is dynamically decomposed to address probability-mass and signal-reliability misalignment.
  • Mass-Adaptive Limiter: The Mass-Adaptive Limiter widens the gate for low-probability tokens and narrows it for high-probability tokens.The policy therefore allocates more exploration to the long tail while protecting head-token distribution stability.
  • Asymmetric Risk Controller: For positive advantages, MASPO expands updates for high-confidence successes, while large negative advantages shrink variance to limit harmful failure updates.The negative-signal compression is tighter for easy-task near-misses and more relaxed when failures are common.

5 Experiments

MASPO is evaluated across mathematical reasoning benchmarks, model scales, training dynamics, hyperparameters, and scalability. It outperforms GRPO and other baselines while maintaining more stable exploration and robust performance across tested settings.

  • Experimental Setup: Evaluations use DeepSeek-R1-Distill-Qwen models at 1.5B, 7B, and 14B scales, trained on DAPO-Math-17K and assessed across six mathematical reasoning benchmarks.Performance is reported with Avg@32 and Pass@32.
  • Main Results: MASPO improves 1.5B Avg@32 by 3.0% over GRPO and exceeds SAPO by 0.2%, while at 7B it outperforms Clip Higher by 2.6%.The 7B comparison reflects the larger margin over the second-best baseline described in the experiments.
  • Main Results: Pass@K results show MASPO leading on AIME24 with the 1.5B model and extending its advantage to AIME25 at the 7B scale.The passage characterizes this as robustness across difficulty levels.
  • Training Dynamics: MASPO maintains higher entropy than GRPO without instability or stagnation, achieving a performance ceiling superior to all baselines.GRPO exhibits rapid entropy decay, while SAPO collapses on both model scales.
  • Hyperparameter Analysis: Configurations with α ∈ {0.3, 0.5} yield optimal performance ceilings, while extreme α values still outperform GRPO and tested β values preserve superiority.The experiments recommend α ∈[0.3, 0.5] for balancing stability and exploration.
  • Scalability: At 14B, MASPO maintains higher entropy and a significant performance margin over GRPO, supporting scalability across the evaluated model sizes.The 14B experiment uses α = 0.5 and β = 0.03.

6 Conclusion

The paper identifies rigid, uniform, and symmetric trust-region constraints as structural mismatches for LLM optimization and proposes MASPO as a unified response. Across 1.5B, 7B, and 14B models, evaluations report improved sample efficiency and reasoning accuracy.

  • Problem: Current RLVR trust-region mechanisms are inefficient for LLM optimization because they do not accommodate heavy-tailed token distributions and disparate reward-signal reliability.The conclusion frames these as structural disconnects in prevailing hard-clipping paradigms.
  • Method: MASPO unifies Soft Gaussian Gating, a Mass-Adaptive Limiter, and an Asymmetric Risk Controller into one theoretical framework.The components target continuous optimization, probability-aware exploration, and signal-aware update magnitudes.
  • Results: Evaluations across 1.5B, 7B, and 14B models confirm enhanced sample efficiency and reasoning accuracy.The scalability analysis covers Avg@32 and Pass@32 across these model sizes.

Limitations

The study’s evidence is concentrated on deterministic mathematical reasoning and models up to 14B parameters. Applying MASPO beyond these settings remains unverified and may require adaptation.

  • Verifiable Rewards: MASPO’s Asymmetric Risk Controller assumes positive rewards represent verified truths while negative rewards contain credit-assignment ambiguity.The experiments therefore focus on mathematical reasoning tasks with deterministic ground truth.
  • Verifiable Rewards: Applicability to subjective or partial-reward domains such as creative writing, general chat, and multimodal retrieval requires further adaptation of the risk-control mechanism.These domains are outside the demonstrated experimental scope.
  • Computational Scope: MASPO has not been empirically verified on extremely large foundation models, including 70B+ or MoE architectures, because of computational resource constraints.The paper identifies validation at such scales as future work.

Ethical Considerations

The supplied passages primarily present theoretical and optimization material rather than ethical considerations. They also state commitments to transparent reporting, public data use without PII, reproducibility, and open sourcing.

  • The study reports adherence to established ethical guidelines and transparent disclosure of theoretical derivations and implementation details.
  • The experiments use publicly available scientific datasets and process no private, sensitive, or personally identifiable information.
  • The authors document hyperparameter configurations, including tuning ranges for α and β, to support reproducibility.
  • The code is available anonymously for review, with a commitment to fully open-source the implementation after acceptance.

B Monotonicity Analysis of Group Relative Advantages

The analysis links group-relative advantage magnitude to task difficulty, showing that positive and negative advantages vary monotonically with the number of correct samples. MASPO uses these patterns to expand updates for rare successes and suppress noisy negative signals.

  • For a group of n samples, x correct samples receive positive rewards and n − x incorrect samples receive negative rewards.
  • The reward mean and variance standardize positive and negative samples into group-relative advantages.
  • The advantage expressions remain invariant when the reward scale changes from {0, 1} to {−1, 1}.
  • For hard tasks with few correct samples, positive advantages are larger, so MASPO amplifies updates for rare successful reasoning paths.
  • For easy tasks with many correct samples, negative advantages become strongly negative, so MASPO suppresses their gradients to limit noisy penalization.

C.3 Configuration and Reproducibility

The configuration section fixes optimization settings and documents baseline configurations for reproducible comparisons. It also identifies the benchmark and hyperparameter tables supporting the evaluation.

  • The optimization protocol uses AdamW with β1 = 0.9, β2 = 0.95, a constant learning rate, global batch size 512, and update batch size 32.
  • Baseline algorithms use original-paper optima or best-effort grid-search settings documented in the configuration table.
  • Clip Higher required εhigh = 0.265 after εhigh = 0.28 performed poorly, while Advantage Reweighting improved with αA = 0.1 but remained below GRPO.
  • Table 3 summarizes the evaluation benchmarks, while Table 4 lists detailed hyperparameter configurations for MASPO and the baselines.

D.2 Ablation on SAPO Gating Mechanism

The SAPO ablation indicates that unilateral gating avoids the training collapse observed with bilateral gating by preserving beneficial updates. Additional experiments examine risk control, hyperparameter robustness, and scaling across model sizes.

  • SAPO gating mechanism: A unilateral SAPO variant applies gating only to potentially destabilizing updates and preserves conservative gradients.
  • SAPO gating mechanism: On DeepSeek-R1-Distill-Qwen-1.5B, unilateral gating avoids the collapse observed in original bilateral SAPO and functions as an ablation of MASPO’s other components.
  • Hyperparameter robustness: The α = 0.5 setting also provides robust performance on the 7B model alongside the primary α = 0.3 setting.
  • Positive risk control: Without positive risk control, performance degrades prematurely; enabling it prevents early degeneration and promotes sustained exploration.
  • Scalability: +2.8% average Avg@32 over GRPO is reported for MASPO on the 14B model, with higher Pass@1 and Pass@32 on AIME benchmarks.
Loading 2602.17550v3…