English

Post-Training with Policy Gradients: Optimality and the Base Model Barrier

Machine Learning 2026-03-10 v1 Artificial Intelligence Machine Learning

Abstract

We study post-training linear autoregressive models with outcome and process rewards. Given a context x\boldsymbol{x}, the model must predict the response yYN\boldsymbol{y} \in Y^N, a sequence of length NN that satisfies a γ\gamma margin condition, an extension of the standard separability to sequences. We prove that on test samples where the base model achieves a non-trivial likelihood α\alpha, a variant of policy gradient (PG) can achieve likelihood 1ε1 - \varepsilon with an essentially minimax optimal number of reward queries O~((α1+ε1)/γ2)\tilde{O}((\alpha^{-1} + \varepsilon^{-1})/\gamma^2). However, a barrier arises for going beyond the support of the base model. We prove that the overall expected error after post-training with outcome rewards is governed by a property of the base model called the Likelihood Quantile (LQ), and that variants of PG, while minimax optimal, may require a number of reward queries exponential in NN to go beyond this support, regardless of the pre-training algorithm. To overcome this barrier, we study post-training with a process reward model, and demonstrate how PG variants in this setting avoid the curse of dimensionality in NN via dependence on a token-level LQ. Along the way, we prove that under the margin condition, SGD with adaptive learning rate (LR) achieves a near optimal test error for statistical learning, and PG with adaptive LR achieves a near optimal number of mistakes for online learning while being computationally efficient whenever possible, both of which may be of independent interest.

Keywords

Cite

@article{arxiv.2603.06957,
  title  = {Post-Training with Policy Gradients: Optimality and the Base Model Barrier},
  author = {Alireza Mousavi-Hosseini and Murat A. Erdogdu},
  journal= {arXiv preprint arXiv:2603.06957},
  year   = {2026}
}

Comments

36 pages, 2 figures

R2 v1 2026-07-01T11:08:07.463Z