Comparing Language Model Outputs
Based on the provided log-probabilities, which model's completion (y_A or y_B) is more probable given the input prompt x? Justify your answer by calculating the conditional log-probability for each model's 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
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A language model is given an input sequence, x. The model calculates the log-probability of this input sequence as -12.5. The model then generates a completion, y, and calculates the log-probability of the full, combined sequence [x, y] as -15.0. Based on these values, what is the conditional log-probability of the model generating the completion y given the input x?
Comparing Language Model Outputs
Calculating Joint Log-Probability