Concept

Language Models (LMs)

The fundamental goal of a language model is to predict the probability of a given sequence of tokens occurring. For a sequence mathematically represented as x0,x1,,xmx_0, x_1, \dots, x_m, where x0x_0 serves as the start symbol, the overall likelihood is determined by applying the chain rule of probability. This calculation decomposes the joint probability of the entire sequence into a product of conditional probabilities for each subsequent token.

0

2

Updated 2026-04-18

Tags

Data Science

Foundations of Large Language Models Course

Computing Sciences

Ch.2 Generative Models - Foundations of Large Language Models

Foundations of Large Language Models

Ch.5 Inference - Foundations of Large Language Models

Related