paper-with-me

Papers

Provable Long-Range Benefits of Next-Token Prediction

2025-12-08 · Xinyuan Cao, Santosh S. Vempala arxiv

Why do modern language models, trained to do well on next-word prediction, appear to generate coherent documents and capture long-range structure? Here we show that next-token prediction is provably powerful for learning longer-range structure, even with common neural network architectures. Specifically, we prove that optimizing next-token prediction over a Recurrent Neural Network (RNN) yields a model that closely approximates the training distribution: for held-out documents sampled from the training distribution, no algorithm of bounded description length limited to examining the next $k$ tokens, for any $k$, can distinguish between $k$ consecutive tokens of such documents and $k$ tokens generated by the learned language model following the same prefix. We provide polynomial bounds (in $k$, independent of the document length) on the model size needed to achieve such $k$-token indistinguishability, offering a complexity-theoretic explanation for the long-range coherence observed in practice.

📄 PDF Abstract BibTeX arXiv:2512.07818

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Coherence boosting: When your pretrained language model is not paying enough attention

2021-10-15 · ACL 2022 5 · Nikolay Malkin, Zhen Wang, Nebojsa Jojic

Long-range semantic coherence remains a challenge in automatic language generation and understanding. We demonstrate that large language models have insufficiently learned the effect of distant words on next-token predic…

Language ModelingLanguage ModellingText Generation

Spectral State Space Models

2023-12-11 · Naman Agarwal, Daniel Suo, Xinyi Chen, Elad Hazan

This paper studies sequence modeling for prediction tasks with long range dependencies. We propose a new formulation for state space models (SSMs) based on learning linear dynamical systems with the spectral filtering al…

PredictionState Space Models

Transformers Can Navigate Mazes With Multi-Step Prediction

2024-12-06 · Niklas Nolte, Ouail Kitouni, Adina Williams, Mike Rabbat 외

Despite their remarkable success in language modeling, transformers trained to predict the next token in a sequence struggle with long-term planning. This limitation is particularly evident in tasks requiring foresight t…

GPULanguage ModelingLanguage ModellingNavigate+1

LongCat-Next: Lexicalizing Modalities as Discrete Tokens

2026-03-29 · Meituan LongCat Team, Bin Xiao, Chao Wang, Chengjiang Li 외 arxiv

The prevailing Next-Token Prediction (NTP) paradigm has driven the success of large language models through discrete autoregressive modeling. However, contemporary multimodal systems remain language-centric, often treati…

Future Token Prediction -- Causal Language Modelling with Per-Token Semantic State Vector for Multi-Token Prediction

2024-10-23 · Nicholas Walker

Causal decoder-only transformer models used for generative language modelling, such as Generative Pre-trained Transformers (GPT), are trained to predict the next token in a sequence based only on its previous tokens. Des…

DecoderLanguage ModellingPositionPrediction+2