{% extends "solo/base_solo.html" %} {% block title %}Edge Cases - Solo Mode{% endblock %} {% block content %}

Label Edge Cases

These are synthetically generated examples that test the boundaries of your annotation guidelines. Labeling these will help refine the prompt before full annotation begins.

{% if current_case %}
{{ current_case.text }}
Why is this a difficult case?

Difficulty: {{ current_case.difficulty_reason }}

Tests aspect: {{ current_case.which_aspect }}

Boundary between: {{ current_case.boundary_labels|join(' and ') }}

Select a label:

{% for label in labels %} {% endfor %}
← Back to Prompt
{% else %}

No more edge cases to label!

Your labels will be used to validate and refine the annotation prompt.

← Back to Prompt Start Annotation →
{% endif %} {% endblock %} {% block stats %} {{ super() }}
Remaining {{ remaining_count }}
{% endblock %} {% block sidebar_extra %}

Edge Case Tips

{% endblock %} {% block extra_js %} {% endblock %}