Using error analysis to investigate a train-dev mismatch
Question: What is the main purpose of error analysis when you suspect a mismatch between your training data and dev data? Why must you examine those two sets specifically?
Sample answer: The main purpose of error analysis in this situation is to identify how the training examples and the dev examples differ in ways that affect model behavior. Comparing those two datasets is important because the mismatch comes from those differences, not from the model alone. By studying them side by side, you can see which kinds of examples are underrepresented, overrepresented, or otherwise unlike what the model will face in evaluation or deployment.
Key points:
- Looks for differences between training data and dev data.
- Uses those differences to understand the source of the mismatch.
- Helps reveal which kinds of examples are causing the gap in performance.
Rubric: A strong response should say that error analysis is meant to uncover the important differences between the training set and the dev set, and that comparing those sets directly is necessary because those differences create the mismatch.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Train-Station Audio as a Speech Recognition Data Mismatch Example
What is the main purpose of error analysis when a model works well on suburban data but fails more often on downtown data?
Data Mismatch Is Diagnosed on the Test Set
The goal of error analysis in a data mismatch review is to identify the important _____ between the training data and the dev data.
Match each item to its role in a data mismatch review.
Arrange the steps for diagnosing a mismatch between training performance and dev-set performance.
What most directly causes a data mismatch between training and development performance?
Goal of Error Analysis in a Data-Mismatch Study
In a dataset-mismatch review, compare the training set against the _____ set.
Match each step in a distribution-gap review to its main purpose.
Order the steps for diagnosing a training–validation mismatch using error analysis.
Using error analysis to investigate a train-dev mismatch
Diagnosing a Training–Validation Gap
Purpose of error analysis in a mismatch study