Enhancing Cross-lingual Sentence Embedding for Low-resource Languages with Word Alignment
Zhongtao Miao, Qiyu Wu, Kaiyan Zhao, Zilong Wu, Yoshimasa Tsuruoka
TL;DR
This work addresses the scarcity of parallel data for low-resource languages by showing that word representations in such languages are under-aligned with those in high-resource languages in current cross-lingual models. It introduces WACSE, a framework that leverages explicit word alignment supervision from a pre-existing aligner and optimizes three objectives—Aligned Word Prediction ($ ext{L}^{AWP}$), Word Translation Ranking ($ ext{L}^{WTR}$), and Translation Ranking ($ ext{L}^{TR}$)—with the final loss $\,\mathcal{L} = \alpha\mathcal{L}^{TR} + \beta\mathcal{L}^{AWP} + \gamma\mathcal{L}^{WTR}$. Experiments on bitext retrieval, cross-lingual STS, bitext mining, and NLI demonstrate that WACSE yields substantial gains for low-resource languages while maintaining competitive performance on high-resource languages. The results imply that explicit word-level alignment can meaningfully augment cross-lingual sentence embeddings in data-scarce scenarios, with future work aimed at phrase-level alignment and stronger word-alignment models.
Abstract
The field of cross-lingual sentence embeddings has recently experienced significant advancements, but research concerning low-resource languages has lagged due to the scarcity of parallel corpora. This paper shows that cross-lingual word representation in low-resource languages is notably under-aligned with that in high-resource languages in current models. To address this, we introduce a novel framework that explicitly aligns words between English and eight low-resource languages, utilizing off-the-shelf word alignment models. This framework incorporates three primary training objectives: aligned word prediction and word translation ranking, along with the widely used translation ranking. We evaluate our approach through experiments on the bitext retrieval task, which demonstrate substantial improvements on sentence embeddings in low-resource languages. In addition, the competitive performance of the proposed model across a broader range of tasks in high-resource languages underscores its practicality.
