Human Review {{ item.module_type }}
Assess the response quality and confirm the evaluator signal.
{% if error %}{{ error }}
{% endif %}
User Request
{{ item.prompt or "No request available" }}
Model Response
{{ item.model_response }}
{% if item.judge_details %}
Evaluation Details
| Module | {{ item.judge_details.module }} |
|---|---|
| Label | {{ item.judge_details.label }} |
| Confidence | {{ item.judge_details.confidence | round(4) }} |
| Explanation | {{ item.judge_details.explanation }} |
| Attack Type | {{ item.judge_details.attack_type }} |
| Subtype | {{ item.judge_details.subtype }} |
| Compliance | {{ item.judge_details.compliance }} |
| Detected Keywords/Phrases | {{ item.judge_details.patterns_found | join(', ') }} |
| Hallucination Type | {{ item.judge_details.type }} |
| Source | {{ item.judge_details.source }} |