Case Study

Checking a Data Mismatch in Loading-Dock Speech

Case context: You are training a voice-command model for a warehouse headset. Most of the training audio is clean speech, but a small portion comes from a noisy loading dock. Your training dev set also includes a loading-dock subset. The model's overall accuracy is poor, and you suspect the main issue is that the model is not handling loading-dock speech well.

Question: Using the idea of checking a mismatch hypothesis on training and training dev subsets, what should you measure on these subsets, and what outcome would show that collecting more loading-dock recordings is the right next step?

Sample answer: Measure the model's performance separately on the loading-dock portion of the training set and on the loading-dock portion of the training dev set. If the model performs well on the training-set loading-dock examples but much worse on the training-dev loading-dock examples, that supports the idea that more recordings from the loading dock would likely improve the system.

Key points:

  • Evaluate performance on the loading-dock subset in the training set.
  • Evaluate performance on the loading-dock subset in the training dev set.
  • A strong result on the training subset but a weak result on the training dev subset supports gathering more loading-dock data.

Rubric: The response must say to evaluate the loading-dock subset in both the training set and the training dev set, and must explain that good training-set performance combined with poor training-dev performance on that subset supports collecting more data from the loading-dock environment.

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

Related