Predictive divergence masks make LLM RL updates track trust-region change more closely

Xiangxin Zhou · hf · 2026-07-24

Predictive Divergence Masks for LLM RL

This paper looks at how LLM reinforcement learning stabilizes off-policy updates with trust-region masks. It focuses on a weakness in PPO-style masking: the direction criterion still relies on a sampled-token importance ratio, even when the proximity criterion has already moved to a divergence-based test.

The authors point out that the sampled ratio can disagree in sign with the actual change in the divergence used by the trust region. They propose a predictive divergence mask that asks a different question: will the next policy-gradient step increase or decrease that same divergence?

Key points:

Original post →

More from coding & agent

coding & agent channel →