English

The State-Prediction Separation Hypothesis

Computation and Language 2026-07-01 v1 Artificial Intelligence Machine Learning

Abstract

Transformers use the same forward computation stream to both predict the next token and store useful state for future token predictions. We formulate the \emph{state-prediction separation hypothesis}: disentangling the two roles yields better language modeling performance. We design a Transformer variant that uses two computation streams to separate the two functions, and conduct pretraining experiments across various scales. Our experiments show that state-prediction separation consistently offers better data and compute efficiencies, improving validation loss and outperforming standard Transformers by 2--3 percentage points on average on downstream tasks. We also conduct extensive empirical analysis that rules out potential confounders and demonstrates the fundamental difference in the gradients our design entails.

Cite

@article{arxiv.2607.01218,
  title  = {The State-Prediction Separation Hypothesis},
  author = {Giovanni Monea and Nathan Godey and Kianté Brantley and Yoav Artzi},
  journal= {arXiv preprint arXiv:2607.01218},
  year   = {2026}
}

Comments

Preprint