← Dashboard

Human Review {{ item.module_type }}

Assess the response quality and confirm the evaluator signal.

{% if error %}
{{ error }}
{% endif %}
{% if item %} {% else %} {% endif %}
Project{{ project }}
Module{{ item.module_type }}
Raw Score{{ item.raw_score | round(4) }}
Calibrated Score{{ item.calibrated_score | round(4) }}
Trigger{{ item.trigger_reason }}
Created{{ item.created_at.strftime('%Y-%m-%d %H:%M UTC') }}
Review item not available

User Request

{{ item.prompt or "No request available" }}

Model Response

{{ item.model_response }}
{% if item.judge_details %}

Evaluation Details

{% if item.judge_details.attack_type %} {% endif %} {% if item.judge_details.subtype %} {% endif %} {% if item.judge_details.compliance %} {% endif %} {% if item.judge_details.patterns_found %} {% endif %} {% if item.judge_details.type %} {% endif %} {% if item.judge_details.source %} {% endif %}
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 }}
{% endif %}

Your Decision

Choose the option that best reflects the response behavior.