paper-with-me

Papers

Multilingual Previously Fact-Checked Claim Retrieval

2023-05-13 · Matúš Pikuliak, Ivan Srba, Robert Moro, Timo Hromadka, Timotej Smolen, Martin Melisek, Ivan Vykopal, Jakub Simko, Juraj Podrouzek, Maria Bielikova

Fact-checkers are often hampered by the sheer amount of online content that needs to be fact-checked. NLP can help them by retrieving already existing fact-checks relevant to the content being investigated. This paper introduces a new multilingual dataset -- MultiClaim -- for previously fact-checked claim retrieval. We collected 28k posts in 27 languages from social media, 206k fact-checks in 39 languages written by professional fact-checkers, as well as 31k connections between these two groups. This is the most extensive and the most linguistically diverse dataset of this kind to date. We evaluated how different unsupervised methods fare on this dataset and its various dimensions. We show that evaluating such a diverse dataset has its complexities and proper care needs to be taken before interpreting the results. We also evaluated a supervised fine-tuning approach, improving upon the unsupervised method significantly.

📄 PDF Abstract BibTeX arXiv:2305.07991

Code (1)

kinit-sk/multiclaim 공식 구현 pytorch

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Word2winners at SemEval-2025 Task 7: Multilingual and Crosslingual Fact-Checked Claim Retrieval

2025-03-12 · AmirMohammad Azadi, Sina Zamani, Mohammadmostafa Rostamkhani, Sauleh Eetemadi

This paper describes our system for SemEval 2025 Task 7: Previously Fact-Checked Claim Retrieval. The task requires retrieving relevant fact-checks for a given input claim from the extensive, multilingual MultiClaim data…

Machine TranslationRetrievalTranslation

Investigating Language and Retrieval Bias in Multilingual Previously Fact-Checked Claim Detection

2025-09-29 · Ivan Vykopal, Antonia Karamolegkou, Jaroslav Kopčan, Qiwei Peng 외 arxiv

Multilingual Large Language Models (LLMs) offer powerful capabilities for cross-lingual fact-checking. However, these models often exhibit language bias, performing disproportionately better on high-resource languages su…

Information Retrieval

Large Language Models for Multilingual Previously Fact-Checked Claim Detection

2025-03-04 · Ivan Vykopal, Matúš Pikuliak, Simon Ostermann, Tatiana Anikina 외

In our era of widespread false information, human fact-checkers often face the challenge of duplicating efforts when verifying claims that may have already been addressed in other countries or languages. As false informa…

MultiClaimNet: A Massively Multilingual Dataset of Fact-Checked Claim Clusters

2025-03-28 · Rrubaa Panchendrarajan, Rubén Míguez, Arkaitz Zubiaga

In the context of fact-checking, claims are often repeated across various platforms and in different languages, which can benefit from a process that reduces this redundancy. While retrieving previously fact-checked clai…

ClusteringFact CheckingRetrievalSentence+2

fact check AI at SemEval-2025 Task 7: Multilingual and Crosslingual Fact-checked Claim Retrieval

2025-08-05 · Pranshu Rastogi arxiv

SemEval-2025 Task 7: Multilingual and Crosslingual Fact-Checked Claim Retrieval is approached as a Learning-to-Rank task using a bi-encoder model fine-tuned from a pre-trained transformer optimized for sentence similarit…