Caesar AI Atlas

Unidirectional

Caesar AI Atlas Definition

Unidirectional describes a system that processes context in only one direction, usually from earlier text to later text. In language modeling, a unidirectional system considers preceding tokens but not following tokens when making predictions.

Other Definitions

Unidirectional Source

A system that only evaluates the text that precedes a target section of text. In contrast, a bidirectional system evaluates both the text that precedes and follows a target section of text. See bidirectional for more details.

Related Terms