AI & LLM
LLM Evaluation / Benchmark Result JSON Example
A JSON example of an LLM evaluation result — per-test scores, metrics, pass/fail, and aggregate stats. Copy-ready for model evals, regression testing, and LLM observability.
Field Reference
summaryrequiredobjectAggregate counts and pass rate for the whole runmetricsoptionalobjectScored quality dimensions (faithfulness, relevancy) on a 0–1 scalecasesrequiredarray<object>Per-test-case records with input, output, scores, and pass/failcases[].scoresrequiredobjectOne or more metric scores for the case (exact match, similarity, etc.)cases[].passedrequiredbooleanWhether the case met the threshold for its metricsVariants
LLM-as-judge caseA case scored by another model acting as a grader, with a rationale.
Common Use Cases
- →Tracking model quality across versions and prompts over time
- →Catching regressions in a CI pipeline before shipping prompt changes
- →Comparing models on your own dataset rather than public benchmarks
llm evalevaluationbenchmarktestingmetricsobservability
Validate or format this JSON
One click loads this exact example into the tool — no copy-paste needed. Format it, validate it, explore the tree, or generate TypeScript types instantly.
Frequently Asked Questions
Related JSON Examples
AI & LLMOpenAI Chat Completion ResponseOpenAI Chat Completions API response with choices, message, finish_reason, and usage.AI & LLMPrompt Template (Reusable)Reusable prompt template with variables, model params, and few-shot examples.AI & LLMAI Agent Run TraceAgent run with goal, reasoning steps, tool calls, observations, and final output.