paper-with-me

Papers

Training for the Model You Return: Improving Optimization for Iterate-Averaged Language Models

2026-06-23 · Kwok Chun Au, Adam Block arxiv

Many modern Language Model (LM) pipelines return an averaged model, such as an exponential moving average of the training iterates, rather than the final iterate itself. This raises a fundamental question: given that we will return an iterate average, how should we change training to improve the performance of this average? We study this question by formulating optimizer design for the iterate-average estimator as an optimal-control problem. In a continuous-time stochastic quadratic model, we solve for the control strategy that minimizes the error of the returned average subject to a penalty on the size of the intervention. A practical approximation to this controller yields PACE, a lightweight wrapper around AdamW that pulls the live weights toward their exponential moving average with a clipped, per-coordinate control strength. We prove that a stylized version of PACE converges at the standard stochastic convex optimization rate, up to a factor depending on the averaging rule, while in the quadratic setting it can strictly improve the limiting squared error of the iterate-average estimator and can do so by an arbitrarily large factor on some instances. Empirically, our results suggest that PACE improves over AdamW and EMA-evaluated AdamW in supervised fine-tuning of 1-2B parameter LMs and in GPT-2 pretraining on FineWeb for a wide range of learning rates, decay schedules, and other hyperparameters.

📄 PDF Abstract BibTeX arXiv:2606.25086

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Last Iterate is Slower than Averaged Iterate in Smooth Convex-Concave Saddle Point Problems

2020-01-31 · Noah Golowich, Sarath Pattathil, Constantinos Daskalakis, Asuman Ozdaglar

In this paper we study the smooth convex-concave saddle point problem. Specifically, we analyze the last iterate convergence properties of the Extragradient (EG) algorithm. It is well known that the ergodic (averaged) it…

Constant Stepsize Q-learning: Distributional Convergence, Bias and Extrapolation

2024-01-25 · Yixuan Zhang, Qiaomin Xie

Stochastic Approximation (SA) is a widely used algorithmic approach in various fields, including optimization and reinforcement learning (RL). Among RL algorithms, Q-learning is particularly popular due to its empirical …

Q-LearningReinforcement Learning (RL)

A General-Purpose Theorem for High-Probability Bounds of Stochastic Approximation with Polyak Averaging

2025-05-27 · Sajad Khodadadian, Martin Zubeldia

Polyak-Ruppert averaging is a widely used technique to achieve the optimal asymptotic variance of stochastic approximation (SA) algorithms, yet its high-probability performance guarantees remain underexplored in general …

Q-Learning

How Memory in Optimization Algorithms Implicitly Modifies the Loss

2025-02-04 · Matias D. Cattaneo, Boris Shigida

In modern optimization methods used in deep learning, each update depends on the history of previous iterations, often referred to as memory, and this dependence decays fast as the iterates go further into the past. For …

Universal Stagewise Learning for Non-Convex Problems with Convergence on Averaged Solutions

2018-08-20 · ICLR 2019 5 · Zaiyi Chen, Zhuoning Yuan, Jin-Feng Yi, Bo-Wen Zhou 외

Although stochastic gradient descent (SGD) method and its variants (e.g., stochastic momentum methods, AdaGrad) are the choice of algorithms for solving non-convex problems (especially deep learning), there still remain …