paper-with-me

Papers

Auto-Regressive Next-Token Predictors are Universal Learners

2023-09-13 · Eran Malach

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.

📄 PDF Abstract BibTeX arXiv:2309.06979

Code (1)

emalach/linearlm 공식 구현 pytorch

Tasks

Mathematical ReasoningText Generation

Similar Papers 제목 키워드 기반

Improving Next Tokens via Second-Last Predictions with Generate and Refine

2024-11-23 · Johannes Schneider

Autoregressive language models like GPT aim at predicting next tokens, while autoencoding models such as BERT are trained on tasks such as predicting masked tokens. We train a decoder only architecture for predicting the…

Decoder

NextStep-1: Toward Autoregressive Image Generation with Continuous Tokens at Scale

2025-08-14 · NextStep Team, Chunrui Han, Guopeng Li, Jingwei Wu 외 arxiv

Prevailing autoregressive (AR) models for text-to-image generation either rely on heavy, computationally-intensive diffusion models to process continuous image tokens, or employ vector quantization (VQ) to obtain discret…

Text-to-Image GenerationImage Editing

Towards Understanding the Universality of Transformers for Next-Token Prediction

2024-10-03 · Michael E. Sander, Gabriel Peyré

Causal Transformers are trained to predict the next token for a given context. While it is widely accepted that self-attention is crucial for encoding the causal structure of sequences, the precise underlying mechanism b…

Next Patch Prediction for Autoregressive Visual Generation

2024-12-19 · Yatian Pang, Peng Jin, Shuo Yang, Bin Lin 외

Autoregressive models, built based on the Next Token Prediction (NTP) paradigm, show great potential in developing a unified framework that integrates both language and vision tasks. In this work, we rethink the NTP for …

Image GenerationPrediction

Next-Acceleration-Scale Prediction for Autoregressive MRI Reconstruction

2026-05-19 · Yilmaz Korkmaz, Vishal M. Patel arxiv

MRI reconstruction is an inherently ill-posed inverse problem, since incomplete measurements admit many plausible solutions. This ambiguity becomes more severe under high acceleration, where pixel-domain continuous predi…

MRI Reconstruction