Short Answer

Comparing Output Sequence Probabilities

A language model is tasked with completing the sentence 'The cat sat on the...'. It considers two possible two-word completions: 'warm mat' and 'soft rug'. The model has calculated the following conditional probabilities:

  • Pr('warm' | 'The cat sat on the') = 0.5
  • Pr('soft' | 'The cat sat on the') = 0.4
  • Pr('mat' | 'The cat sat on the warm') = 0.8
  • Pr('rug' | 'The cat sat on the soft') = 0.9

Analyze both sequences to determine which one the model would select if its objective is to find the output with the highest conditional probability. Show your calculations and explain your reasoning.

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

Analysis in Bloom's Taxonomy

Cognitive Psychology

Psychology

Social Science

Empirical Science

Science