Multiple Choice

An auto-regressive language model is generating text following the input 'The cat sat on the'. The model's objective is to find the output sequence with the highest total log-probability. It is considering two possible two-word continuations:

Path A: 'warm mat'

  • log Pr('warm' | 'The cat sat on the') = -0.9
  • log Pr('mat' | 'The cat sat on the warm') = -1.5

Path B: 'plush rug'

  • log Pr('plush' | 'The cat sat on the') = -1.2
  • log Pr('rug' | 'The cat sat on the plush') = -1.1

Based on the provided conditional log-probabilities, which path will the model choose and why?

0

1

Updated 2025-09-29

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

Analysis in Bloom's Taxonomy

Cognitive Psychology

Psychology

Social Science

Empirical Science

Science

Related