What problem does it solve?
LLMs often change behavior with new prompts, models, or pipelines, and teams need a repeatable way to measure quality, compare variants, and detect regressions before shipping.
Core Features & Use Cases
- Automated Metrics: Compute quantitative scores for text generation, classification, and retrieval (e.g., BLEU/ROUGE/METEOR/BERTScore, accuracy/F1/AUC, MRR/NDCG/Precision@K).
- Human Evaluation: Define consistent rating dimensions such as accuracy, coherence, relevance, fluency, safety, and helpfulness, plus annotation structures.
- LLM-as-Judge: Apply pointwise or pairwise judging patterns using stronger models to score or compare outputs when ground truth is limited.
- A/B Testing and Regression Detection: Run statistical tests and track baseline vs. current metric shifts to flag meaningful drops.
Quick Start
Ask the skill to help you set up an evaluation suite with BLEU plus a custom groundedness metric, then run it against your test cases for a given model.