Learn Before
Explaining the Prediction Rule
A classification model has analyzed an input and produced a set of probabilities, with each probability corresponding to a different possible category. Describe the procedure used to select a single, final category prediction from this set of probabilities.
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
Comprehension in Revised Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Inference Process with a Fine-Tuned Model
A probabilistic model is designed to classify news headlines into one of four categories: 'Business', 'Technology', 'Sports', or 'Health'. For a new headline, the model outputs the following probability distribution:
- Business: 0.12
- Technology: 0.25
- Sports: 0.55
- Health: 0.08
Based on the most common decision rule for converting these probabilities into a single prediction, which category will be assigned to the headline?
Customer Support Ticket Classification
Explaining the Prediction Rule