Multiple Choice

A language model's objective is to find the output sequence with the highest overall conditional probability. Given the input 'The weather is', the model needs to generate a two-word sequence. It has calculated the following probabilities:

Probabilities for the first word:

  • Pr('nice' | 'The weather is') = 0.6
  • Pr('cold' | 'The weather is') = 0.4

Probabilities for the second word, depending on the first:

  • Pr('today' | 'The weather is nice') = 0.5
  • Pr('and' | 'The weather is cold') = 0.9

Based on the objective of maximizing the total sequence probability, which of the following sequences is the optimal choice and why?

0

1

Updated 2025-10-07

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

Application in Bloom's Taxonomy

Cognitive Psychology

Psychology

Social Science

Empirical Science

Science