Autoregressive Models

Autoregressive models are a class of generative models that generate sequences data point by data point, where each prediction is conditioned on previously generated values. They are the foundational architecture behind most modern large-language-models (LLMs).

Core Mechanics

Key Architectures

Inference Optimization & Recent Developments

References