AppraiseDev / Appraise

Appraise code used as part of WMT21 human evaluation campaign
BSD 3-Clause "New" or "Revised" License
22 stars 12 forks source link

[incorrect] Clamp times, fix status annotation counts #154

Closed zouharvi closed 5 months ago

zouharvi commented 5 months ago

Fixes:

Additionally: The times are clamped only on the campaign status page and the annotator end screen still showed the raw data. image

To fix this, I had to change a few files and move the time computation function to Appraise/utils (otherwise we get circular import EvalData->Campaign->EvalData). Now the time compuation logic is unified:

image

zouharvi commented 5 months ago

Attempting to rebase but have some issues.

zouharvi commented 5 months ago

I messed up the PR creation, sorry!