Auto-regressive Language Model
ConceptAn auto-regressive language model is a neural language model that generates text by predicting each successive token conditioned only on the preceding tokens. Modern auto-regressive language models are typically built on stacked transformer decoder layers with multi-head self-attention and feed-forward networks, exemplified by the Generative Pre-trained Transformer (GPT) family, of which GPT-2 is a well-known instance.
WIKI
Auto-regressive Language Model
Definition
An auto-regressive language model is a language model that generates a sequence by predicting each successive token conditioned only on the tokens that have come before it. In the formulation described in the GoldenFuzz paper, GPT-style auto-regressive language models "predict each successive token using only previous tokens, relying on stacked transformer decoder layers with multi-head self-attention and feed-forward networks." This unidirectional (left-to-right) generation is the defining property of the auto-regressive family of transformer language models [GoldenFuzz].
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →