{{ ui_lang.iaa_empty_state|default('No overlap-sample items have reached their cap yet. Once the sample items have been annotated by the configured number of annotators, IAA will appear here.') }}
{{ schema_name }}{{ schema.kind }} · {{ schema.annotation_type }}
{{ ui_lang.iaa_scale_kappa_label|default('κ-family scale (κ, α, γ, σ):') }} <0.2 {{ ui_lang.iaa_band_poor|default('poor') }} · 0.2–0.4 {{ ui_lang.iaa_band_fair|default('fair') }} · 0.4–0.6 {{ ui_lang.iaa_band_moderate|default('moderate') }} · 0.6–0.8 {{ ui_lang.iaa_band_substantial|default('substantial') }} · >0.8 {{ ui_lang.iaa_band_strong|default('strong') }}.
{% elif scale == 'correlation' %}{{ ui_lang.iaa_scale_correlation_label|default('Correlation / ICC:') }} {{ ui_lang.iaa_scale_correlation_note|default('ranges −1 to 1; closer to 1 is stronger agreement.') }}
{% elif scale == 'raw' %}{{ ui_lang.iaa_scale_raw_label|default('Raw agreement (% agreement, Jaccard, F1):') }} {{ ui_lang.iaa_scale_raw_note|default('0 to 1; no chance correction.') }}
{% elif scale == 'span' %}{{ ui_lang.iaa_scale_span_label|default('Span F1 / token κ:') }} {{ ui_lang.iaa_scale_span_note_pre|default('0 to 1 (κ can be negative);') }} span_f1_partial {{ ui_lang.iaa_scale_span_note_post|default('is the conventional reporting metric.') }}
{% elif scale == 'lower' %}{{ ui_lang.iaa_scale_lower_label|default('Error and offset metrics (MAE, RMSE, mean offset):') }} {{ ui_lang.iaa_scale_lower_note|default('lower is better; 0 means perfect agreement. Not colour-banded, because the strong/weak bands would be inverted.') }}
{% elif scale == 'distribution' %}{{ ui_lang.iaa_scale_distribution_label|default('Kolmogorov–Smirnov statistic:') }} {{ ui_lang.iaa_scale_distribution_note|default('0 to 1; how far the within-item offset distribution sits from the between-item one. A separation measure, not an agreement coefficient.') }}
{% elif scale == 'coverage' %}{{ ui_lang.iaa_scale_coverage_label|default('Coverage:') }} {{ ui_lang.iaa_scale_coverage_note|default('0 to 1; the share of the task that was answered at all. Not agreement — full coverage says everyone answered, not that they answered the same. Read it as the denominator behind the scores above.') }}
{% endif %} {% endfor %}| {{ ui_lang.iaa_th_metric|default('Metric') }} | {{ ui_lang.iaa_th_value|default('Value') }} |
|---|---|
| {{ row.name }} | {% if row.is_text %}{{ row.display }}{% elif row.display %}{{ row.display }}{% endif %} {% if row.band %}{% set band_label = ui_lang.iaa_band_strong|default('strong') if row.band == 'strong' else ui_lang.iaa_band_weak|default('weak') %} — {{ band_label }} {{ ui_lang.iaa_agreement|default('agreement') }}{% endif %} {% if row.context %}{{ row.context }}{% endif %} {% if row.note %}{{ row.note }}{% endif %} |
| {{ schema.n_items }} {{ ui_lang.iaa_items|default('items') }} {% if schema.n_annotators is not none %} · {{ schema.n_annotators }} {{ ui_lang.iaa_annotators|default('annotators') }}{% endif %} {% if schema.n_aligned_items is not none %} · {{ schema.n_aligned_items }} {{ ui_lang.iaa_fully_aligned_items|default('fully-aligned items') }}{% endif %} | |
{{ ui_lang.iaa_sweep_title|default('Sensitivity to the matching window') }}
{{ ui_lang.iaa_sweep_note|default('Every measure below depends on how far apart two marks may be and still count as the same event. The highlighted row is the headline setting; read down a column to see whether agreement survives a tighter window.') }}
| {{ schema.sweep.parameter_label }} | {% for column in schema.sweep.columns %}{{ column }} | {% endfor %}
|---|---|
| {% if row.parameter is number %}{{ "%g"|format(row.parameter) }}{% else %}{{ row.parameter }}{% endif %} {% if row.is_headline %}{{ ui_lang.iaa_sweep_headline|default('headline') }}{% endif %} | {% for cell in row.cells %}{{ cell.display }}{% if cell.footnote %}{{ cell.footnote }} — {{ cell.note }}{% endif %} | {% endfor %}
-
{% for note in schema.sweep.footnotes %}
- {{ note }} {% endfor %}
{{ ui_lang.iaa_per_item_breakdown|default('Per-item breakdown') }} ({{ report['items']|length }} {{ ui_lang.iaa_items|default('items') }})
| {{ ui_lang.iaa_th_instance|default('Instance') }} | {{ ui_lang.iaa_th_cap|default('Cap') }} | {{ ui_lang.iaa_th_annotators|default('Annotators') }} |
|---|---|---|
| {{ iid }} | {{ item.cap }} | {{ item.annotators|join(', ') }} |