paper-with-me

Papers

MIND Your Language: A Multilingual Dataset for Cross-lingual News Recommendation

2024-03-26 · Andreea Iana, Goran Glavaš, Heiko Paulheim

Digital news platforms use news recommenders as the main instrument to cater to the individual information needs of readers. Despite an increasingly language-diverse online community, in which many Internet users consume news in multiple languages, the majority of news recommendation focuses on major, resource-rich languages, and English in particular. Moreover, nearly all news recommendation efforts assume monolingual news consumption, whereas more and more users tend to consume information in at least two languages. Accordingly, the existing body of work on news recommendation suffers from a lack of publicly available multilingual benchmarks that would catalyze development of news recommenders effective in multilingual settings and for low-resource languages. Aiming to fill this gap, we introduce xMIND, an open, multilingual news recommendation dataset derived from the English MIND dataset using machine translation, covering a set of 14 linguistically and geographically diverse languages, with digital footprints of varying sizes. Using xMIND, we systematically benchmark several state-of-the-art content-based neural news recommenders (NNRs) in both zero-shot (ZS-XLT) and few-shot (FS-XLT) cross-lingual transfer scenarios, considering both monolingual and bilingual news consumption patterns. Our findings reveal that (i) current NNRs, even when based on a multilingual language model, suffer from substantial performance losses under ZS-XLT and that (ii) inclusion of target-language data in FS-XLT training has limited benefits, particularly when combined with a bilingual news consumption. Our findings thus warrant a broader research effort in multilingual and cross-lingual news recommendation. The xMIND dataset is available at https://github.com/andreeaiana/xMIND.

📄 PDF Abstract BibTeX arXiv:2403.17876

Code (2)

andreeaiana/xmind 공식 구현
andreeaiana/newsreclib pytorch

Tasks

Cross-Lingual TransferLanguage ModellingMachine TranslationNews Recommendation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

The Interpreter Understands Your Meaning: End-to-end Spoken Language Understanding Aided by Speech Translation

2023-05-16 · Mutian He, Philip N. Garner

End-to-end spoken language understanding (SLU) remains elusive even with current large pretrained language models on text and speech, especially in multilingual cases. Machine translation has been established as a powerf…

Abstractive Text SummarizationContinual Learningintent-classificationIntent Classification+5

PMIndiaSum: Multilingual and Cross-lingual Headline Summarization for Languages in India

2023-05-15 · Ashok Urlana, Pinzhen Chen, Zheng Zhao, Shay B. Cohen 외

This paper introduces PMIndiaSum, a multilingual and massively parallel summarization corpus focused on languages in India. Our corpus provides a training and testing ground for four language families, 14 languages, and …

Cross-Lingual Abstractive SummarizationMultilingual NLPText Summarization

Discrepancy Detection at the Data Level: Toward Consistent Multilingual Question Answering

2025-10-13 · Lorena Calvo-Bartolomé, Valérie Aldana, Karla Cantarero, Alonso Madroñal de Mesa 외 arxiv

Multilingual question answering (QA) systems must ensure factual consistency across languages, especially for objective queries such as What is jaundice?, while also accounting for cultural variation in subjective respon…

Question Answering

Mind Your Language: Abuse and Offense Detection for Code-Switched Languages

2018-09-23 · Raghav Kapoor, Yaman Kumar, Kshitij Rajput, Rajiv Ratn Shah 외

In multilingual societies like the Indian subcontinent, use of code-switched languages is much popular and convenient for the users. In this paper, we study offense and abuse detection in the code-switched pair of Hindi …

Abuse DetectionGeneral ClassificationTransfer Learning

MindMerger: Efficient Boosting LLM Reasoning in non-English Languages

2024-05-27 · Zixian Huang, Wenhao Zhu, Gong Cheng, Lei LI 외

Reasoning capabilities are crucial for Large Language Models (LLMs), yet a notable gap exists between English and non-English languages. To bridge this disparity, some works fine-tune LLMs to relearn reasoning capabiliti…