Effect of Unknown and Fragmented Tokens on the Performance of Multilingual Language Models at Low-Resource Tasks
摘要
Multilingual language models (MLLMs) like mBERT promise to extend the benefits of NLP research to low-resource languages (LRLs). However, LRL vocabulary is often seriously under-represented in the workpiece dictionaries of MLLMs. This leads to many LRL words being replaced by UNK (unknown tokens) or concatenated from morphologically unrelated wordpieces, consequently leading to low task accuracy. Pre-training MLLMs after including LRL documents is extremely resource-intensive in terms of both human inputs and computational resources. In this chapter, we study intuitive strategies to seek and protect “vulnerable words” in LRLs by introducing them into MLLM dictionaries, providing reasonable initialisations of their embeddings, followed by limited fine-tuning, subject to the limits of available LRL corpora. Our experiments show some significant performance improvements and also some surprising limits to such vocabulary augmentation strategies in various classification tasks in multiple diverse LRLs as well as code-mixed datasets. We release the code and data to enable further research.