Skip to main content
A judge is a classifier whose input is a (prompt, response) pair and whose output is a score. Use int with ge and le so validated scores stay on scale.

Add a rationale

A free-text rationale makes the score auditable and surfaces rubric drift.

Multi-dimension rubric

Use one bounded field per rubric dimension and a separate field for the overall assessment.

Picking the shape

Relationship to evals

This is the same primitive as single-label classification, pointed at model outputs instead of raw data. When the judge is the deliverable, it lives here. When it scores a system under test, see Evals.

Next steps

Developer Resources