Multiple Choice

A language model is generating text with the goal of producing the most probable output sequence. It has already generated the phrase 'The best way to learn is by...' and must now decide the next word. The model calculates the following probabilities for the next possible words:

  • Pr('doing' | 'The best way to learn is by...') = 0.6
  • Pr('reading' | 'The best way to learn is by...') = 0.3
  • Pr('sleeping' | 'The best way to learn is by...') = 0.09
  • Pr('car' | 'The best way to learn is by...') = 0.01

To continue constructing the sequence with the highest possible overall probability, which word should the search process select at this step?

0

1

Updated 2025-09-28

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