paper-with-me

홈 › Papers

MFAQ: a Multilingual FAQ Dataset

2021-09-27 · EMNLP (MRQA) 2021 11 · Maxime De Bruyn, Ehsan Lotfi, Jeska Buhmann, Walter Daelemans

In this paper, we present the first multilingual FAQ dataset publicly available. We collected around 6M FAQ pairs from the web, in 21 different languages. Although this is significantly larger than existing FAQ retrieval datasets, it comes with its own challenges: duplication of content and uneven distribution of topics. We adopt a similar setup as Dense Passage Retrieval (DPR) and test various bi-encoders on this dataset. Our experiments reveal that a multilingual model based on XLM-RoBERTa achieves the best results, except for English. Lower resources languages seem to learn from one another as a multilingual model achieves a higher MRR than language-specific ones. Our qualitative analysis reveals the brittleness of the model on simple word changes. We publicly release our dataset, model and training script.

📄 PDF Abstract BibTeX arXiv:2109.12870

Code (1)

clips/mfaq 공식 구현 pytorch

Tasks

Passage RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Multilingual-To-Multimodal (M2M): Unlocking New Languages with Monolingual Text

2026-01-15 · Piyush Singh Pasi arxiv

Multimodal models excel in English, supported by abundant image-text and audio-text data, but performance drops sharply for other languages due to limited multilingual multimodal resources. Existing solutions rely on mac…

Text-to-Image GenerationMachine TranslationImage RetrievalText Retrieval

When Is Multilinguality a Curse? Language Modeling for 250 High- and Low-Resource Languages

2023-11-15 · Tyler A. Chang, Catherine Arnett, Zhuowen Tu, Benjamin K. Bergen

Multilingual language models are widely used to extend NLP systems to low-resource languages. However, concrete evidence for the effects of multilinguality on language modeling performance in individual languages remains…

Language ModelingLanguage Modelling

X-FACT: A New Benchmark Dataset for Multilingual Fact Checking

2021-06-17 · ACL 2021 5 · Ashim Gupta, Vivek Srikumar

In this work, we introduce X-FACT: the largest publicly available multilingual dataset for factual verification of naturally existing real-world claims. The dataset contains short statements in 25 languages and is labele…

Domain GeneralizationFact Checking

Comprehension of Multilingual Expressions Referring to Target Objects in Visual Inputs

2025-11-14 · Francisco Nogueira, Alexandre Bernardino, Bruno Martins arxiv

Referring Expression Comprehension (REC) requires models to localize objects in images based on natural language descriptions. Research on the area remains predominantly English-centric, despite increasing global deploym…

Referring ExpressionMachine TranslationVisual Grounding

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

2021-08-31 · Luiz Bonifacio, Vitor Jeronymo, Hugo Queiroz Abonizio, Israel Campiotti 외

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…

Information RetrievalMachine TranslationPassage RankingReranking+3