Caesar AI Atlas

Unidirectional Language Model

Caesar AI Atlas Definition

A unidirectional language model predicts tokens using only the tokens that come before the target position. This contrasts with bidirectional models, which can use both preceding and following context.

Other Definitions

Unidirectional Language Model Source

A language model that bases its probabilities only on the tokens appearing before , not after , the target token(s). Contrast with bidirectional language model.

Concept Comparisons

Related Terms