muibk commited on
Commit
8078e27
1 Parent(s): 1f3bd3a

Add dataset loading script; Readme skeleton; metadata json

Browse files
Files changed (3) hide show
  1. README.md +180 -0
  2. dataset_infos.json +1 -0
  3. wmt19_metrics_task.py +135 -0
README.md ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ - machine-generated
7
+ - expert-generated
8
+ language:
9
+ - de-cs
10
+ - de-en
11
+ - de-fr
12
+ - en-cs
13
+ - en-de
14
+ - en-fi
15
+ - en-gu
16
+ - en-kk
17
+ - en-lt
18
+ - en-ru
19
+ - en-zh
20
+ - fi-en
21
+ - fr-de
22
+ - gu-en
23
+ - kk-en
24
+ - lt-en
25
+ - ru-en
26
+ - zh-en
27
+ license:
28
+ - unknown
29
+ multilinguality:
30
+ - translation
31
+ paperswithcode_id: null
32
+ pretty_name: WMT19 Metrics Shared Task
33
+ size_categories:
34
+ - 100K<n<1M
35
+ source_datasets: []
36
+ task_categories:
37
+ - translation
38
+ task_ids: []
39
+ ---
40
+
41
+ # Dataset Card for WMT19 Metrics Task
42
+
43
+ ## Table of Contents
44
+ - [Table of Contents](#table-of-contents)
45
+ - [Dataset Description](#dataset-description)
46
+ - [Dataset Summary](#dataset-summary)
47
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
48
+ - [Languages](#languages)
49
+ - [Dataset Structure](#dataset-structure)
50
+ - [Data Instances](#data-instances)
51
+ - [Data Fields](#data-fields)
52
+ - [Data Splits](#data-splits)
53
+ - [Dataset Creation](#dataset-creation)
54
+ - [Curation Rationale](#curation-rationale)
55
+ - [Source Data](#source-data)
56
+ - [Annotations](#annotations)
57
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
58
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
59
+ - [Social Impact of Dataset](#social-impact-of-dataset)
60
+ - [Discussion of Biases](#discussion-of-biases)
61
+ - [Other Known Limitations](#other-known-limitations)
62
+ - [Additional Information](#additional-information)
63
+ - [Dataset Curators](#dataset-curators)
64
+ - [Licensing Information](#licensing-information)
65
+ - [Citation Information](#citation-information)
66
+ - [Contributions](#contributions)
67
+
68
+ ## Dataset Description
69
+
70
+ - **Homepage:** [WMT19 Metrics Shared Task](https://www.statmt.org/wmt19/metrics-task.html)
71
+ - **Repository:** [MT Metrics Eval Github Repository](https://github.com/google-research/mt-metrics-eval)
72
+ - **Paper:** [Paper](https://aclanthology.org/W19-5302/)
73
+
74
+ ### Dataset Summary
75
+
76
+ [More Information Needed]
77
+
78
+ ### Supported Tasks and Leaderboards
79
+
80
+ [More Information Needed]
81
+
82
+ ### Languages
83
+
84
+
85
+
86
+ The dataset comprises the following language pairs:
87
+ - de-cs
88
+ - de-en
89
+ - de-fr
90
+ - en-cs
91
+ - en-de
92
+ - en-fi
93
+ - en-gu
94
+ - en-kk
95
+ - en-lt
96
+ - en-ru
97
+ - en-zh
98
+ - fi-en
99
+ - fr-de
100
+ - gu-en
101
+ - kk-en
102
+ - lt-en
103
+ - ru-en
104
+ - zh-en
105
+
106
+ ## Dataset Structure
107
+
108
+ ### Data Instances
109
+
110
+ [More Information Needed]
111
+
112
+ ### Data Fields
113
+
114
+ [More Information Needed]
115
+
116
+ ### Data Splits
117
+
118
+ [More Information Needed]
119
+
120
+ ## Dataset Creation
121
+
122
+ ### Curation Rationale
123
+
124
+ [More Information Needed]
125
+
126
+ ### Source Data
127
+
128
+ #### Initial Data Collection and Normalization
129
+
130
+ [More Information Needed]
131
+
132
+ #### Who are the source language producers?
133
+
134
+ [More Information Needed]
135
+
136
+ ### Annotations
137
+
138
+ #### Annotation process
139
+
140
+ [More Information Needed]
141
+
142
+ #### Who are the annotators?
143
+
144
+ [More Information Needed]
145
+
146
+ ### Personal and Sensitive Information
147
+
148
+ [More Information Needed]
149
+
150
+ ## Considerations for Using the Data
151
+
152
+ ### Social Impact of Dataset
153
+
154
+ [More Information Needed]
155
+
156
+ ### Discussion of Biases
157
+
158
+ [More Information Needed]
159
+
160
+ ### Other Known Limitations
161
+
162
+ [More Information Needed]
163
+
164
+ ## Additional Information
165
+
166
+ ### Dataset Curators
167
+
168
+ [More Information Needed]
169
+
170
+ ### Licensing Information
171
+
172
+ [More Information Needed]
173
+
174
+ ### Citation Information
175
+
176
+ [More Information Needed]
177
+
178
+ ### Contributions
179
+
180
+ Thanks to [@github-username](https://github.com/mustaszewski) for adding this dataset.
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"de-cs": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["de", "cs"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "de-cs", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11315608, "num_examples": 21967, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/de-cs/train.csv": {"num_bytes": 10949479, "checksum": "89b4e8fa69562198f0aa1410660bda1be1768335e0d2e462c3d6627141705220"}}, "download_size": 10949479, "post_processing_size": null, "dataset_size": 11315608, "size_in_bytes": 22265087}, "de-en": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["de", "en"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "de-en", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 14047809, "num_examples": 34000, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/de-en/train.csv": {"num_bytes": 13703271, "checksum": "9afeb1833fe1a954f3bbccad285a4d79e4a493e34d28b34a4436a68be6fd858e"}}, "download_size": 13703271, "post_processing_size": null, "dataset_size": 14047809, "size_in_bytes": 27751080}, "de-fr": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["de", "fr"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "de-fr", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9610837, "num_examples": 18711, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/de-fr/train.csv": {"num_bytes": 9157104, "checksum": "382956f716af3b07485e6ec0f0bec5ce98d113557cd669e380cf0cd08cb17fb7"}}, "download_size": 9157104, "post_processing_size": null, "dataset_size": 9610837, "size_in_bytes": 18767941}, "en-cs": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["en", "cs"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "en-cs", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11785794, "num_examples": 23964, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/en-cs/train.csv": {"num_bytes": 11454867, "checksum": "fd09877ff104ea87046eb610a2824ef70751e353cde4e9dba453d82dc4b5f4b5"}}, "download_size": 11454867, "post_processing_size": null, "dataset_size": 11785794, "size_in_bytes": 23240661}, "en-de": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["en", "de"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "en-de", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23718248, "num_examples": 45931, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/en-de/train.csv": {"num_bytes": 23143244, "checksum": "9c6d67854ca1e9312b548611bca6fc908f81b5560d337f9b0c646db9dae692d5"}}, "download_size": 23143244, "post_processing_size": null, "dataset_size": 23718248, "size_in_bytes": 46861492}, "en-fi": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["en", "fi"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "en-fi", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12962522, "num_examples": 25961, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/en-fi/train.csv": {"num_bytes": 12549790, "checksum": "44cf60a4cc1f960468a058b4ad3e5327b5bec057f7f13a7a0246e30731540994"}}, "download_size": 12549790, "post_processing_size": null, "dataset_size": 12962522, "size_in_bytes": 25512312}, "en-gu": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["en", "gu"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "en-gu", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9798290, "num_examples": 11976, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/en-gu/train.csv": {"num_bytes": 9588081, "checksum": "80b89e771410de07f298957daf36a50d340266da558fcbc822c6488153b24254"}}, "download_size": 9588081, "post_processing_size": null, "dataset_size": 9798290, "size_in_bytes": 19386371}, "en-kk": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["en", "kk"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "en-kk", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8161975, "num_examples": 11976, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/en-kk/train.csv": {"num_bytes": 7994741, "checksum": "ac4f84185036bc758019d6d82c014cd1d5ea3220dc0a644fab897a7d4894ef98"}}, "download_size": 7994741, "post_processing_size": null, "dataset_size": 8161975, "size_in_bytes": 16156716}, "en-lt": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["en", "lt"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "en-lt", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6281677, "num_examples": 12974, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/en-lt/train.csv": {"num_bytes": 6073575, "checksum": "14d2c2bb82dec06f0f6d641bdee89ab413fd34149a53b6acda40d68fc88a9ce9"}}, "download_size": 6073575, "post_processing_size": null, "dataset_size": 6281677, "size_in_bytes": 12355252}, "en-ru": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["en", "ru"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "en-ru", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18455516, "num_examples": 25961, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/en-ru/train.csv": {"num_bytes": 18082007, "checksum": "86c781178cff515f3c328f3d6b25281d7b6d91fabcfc914dc972d0e814d00244"}}, "download_size": 18082007, "post_processing_size": null, "dataset_size": 18455516, "size_in_bytes": 36537523}, "en-zh": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["en", "zh"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "en-zh", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 11902431, "num_examples": 25961, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/en-zh/train.csv": {"num_bytes": 11532417, "checksum": "73f5ba964d48af14cc7916c82783289638ef9ab930e1019bd54d5c62aacf8b72"}}, "download_size": 11532417, "post_processing_size": null, "dataset_size": 11902431, "size_in_bytes": 23434848}, "fi-en": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["fi", "en"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "fi-en", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10108438, "num_examples": 25948, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/fi-en/train.csv": {"num_bytes": 9688464, "checksum": "d2dea3fbc21a76812c15582cddbd68bdf8b674a0c0a7442e93dccd641d3ecbbf"}}, "download_size": 9688464, "post_processing_size": null, "dataset_size": 10108438, "size_in_bytes": 19796902}, "fr-de": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["fr", "de"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "fr-de", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 8669018, "num_examples": 17010, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/fr-de/train.csv": {"num_bytes": 8212622, "checksum": "330ed758f785d2f9003040dec25f392b6ab7c0945973bb388781ca1453a2e28b"}}, "download_size": 8212622, "post_processing_size": null, "dataset_size": 8669018, "size_in_bytes": 16881640}, "gu-en": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["gu", "en"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "gu-en", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6069354, "num_examples": 12192, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/gu-en/train.csv": {"num_bytes": 5921749, "checksum": "f30cf7c9051d1a4c1b3fbf9bdffa8227e45497c863c5f627c01ac185c7742958"}}, "download_size": 5921749, "post_processing_size": null, "dataset_size": 6069354, "size_in_bytes": 11991103}, "kk-en": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["kk", "en"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "kk-en", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6195294, "num_examples": 12000, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/kk-en/train.csv": {"num_bytes": 6076885, "checksum": "ab5280b66c744435f6ac32210aa6b6c855be3b1df4fbf821b76d64389f7f3f2f"}}, "download_size": 6076885, "post_processing_size": null, "dataset_size": 6195294, "size_in_bytes": 12272179}, "lt-en": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["lt", "en"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "lt-en", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6059225, "num_examples": 12000, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/lt-en/train.csv": {"num_bytes": 5936666, "checksum": "7529cdbeca2e7d8b84c905403bd0395666faa7c66903008df92907eed40ecd30"}}, "download_size": 5936666, "post_processing_size": null, "dataset_size": 6059225, "size_in_bytes": 11995891}, "ru-en": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["ru", "en"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "ru-en", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 15401670, "num_examples": 30000, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/ru-en/train.csv": {"num_bytes": 15044780, "checksum": "79e71d2a77be107875c4eeb5aea1174bae654d30792f10b00a36af1e5f44fae6"}}, "download_size": 15044780, "post_processing_size": null, "dataset_size": 15401670, "size_in_bytes": 30446450}, "zh-en": {"description": "This shared task will examine automatic evaluation metrics for machine translation. We will provide\nyou with all of the translations produced in the translation task along with the human reference translations.\nYou will return your automatic metric scores for translations at the system-level and/or at the sentence-level.\nWe will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements\nonce the manual evaluation has been completed.\n", "citation": "@inproceedings{ma-etal-2019-results,\n title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},\n author = {Ma, Qingsong and Wei, Johnny and Bojar, Ond\u0159ej and Graham, Yvette},\n booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},\n month = {aug},\n year = {2019},\n address = {Florence, Italy},\n publisher = {Association for Computational Linguistics},\n url = {https://aclanthology.org/W19-5302},\n doi = {10.18653/v1/W19-5302},\n pages = {62--90}\n}\n", "homepage": "https://www.statmt.org/wmt19/metrics-task.html", "license": "Unknown", "features": {"translation": {"languages": ["zh", "en"], "id": null, "_type": "Translation"}, "mt_system": {"dtype": "string", "id": null, "_type": "Value"}, "mqm": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-raw": {"dtype": "float32", "id": null, "_type": "Value"}, "wmt-z": {"dtype": "float32", "id": null, "_type": "Value"}, "pair": {"dtype": "string", "id": null, "_type": "Value"}, "dataset": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "doc_name": {"dtype": "string", "id": null, "_type": "Value"}, "doc_ref": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "wmt19_metrics_task", "config_name": "zh-en", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20612100, "num_examples": 30000, "dataset_name": "wmt19_metrics_task"}}, "download_checksums": {"https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/zh-en/train.csv": {"num_bytes": 20111432, "checksum": "1dc12d72e5f5536a65338bf9847219d6f7301b8637f40e133ecdd45c5ad5b232"}}, "download_size": 20111432, "post_processing_size": null, "dataset_size": 20612100, "size_in_bytes": 40723532}}
wmt19_metrics_task.py ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # coding=utf-8
2
+ # Copyright 2020 The HuggingFace Datasets Authors and the current dataset script contributor.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ """WMT19 Metrics Shared Task: Segment-Level Data"""
16
+
17
+ import datasets
18
+ import csv
19
+
20
+ _CITATION = """\
21
+ @inproceedings{ma-etal-2019-results,
22
+ title = {Results of the WMT19 Metrics Shared Task: Segment-Level and Strong MT Systems Pose Big Challenges},
23
+ author = {Ma, Qingsong and Wei, Johnny and Bojar, Ondřej and Graham, Yvette},
24
+ booktitle = {Proceedings of the Fourth Conference on Machine Translation (Volume 2: Shared Task Papers, Day 1)},
25
+ month = {aug},
26
+ year = {2019},
27
+ address = {Florence, Italy},
28
+ publisher = {Association for Computational Linguistics},
29
+ url = {https://aclanthology.org/W19-5302},
30
+ doi = {10.18653/v1/W19-5302},
31
+ pages = {62--90}
32
+ }
33
+ """
34
+
35
+ _DESCRIPTION = """\
36
+ This shared task will examine automatic evaluation metrics for machine translation. We will provide
37
+ you with all of the translations produced in the translation task along with the human reference translations.
38
+ You will return your automatic metric scores for translations at the system-level and/or at the sentence-level.
39
+ We will calculate the system-level and sentence-level correlations of your scores with WMT19 human judgements
40
+ once the manual evaluation has been completed.
41
+ """
42
+
43
+ _HOMEPAGE = "https://www.statmt.org/wmt19/metrics-task.html"
44
+
45
+ _LICENSE = "Unknown"
46
+
47
+
48
+ _LANGUAGE_PAIRS = [('de', 'cs'), ('de', 'en'), ('de', 'fr'), ('en', 'cs'), ('en', 'de'), ('en', 'fi'), ('en', 'gu'), ('en', 'kk'), ('en', 'lt'), ('en', 'ru'),
49
+ ('en', 'zh'), ('fi', 'en'), ('fr', 'de'), ('gu', 'en'), ('kk', 'en'), ('lt', 'en'), ('ru', 'en'), ('zh', 'en')]
50
+
51
+ _URL_BASE = "https://huggingface.co/datasets/muibk/wmt19_metrics_task/resolve/main/"
52
+ _URLs = {f"{src_lg}-{trg_lg}": f"{_URL_BASE}{src_lg}-{trg_lg}/train.csv" for src_lg, trg_lg in _LANGUAGE_PAIRS}
53
+
54
+
55
+ class WmtMetricsTaskConfig(datasets.BuilderConfig):
56
+ """BuilderConfig for WMT Metrics Shared Task."""
57
+ def __init__(self, src_lg, tgt_lg, **kwargs):
58
+ super(WmtMetricsTaskConfig, self).__init__(**kwargs)
59
+ self.src_lg = src_lg
60
+ self.tgt_lg = tgt_lg
61
+
62
+
63
+ class Wmt19MetricsTask(datasets.GeneratorBasedBuilder):
64
+ """WMT Metrics Shared Task."""
65
+
66
+ BUILDER_CONFIGS = [
67
+ WmtMetricsTaskConfig(
68
+ name=f"{src_lg}-{tgt_lg}",
69
+ version=datasets.Version("1.1.0"),
70
+ description=f"WMT 2019 Metrics Task: {src_lg} - {tgt_lg}",
71
+ src_lg=src_lg,
72
+ tgt_lg=tgt_lg,
73
+ )
74
+ for (src_lg, tgt_lg) in _LANGUAGE_PAIRS
75
+ ]
76
+ BUILDER_CONFIG_CLASS = WmtMetricsTaskConfig
77
+
78
+ def _info(self):
79
+ # define feature types
80
+ features = datasets.Features(
81
+ {
82
+ #'source' : datasets.Value("string"),
83
+ #'system_output':datasets.Value("string"),
84
+ 'translation': datasets.Translation(languages=(self.config.src_lg, self.config.tgt_lg)),
85
+ 'mt_system':datasets.Value("string"),
86
+ 'mqm':datasets.Value("float32"),
87
+ 'wmt-raw':datasets.Value("float32"),
88
+ 'wmt-z':datasets.Value("float32"),
89
+ 'pair':datasets.Value("string"),
90
+ 'dataset':datasets.Value("string"),
91
+ 'sent_id':datasets.Value("int32"),
92
+ 'doc_name':datasets.Value("string"),
93
+ 'doc_ref':datasets.Value("string"),
94
+ 'ref':datasets.Value("string")
95
+ }
96
+ )
97
+
98
+ return datasets.DatasetInfo(
99
+ description=_DESCRIPTION,
100
+ features=features,
101
+ supervised_keys=None,
102
+ homepage=_HOMEPAGE,
103
+ license=_LICENSE,
104
+ citation=_CITATION,
105
+ )
106
+
107
+ def _split_generators(self, dl_manager):
108
+ """Returns SplitGenerators."""
109
+ pair = f"{self.config.src_lg}-{self.config.tgt_lg}" # string identifier for language pair
110
+ url = _URLs[pair] # url for download of pair-specific train.csv
111
+ data_file = dl_manager.download_and_extract(url) # extract downloaded data and store path in data_file
112
+
113
+ return [
114
+ datasets.SplitGenerator(
115
+ name=datasets.Split.TRAIN,
116
+ gen_kwargs={
117
+ "filepath": data_file,
118
+ "source_lg": self.config.src_lg,
119
+ "target_lg": self.config.tgt_lg,
120
+ }
121
+ )
122
+ ]
123
+
124
+ def _generate_examples(self, filepath, source_lg, target_lg):
125
+ with open(filepath, encoding="utf-8") as f:
126
+ reader = csv.DictReader(f, delimiter=";") # read each line into dict
127
+ for id_, row in enumerate(reader):
128
+ row["translation"] = {source_lg : row["source"], target_lg: row["system_output"]} # create translation json
129
+ for key in ["source", "system_output"]: # remove obsolete columns
130
+ row.pop(key)
131
+ row = {k: None if not v else v for k, v in row.items()} # replace empty values
132
+ yield id_, row
133
+
134
+ # to test the script, go to the root folder of the repo (wmt19_metrics_task) and run:
135
+ # datasets-cli test ./wmt19_metrics_task.py --save_infos --all_configs