CLJul 23, 2024

PreAlign: Boosting Cross-Lingual Transfer by Early Establishment of Multilingual Alignment

arXiv:2407.16222v329 citationsh-index: 34
Originality Incremental advance
AI Analysis

This addresses the issue of inefficient cross-lingual knowledge sharing for multilingual AI applications, representing a novel method for a known bottleneck.

The paper tackles the problem of weak multilingual alignment in large language models, which leads to poor cross-lingual transfer, by proposing PreAlign, a framework that establishes alignment before pretraining, resulting in significant improvements in language modeling, zero-shot transfer, and knowledge application, as demonstrated in synthetic and real-world experiments.

Large language models demonstrate reasonable multilingual abilities, despite predominantly English-centric pretraining. However, the spontaneous multilingual alignment in these models is shown to be weak, leading to unsatisfactory cross-lingual transfer and knowledge sharing. Previous works attempt to address this issue by explicitly injecting multilingual alignment information during or after pretraining. Thus for the early stage in pretraining, the alignment is weak for sharing information or knowledge across languages. In this paper, we propose PreAlign, a framework that establishes multilingual alignment prior to language model pretraining. PreAlign injects multilingual alignment by initializing the model to generate similar representations of aligned words and preserves this alignment using a code-switching strategy during pretraining. Extensive experiments in a synthetic English to English-Clone setting demonstrate that PreAlign significantly outperforms standard multilingual joint training in language modeling, zero-shot cross-lingual transfer, and cross-lingual knowledge application. Further experiments in real-world scenarios further validate PreAlign's effectiveness across various model sizes.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes