Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ language:
|
|
| 19 |
|
| 20 |
<img src="https://huggingface.co/datasets/AdaMLLab/AraMix/resolve/main/finetasks_arabic_results.png" width="900" alt="Finetasks benchmark scores, showing AraMix-Consensus as SOTA.">
|
| 21 |
|
| 22 |
-
AraMix (https://arxiv.org/abs/2512.
|
| 23 |
|
| 24 |
We train a 1.4B parameter language model through nanotron on 30 billion tokens to show that the `consensus` subset of AraMix outperforms the previous state-of-the-art, [arabicweb24](https://huggingface.co/datasets/lightonai/ArabicWeb24) (see [Appendix A9 in the Fineweb-2 paper](https://arxiv.org/pdf/2506.20920)) while having more total tokens. Furthermore, the `minhash_deduped` subset performs on-par with nearly 5 times the total number of tokens.
|
| 25 |
|
|
@@ -69,14 +69,14 @@ Tokens were counted using `meta-llama/Llama-3.2-3B`'s tokenizer
|
|
| 69 |
## Citation
|
| 70 |
|
| 71 |
```bib
|
| 72 |
-
@misc{
|
| 73 |
-
title={
|
| 74 |
author={Sultan Alrashed and Francesco Orabona},
|
| 75 |
year={2025},
|
| 76 |
-
eprint={2512.
|
| 77 |
archivePrefix={arXiv},
|
| 78 |
primaryClass={cs.CL},
|
| 79 |
-
url={https://arxiv.org/abs/2512.
|
| 80 |
}
|
| 81 |
```
|
| 82 |
|
|
|
|
| 19 |
|
| 20 |
<img src="https://huggingface.co/datasets/AdaMLLab/AraMix/resolve/main/finetasks_arabic_results.png" width="900" alt="Finetasks benchmark scores, showing AraMix-Consensus as SOTA.">
|
| 21 |
|
| 22 |
+
AraMix (https://arxiv.org/abs/2512.18834v2) is an Arabic pretraining corpus containing 178 billion tokens across 179 million documents (in the minhash subset). Rather than scraping the web again, AraMix combines seven publicly available Arabic datasets, applies Arabic-specific quality filtering, and performs cross-dataset deduplication.
|
| 23 |
|
| 24 |
We train a 1.4B parameter language model through nanotron on 30 billion tokens to show that the `consensus` subset of AraMix outperforms the previous state-of-the-art, [arabicweb24](https://huggingface.co/datasets/lightonai/ArabicWeb24) (see [Appendix A9 in the Fineweb-2 paper](https://arxiv.org/pdf/2506.20920)) while having more total tokens. Furthermore, the `minhash_deduped` subset performs on-par with nearly 5 times the total number of tokens.
|
| 25 |
|
|
|
|
| 69 |
## Citation
|
| 70 |
|
| 71 |
```bib
|
| 72 |
+
@misc{alrashed2025mixminmatch,
|
| 73 |
+
title={Mix, MinHash, and Match: Cross-Source Agreement for Multilingual Pretraining Datasets},
|
| 74 |
author={Sultan Alrashed and Francesco Orabona},
|
| 75 |
year={2025},
|
| 76 |
+
eprint={2512.18834v2},
|
| 77 |
archivePrefix={arXiv},
|
| 78 |
primaryClass={cs.CL},
|
| 79 |
+
url={https://arxiv.org/abs/2512.18834v2},
|
| 80 |
}
|
| 81 |
```
|
| 82 |
|