Learn Before
In a text generation process, a set of potential next words and their calculated probabilities are ranked as follows: {'the': 0.45, 'a': 0.25, 'his': 0.15, 'her': 0.10, 'its': 0.05}. If the process uses a fixed width of K=3 to select the most likely candidates, which words are kept and which are discarded (pruned)?
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
In a text generation process, a set of potential next words and their calculated probabilities are ranked as follows:
{'the': 0.45, 'a': 0.25, 'his': 0.15, 'her': 0.10, 'its': 0.05}. If the process uses a fixed width of K=3 to select the most likely candidates, which words are kept and which are discarded (pruned)?Impact of Search Width on Text Generation
Applying Selection and Pruning in Text Generation