Learn Before
Limitation of Cloze Task Reframing
A developer reframes a classification task as a 'fill-in-the-blank' problem for a text-generation model. The goal is for the model to complete a sentence with one of the predefined class labels (e.g., 'positive', 'negative'). Describe a significant potential issue with the model's generated text in this scenario and explain the underlying reason for this issue.
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