Multiple Choice

A language model is generating a sequence. At a specific step i, it computes the following probabilities for the next token over its vocabulary V = {'run', 'walk', 'jump', 'sit', 'sleep'}. Given a setting of K=3, which of the following sets correctly represents the selection pool V_i according to the formal definition: Vi=argTopKyiVPr(yix,y<i)V_i = \underset{y_i \in V}{\text{argTopK}} \, \text{Pr}(y_i|\mathbf{x}, \mathbf{y}_{<i})

Probabilities:

  • Pr('run' | ...) = 0.15
  • Pr('walk' | ...) = 0.40
  • Pr('jump' | ...) = 0.05
  • Pr('sit' | ...) = 0.35
  • Pr('sleep' | ...) = 0.05

0

1

Updated 2025-09-29

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