Learn Before
A language model is generating the next word in a sentence. After calculating the probabilities for several candidate words, it has the following set: 'the' (probability = 0.45), 'a' (probability = 0.25), 'my' (probability = 0.15), and 'your' (probability = 0.10). If the model uses a selection method where only the single most probable candidate is chosen and all others are discarded, which word will be selected for the final output?
0
1
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
Related
A language model is generating the next word in a sentence. After calculating the probabilities for several candidate words, it has the following set: 'the' (probability = 0.45), 'a' (probability = 0.25), 'my' (probability = 0.15), and 'your' (probability = 0.10). If the model uses a selection method where only the single most probable candidate is chosen and all others are discarded, which word will be selected for the final output?
Applying the 1-Best Selection Method
Inferring Probability from Model Output