Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: odc-by
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# MaLA Corpus: Massive Language Adaptation Corpus
|
@@ -66,9 +71,19 @@ We will comply with legitimate requests by removing the affected sources from th
|
|
66 |
}
|
67 |
```
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
## Acknowledgements
|
71 |
|
72 |
We extend our thanks to the language communities and contributors who helped source, clean, and validate the diverse data used in the MaLA Corpus. Their efforts are invaluable in supporting linguistic diversity in AI research.
|
73 |
|
74 |
-
This work is done by researchers at [Helsinki-NLP](https://huggingface.co/Helsinki-NLP) in collaboration with partners from TU Darmstadt, the University of Edinburgh, and LMU Munich. It is funded by [HPLT](https://hplt-project.org) and [UTTER](https://he-utter.eu).
|
|
|
1 |
---
|
2 |
license: odc-by
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
tags:
|
6 |
+
- multilingual
|
7 |
+
- low-resource
|
8 |
---
|
9 |
|
10 |
# MaLA Corpus: Massive Language Adaptation Corpus
|
|
|
71 |
}
|
72 |
```
|
73 |
|
74 |
+
The final version of this dataset 🤗[MaLA-LM/mala-monolingual-split](https://huggingface.co/datasets/MaLA-LM/mala-monolingual-split) is used for training the models presented in the below paper
|
75 |
+
```
|
76 |
+
@article{ji2025emma2,
|
77 |
+
title={Massively Multilingual Adaptation of Large Language Models Using Bilingual Translation Data},
|
78 |
+
author={Shaoxiong Ji and Zihao Li and Jaakko Paavola and Indraneil Paul and Hengyu Luo and Jörg Tiedemann},
|
79 |
+
year={2025},
|
80 |
+
journal={arXiv preprint 2506.00469},
|
81 |
+
url={https://arxiv.org/abs/2506.00469},
|
82 |
+
}
|
83 |
+
```
|
84 |
|
85 |
## Acknowledgements
|
86 |
|
87 |
We extend our thanks to the language communities and contributors who helped source, clean, and validate the diverse data used in the MaLA Corpus. Their efforts are invaluable in supporting linguistic diversity in AI research.
|
88 |
|
89 |
+
This work is done by researchers at [Helsinki-NLP](https://huggingface.co/Helsinki-NLP) in collaboration with partners from TU Darmstadt, the University of Edinburgh, and LMU Munich. It is funded by [HPLT](https://hplt-project.org) and [UTTER](https://he-utter.eu).
|