Constructing a Zero-Shot Prompt for Sentiment Analysis
You are tasked with classifying the sentiment of the following customer review: 'The user interface is confusing and difficult to navigate.' Construct a complete, self-contained prompt that instructs a language model to perform this classification without providing any examples. Your prompt must explicitly state that the output label should be chosen from the set {positive, negative, neutral}.
0
1
Tags
Ch.1 Pre-training - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Creation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A developer needs to determine if a customer review is 'positive', 'negative', or 'neutral' without providing any examples in the prompt itself. Which of the following prompts is best structured to accomplish this task reliably?
Critique of a Zero-Shot Prompt for Sentiment Classification
Constructing a Zero-Shot Prompt for Sentiment Analysis