velmen commited on
Commit
a7b9248
1 Parent(s): ba3f342

edited the citations

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -14,11 +14,26 @@ The dataset is released under the terms of [ODC-BY](https://opendatacommons.org/
14
 
15
 
16
  ### Citation Information
17
-
18
- Schwenk et al, CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web. ACL https://aclanthology.org/2021.acl-long.507/
19
- Hefferman et al, Bitext Mining Using Distilled Sentence Representations for Low-Resource Languages. Arxiv https://arxiv.org/abs/2205.12654, 2022.<br>
20
- NLLB Team et al, No Language Left Behind: Scaling Human-Centered Machine Translation, Arxiv https://arxiv.org/abs/2207.04672, 2022.
21
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ### Contributions
23
 
24
  We thank the NLLB Meta AI team for open sourcing the meta data and instructions on how to use it with special thanks to Bapi Akula, Pierre Andrews, Onur Çelebi, Sergey Edunov, Kenneth Heafield, Philipp Koehn, Alex Mourachko, Safiyyah Saleem, Holger Schwenk, and Guillaume Wenzek. We also thank the AllenNLP team at AI2 for hosting and releasing this data, including Akshita Bhagia (for engineering efforts to host the data, and create the huggingface dataset), and Jesse Dodge (for organizing the connection).
 
14
 
15
 
16
  ### Citation Information
17
+ ```
18
+ @inproceedings{ranathunga-etal-2024-quality,
19
+ title = "Quality Does Matter: A Detailed Look at the Quality and Utility of Web-Mined Parallel Corpora",
20
+ author = "Ranathunga, Surangika and
21
+ De Silva, Nisansa and
22
+ Menan, Velayuthan and
23
+ Fernando, Aloka and
24
+ Rathnayake, Charitha",
25
+ editor = "Graham, Yvette and
26
+ Purver, Matthew",
27
+ booktitle = "Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers)",
28
+ month = mar,
29
+ year = "2024",
30
+ address = "St. Julian{'}s, Malta",
31
+ publisher = "Association for Computational Linguistics",
32
+ url = "https://aclanthology.org/2024.eacl-long.52",
33
+ pages = "860--880",
34
+ abstract = "We conducted a detailed analysis on the quality of web-mined corpora for two low-resource languages (making three language pairs, English-Sinhala, English-Tamil and Sinhala-Tamil). We ranked each corpus according to a similarity measure and carried out an intrinsic and extrinsic evaluation on different portions of this ranked corpus. We show that there are significant quality differences between different portions of web-mined corpora and that the quality varies across languages and datasets. We also show that, for some web-mined datasets, Neural Machine Translation (NMT) models trained with their highest-ranked 25k portion can be on par with human-curated datasets.",
35
+ }
36
+ ```
37
  ### Contributions
38
 
39
  We thank the NLLB Meta AI team for open sourcing the meta data and instructions on how to use it with special thanks to Bapi Akula, Pierre Andrews, Onur Çelebi, Sergey Edunov, Kenneth Heafield, Philipp Koehn, Alex Mourachko, Safiyyah Saleem, Holger Schwenk, and Guillaume Wenzek. We also thank the AllenNLP team at AI2 for hosting and releasing this data, including Akshita Bhagia (for engineering efforts to host the data, and create the huggingface dataset), and Jesse Dodge (for organizing the connection).