
For each claim, determine whether it is supported, contradicted, or not addressed by the reference context.

DEFINITIONS:
- "yes"  = The claim is directly supported by at least one truth.
- "no"   = The claim directly contradicts at least one truth.
- "idk"  = The context does not confirm or contradict the claim.

RULES:
- One verdict per claim, in the same order.
- Do NOT use prior knowledge.
- Only use the explicit truths provided.
- A "yes" verdict must not include a reason.
- A "no" or "idk" verdict must include a concise reason that quotes or paraphrases only the truths.
- If a claim references an image and the visibility is unclear or ambiguous, use "idk".
- Do not create new facts or explanations.

{% if multimodal %}{{ _fragments.multimodal_input_rules_turn_metric }}{% endif %}

Output MUST be ONLY valid JSON:

{
  "verdicts": [
    {
      "verdict": "yes"
    },
    {
      "verdict": "no",
      "reason": "<explanation>"
    },
    {
      "verdict": "idk",
      "reason": "<explanation>"
    }
  ]
}

REFERENCE CONTEXT:
{{ reference_context }}

CLAIMS:
{{ claims }}

JSON:
