Pith. sign in

REVIEW 7 cited by

Auto-Regressive Next-Token Predictors are Universal Learners

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2309.06979 v3 pith:W6HL2ABB submitted 2023-09-13 cs.LG cs.CL

Auto-Regressive Next-Token Predictors are Universal Learners

classification cs.LG cs.CL
keywords next-tokencomplexitypredictorsauto-regressivesimpleapproximatedemonstratedisplay
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Large language models display remarkable capabilities in logical and mathematical reasoning, allowing them to solve complex tasks. Interestingly, these abilities emerge in networks trained on the simple task of next-token prediction. In this work, we present a theoretical framework for studying auto-regressive next-token predictors. We demonstrate that even simple models such as linear next-token predictors, trained on Chain-of-Thought (CoT) data, can approximate any function efficiently computed by a Turing machine. We introduce a new complexity measure -- length complexity -- which measures the number of intermediate tokens in a CoT sequence required to approximate some target function, and analyze the interplay between length complexity and other notions of complexity. Finally, we show experimentally that simple next-token predictors, such as linear networks and shallow Multi-Layer Perceptrons (MLPs), display non-trivial performance on text generation and arithmetic tasks. Our results demonstrate that the power of today's LLMs can be attributed, to a great extent, to the auto-regressive next-token training scheme, and not necessarily to a particular choice of architecture.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 7 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Tight Sample Complexity of Transformers

    cs.LG 2026-06 unverdicted novelty 8.0

    Depth-L transformers with W parameters have VC dimension Theta(L W log(T W)), yielding matching O(L W log((T+T')W)) upper and Omega(L W log((T+T')W/L)) lower bounds on sample complexity for chain-of-thought learning.

  2. Lost in Tokenization: Fundamental Trade-offs in Graph Tokenization for Transformers

    cs.LG 2026-05 accept novelty 8.0

    Graph tokenizations for Transformers induce distinct depth regimes with proven separations and impossibility results for converting between them at limited depth.

  3. Sample Complexity of Autoregressive Reasoning: Chain-of-Thought vs. End-to-End

    cs.LG 2026-04 unverdicted novelty 8.0

    End-to-end sample complexity for autoregressive generators can realize any scaling rate r(T) between constant and linear, while chain-of-thought supervision eliminates all dependence on T.

  4. When Does In-Context Search Help? A Sampling-Complexity Theory of Reflection-Driven Reasoning

    cs.AI 2026-07 conditional novelty 7.0

    When reflections localize early errors, in-context search solves exp-small pass-rate problems with poly sequential attempts; otherwise it offers no asymptotic gain over parallel sampling, and the update is learnable a...

  5. A Theory of Online Learning with Autoregressive Chain-of-Thought Reasoning

    cs.LG 2026-05 unverdicted novelty 7.0

    Online mistake bounds for autoregressive output learning can grow logarithmically with generation horizon M under end-to-end feedback but become independent of M with chain-of-thought trajectory access.

  6. Continuous Latent Diffusion Language Model

    cs.CL 2026-05 unverdicted novelty 6.0

    Cola DLM proposes a hierarchical latent diffusion model that learns a text-to-latent mapping, fits a global semantic prior in continuous space with a block-causal DiT, and performs conditional decoding, establishing l...

  7. Deep sequence models tend to memorize geometrically; it is unclear why

    cs.LG 2025-10 unverdicted novelty 6.0

    Deep sequence models develop geometric memory in embeddings that encodes novel global relationships, transforming l-fold composition tasks into 1-step navigation via a natural spectral bias connected to Node2Vec.