Learn Before
Case Study

Automatic Dictation Score Check

Case context: A hospital is developing an automatic dictation system. For one audio clip, the reference transcript S* is "The nurse checked the patient's pulse." The system's output Sout is "The nurse checked the patient's purse." A verification run gives ScoreA(S*) = 0.67 and ScoreA(Sout) = 0.74.

Question: What does this result suggest about the main cause of the error, and which part of the system should you improve first?

Sample answer: The problem is in the scoring objective, because the reference transcript receives a lower score than the incorrect output. The first thing to improve is the component that learns the score for candidate transcripts, rather than the search procedure that selects among them.

Key points:

  • Treat this as a scoring/objective issue.
  • The reference score is below the wrong-output score.
  • Focus on improving the score model.

Rubric: The learner must identify the scoring objective problem and recommend improving the learning component that produces the scores.

0

1

Updated 2026-08-12

Contributors are:

Who are from:

Tags

Data Science

Foundations of Large Language Models Course

Computing Sciences

D2L

Dive into Deep Learning @ D2L

Machine Learning

Deep Learning

Supervised Learning

Machine Learning Yearning @ DeepLearning.AI