Learn Before
A team is deploying a text classification system using a large language model. They encounter several unexpected behaviors. Match each observed behavior with the most likely underlying 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
Proposal for LLM-based Classification System
A financial services company is developing a system to classify customer support emails into one of three categories: 'Account Inquiry', 'Technical Issue', or 'Complaint'. They are considering two different prompting strategies for their Large Language Model.
- Strategy A: "Classify the following email into one of these categories: Account Inquiry, Technical Issue, Complaint. Email: [email text]"
- Strategy B: "Analyze the following email and determine if it is an Account Inquiry, a Technical Issue, or a Complaint. If it does not fit any of these, label it as 'Other'. Email: [email text]"
Which of the following statements best evaluates the potential risks associated with these strategies?
Challenge of Prompting LLMs for Many-Category Classification
Evaluating LLM vs. Fine-Tuned Models for Classification
A team is deploying a text classification system using a large language model. They encounter several unexpected behaviors. Match each observed behavior with the most likely underlying issue.