RicardoRei
commited on
Commit
•
301de38
1
Parent(s):
f3ab5f3
Update README.md
Browse files
README.md
CHANGED
@@ -71,4 +71,15 @@ data = dataset.filter(lambda example: example["lp"] == "en-de")
|
|
71 |
data = dataset.filter(lambda example: example["domain"] == "news")
|
72 |
```
|
73 |
|
74 |
-
Note that most data is from News domain.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
data = dataset.filter(lambda example: example["domain"] == "news")
|
72 |
```
|
73 |
|
74 |
+
Note that most data is from News domain.
|
75 |
+
|
76 |
+
|
77 |
+
## Citation Information
|
78 |
+
|
79 |
+
If you use this data please cite the WMT findings from previous years:
|
80 |
+
- [Findings of the 2017 Conference on Machine Translation (WMT17)](https://aclanthology.org/W17-4717.pdf)
|
81 |
+
- [Findings of the 2018 Conference on Machine Translation (WMT18)](https://aclanthology.org/W18-6401.pdf)
|
82 |
+
- [Findings of the 2019 Conference on Machine Translation (WMT19)](https://aclanthology.org/W19-5301.pdf)
|
83 |
+
- [Findings of the 2020 Conference on Machine Translation (WMT20)](https://aclanthology.org/2020.wmt-1.1.pdf)
|
84 |
+
- [Findings of the 2021 Conference on Machine Translation (WMT21)](https://aclanthology.org/2021.wmt-1.1.pdf)
|
85 |
+
- [Findings of the 2022 Conference on Machine Translation (WMT22)](https://aclanthology.org/2022.wmt-1.1.pdf)
|