Learn Before
Choosing a Metric for a Moderation System with Severe Mistakes
Case context: You are building an automatic moderation model for a community app that must block prohibited uploads. The current score gives the same importance to an ordinary labeling mistake, such as calling a mountain photo a beach photo, and a serious mistake, such as allowing a clearly forbidden file to pass.
Question: Using the idea of redesigning the evaluation score to reflect costly failures, what should the team change?
Sample answer: The team should revise the evaluation score so that passing through a prohibited upload is treated as far more costly than an ordinary mistake. Rather than counting every error the same way, the metric should assign a large penalty to cases where disallowed content is marked as acceptable. That change will make such failures dominate the score and keep models with those mistakes from being chosen.
Key points:
- Recognize that the current score does not distinguish between mild and serious mistakes.
- Add a much larger penalty for allowing prohibited uploads to pass.
- Explain that the revised score will steer selection away from models that miss these critical errors.
Rubric: The answer must state that the evaluation score needs to be changed, specify that a strong penalty should be applied to the serious error of allowing prohibited uploads through, and explain that this penalty affects model choice by rejecting models that make that mistake.
0
1
Tags
Machine Learning
Deep Learning
Machine Learning Strategy
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Yearning @ DeepLearning.AI
Related
How should a metric change when it fails to penalize a serious mistake?
True or False: Giving a larger penalty to especially serious mistakes can make an evaluation metric better reflect the actual project goal.
To make a metric reflect an unacceptable mistake, you can redesign it to heavily _____ that mistake.
How should an evaluation metric be changed when it misses the real cost of certain mistakes?
A Metric Can Be Adjusted to Reflect the Real Goal
Strengthening a Metric Around a Critical Mistake
Match each term to its definition when revising an evaluation score that rewards the wrong behavior.
Order the steps for correcting a metric that rewards the wrong classifier behavior.
Which example illustrates changing a metric to strongly penalize an unacceptable error?
If a metric misses the real objective, weighting every mistake the same usually fixes it.
Changing a metric to penalize unacceptable mistakes is a way to fix a metric that rewards the wrong project _____.
Match each case to its role in changing a metric so it punishes severe mistakes.
Order the steps for revising a metric to reflect a serious error.
Designing a cost-sensitive metric for high-risk classification errors
Choosing a Metric for a Moderation System with Severe Mistakes
How to Repair a Metric That Misses Critical Errors