TransMI: A Framework to Create Strong Baselines from Multilingual Pretrained Language Models for Transliterated Data
Yihong Liu, Chunlan Ma, Haotian Ye, Hinrich Schütze
TL;DR
TransMI presents a training-free framework to adapt multilingual pretrained language models to transliterated data by transliterating the vocabulary, merging new transliterations with the original vocabulary, and initializing embeddings for newly added subwords. This enables strong baselines for cross-script transfer without retraining, while preserving performance on non-transliterated data. The method is validated on three strong mPLMs (XLM-R, Glot500, Furina) across sentence retrieval, text classification, and sequence labeling, showing consistent transliteration gains (3%–34%) with minimal non-transliterated degradation. Analysis reveals Max-Merge generally performs best, with script- and task-dependent nuances, and highlights TransMI’s potential to serve as a practical baseline and starting point for future transliteration-focused fine-tuning or continued pretraining.
Abstract
Transliterating related languages that use different scripts into a common script is effective for improving crosslingual transfer in downstream tasks. However, this methodology often makes pretraining a model from scratch unavoidable, as transliteration brings about new subwords not covered in existing multilingual pretrained language models (mPLMs). This is undesirable because it requires a large computation budget. A more promising way is to make full use of available mPLMs. To this end, this paper proposes a simple but effective framework: Transliterate-Merge-Initialize (TransMI). TransMI can create strong baselines for data that is transliterated into a common script by exploiting an existing mPLM and its tokenizer without any training. TransMI has three stages: (a) transliterate the vocabulary of an mPLM into a common script; (b) merge the new vocabulary with the original vocabulary; and (c) initialize the embeddings of the new subwords. We apply TransMI to three strong recent mPLMs. Our experiments demonstrate that TransMI not only preserves the mPLM's ability to handle non-transliterated data, but also enables it to effectively process transliterated data, thereby facilitating crosslingual transfer across scripts. The results show consistent improvements of 3% to 34% for different mPLMs and tasks. We make our code and models publicly available at \url{https://github.com/cisnlp/TransMI}.
