Analyzing a Failure in Prediction Combination
Based on the general formula for combining predictions, ŷ = Combine(ŷ₁, ..., ŷₖ), analyze the following outcome. What does this specific result imply about the nature of the Combine(·) function implemented in this system?
0
1
Tags
Ch.3 Prompting - 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
Combination Strategies for Prompt Ensembling
A team is developing a system to generate a single, highly accurate description for an image. They provide a language model with the same image but use five different instructional phrases to guide the description generation process. This results in five distinct text descriptions of the image. The team's final step is to aggregate these five descriptions into one consolidated output. How does the general formula for combining multiple predictions,
ŷ = Combine(ŷ₁, ..., ŷₖ), map to this team's process?Analyzing a Failure in Prediction Combination
Deconstructing the Prediction Combination Formula