Multiple Choice

An algorithm is generating a sequence, keeping the 2 most likely partial sequences (the 'beam') at each step. At the current step, the beam contains sequence 'A' (score: -1.0) and sequence 'B' (score: -2.0). The algorithm then identifies the most likely next tokens to extend these sequences:

  • For 'A', the next tokens are 'C' (score: -1.5) and 'D' (score: -1.6).
  • For 'B', the next tokens are 'E' (score: -0.1) and 'F' (score: -0.2).

Given that scores are combined by addition, which of the following sets represents the top 2 new candidate sequences that are formed in this expansion step?

0

1

Updated 2025-09-26

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