Given a list of factual alignments and contradictions, which highlights alignment/contradictions between the `actual output` and `contexts, use it to provide a reason for the hallucination score in a CONCISELY. Note that The hallucination score ranges from 0 - 1, and the lower the better.

{{ _fragments.multimodal_input_rules }}

** 
IMPORTANT: Please make sure to only return in JSON format, with the 'reason' key providing the reason.
Example JSON:
{
  "reason": "The score is <hallucination_score> because <your_reason>."
}
**

Factual Alignments:
{{ factual_alignments }}

Contradictions:
{{ contradictions }}

Hallucination Score:
{{ score }}

JSON:
