paper-with-me

홈 › Papers

mMARCO: A Multilingual Version of the MS MARCO Passage Ranking Dataset

2021-08-31 · Luiz Bonifacio, Vitor Jeronymo, Hugo Queiroz Abonizio, Israel Campiotti, Marzieh Fadaee, Roberto Lotufo, Rodrigo Nogueira

The MS MARCO ranking dataset has been widely used for training deep learning models for IR tasks, achieving considerable effectiveness on diverse zero-shot scenarios. However, this type of resource is scarce in languages other than English. In this work, we present mMARCO, a multilingual version of the MS MARCO passage ranking dataset comprising 13 languages that was created using machine translation. We evaluated mMARCO by finetuning monolingual and multilingual reranking models, as well as a multilingual dense retrieval model on this dataset. We also evaluated models finetuned using the mMARCO dataset in a zero-shot scenario on Mr. TyDi dataset, demonstrating that multilingual models finetuned on our translated dataset achieve superior effectiveness to models finetuned on the original English version alone. Our experiments also show that a distilled multilingual reranker is competitive with non-distilled models while having 5.4 times fewer parameters. Lastly, we show a positive correlation between translation quality and retrieval effectiveness, providing evidence that improvements in translation methods might lead to improvements in multilingual information retrieval. The translated datasets and finetuned models are available at https://github.com/unicamp-dl/mMARCO.

📄 PDF Abstract BibTeX arXiv:2108.13897

Code (1)

unicamp-dl/mMARCO 공식 구현 pytorch

Tasks

Information RetrievalMachine TranslationPassage RankingRerankingRe-RankingRetrievalTranslation

Similar Papers 제목 키워드 기반

ListConRanker: A Contrastive Text Reranker with Listwise Encoding

2025-01-13 · Junlong Liu, Yue Ma, Ruihui Zhao, Junhao Zheng 외

Reranker models aim to re-rank the passages based on the semantics similarity between the given query and passages, which have recently received more attention due to the wide application of the Retrieval-Augmented Gener…

RerankingRetrieval-augmented Generation

Enabling Low-Resource Language Retrieval: Establishing Baselines for Urdu MS MARCO

2024-12-17 · Umer Butt, Stalin Varanasi, Günter Neumann

As the Information Retrieval (IR) field increasingly recognizes the importance of inclusivity, addressing the needs of low-resource languages remains a significant challenge. This paper introduces the first large-scale U…

Information RetrievalMachine TranslationRetrievalZero-Shot Learning

ViRanker: A BGE-M3 & Blockwise Parallel Transformer Cross-Encoder for Vietnamese Reranking

2025-09-11 · Phuong-Nam Dang, Kieu-Linh Nguyen, Thanh-Hieu Pham arxiv

This paper presents ViRanker, a cross-encoder reranking model tailored to the Vietnamese language. Built on the BGE-M3 encoder and enhanced with the Blockwise Parallel Transformer, ViRanker addresses the lack of competit…

Boosting Zero-shot Cross-lingual Retrieval by Training on Artificially Code-Switched Data

2023-05-09 · Robert Litschko, Ekaterina Artemova, Barbara Plank

Transferring information retrieval (IR) models from a high-resource language (typically English) to other languages in a zero-shot fashion has become a widely adopted approach. In this work, we show that the effectivenes…

Cross-Lingual Word EmbeddingsInformation RetrievalRerankingRetrieval+1

An Updated Duet Model for Passage Re-ranking

2019-03-18 · Bhaskar Mitra, Nick Craswell

We propose several small modifications to Duet---a deep neural ranking model---and evaluate the updated model on the MS MARCO passage ranking task. We report significant improvements from the proposed changes based on an…

modelPassage RankingPassage Re-RankingRe-Ranking