{% extends "solo/base_solo.html" %} {% block title %}Resolve Disagreement - Solo Mode{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Resolve Disagreement

You and the LLM disagree on the label for this instance. Please review both labels and decide which is correct.

{% if disagreement %}
{{ disagreement.text }}
H Your Label
{{ disagreement.human_label }}
AI LLM Label
{{ disagreement.llm_label }}
{% if disagreement.llm_reasoning %}

Reasoning: {{ disagreement.llm_reasoning }}

{% endif %}

How would you like to resolve this?

← Skip for Now
{% else %}

No pending disagreements!

Continue Annotating →
{% endif %} {% endblock %} {% block stats %} {{ super() }}
Pending {{ disagreement.pending_count if disagreement else 0 }}
{% endblock %} {% block extra_js %} {% endblock %}