Diagnose why a team's practice of only reviewing misclassified dev examples introduces bias.
Case context: A team has a dev set of 1,000 examples and a classifier with 98.0% accuracy. To save time, they only review and correct labels for the 20 examples the classifier misclassified, leaving the 980 correctly classified examples unreviewed.
Question: What bias does this practice introduce into the dev set, and why does it happen?
Sample answer: By only reviewing the 20 misclassified examples, the team fixes any label errors in that small subset while leaving potential label errors in the 980 correctly classified examples untouched. This happens purely because reviewing 20 examples is far more practical than reviewing 980. The result is a dev set where label corrections are applied unevenly across the misclassified and correctly classified groups, creating label-correction bias rather than a uniformly accurate label set.
Key points:
- Only the 20 misclassified examples receive label review and correction
- The 980 correctly classified examples remain unreviewed for label errors
- The cause is practical convenience, not a deliberate methodological decision
- The result is uneven, biased label correction across the dev set
Rubric: Full credit requires recognizing that only the misclassified subset gets corrected, that the correctly classified subset may still contain label errors, and that the underlying cause is practical convenience rather than a principled review strategy.
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
Why does label-correction bias tend to creep into dev sets during error analysis?
True or False: Checking only misclassified dev examples is easier because there are far fewer of them to review.
With 1,000 dev examples and 98.0% accuracy, it is easier to examine the _____ misclassified examples than all 980 correct ones.
Match each dev set quantity to its description for a 1,000-example set with 98.0% accuracy.
Order the reasoning that explains how practical convenience leads to label-correction bias.
Analyze why practical convenience, rather than a deliberate methodological choice, drives label-correction bias in dev sets.
Diagnose why a team's practice of only reviewing misclassified dev examples introduces bias.
In one to three sentences, explain why reviewing only misclassified dev examples is more practical than reviewing all examples.
What is the underlying consequence of only correcting labels on misclassified dev examples?
True or False: The 980 correctly classified examples are guaranteed to have accurate labels since they were not flagged for correction.