Definition

Text Generation Probability

The probability of generating a specific text sequence, denoted as yy, given a preceding context, denoted as xx, is represented by the formula Pr(yx)Pr(y|x). This conditional probability is a fundamental concept in language modeling, quantifying the likelihood that a model will produce a particular output. When the language model is parameterized by a set of parameters θ\theta, this probability is explicitly written as Prθ(yx)Pr_{\theta}(y|x) to indicate its dependence on the model's parameters.

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

Related