Concept

Core Computational Task in Autoregressive Generation

The fundamental computational task of an autoregressive language model is to model the conditional probability of the next token given the preceding context, Pr(y_i|x, y_{<i}). A key requirement for practical implementation is that this computation must be performed in an efficient manner.

0

1

Updated 2025-10-10

Contributors are:

Who are from:

Tags

Ch.5 Inference - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences