Skip to content

Commit b4bf89f

Browse files
committed
tiny updates to guidelines
1 parent fb37972 commit b4bf89f

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

EvalView/templates/EvalView/direct-assessment-document-mqm-esa.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -671,11 +671,9 @@
671671
Unknown instructions for "{{ mqm_type }}".
672672
{% endif %}
673673

674-
<div class="row">
675-
<div class="col-sm-12">
676-
{% include 'EvalView/_scalar_instructions.html' %}
677-
</div>
678-
</div>
674+
<p><em>Note</em>: You evaluate each sentence individually, but you should use the entire translation as context.</p>
675+
<p>Rating scale:</p>
676+
{% include 'EvalView/_scalar_instructions.html' %}
679677
</div>
680678
</div>
681679
</div>

EvalView/templates/EvalView/pairwise-assessment-document-esa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@
11421142
{% if mqm_type == "MQM" %}
11431143
{% include 'EvalView/_instructions-mqm.html' %}
11441144
{% elif mqm_type == "ESA" %}
1145-
<p><em>Note</em>: You first evaluate each sentence individually, but you should use the entire translation as context.</p>
1145+
<p><em>Note</em>: You evaluate each sentence individually, but you should use the entire translation as context.</p>
11461146
{% with mono=monolingual %}
11471147
{% include 'EvalView/_instructions-esa-contrastive.html' %}
11481148
{% endwith %}

EvalView/templates/EvalView/pairwise-assessment-document.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
{% endfor %}
10411041
<div class="additional-instructions">
10421042
{% if scalar_slider %}
1043-
<p><em>Note</em>: You first evaluate each sentence individually, but you should use the entire translation as context.</p>
1043+
<p><em>Note</em>: You evaluate each sentence individually, but you should use the entire translation as context.</p>
10441044
<p>Rating scale:</p>
10451045
{% with mono=monolingual %}
10461046
{% include 'EvalView/_scalar_instructions.html' %}

0 commit comments

Comments
 (0)