Validate Evaluator

Calibrate an LLM judge against human labels using train/dev/test splits, TPR/TNR, and bias correction (Rogan-Gladen), so its scores can be trusted. Use after writing a judge prompt (companion skill write-judge-prompt, if installed) and before believing any number the judge produces. Triggers on requests like "is my judge accurate", "can I trust these scores", "validate my evaluator", "my LLM judge keeps disagreeing with me", "measure judge alignment with human labels". 中文触发:裁判准不准 / 这些分数可信吗 / 校准评估器 / 验证 LLM 评审. Do NOT use for code-based evaluators — those are deterministic; test them with standard unit tests. Requires human-labeled traces (or raw traces to label — a minimal labeling walkthrough is included) and a Python environment (numpy, scikit-learn; optionally judgy).

m1nga 5fcb298 3 files · 19.8 KB Updated

File contents

m1nga/skills/tree/main/validate-evaluator commit 5fcb298061

Frequently asked questions

npx skillmds@latest add m1nga/validate-evaluator