Learn Before
Deconstructing the Predictive Inference Formula
Consider the formal expression for predictive inference in a large language model:
ŷ = argmax_y LLM Pr_θ^s(y)
Deconstruct this expression by explaining the specific role and significance of each of the following three components in determining the final output ŷ:
argmax_yLLM Pr(y)θands
0
1
Tags
Ch.4 Alignment - 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 large language model, with a fixed set of parameters
θand using a specific scoring methods, is performing an inference task. Its goal is to select the single most probable outputŷfrom the entire space of possible outputsy. Which mathematical expression correctly represents this process?Applying Predictive Inference
Deconstructing the Predictive Inference Formula