Debugging a Language Model's Output Score
Analyze the junior engineer's hypothesis. Is their reasoning correct for how standard generative language models compute the score for an output sequence? Explain why or why not.
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
Sequence Evaluation using Log-Probability
An engineer is using a generative language model to decide which of two possible sentences is a more likely completion for the input prompt 'Once upon a time,'. The model can compute various log-probability scores. To select the better completion, which of the following scores should the engineer compare for each candidate sentence?
Debugging a Language Model's Output Score
Rationale for Log-Probability Calculation in Generative Models
Core Computational Task in Autoregressive Generation
Step-by-Step Sequence Log-Probability Computation