Glot500: Scaling Multilingual Corpora and Language Models to 500 Languages
About
The NLP community has mainly focused on scaling Large Language Models (LLMs) vertically, i.e., making them better for about 100 languages. We instead scale LLMs horizontally: we create, through continued pretraining, Glot500-m, an LLM that covers 511 predominantly low-resource languages. An important part of this effort is to collect and clean Glot500-c, a corpus that covers these 511 languages and allows us to train Glot500-m. We evaluate Glot500-m on five diverse tasks across these languages. We observe large improvements for both high-resource and low-resource languages compared to an XLM-R baseline. Our analysis shows that no single factor explains the quality of multilingual LLM representations. Rather, a combination of factors determines quality including corpus size, script, "help" from related languages and the total capacity of the model. Our work addresses an important goal of NLP research: we should not limit NLP to a small fraction of the world's languages and instead strive to support as many languages as possible to bring the benefits of NLP technology to all languages and cultures. Code, data and models are available at https://github.com/cisnlp/Glot500.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Text Classification | SIB-200 kon (test) | Weighted F172.6 | 10 | |
| Text Classification | SIB-200 cjk (test) | Weighted F142.9 | 10 | |
| Text Classification | SIB-200 lua (test) | Weighted F154.7 | 10 | |
| Text Classification | SIB-200 kmb (test) | Weighted F143.5 | 10 | |
| Text Classification | SIB-200 umb (test) | Weighted F1 (SIB-200 umb test)40.3 | 10 | |
| Named Entity Recognition | IndicGLUE (test) | F1 (Panjabi)92.7 | 3 | |
| NER | Glot500 NER (tail) | Overall Score60.7 | 3 | |
| NER | Glot500 NER (all) | Score62.4 | 3 | |
| POS | Glot500 POS (tail) | Score62.3 | 3 | |
| POS | Glot500 POS (all) | Accuracy71.8 | 3 |