Abstract
DRPO improves LLM reinforcement learning stability by replacing hard masks with smooth regularization that provides continuous gradient corrections beyond trust-region boundaries.
Reinforcement learning (RL) has become a key component of post-training large language models (LLMs). In practice, LLM RL is often off-policy because of training-inference mismatch and policy staleness, making trust-region control essential for stable optimization. Mainstream methods such as PPO and GRPO approximate this control with a ratio-clipping mechanism, but the importance ratio can be a poor proxy for distributional shift in long-tailed vocabularies. Recent work such as DPPO addresses this mismatch by replacing ratio-based clipping with a divergence-based mask, yielding a trust region defined by the sampled token's absolute probability shift. However, DPPO still relies on a hard mask: once a token crosses the trust-region boundary in a harmful direction, its gradient is discarded rather than corrected. To address this, we propose Divergence Regularized Policy Optimization (DRPO), which replaces the hard mask with a smooth advantage-weighted quadratic regularizer on policy shift. DRPO preserves the same trust-region geometry as DPPO while inducing bounded, continuous gradient weights that attenuate diverging updates and provide corrective signals beyond the boundary. Experiments across model scales, architectures, and precision settings show that DRPO improves the stability and efficiency of LLM RL training.
Community
Divergence Regularized Policy Optimization (DRPO) is our attempt to make mask-based trust regions smoother without losing what makes them effective.
Our key insight is that trust-region geometry matters: DPPO-style trust-region geometry works well for LLM token updates, but its hard mask can be brittle.
DRPO keeps this geometry and replaces the hard cutoff with a smooth, advantage-weighted regularizer, turning discarded gradients into continuous corrective signals for more stable RL training.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Flow-DPPO: Divergence Proximal Policy Optimization for Flow Matching Models (2026)
- Multi-Step Likelihood-Ratio Correction for Reinforcement Learning with Verifiable Rewards (2026)
- Self-Distilled Policy Gradient (2026)
- Clipping Bottleneck: Stabilizing RLVR via Stochastic Recovery of Near-Boundary Signals (2026)
- Rethinking Importance Sampling in LLM Policy Optimization: A Cumulative Token Perspective (2026)
- Diagnosing Training Inference Mismatch in LLM Reinforcement Learning (2026)
- Ratio-Variance Regularized Policy Optimization (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2606.09821 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper

