Short Answer

Calculating Sequence Log Probability

A language model is evaluating the three-word sequence 'the cat sat'. It has computed the following conditional log probabilities:

  • log Pr('the') = -1.2
  • log Pr('cat' | 'the') = -2.5
  • log Pr('sat' | 'the', 'cat') = -1.8

Based on the principle that the log probability of a sequence is the sum of the log probabilities of its components, what is the total log probability of the entire sequence 'the cat sat'?

0

1

Updated 2025-10-03

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

Application in Bloom's Taxonomy

Cognitive Psychology

Psychology

Social Science

Empirical Science

Science