21
How would you design an evaluation pipeline for model outputs?
Tap to write answer
0 words | 0 charsPress Enter ↵ to reveal
Your Attempt
0 wordsRefined Model Answer
ReferenceI would define task-specific checks first, because automated evaluation only works when the success criteria are clear. Then I would combine rule-based checks, reference comparisons, and model-based judges where appropriate. The reason I choose a multi-layer evaluation pipeline is that one judge rarely catches every failure mode. I would also think about evaluator bias, calibration, and when human review is still required. If the interviewer wants more detail, I would describe how I would track evaluation drift over time.