Skip to content

LLM-as-judge rubrics you can paste in

Writing a rubric that scores the same output the same way twice is the hardest part of using an LLM as a judge, and it is the part every guide leaves as an exercise. These are nine finished ones — the rubric text, the output schema, what each score means, two scored examples, and the specific way each one goes wrong.

They are in the shape LLMJury’s custom metrics accept, so they work by pasting. They are also just a specification of what to measure, so they are worth having if you score it some other way. Judge-scored metrics start at Pro — saying that here rather than after you have copied four of them.

Two things to get right before the wording

The category decides the statistics. A binary metric routes to a two-proportion z-test and needs far less traffic to move; an ordinal 1–5 score routes to a permutation test with a bootstrap confidence interval and needs more. If traffic is scarce, a well-defined binary metric will tell you something long before a five-point scale does.

The role decides the verdict. A primary metric is the question the experiment exists to answer; a guardrail must not get worse, and a significant regression on one blocks a recommendation. Filing a safety rubric as primary turns “did not get worse” into “must improve”, which is a different experiment from the one you meant to run.

Both are explained further in the post on writing judge rubrics and in the worked example.