Defining a Label Set for News Categorization
A machine learning engineer is developing a system to automatically categorize news articles from a general news website. The goal is to sort articles into one of the following categories: 'Sports', 'Technology', 'Politics', or 'Business'. Formulate the set of possible labels, denoted as , that the model will use for this classification task.
0
1
Tags
Ch.3 Prompting - 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 data scientist is building a model to sort customer support tickets. The model's only objective is to identify whether a ticket is 'Urgent' or 'Not Urgent' so that high-priority issues can be addressed first. Based on this specific requirement, which of the following represents the most appropriate set of labels for the model to use?
Defining a Label Set for News Categorization
A text classification model is trained to determine if a product review is favorable or unfavorable. The set of possible outputs for the model is defined as Y = {positive, negative}. It is possible for this model to classify a highly nuanced review with the label 'neutral'.