An Empirical Comparison of Vocabulary Expansion and Initialization Approaches for Language Models
Nandini Mundra, Aditya Nanda Kishore, Raj Dabre, Ratish Puduppully,, Anoop Kunchukuttan, Mitesh M. Khapra

TL;DR
This paper compares different vocabulary expansion and initialization methods for multilingual language models, introducing a simple yet effective approach called CW2V that performs on par with more complex techniques across multiple languages and tasks.
Contribution
It provides a theoretical foundation for initialization within the convex hull and introduces CW2V, a novel method that does not rely on cross-lingual embeddings, with extensive empirical evaluation.
Findings
CW2V performs as well or better than advanced methods.
Simple multivariate initialization matches complex approaches.
Efficient multilingual model adaptation is possible with simpler methods.
Abstract
Language Models (LMs) excel in natural language processing tasks for English but show reduced performance in most other languages. This problem is commonly tackled by continually pre-training and fine-tuning these models for said languages. A significant issue in this process is the limited vocabulary coverage in the original model's tokenizer, leading to inadequate representation of new languages and necessitating an expansion of the tokenizer. The initialization of the embeddings corresponding to new vocabulary items presents a further challenge. Current strategies require cross-lingual embeddings and lack a solid theoretical foundation as well as comparisons with strong baselines. In this paper, we first establish theoretically that initializing within the convex hull of existing embeddings is a good initialization, followed by a novel but simple approach, Constrained Word2Vec…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech and dialogue systems
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Attention Is All You Need · Linear Layer · Multi-Head Attention · Softmax · WordPiece · Residual Connection · Layer Normalization · Attention Dropout · Linear Warmup With Linear Decay
