What problem does it solve?
This skill provides a structured, repeatable way to evaluate LLM performance and detect regressions by combining automated metrics, human judgment, and statistical analysis to reduce manual, inconsistent evaluation practices.
Core Features & Use Cases
- Automated Metrics: Compute BLEU, ROUGE, BERTScore, perplexity, accuracy, precision/recall/F1, MRR, NDCG and other programmatic scores for generation, classification, and retrieval tasks.
- Human Evaluation & LLM-as-Judge: Support annotation workflows, inter-rater agreement analysis, pointwise and pairwise LLM judgement, and reference-based or reference-free comparisons.
- A/B Testing & Regression Detection: Run statistical analyses, compute effect sizes, and integrate benchmark checks into CI to catch performance regressions before deployment.
- Benchmarking Harness: Run end-to-end benchmark suites over datasets, aggregate metrics, and produce actionable reports for model selection and debugging.
Quick Start
Run an evaluation suite that computes BLEU, BERTScore, accuracy, and a human-judged groundedness metric on your benchmark dataset and return an aggregated report.