OFA: A Framework of Initializing Unseen Subword Embeddings for Efficient Large-scale Multilingual Continued Pretraining
Yihong Liu, Peiqin Lin, Mingyang Wang, Hinrich Schütze
TL;DR
OFA addresses the high resource cost of expanding vocabularies in multilingual language models by initializing unseen subword embeddings through a factorized, crosslingual embedding space and leveraging external multilingual word vectors. It replaces the full embedding matrix with two smaller matrices and a shared primitive basis, enabling efficient multilingual continued pretraining with fewer parameters while accelerating convergence. Empirical results on RoBERTa and XLM-R source models across five downstream tasks show OFA matches or exceeds baselines with reduced carbon footprints, often performing best at moderate latent dimensions. The work demonstrates strong crosslingual transfer, environmental benefits, and broad applicability to encoder-based architectures, with code and models publicly available.
Abstract
Instead of pretraining multilingual language models from scratch, a more efficient method is to adapt existing pretrained language models (PLMs) to new languages via vocabulary extension and continued pretraining. However, this method usually randomly initializes the embeddings of new subwords and introduces substantially more embedding parameters to the model, thus weakening the efficiency. To address these issues, we propose a novel framework: $\textbf{O}$ne $\textbf{F}$or $\textbf{A}$ll ($\textbf{OFA}$), which wisely initializes the embeddings of unseen subwords and thus can adapt a PLM to multiple languages efficiently and effectively. OFA takes advantage of external well-aligned multilingual static word vectors and injects the alignment knowledge into the subword embeddings. In addition, OFA applies matrix factorization and replaces the cumbersome embeddings with two lower-dimensional matrices, which largely reduces the number of parameters. We show OFA accelerates the convergence of continued pretraining, which is environmentally friendly as much fewer carbon footprints are generated. Through extensive experiments, we demonstrate OFA can achieve competitive or better performance than default continued pretraining baselines on a wide range of crosslingual downstream tasks. We make our code and models publicly available.
