English

Implicit Optimization Bias of Next-Token Prediction in Linear Models

Machine Learning 2024-11-01 v2 Computation and Language Machine Learning

Abstract

We initiate an investigation into the optimization properties of next-token prediction (NTP), the dominant training paradigm for modern language models. Specifically, we study the structural properties of the solutions selected by gradient-based optimizers among the many possible minimizers of the NTP objective. By framing NTP as cross-entropy minimization across distinct contexts, each tied with a sparse conditional probability distribution across a finite vocabulary of tokens, we introduce "NTP-separability conditions" that enable reaching the data-entropy lower bound. With this setup, and focusing on linear models with fixed context embeddings, we characterize the optimization bias of gradient descent (GD): Within the data subspace defined by the sparsity patterns of distinct contexts, GD selects parameters that equate the logits' differences of in-support tokens to their log-odds. In the orthogonal subspace, the GD parameters diverge in norm and select the direction that maximizes a margin specific to NTP. These findings extend previous research on implicit bias in one-hot classification to the NTP setting, highlighting key differences and prompting further research into the optimization and generalization properties of NTP, irrespective of the specific architecture used to generate the context embeddings.

Keywords

Cite

@article{arxiv.2402.18551,
  title  = {Implicit Optimization Bias of Next-Token Prediction in Linear Models},
  author = {Christos Thrampoulidis},
  journal= {arXiv preprint arXiv:2402.18551},
  year   = {2024}
}

Comments

v2: fixed typos and writing in various parts; updated figures and future-work section

R2 v1 2026-06-28T15:03:36.972Z