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'] }} |
| Risk Level | {{ item.judge_details['risk_level'] }} |
| Risk Reason | {{ item.judge_details['risk_reason'] }} |
| Hallucination Type | {{ item.judge_details['type'] }} |
| Source | {{ item.judge_details['source'] }} |
| Detected Patterns | {{ item.judge_details['patterns_found'] | join(', ') }} |
| Category | {{ item.judge_details['category'] }} |
| Subtypes | {{ item.judge_details['subtypes'] | join(', ') }} |
| Evaluation Method | {{ "Heuristic Only" if item.judge_details['heuristic_only'] else "Heuristic + Judge" }} |