Learn Before
Essay

Responding to Objective Function Failures

Question: Explain why an objective (scoring) function failure occurs and what steps should be taken to fix it, referencing the Optimization Verification test.

Sample answer: An objective function failure occurs when the scoring function, such as ScoreA(S), assigns a lower or equal score to the correct output (S*) compared to the incorrect system output (Sout). This means the function fails to recognize the correct answer, causing an inference failure. To fix this, developers should focus on improving the learning algorithm that estimates or approximates the score, rather than trying to improve the search algorithm.

Key points:

  • Failure occurs when ScoreA(S*) <= ScoreA(Sout).
  • Indicates the scoring function does not give a strictly higher score to the correct output.
  • Focus on improving the learning algorithm, not the search algorithm.

Rubric: Evaluates understanding of when an objective function fails and the appropriate corrective action.

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