Learn Before
Case Study

Speech Recognition Scoring Error

Case context: You are building a speech recognition system. For a given audio clip, the correct transcription S* is "I love machine learning". However, your system outputs Sout = "I love matching learning". You run an Optimization Verification test and find that ScoreA(S*) is 0.82 and ScoreA(Sout) is 0.85.

Question: Based on the Optimization Verification test results, what is the source of the inference failure, and what should you prioritize to fix it?

Sample answer: The source of the failure is an objective (scoring) function problem, because the score for the correct output (0.82) is less than the score for the incorrect output (0.85). I should prioritize improving the learning algorithm that estimates the score, ScoreA(S), rather than the search algorithm.

Key points:

  • Diagnose as an objective (scoring) function problem.
  • Identify that ScoreA(S*) <= ScoreA(Sout).
  • Prioritize improving the learning algorithm.

Rubric: The learner must correctly diagnose the objective function problem and prescribe fixing the learning algorithm.

0

1

Updated 2026-06-19

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