Switch language한국어
Back to the list

Predictive Divergence Masks for LLM RL

TL;DR AI

Key summary

2 min read
  1. The paper proposes a predictive divergence mask for LLM reinforcement learning that uses the same divergence as the trust-region check to decide whether to mask a policy update.

  2. This replaces PPO’s sampled-token ratio-based direction test with a more consistent divergence-based criterion.

  3. The authors derive a closed-form version for discrete softmax policies and add top-K estimators for rollout systems with truncated vocabularies.

  4. The method improves training stability and consistency across model sizes and precision settings by aligning masking decisions with policy-drift control.

Read the original