Activity (Process)

Auto-Regressive Generation Process

When applying a language model, the generation of text typically follows an autoregressive process. At each individual step, the model takes a token, denoted as xi1x_{i-1}, as its current input. It then predicts the subsequent token, xix_i, by selecting the one that maximizes the conditional probability Pr(xix0,...,xi1)\Pr(x_i|x_0,...,x_{i-1}). This ensures each new prediction is conditioned on the sequence of all previously generated tokens.

0

1

Updated 2026-04-19

Contributors are:

Who are from:

Tags

Ch.2 Generative Models - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Ch.5 Inference - Foundations of Large Language Models