Short Answer

Constructing the Top-p Candidate Pool

During a text generation step, a language model outputs the following probabilities for the next token from its vocabulary:

P('the') = 0.5 P('a') = 0.2 P('in') = 0.1 P('on') = 0.08 P('at') = 0.07 P('is') = 0.05

The sampling process is configured with a probability threshold 'p' of 0.75. Using standard set notation, what is the candidate pool, Vi\overline{V}_i, for this step?

0

1

Updated 2025-10-03

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