A causal language model is a language model that predicts each token using only preceding tokens as context. This unidirectional structure is common in generative models that produce text one token at a time.
Synonym for unidirectional language model. See bidirectional language model to contrast different directional approaches in language modeling.