Learn Before
A language model has predicted the following probabilities for the next potential token: 'the' (0.20), 'a' (0.18), 'it' (0.15), 'he' (0.12), 'she' (0.10), and 'that' (0.08). Consider two different sampling configurations: one using a fixed candidate pool of size k=3, and another using a dynamic candidate pool where the cumulative probability of selected tokens must exceed p=0.6. Which statement accurately compares the resulting candidate pools for these two configurations?
0
1
Tags
Ch.5 Inference - 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
A language model has predicted the following probabilities for the next potential token: 'the' (0.20), 'a' (0.18), 'it' (0.15), 'he' (0.12), 'she' (0.10), and 'that' (0.08). Consider two different sampling configurations: one using a fixed candidate pool of size
k=3, and another using a dynamic candidate pool where the cumulative probability of selected tokens must exceedp=0.6. Which statement accurately compares the resulting candidate pools for these two configurations?Analyzing Text Generation Outputs
Comparative Analysis of Sampling Methods Under Varied Probability Distributions