CLAILGJul 6

Turning Off-Policy Tokens On-Policy: A Plug-in Approach for Improving LLM Alignment

arXiv:2607.0472839.3
Predicted impact top 1% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners training LLMs with RL, SIS offers a plug-in method to reduce variance and improve alignment performance with negligible overhead.

The paper addresses the variance explosion problem in off-policy reinforcement learning for LLM alignment by proposing Selective Importance Sampling (SIS), which treats accepted tokens as on-policy to avoid correction. SIS consistently improves objectives and robustness across math and agent benchmarks.

Reinforcement learning (RL) post-training for large language models (LLMs) follows a efficient paradigm of "rollout then update", which inevitably results in off-policy training data. To resolve this, Importance sampling (IS) is proposed, while the token-level ratios compound over long sequences, causing severe variance exploded. A natural idea is "transferring" these off-policy token into on-policy token, so that the importance scores for correction are unnecessary. Following this idea, we propose Selective Importance Sampling (SIS), which is inspired by rejection sampling. Concretely, SIS implements by viewing off-policy model as proposal distribution, and implement a token-level rejection test: accepted tokens are viewed as on-policy, so that receive unit importance score, while rejected tokens retain the standard IS correction. Our proposed SIS is theoretically proved reducing the gap between token-level and sequence-level off-policy gradient estimators. The SIS acts as a plug-in that only modifies the importance ratio in the policy loss, adding negligible wall-clock overhead, and can be combine with a vast vary of RL post-training algorithms. Experiments on dense and MoE LLMs across math and agent benchmarks show that SIS consistently improves all objectives, while providing substantially stronger robustness under off-policy data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes