Beyond Multi-Token Prediction: Pretraining LLMs with Future Summaries

Abstract

Next-token prediction (NTP) has driven the success of large language models (LLMs), but it struggles with long-horizon reasoning, planning, and creative writing, with these limitations largely attributed to teacher-forced training. Multi-token prediction (MTP) partially mitigates these issues by predicting several future tokens at once, but it mostly captures short-range dependencies and offers limited improvement. We propose future summary prediction (FSP), which trains an auxiliary head to predict a compact representation of the long-term future, preserving information relevant for long-form generations. We explore two variants of FSP: handcrafted summaries, for example, a bag of words summary of the future of the sequence, and learned summaries, which use embeddings produced by a reverse language model trained from right to left. Large-scale pretraining experiments (3B and 8B-parameter models) demonstrate that FSP provides improvements over both NTP and MTP across math, reasoning, and coding benchmarks.

Cite

Text

Mahajan et al. "Beyond Multi-Token Prediction: Pretraining LLMs with Future Summaries." International Conference on Learning Representations, 2026.

Markdown

[Mahajan et al. "Beyond Multi-Token Prediction: Pretraining LLMs with Future Summaries." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/mahajan2026iclr-beyond/)

BibTeX

@inproceedings{mahajan2026iclr-beyond,
  title     = {{Beyond Multi-Token Prediction: Pretraining LLMs with Future Summaries}},
  author    = {Mahajan, Divyat and Goyal, Sachin and Idrissi, Badr Youbi and Pezeshki, Mohammad and Mitliagkas, Ioannis and Lopez-Paz, David and Ahuja, Kartik},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/mahajan2026iclr-beyond/}
}