TransliCo: A Contrastive Learning Framework to Address the Script Barrier in Multilingual Pretrained Language Models
Yihong Liu, Chunlan Ma, Haotian Ye, Hinrich Schütze
TL;DR
TransliCo tackles the script barrier in multilingual pretrained language models by jointly fine-tuning with MLM on original and Latin-transliterated data and a Transliteration Contrastive Modeling objective to align cross-script representations. By constructing Latin transliterations of a portion of the pretraining corpus and contrasting pairs (original, transliteration) against negatives, it encourages script-neutral embeddings and improves zero-shot crosslingual transfer. Empirical results on Glot500-m (yielding Furina) show robust gains across sentence retrieval, classification, and sequence labeling tasks, with notable improvements in the Indic group; analysis and an ablation study confirm the necessity of both MLM and TCM and the benefit of incorporating Latin-script data. The framework is lightweight, scalable, and publicly released, offering a practical path to enhance cross-script transfer for low-resource languages without transliterating user queries at inference time.
Abstract
The world's more than 7000 languages are written in at least 293 scripts. Due to various reasons, many closely related languages use different scripts, which poses a difficulty for multilingual pretrained language models (mPLMs) in learning crosslingual knowledge through lexical overlap. As a consequence, mPLMs are faced with a script barrier: representations from different scripts are located in different subspaces, which can result in crosslingual transfer involving languages of different scripts performing suboptimally. To address this problem, we propose TransliCo, a framework that optimizes the Transliteration Contrastive Modeling (TCM) objective to fine-tune an mPLM by contrasting sentences in its training data and their transliterations in a unified script (in our case Latin), which enhances uniformity in the representation space for different scripts. Using Glot500-m, an mPLM pretrained on over 500 languages, as our source model, we fine-tune it on a small portion (5%) of its training data, and refer to the resulting model as Furina. We show that Furina not only better aligns representations from distinct scripts but also outperforms the original Glot500-m on various zero-shot crosslingual transfer tasks. Additionally, we achieve consistent improvement in a case study on the Indic group where the languages exhibit areal features but use different scripts. We make our code and models publicly available.
