Paper: The Mirage of Optimizing Training Policies: Monotonic Inference Policies as the Real Objective fo...
Listen to this article.
Problem
Reinforcement learning (RL) is increasingly used to fine-tune large language models (LLMs), but this process can be unstable and prone to failure. The authors identify a core issue: the discrepancy between how an LLM trains versus how it infers. Essentially, the training and inference processes use different “engines,” leading to inconsistencies in probabilities assigned to the same sequences – even though they share parameters. This creates a unique form of off-policy learning that undermines RL training stability. Existing approaches have focused on mitigating this “off-policyness,” but this paper argues they’ve missed a bigger picture: optimizing the training policy doesn’t guarantee an improvement in the inference policy, which is what actually matters for deployment.



