IRCLDec 20, 2022

Parameter-efficient Zero-shot Transfer for Cross-Language Dense Retrieval with Adapters

arXiv:2212.10448v16 citationsh-index: 48
Originality Incremental advance
AI Analysis

This work addresses language mismatch issues in cross-language retrieval for multilingual applications, presenting an incremental improvement over existing adapter-based methods.

The paper tackles the problem of zero-shot cross-language dense retrieval by proposing a parameter-efficient transfer method using adapters, showing that models trained with monolingual data outperform full fine-tuning in cross-language information retrieval settings.

A popular approach to creating a zero-shot cross-language retrieval model is to substitute a monolingual pretrained language model in the retrieval model with a multilingual pretrained language model such as Multilingual BERT. This multilingual model is fined-tuned to the retrieval task with monolingual data such as English MS MARCO using the same training recipe as the monolingual retrieval model used. However, such transferred models suffer from mismatches in the languages of the input text during training and inference. In this work, we propose transferring monolingual retrieval models using adapters, a parameter-efficient component for a transformer network. By adding adapters pretrained on language tasks for a specific language with task-specific adapters, prior work has shown that the adapter-enhanced models perform better than fine-tuning the entire model when transferring across languages in various NLP tasks. By constructing dense retrieval models with adapters, we show that models trained with monolingual data are more effective than fine-tuning the entire model when transferring to a Cross Language Information Retrieval (CLIR) setting. However, we found that the prior suggestion of replacing the language adapters to match the target language at inference time is suboptimal for dense retrieval models. We provide an in-depth analysis of this discrepancy between other cross-language NLP tasks and CLIR.

Foundations

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

Your Notes