Last updated
Was this helpful?
Guide — detect and remove flaky scorers.
Flaky scorers cause CI to fail on noise. Detect by:
Re-run the same evaluation 3 times back-to-back
Compute scorer-by-scorer variance
Scorers with high variance on identical inputs are flaky
Fix: pin model temperature to 0; add deterministic post-processing; or replace with a code grader if possible.
Last updated
Was this helpful?
Was this helpful?