True or False: When a model identifies a small group of the most likely next words and then recalculates their probabilities so that they sum to 1, the new, recalculated probability for any given word in that group will always be greater than or equal to its original probability.
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Comprehension in Revised Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A language model predicts the next token and assigns the following probabilities to the most likely candidates: 'the' (0.4), 'a' (0.2), 'one' (0.1), and 'some' (0.05). If the model is configured to only consider the top 3 most probable tokens for the next step, what is the adjusted probability for the token 'a' after the probabilities are recalculated to sum to 1?
Calculating Renormalized Probability
True or False: When a model identifies a small group of the most likely next words and then recalculates their probabilities so that they sum to 1, the new, recalculated probability for any given word in that group will always be greater than or equal to its original probability.