RicardoRei commited on
Commit
2a7f595
1 Parent(s): b95bfbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ This dataset contains all MQM human annotations from previous [WMT Metrics shared tasks](https://wmt-metrics-task.github.io/) and the MQM annotations from [Experts, Errors, and Context](https://aclanthology.org/2021.tacl-1.87/).
6
+
7
+ The data is organised into 8 columns:
8
+ - lp: language pair
9
+ - src: input text
10
+ - mt: translation
11
+ - ref: reference translation
12
+ - score: MQM score
13
+ - system: MT Engine that produced the translation
14
+ - annotators: number of annotators
15
+ - domain: domain of the input text (e.g. news)
16
+
17
+ You can also find the original data [here](https://github.com/google/wmt-mqm-human-evaluation). We recommend using the original repo if you are interested in annotation spans and not just the final score.
18
+