Example

Example of Auto-Regressive Probability Calculation

This example illustrates how an auto-regressive language model calculates the probability of a sentence like 'The kitten is chasing the ball .' by breaking it down into a sequence of conditional probabilities. The model predicts each word based on the words that precede it, represented by the series of calculations: Pr(路|The), Pr(路|kitten), and so on, until the entire sentence is processed.

0

1

Updated 2025-10-09

Contributors are:

Who are from:

Tags

Ch.1 Pre-training - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences