Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
This dataset contains all MQM human annotations from [WMT Metrics Shared Tasks](https://wmt-metrics-task.github.io/) from 2020 to 2024.
|
6 |
+
|
7 |
+
The data is organized into 8 columns:
|
8 |
+
|
9 |
+
lp: language pair
|
10 |
+
src: input text
|
11 |
+
mt: translation
|
12 |
+
ref: reference translation
|
13 |
+
score: MQM score
|
14 |
+
system: MT Engine that produced the translation
|
15 |
+
annotators: number of annotators
|
16 |
+
domain: domain of the input text (e.g. news)
|
17 |
+
year: collection year
|
18 |
+
|
19 |
+
This dataset is taken directly from the original [WMT repository](https://github.com/google/wmt-mqm-human-evaluation).
|