paper-with-me

Papers

Rethinking the Divergence Regularization in LLM RL

2026-06-08 · Jiarui Yao, Xiangxin Zhou, Penghui Qi, Wee Sun Lee, Liefeng Bo, Tianyu Pang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.09821

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Equivalence of the Empirical Risk Minimization to Regularization on the Family of f-Divergences

2024-02-01 · Francisco Daunas, Iñaki Esnaola, Samir M. Perlaza, H. Vincent Poor

The solution to empirical risk minimization with $f$-divergence regularization (ERM-$f$DR) is presented under mild conditions on $f$. Under such conditions, the optimal measure is shown to be unique. Examples of the solu…

Inductive Bias

Regularization via f-Divergence: An Application to Multi-Oxide Spectroscopic Analysis

2025-02-06 · Weizhi Li, Natalie Klein, Brendan Gifford, Elizabeth Sklute 외

In this paper, we address the task of characterizing the chemical composition of planetary surfaces using convolutional neural networks (CNNs). Specifically, we seek to predict the multi-oxide weights of rock samples bas…

Multi-target regression

Optimal transport with $f$-divergence regularization and generalized Sinkhorn algorithm

2021-05-29 · Dávid Terjék, Diego González-Sánchez

Entropic regularization provides a generalization of the original optimal transport problem. It introduces a penalty term defined by the Kullback-Leibler divergence, making the problem more tractable via the celebrated S…

$f$-Divergence Regularized RLHF: Two Tales of Sampling and Unified Analyses

2026-05-07 · Di Wu, Chengshuai Shi, Jing Yang, Cong Shen arxiv

Reinforcement Learning from Human Feedback (RLHF) has become a cornerstone technique for post-training large language models. While most existing approaches rely on the reverse KL-regularization, recent empirical studies…

Reinforcement Learning

Divergence Prior and Vessel-tree Reconstruction

2018-11-24 · CVPR 2019 6 · Zhongwen Zhang, Egor Chesakov, Dmitrii Marin, Yuri Boykov

We propose a new geometric regularization principle for reconstructing vector fields based on prior knowledge about their divergence. As one important example of this general idea, we focus on vector fields modelling blo…