Deconstructing a Classification Prompt
Analyze the following prompt, which is designed to classify a movie review's sentiment. Identify the two key components of this prompt (the original input and the added phrase). Then, predict a likely one-word completion from a language model and explain how that completion would be used to determine a 'Positive' sentiment classification.
Prompt: This movie was a masterpiece from start to finish. The acting was superb and the plot was engaging. Overall, my feeling is
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
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A developer is building a system to automatically categorize customer support messages. The system works by taking the customer's message, appending a short phrase to it to create a prompt, and then using the language model's generated text to determine the category.
Given the customer message below, which appended phrase is best designed to classify the request type?
Customer Message: 'My internet connection keeps dropping every few hours. I've tried restarting my router, but it doesn't help. Can someone look into this?'
Troubleshooting a Prompt for News Classification
Deconstructing a Classification Prompt