Troubleshooting a Pre-trained Model's Performance
An engineer is developing a language model. First, they train it on a large corpus of text where 15% of the words in each sentence are replaced with a special [BLANK] symbol; the model's objective is to predict these original words. After this initial training, they adapt the model for a new task: classifying customer reviews as 'positive' or 'negative'. This new task uses complete, unaltered customer reviews. The engineer notices that the model's performance on the classification task is lower than anticipated. Based on this information, identify and explain the fundamental mismatch between the initial training phase and the final task that is likely causing this issue.
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
Impact of Pre-training/Fine-tuning Mismatch on Downstream Tasks
A language model is first trained on a large text corpus where some words in each sentence are replaced with a special
[MASK]symbol, and the model's goal is to predict the original words. Subsequently, this pre-trained model is adapted for a specific task, such as sentiment analysis, using a new dataset of complete, un-masked sentences. Which of the following statements best analyzes the primary architectural conflict that arises between these two phases?Troubleshooting a Pre-trained Model's Performance
Permuted Language Modeling (PLM)