Skip to content

Scoring Troubleshooting Guide

Judge scores not what you expected?

The scoring engine has several moving parts — prompt, context, rubric criteria, compliance store, and the judge model itself. Most unexpected scores trace back to one of them.


1. Rubric criteria quality

The criterion judge scores each response against the exact text of your criterion. Vague, ambiguous, or poorly scoped criteria produce unreliable scores.

Common problems:

Fix: Edit your rubric criteria to be specific, unambiguous, and explicit about whether the criterion is a presence requirement, accuracy requirement, or prohibition.


2. Prompt quality

The judge evaluates the response in the context of the original prompt. An ambiguous prompt produces ambiguous responses, which produce inconsistent scores.

Common problems:

Fix: Make your prompt specific about format, length, and scope. Align your rubric criteria to what the prompt actually asks for.


3. System prompt

If you have a system prompt attached, it shapes how the model responds — and the judge evaluates the response in that context. A system prompt that contradicts your rubric criteria will produce low scores even for correct responses.

Fix: Review your system prompt alongside your rubric. They should be consistent.


4. Context store quality (RAG)

If you’re using a context store, the model answers from the retrieved chunks. Poor chunking means the model may not have the information it needs — and the judge will score the response accordingly.

Common problems:

Fix: Upload context documents as DOCX or Markdown where possible — these are chunked by heading structure, which preserves section boundaries. For PDFs, consider converting to DOCX first (Google Docs: File → Download → Microsoft Word).


5. Compliance store quality

The compliance store is queried per criterion — the judge retrieves the most relevant regulation clause for each criterion, then scores the response against it. If retrieval fails or returns a low-confidence match, the criterion is marked as unscored.

Common problems:

Fix: Format compliance documents with clear numbered clauses (e.g. “1.1 Responses must not contain personal data.”). Upload as DOCX or Markdown. Write criterion descriptions using the same terminology as the regulation document.


6. Score coherence

The coherence score reflects how consistent the criterion judge’s reasoning is — not whether the scores are high or low. A low coherence score means the auditor found logical errors in the criterion reasoning (e.g. penalising a response for not mentioning something the clause doesn’t require).

Low coherence usually means:

Fix: Review the criterion reasoning shown in the Score tab. If the reasoning is wrong, the criterion description is likely the cause — tighten it.


7. Judge model

The default judge is the cheapest eligible model. For compliance rubrics or complex criteria, a more capable model may produce more consistent results.

Fix: In your benchmark suite or evaluation, select a specific judge model (Pro+ feature). Mid-to-high tier models produce more reliable criterion scoring than smaller models.


Still not right?

If you’ve worked through the above and scores still don’t reflect your expectations, the most likely remaining cause is a mismatch between what your rubric is measuring and what the prompt is asking for. Try running the same prompt with a gold standard answer instead of a rubric — this removes criterion ambiguity entirely and gives the judge a clear reference to score against.