Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: unknown
|
| 3 |
+
language:
|
| 4 |
+
- de
|
| 5 |
+
- en
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-classification
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# QT21 De-En MQM Task from the PEER Benchmark (Performance Evaluation of Edit Representations)
|
| 11 |
+
|
| 12 |
+
Description from the [benchmark paper](https://arxiv.org/abs/2004.09143):
|
| 13 |
+
> A subset of 1,800 examples of the De-En QT21 dataset, annotated with details about the edits performed, namely the reason why each edit was applied. Since the dataset contains a large number of edit labels, we select the classes that are present in at least 100 examples and generate a modified version of the dataset for our purposes. Examples where no post-edit has been performed are also ignored.
|
| 14 |
+
|
| 15 |
+
The dataset was originally published at https://doi.org/10.5281/zenodo.4478266.
|
| 16 |
+
|
| 17 |
+
## Citations
|
| 18 |
+
|
| 19 |
+
PEER Benchmark:
|
| 20 |
+
```bibtex
|
| 21 |
+
@article{marrese-taylor-et-al-2021,
|
| 22 |
+
title = {Variational Inference for Learning Representations of Natural Language Edits},
|
| 23 |
+
volume = {35},
|
| 24 |
+
url = {https://ojs.aaai.org/index.php/AAAI/article/view/17598}, DOI = {10.1609/aaai.v35i15.17598},
|
| 25 |
+
number = {15},
|
| 26 |
+
journal = {Proceedings of the AAAI Conference on Artificial Intelligence},
|
| 27 |
+
author = {Marrese-Taylor, Edison and Reid, Machel and Matsuo, Yutaka},
|
| 28 |
+
year = {2021},
|
| 29 |
+
month = {May},
|
| 30 |
+
pages = {13552-13560},
|
| 31 |
+
}
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
Original data source:
|
| 35 |
+
```bibtex
|
| 36 |
+
@inproceedings{burchardt-2013-multidimensional,
|
| 37 |
+
title = "Multidimensional quality metrics: a flexible system for assessing translation quality",
|
| 38 |
+
author = "Lommel, Arle Richard and
|
| 39 |
+
Burchardt, Aljoscha and
|
| 40 |
+
Uszkoreit, Hans",
|
| 41 |
+
booktitle = "Proceedings of Translating and the Computer 35",
|
| 42 |
+
month = nov # " 28-29",
|
| 43 |
+
year = "2013",
|
| 44 |
+
address = "London, UK",
|
| 45 |
+
publisher = "Aslib",
|
| 46 |
+
url = "https://aclanthology.org/2013.tc-1.6/"
|
| 47 |
+
}
|
| 48 |
+
```
|