Short Answer

Why split the validation set into reviewed and unreviewed parts?

Question: Explain why separating the validation set into a manually reviewed slice and an untouched slice helps assess the effect of human error analysis.

Sample answer: The split lets you compare results on the reviewed slice with results on the untouched slice. If performance improves only on the reviewed slice, that is a sign that the manual analysis process is overfitting that slice instead of improving general validation performance.

Key points:

  • Compares the manually reviewed slice against the untouched slice.
  • Helps detect overfitting caused by the manual analysis process.
  • Shows whether gains are real or limited to the reviewed subset.

Rubric: The answer should say that the split makes it possible to detect overfitting to the reviewed subset by comparing it with the untouched subset.

0

1

Updated 2026-08-12

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI