Case Study

Using a human-strong subset to improve a transaction review model

Case context: Your model for flagging suspicious insurance claims performs better than human reviewers overall on the development and test data. But an error review shows that on claims from a newly opened region, the human adjusters are still more accurate than the model.

Question: How can you use that regional subset to keep improving the system, even though its average performance is already better than humans overall?

Sample answer: Since people still beat the model on the regional subset, that slice is useful for human comparison. We can ask experienced adjusters for cleaner labels on those claims, study their judgment to understand why they are correct when the model fails, and use their accuracy on that subset as the bar the system should try to match.

Key points:

  • Treat the regional subset as a place where human comparison still applies.
  • Collect better labels from human reviewers for those claims.
  • Use human judgment to analyze model mistakes on that slice.
  • Use human accuracy on that subset as the target to beat.

Rubric: Checks whether the response applies the three human-comparison uses—labels, intuition, and targets—to the regional claims subset.

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