Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
danieldeutsch commited on
Commit
a3564b4
·
verified ·
1 Parent(s): 48c4dd6

Updates README

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -280,7 +280,7 @@ configs:
280
 
281
  This repository contains the human translation and post-edit data for the 55 en->xx language pairs released in
282
  the publication
283
- [WMT24++: Expanding the Language Coverage of WMT24 to 55 Languages & Dialects]().
284
  If you are interested in the MT/LLM system outputs and automatic metric scores, please see [MTME](https://github.com/google-research/mt-metrics-eval).
285
  If you are interested in the images of the source URLs for each document, please see [here](https://huggingface.co/datasets/google/wmt24pp-images).
286
 
@@ -298,6 +298,21 @@ Each row is a serialized JSON object with the following fields:
298
  - `target`: The post-edit of `original_target`. We recommend using the post-edit as the default reference.
299
  - `original_target`: The original reference translation.
300
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  ## Helpful Python Constants
302
 
303
  ```python
 
280
 
281
  This repository contains the human translation and post-edit data for the 55 en->xx language pairs released in
282
  the publication
283
+ [WMT24++: Expanding the Language Coverage of WMT24 to 55 Languages & Dialects](https://arxiv.org/abs/2502.12404).
284
  If you are interested in the MT/LLM system outputs and automatic metric scores, please see [MTME](https://github.com/google-research/mt-metrics-eval).
285
  If you are interested in the images of the source URLs for each document, please see [here](https://huggingface.co/datasets/google/wmt24pp-images).
286
 
 
298
  - `target`: The post-edit of `original_target`. We recommend using the post-edit as the default reference.
299
  - `original_target`: The original reference translation.
300
 
301
+ ## Citation
302
+ If you use any of the data released in our work, please cite the following paper:
303
+
304
+ ```
305
+ @misc{deutsch2025wmt24expandinglanguagecoverage,
306
+ title={{WMT24++: Expanding the Language Coverage of WMT24 to 55 Languages & Dialects}},
307
+ author={Daniel Deutsch and Eleftheria Briakou and Isaac Caswell and Mara Finkelstein and Rebecca Galor and Juraj Juraska and Geza Kovacs and Alison Lui and Ricardo Rei and Jason Riesa and Shruti Rijhwani and Parker Riley and Elizabeth Salesky and Firas Trabelsi and Stephanie Winkler and Biao Zhang and Markus Freitag},
308
+ year={2025},
309
+ eprint={2502.12404},
310
+ archivePrefix={arXiv},
311
+ primaryClass={cs.CL},
312
+ url={https://arxiv.org/abs/2502.12404},
313
+ }
314
+ ```
315
+
316
  ## Helpful Python Constants
317
 
318
  ```python