Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- translation
|
4 |
+
language:
|
5 |
+
- cs
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- terminology
|
9 |
+
size_categories:
|
10 |
+
- n<1K
|
11 |
+
---
|
12 |
+
|
13 |
+
# WMT20 Markables
|
14 |
+
|
15 |
+
This dataset contains human annotated translation quality of terminologies/markables.
|
16 |
+
Read the paper [here](https://aclanthology.org/2020.wmt-1.41.pdf) and please cite it as:
|
17 |
+
|
18 |
+
```
|
19 |
+
@inproceedings{zouhar2020wmt20,
|
20 |
+
title={WMT20 Document-Level Markable Error Exploration},
|
21 |
+
author={Zouhar, Vil{\'e}m and Vojt{\v{e}}chov{\'a}, Tereza and Bojar, Ond{\v{r}}ej},
|
22 |
+
booktitle={Proceedings of the Fifth Conference on Machine Translation},
|
23 |
+
pages={371--380},
|
24 |
+
year={2020},
|
25 |
+
url={https://aclanthology.org/2020.wmt-1.41}
|
26 |
+
}
|
27 |
+
```
|
28 |
+
|
29 |
+
### Data types
|
30 |
+
|
31 |
+
| Document | Direction | Lines | Markable Occurences | Description | Source |
|
32 |
+
|----------|-----------|-------|---------------------|-------------|--------|
|
33 |
+
| kufrc | cs->en | 29 | 73 | housing lease agreement | SMLprodl |
|
34 |
+
| kufre | en->cs | 29 | 70 | housing lease agreement | SMLprodl |
|
35 |
+
| autoc | cs->en | 18 | 11 | Brno Grand Prix article, highway accident report | denik.cz.201550+blesk.cz.189684 |
|
36 |
+
| euroe | en->cs | 13 | 15 | Greta Thunberg's U.N. speech article | rt.com.113881 |
|
37 |
+
| broukc | cs->en | 90 | 28 | Supreme Audit Office audit report | KA_13_04 |
|
38 |
+
| brouke | en->cs | 90 | 18 | Supreme Audit Office audit report | KA_13_04 |
|
39 |
+
| __Total__ | - | __269__ | __215__ | - | - |
|