Skip to content

Causal Language Model

A model that predicts the next token based only on preceding tokens, never looking ahead. This left-to-right constraint makes it natural for text generation. All modern GPT-style models are causal language models.

Related terms

Decoder-Only ModelMasked Language ModelLarge Language Model (LLM)
← Back to glossary