Learn Before
Analyzing Unexpected Model Behavior in Cloze Task Classification
Based on the scenario described below, analyze why the text-generation model produced an output that was not in the predefined set of labels. What does this outcome reveal about the fundamental way this classification method works?
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
Constraining LLM Predictions to a Predefined Label Set
A developer needs to use a text-generation model to classify customer reviews as 'Positive', 'Negative', or 'Neutral'. The developer decides to reframe this task as a 'fill-in-the-blank' problem, creating a prompt where the model's most probable completion is one of the target labels. Given the customer review, 'The battery life on this phone is surprisingly short.', which of the following prompts is the best application of this reframing technique?
Analyzing Unexpected Model Behavior in Cloze Task Classification
Limitation of Cloze Task Reframing