Free for humans·Paid for agents · x402
Artificial IntelligenceRank #17 · 2026-W39

Score Centering Stabilizes Off-policy Reinforcement Learning

arXiv:2609.20807

Martin Marek, Max Ryabinin

Free plain-English explainer

An additive “score centering” term cancels the slow drift between training and inference engines that destabilizes RL on large language models.

Read free explainer →

Reinforcement learning (RL) of large language models is notoriously sensitive to small differences between training and inference engines, often referred to as the training-inference mismatch (TIM). However, completely eliminating TIM is impractical, as it would come at a major cost to rollout efficiency. In this paper, we show that the instability of RL under TIM is primarily caused by drift: a persistent bias between training and inference engines that accumulates with every training step. We derive an additive "score centering" correction term that stabilizes RL under TIM by canceling drift. When training models from 0.6B to 30B parameters, score centering alone matches or outperforms methods based on importance sampling under quantization, with the gap growing as the mismatch becomes more severe. Because the correction is additive, score centering also composes with importance sampling -- their composition outperforms pure importance-sampling baselines in our staleness experiments.