Learn Before
Unaddressed Issues in LLM-based Classification
Although Large Language Models appear to be a direct solution for classification tasks, their application involves several unresolved challenges that have not been fully explored or solved.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Polarity Classification
Unaddressed Issues in LLM-based Classification
Alternative Approaches for Difficult Classification Tasks
A technology news website wants to build a system to automatically sort its articles into a single, most relevant category for its main navigation menu. The goal is to ensure that readers can easily find articles on specific topics and that each article appears in only one section. Which of the following sets of predefined categories is best designed for this task?
Automating Customer Support Email Routing
Match each real-world scenario with the most appropriate text classification framework.
Choosing and Operationalizing a Sentiment Classifier Under Real Production Constraints
Designing a Robust Polarity Classifier: BERT vs Prompt-Completion and the Label-Mapping Contract
Debugging a Sentiment Pipeline: When Prompt-Completion and Label Mapping Disagree with a BERT Classifier
Stabilizing a Polarity Classifier When Migrating from BERT to Prompt-Completion
Unifying Sentiment Labels Across a BERT Classifier and a Prompt-Completion LLM
Designing a Consistent Polarity Classification Service Across BERT and Prompt-Completion Outputs
Create a Dual-Backend Polarity Classification Spec (BERT + Prompt-Completion) with Label Mapping
Your team is implementing a polarity text-classifi...
You’re building a single API endpoint that returns...
You’re launching a sentiment (polarity) classifica...
Learn After
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.