Learn Before
Reusability in a Two-Stage Classification Model
Based on the typical structure of such models, which component of the original 'Urgent'/'Non-Urgent' model would be more valuable to reuse for the new categorization task? Justify your answer by explaining the role of each component.
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
Encoder Function in Machine Learning
Classifier Head
Inadequacy of Pre-trained Model Parameters for Downstream Tasks
A machine learning model is built to automatically categorize news articles into topics like 'Sports', 'Technology', or 'Politics'. The model first reads the raw text of an article and converts it into a fixed-size numerical vector that summarizes the article's content. This numerical summary is then used to decide which topic the article belongs to. Arrange the following steps to accurately represent the flow of information through this model.
A model is designed to classify text into categories. It works in two stages: first, it generates a fixed-length numerical vector that represents the meaning of the input text. Second, a separate component uses this vector to predict the final category. The model performs poorly on a task requiring it to distinguish between sincere and sarcastic statements. The developers suspect that the numerical vectors for sarcastic statements are not distinct enough from those for sincere statements. Which stage of the model is the primary source of this problem?
Reusability in a Two-Stage Classification Model