Skip to main content

What are Rubrics?

Rubrics define the criteria and scales used by human reviewers. They ensure consistent grading across reviewers.

Example Rubric

{
  "name": "Triage Review",
  "criteria": [
    {
      "name": "triage_accuracy",
      "type": "single_select",
      "options": ["correct", "under_triaged", "over_triaged"]
    },
    {
      "name": "safety_assessment",
      "type": "scale",
      "min": 1,
      "max": 5
    }
  ]
}