Compare a run against a baseline
llmeval.driftCompare two LLM evaluation result files to detect score drops and pass-to-fail flips, identifying regressions after prompt changes or model upgrades.
Instructions
Compares two llm-eval-harness result files and returns the cases whose score dropped by more than the threshold or that flipped from pass to fail. Use it after llmeval.run to see whether a prompt change or model upgrade regressed anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository root to run in; defaults to TOOLKIT_REPO | |
| current | Yes | Current result file, relative to the repository | |
| baseline | Yes | Baseline result file, relative to the repository | |
| threshold | No | Score drop that counts as a regression; the harness default is 0.10 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cases | Yes | ||
| summary | Yes | ||
| verdict | Yes | ||
| threshold | Yes |