Skip to main content
Given a prompt and two candidate responses, pick the better one. Constrain the verdict to A, B, or tie.
Each (prompt, A, B, winner) row is the input format for reward-model training and DPO. Agno produces the row; the trainer is out of scope.

Add a rationale

A rationale per comparison gives annotators something to audit and helps debug a noisy reward model.

Score against a rubric

When preference should follow explicit criteria, put the rubric in the instructions and keep the output binary.

Picking the shape

Reducing position bias

A single judge can favor whichever response is shown first. Run the comparison twice with A and B swapped, or send both orderings to two providers and adjudicate. See the Quality pipeline for the two-model agreement pattern.

Next steps

Developer Resources