Autoregressive¶
Entity Type: Glossary
ID: autoregressive
Definition: A type of model that predicts future values based on previous values in a sequence. In language models, autoregressive models generate text by predicting one token at a time, using previously generated tokens as context.
Related Terms: - sequence-modeling - language-model - text-generation - causal-modeling
Source Urls: - https://en.wikipedia.org/wiki/Autoregressive_model
Tags: - sequence-modeling - language-models - text-generation
Status: active
Version: 1.0.0
Created At: 2025-08-31
Last Updated: 2025-08-31