Datasets:
Improve dataset card with task category, project page link, and paper link
Browse filesThis PR improves the dataset card by:
- Adding the `text-generation` task category to improve discoverability.
- Including a link to the project page for more context.
- Ensuring the paper link is present and correctly formatted.
These additions enhance the dataset card's clarity and usability for researchers.
README.md
CHANGED
|
@@ -1,11 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: odc-by
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# MaLA Corpus: Massive Language Adaptation Corpus
|
| 6 |
|
| 7 |
This version contains train and validation splits.
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Dataset Summary
|
| 10 |
|
| 11 |
The **MaLA Corpus** (Massive Language Adaptation) is a comprehensive, multilingual dataset designed to support the continual pre-training of large language models. It covers **939 languages** and consists of over **74 billion tokens**, making it one of the largest datasets of its kind. With a focus on improving the representation of low-resource languages, the MaLA Corpus is a critical resource for advancing multilingual models, particularly those aimed at serving underrepresented languages.
|
|
@@ -57,6 +66,14 @@ We will comply with legitimate requests by removing the affected sources from th
|
|
| 57 |
## Citation
|
| 58 |
|
| 59 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
@article{ji2024emma500enhancingmassivelymultilingual,
|
| 61 |
title={{EMMA}-500: Enhancing Massively Multilingual Adaptation of Large Language Models},
|
| 62 |
author={Shaoxiong Ji and Zihao Li and Indraneil Paul and Jaakko Paavola and Peiqin Lin and Pinzhen Chen and Dayyán O'Brien and Hengyu Luo and Hinrich Schütze and Jörg Tiedemann and Barry Haddow},
|
|
@@ -70,4 +87,4 @@ We will comply with legitimate requests by removing the affected sources from th
|
|
| 70 |
|
| 71 |
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.
|
| 72 |
|
| 73 |
-
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 |
+
language:
|
| 6 |
+
- multilingual
|
| 7 |
+
project_page: https://mala-lm.github.io/emma-500-gen2
|
| 8 |
---
|
| 9 |
|
| 10 |
# MaLA Corpus: Massive Language Adaptation Corpus
|
| 11 |
|
| 12 |
This version contains train and validation splits.
|
| 13 |
|
| 14 |
+
[Project page](https://mala-lm.github.io/emma-500-gen2)
|
| 15 |
+
|
| 16 |
+
The model was presented in the paper [Massively Multilingual Adaptation of Large Language Models Using Bilingual Translation Data](https://huggingface.co/papers/2506.00469).
|
| 17 |
+
|
| 18 |
## Dataset Summary
|
| 19 |
|
| 20 |
The **MaLA Corpus** (Massive Language Adaptation) is a comprehensive, multilingual dataset designed to support the continual pre-training of large language models. It covers **939 languages** and consists of over **74 billion tokens**, making it one of the largest datasets of its kind. With a focus on improving the representation of low-resource languages, the MaLA Corpus is a critical resource for advancing multilingual models, particularly those aimed at serving underrepresented languages.
|
|
|
|
| 66 |
## Citation
|
| 67 |
|
| 68 |
```
|
| 69 |
+
@article{ji2025emma2,
|
| 70 |
+
title={Massively Multilingual Adaptation of Large Language Models Using Bilingual Translation Data},
|
| 71 |
+
author={Shaoxiong Ji and Zihao Li and Jaakko Paavola and Indraneil Paul and Hengyu Luo and Jörg Tiedemann},
|
| 72 |
+
year={2025},
|
| 73 |
+
journal={arXiv preprint 2506.00469},
|
| 74 |
+
url={https://arxiv.org/abs/2506.00469},
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
@article{ji2024emma500enhancingmassivelymultilingual,
|
| 78 |
title={{EMMA}-500: Enhancing Massively Multilingual Adaptation of Large Language Models},
|
| 79 |
author={Shaoxiong Ji and Zihao Li and Indraneil Paul and Jaakko Paavola and Peiqin Lin and Pinzhen Chen and Dayyán O'Brien and Hengyu Luo and Hinrich Schütze and Jörg Tiedemann and Barry Haddow},
|
|
|
|
| 87 |
|
| 88 |
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.
|
| 89 |
|
| 90 |
+
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).
|