paper-with-me

Papers

Distillation for Multilingual Information Retrieval

2024-05-02 · Eugene Yang, Dawn Lawrie, James Mayfield

Recent work in cross-language information retrieval (CLIR), where queries and documents are in different languages, has shown the benefit of the Translate-Distill framework that trains a cross-language neural dual-encoder model using translation and distillation. However, Translate-Distill only supports a single document language. Multilingual information retrieval (MLIR), which ranks a multilingual document collection, is harder to train than CLIR because the model must assign comparable relevance scores to documents in different languages. This work extends Translate-Distill and propose Multilingual Translate-Distill (MTD) for MLIR. We show that ColBERT-X models trained with MTD outperform their counterparts trained ith Multilingual Translate-Train, which is the previous state-of-the-art training approach, by 5% to 25% in nDCG@20 and 15% to 45% in MAP. We also show that the model is robust to the way languages are mixed in training batches. Our implementation is available on GitHub.

📄 PDF Abstract BibTeX arXiv:2405.00977

Code (1)

hltcoe/colbert-x 공식 구현 pytorch

Tasks

Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

Soft Prompt Decoding for Multilingual Dense Retrieval

2023-05-15 · Zhiqi Huang, Hansi Zeng, Hamed Zamani, James Allan

In this work, we explore a Multilingual Information Retrieval (MLIR) task, where the collection includes documents in multiple languages. We demonstrate that applying state-of-the-art approaches developed for cross-lingu…

Cross-Lingual Information RetrievalInformation RetrievalKnowledge DistillationRetrieval

Multilingual Representation Distillation with Contrastive Learning

2022-10-10 · Weiting Tan, Kevin Heffernan, Holger Schwenk, Philipp Koehn

Multilingual sentence representations from large models encode semantic information from two or more languages and can be used for different cross-lingual information retrieval and matching tasks. In this paper, we integ…

Contrastive LearningCross-Lingual Information RetrievalInformation RetrievalRetrieval+1

Cross-lingual Knowledge Transfer via Distillation for Multilingual Information Retrieval

2023-02-26 · Zhiqi Huang, Puxuan Yu, James Allan

In this paper, we introduce the approach behind our submission for the MIRACL challenge, a WSDM 2023 Cup competition that centers on ad-hoc retrieval across 18 diverse languages. Our solution contains two neural-based mo…

Information RetrievalMachine TranslationRetrievalTransfer Learning

MIMO: Multilingual Information Retrieval via Monolingual Objectives

2026-05-29 · Youngjoon Jang, Seongtae Hong, Heuiseok Lim arxiv

Multilingual Information Retrieval (MLIR) reflects real-world search environments in which queries and relevant documents may appear in different languages within a mixed-language corpus. However, existing embedding mode…

Knowledge DistillationInformation RetrievalContrastive Learning

C2KD: Cross-Lingual Cross-Modal Knowledge Distillation for Multilingual Text-Video Retrieval

2022-10-07 · Andrew Rouditchenko, Yung-Sung Chuang, Nina Shvetsova, Samuel Thomas 외

Multilingual text-video retrieval methods have improved significantly in recent years, but the performance for other languages lags behind English. We propose a Cross-Lingual Cross-Modal Knowledge Distillation method to …

Knowledge DistillationRetrievalVideo RetrievalVideo Similarity