CLIRJan 29, 2023

Improving Cross-lingual Information Retrieval on Low-Resource Languages via Optimal Transport Distillation

arXiv:2301.12566v142 citationsh-index: 9
Originality Incremental advance
AI Analysis

This work addresses the problem of biased and suboptimal retrieval performance for low-resource languages in cross-lingual information retrieval, offering a more feasible training approach, though it is incremental as it builds on existing distillation and optimal transport methods.

The paper tackles the performance gap in cross-lingual information retrieval for low-resource languages caused by biases in multilingual pre-trained models and lack of training data, proposing OPTICAL, which uses optimal transport distillation to transfer knowledge from high-resource languages, resulting in significant performance improvements over strong baselines with minimal data.

Benefiting from transformer-based pre-trained language models, neural ranking models have made significant progress. More recently, the advent of multilingual pre-trained language models provides great support for designing neural cross-lingual retrieval models. However, due to unbalanced pre-training data in different languages, multilingual language models have already shown a performance gap between high and low-resource languages in many downstream tasks. And cross-lingual retrieval models built on such pre-trained models can inherit language bias, leading to suboptimal result for low-resource languages. Moreover, unlike the English-to-English retrieval task, where large-scale training collections for document ranking such as MS MARCO are available, the lack of cross-lingual retrieval data for low-resource language makes it more challenging for training cross-lingual retrieval models. In this work, we propose OPTICAL: Optimal Transport distillation for low-resource Cross-lingual information retrieval. To transfer a model from high to low resource languages, OPTICAL forms the cross-lingual token alignment task as an optimal transport problem to learn from a well-trained monolingual retrieval model. By separating the cross-lingual knowledge from knowledge of query document matching, OPTICAL only needs bitext data for distillation training, which is more feasible for low-resource languages. Experimental results show that, with minimal training data, OPTICAL significantly outperforms strong baselines on low-resource languages, including neural machine translation.

Foundations

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

Your Notes