# QE4PE Pretask The goal of the `pretask` is to familiarize translators with the GroTE interface, indentify potential issue and inform the modality assignment for the `main` task to ensure a uniform distribution of editing times across modalities. Refer to the [translators' guidelines](./pretask_eng-nld_guidelines.pdf) for additional details about the task. ## Inputs The `pretask` uses six documents ranging 6-10 from the same `wmt23` collection of the `main` task that were matching all the `main` task requirements, but were not selected for the main collection. We use the `supervised` highlights produced by XCOMET-XXL to familiarize translators with editing highlighted texts with highlights being assumed to be of a good but not "perfect" quality (as opposed to `oracle`). Word-level error spans are extended to match closest word boundaries whenever necessary. ## Main Task Assignments From the `pretask` results, we create 3 groups per translation direction representing faster (1), average (2) and slower (3) translators by splitting the time-ranked list of translators in three blocks of equal size. In every block, we assign a modality to each translator randomly (random seed = 42). All gaps >5 minutes in the logs are omitted from the calculation to account for accidental AFK time during logging. The final assignments (also in `main_task_assignments.json` for machine-readable format) are: ### English - Italian | Name | Time | Modality | Alias | |------------|------|--------------|-----------------| | **Group 1**| | | | | t8 | 37m | supervised | t1_supervised | | t11 | 45m | oracle | t1_oracle | | t10 | 51m | no_highlight | t1_no_highlight | | t7 | 62m | unsupervised | t1_unsupervised | | **Group 2**| | | | | t1 | 68m | oracle | t2_oracle | | t5 | 70m | unsupervised | t2_unsupervised | | t6 | 74m | supervised | t2_supervised | | t12 | 100m | no_highlight | t2_no_highlight | | **Group 3**| | | | | t9 | 106m | no_highlight | t3_no_highlight | | t3 | 122m | oracle | t3_oracle | | t2 | 164m | unsupervised | t3_unsupervised | | t4 | 185m | supervised | t3_supervised | ### English - Dutch | Name | Time | Modality | Alias | |------------|------|--------------|-----------------| | **Group 1**| | | | | t4 | 23m | oracle | t1_oracle | | t12 | 27m | supervised | t1_supervised | | t1 | 31m | no_highlight | t1_no_highlight | | t7 | 36m | unsupervised | t1_unsupervised | | **Group 2**| | | | | t8 | 44m | supervised | t2_supervised | | t2 | 44m | unsupervised | t2_unsupervised | | t11 | 65m | oracle | t2_oracle | | t5 | 66m | no_highlight | t2_no_highlight | | **Group 3**| | | | | t9 | 68m | no_highlight | t3_no_highlight | | t6 | 76m | supervised | t3_supervised | | t3 | 103m | unsupervised | t3_unsupervised | | t10 | 152m | oracle | t3_oracle |