CLIRFeb 3, 2023

Modeling Sequential Sentence Relation to Improve Cross-lingual Dense Retrieval

arXiv:2302.01626v28 citationsh-index: 66Has Code
AI Analysis

This work addresses the problem of improving cross-lingual retrieval for multilingual applications, representing an incremental advancement by adapting existing pre-training methods to a specific domain.

The paper tackles the lack of multilingual pre-trained language models tailored for cross-lingual dense retrieval by proposing a model that leverages sequential sentence relations across languages, resulting in significant performance improvements on four cross-lingual retrieval tasks.

Recently multi-lingual pre-trained language models (PLM) such as mBERT and XLM-R have achieved impressive strides in cross-lingual dense retrieval. Despite its successes, they are general-purpose PLM while the multilingual PLM tailored for cross-lingual retrieval is still unexplored. Motivated by an observation that the sentences in parallel documents are approximately in the same order, which is universal across languages, we propose to model this sequential sentence relation to facilitate cross-lingual representation learning. Specifically, we propose a multilingual PLM called masked sentence model (MSM), which consists of a sentence encoder to generate the sentence representations, and a document encoder applied to a sequence of sentence vectors from a document. The document encoder is shared for all languages to model the universal sequential sentence relation across languages. To train the model, we propose a masked sentence prediction task, which masks and predicts the sentence vector via a hierarchical contrastive loss with sampled negatives. Comprehensive experiments on four cross-lingual retrieval tasks show MSM significantly outperforms existing advanced pre-training models, demonstrating the effectiveness and stronger cross-lingual retrieval capabilities of our approach. Code and model are available at https://github.com/shunyuzh/MSM.

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