Multiple Choice

An autoregressive language model generates text one token at a time. At each step, it chooses the single token with the highest conditional probability based on the entire sequence generated so far. The model starts with the context 'The dog' and must choose the next two tokens.

Given the following table of conditional probabilities, which sequence of two tokens will the model generate?

Current ContextNext TokenProbability
'The dog''barked'0.7
'The dog''ran'0.2
'The dog''ate'0.1
'The dog barked''loudly'0.9
'The dog barked''at'0.1
'The dog ran''away'0.6
'The dog ran''to'0.4

0

1

Updated 2025-10-02

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