Comparing Language Model Sequence Probabilities
A language model has generated the prefix 'The weather is'. It is now deciding between two possible two-word completions. Based on the conditional probabilities provided in the case study, which completion is the model more likely to choose? Justify your answer by showing the calculation for each option.
0
1
Tags
Ch.2 Generative Models - 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 is generating a sequence of words. Given the following conditional probabilities, what is the joint probability of the model generating the exact sequence 'The cat sat'?
- The probability of starting with 'The' is 0.4.
- The probability of 'cat' following 'The' is 0.5.
- The probability of 'sat' following 'The cat' is 0.9.
Applying the Chain Rule to a Sequence
Comparing Language Model Sequence Probabilities