paper-with-me

Papers

Neural Approaches to Multilingual Information Retrieval

2022-09-03 · Dawn Lawrie, Eugene Yang, Douglas W. Oard, James Mayfield

Providing access to information across languages has been a goal of Information Retrieval (IR) for decades. While progress has been made on Cross Language IR (CLIR) where queries are expressed in one language and documents in another, the multilingual (MLIR) task to create a single ranked list of documents across many languages is considerably more challenging. This paper investigates whether advances in neural document translation and pretrained multilingual neural language models enable improvements in the state of the art over earlier MLIR techniques. The results show that although combining neural document translation with neural ranking yields the best Mean Average Precision (MAP), 98% of that MAP score can be achieved with an 84% reduction in indexing time by using a pretrained XLM-R multilingual language model to index documents in their native language, and that 2% difference in effectiveness is not statistically significant. Key to achieving these results for MLIR is to fine-tune XLM-R using mixed-language batches from neural translations of MS MARCO passages.

📄 PDF Abstract BibTeX arXiv:2209.01335

Code (1)

hltcoe/colbert-x 공식 구현 pytorch

Tasks

Document TranslationInformation RetrievalLanguage ModelingLanguage ModellingRetrievalTranslationXLM-R

Methods 이 논문이 사용한 방법론

XLM-R XLM-R

Similar Papers 제목 키워드 기반

Synergistic Approach for Simultaneous Optimization of Monolingual, Cross-lingual, and Multilingual Information Retrieval

2024-08-20 · Adel Elmahdy, Sheng-Chieh Lin, Amin Ahmad

Information retrieval across different languages is an increasingly important challenge in natural language processing. Recent approaches based on multilingual pre-trained language models have achieved remarkable success…

Information RetrievalRetrieval

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

Efficient and Versatile Model for Multilingual Information Retrieval of Islamic Text: Development and Deployment in Real-World Scenarios

2025-09-18 · Vera Pavlova, Mohammed Makhlouf arxiv

Despite recent advancements in Multilingual Information Retrieval (MLIR), a significant gap remains between research and practical deployment. Many studies assess MLIR performance in isolated settings, limiting their app…

Information Retrieval

Domain Adaptation of Multilingual Semantic Search - Literature Review

2024-02-05 · Anna Bringmann, Anastasia Zhukova

This literature review gives an overview of current approaches to perform domain adaptation in a low-resource and approaches to perform multilingual semantic search in a low-resource setting. We developed a new typology …

Domain AdaptationInformation RetrievalRetrieval

Bridging Language Gaps: Advances in Cross-Lingual Information Retrieval with Multilingual LLMs

2025-10-01 · Roksana Goworek, Olivia Macmillan-Scott, Eda B. Özyiğit arxiv

Cross-lingual information retrieval (CLIR) addresses the challenge of retrieving relevant documents written in languages different from that of the original query. Research in this area has typically framed the task as m…

Information RetrievalQuestion AnsweringAnswer Generation