Allocating Large Vocabulary Capacity for Cross-lingual Language Model Pre-training (2109.07306v1)
Abstract: Compared to monolingual models, cross-lingual models usually require a more expressive vocabulary to represent all languages adequately. We find that many languages are under-represented in recent cross-lingual LLMs due to the limited vocabulary capacity. To this end, we propose an algorithm VoCap to determine the desired vocabulary capacity of each language. However, increasing the vocabulary size significantly slows down the pre-training speed. In order to address the issues, we propose k-NN-based target sampling to accelerate the expensive softmax. Our experiments show that the multilingual vocabulary learned with VoCap benefits cross-lingual LLM pre-training. Moreover, k-NN-based target sampling mitigates the side-effects of increasing the vocabulary size while achieving comparable performance and faster pre-training speed. The code and the pretrained multilingual vocabularies are available at https://github.com/bozheng-hit/VoCapXLM.
- Bo Zheng (205 papers)
- Li Dong (154 papers)
- Shaohan Huang (79 papers)
- Saksham Singhal (14 papers)
- Wanxiang Che (152 papers)
- Ting Liu (329 papers)
- Xia Song (38 papers)
- Furu Wei (291 papers)