OpenAI evaluation best practices
Official evaluation guidance on defining criteria, comparing outputs, and improving the evaluation loop.
Compute College
Turn an AI evaluation goal into a task definition, reference answer, and scoring rubric that reviewers can apply consistently.
Ground truth is the reference information or decision an evaluation uses to judge an output. A scoring rubric describes how to award credit, reject a result, or mark a case uncertain. Together, the task definition, ground truth, and rubric turn subjective review into a documented measurement process.
Memory trick: Ground truth is the reference; the rubric is the measuring stick.
A vague rubric creates noisy scores: two reviewers can see the same answer and apply different standards. Clear criteria reveal whether a model is missing evidence, violating a constraint, or simply facing an ambiguous case. That clarity keeps teams from optimizing a number that does not represent user value.
For a policy-answering task, a four-point rubric gives one point for answering the question, one for citing the correct policy passage, one for handling an exception, and one for avoiding unsupported advice. A response can be fluent and still score zero on evidence.
Example figures are illustrative calculations, not current quoted market prices.
Current example
This source explains the method or risk boundary. It does not replace testing the actual model, data, provider, and workload conditions in production.
Official evaluation guidance on defining criteria, comparing outputs, and improving the evaluation loop.
Source discipline: examples on this page are illustrative; measure the real workload before making a release or capacity decision.
A single exact reference sentence is too narrow for many tasks. The rubric should judge required facts, evidence, and constraints rather than surface wording when several answers could be acceptable.
Practical takeaway
Choose one workflow and write a rubric with three to five independently scorable requirements. Have two reviewers score the same cases, compare disagreements, and revise the rubric before using it as a release gate.
Decision check: do independent reviewers reach the same decision for the same output using only the written rubric?
Compute College learning path
Step 20 of 48: Define the task, ground truth, and scoring rubric