Approximation of Log-Partition Function in Policy Mirror Descent Induces Implicit Regularization for LLM Post-Training
Abstract
Lay Summary
Large language models can improve their reasoning ability by practicing on problems and learning from whether their answers are correct. However, generating many answers during training is expensive, so practical systems often reuse answers produced by an older version of the model. This can make training faster, but it can also make learning unstable. This paper studies a simple training method inspired by recent large-scale reasoning systems. We explain mathematically why this method tends to make more cautious updates, especially when the model is still solving only a small fraction of problems correctly. This caution helps prevent the model from changing too aggressively based on limited or outdated training samples. We also test the method on math-reasoning tasks and find that it remains stable and competitive while allowing more efficient training with reused model outputs.