paper-with-me

Papers

Cross-document Misinformation Detection based on Event Graph Reasoning

2022-07-01 · NAACL 2022 7 · Xueqing Wu, Kung-Hsiang Huang, Yi Fung, Heng Ji

For emerging events, human readers are often exposed to both real news and fake news. Multiple news articles may contain complementary or contradictory information that readers can leverage to help detect fake news. Inspired by this process, we propose a novel task of cross-document misinformation detection. Given a cluster of topically related news documents, we aim to detect misinformation at both document level and a more fine-grained level, event level. Due to the lack of data, we generate fake news by manipulating real news, and construct 3 new datasets with 422, 276, and 1,413 clusters of topically related documents, respectively. We further propose a graph-based detector that constructs a cross-document knowledge graph using cross-document event coreference resolution and employs a heterogeneous graph neural network to conduct detection at two levels. We then feed the event-level detection results into the document-level detector. Experimental results show that our proposed method significantly outperforms existing methods by up to 7 F1 points on this new task.

📄 PDF Abstract BibTeX

Code (1)

shirley-wu/cross-doc-misinfo-detection 공식 구현 pytorch

Tasks

Articlescoreference-resolutionCoreference ResolutionEvent Coreference ResolutionGraph Neural NetworkMisinformation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Cross-document Misinformation Detection based on Event Graph Reasoning

2022-01-16 · ACL ARR January 2022 1 · Anonymous

For emerging events, human readers are often exposed to both real news and fake news. Multiple news articles may contain complementary or contradictory information that readers can leverage to help detect fake news. Insp…

Articlescoreference-resolutionCoreference ResolutionEvent Coreference Resolution+2

TEGRA: Text Encoding With Graph and Retrieval Augmentation for Misinformation Detection

2026-02-11 · Géraud Faye, Wassila Ouerdane, Guillaume Gadek, Sylvain Gatepaille 외 arxiv

Misinformation detection is a critical task that can benefit significantly from the integration of external knowledge, much like manual fact-checking. In this work, we propose a novel method for representing textual docu…

Tackling Fake News Detection by Continually Improving Social Context Representations using Graph Neural Networks

2022-05-01 · ACL 2022 5 · Nikhil Mehta, Maria Pacheco, Dan Goldwasser

Easy access, variety of content, and fast widespread interactions are some of the reasons making social media increasingly popular. However, this rise has also enabled the propagation of fake news, text published by news…

ArticlesFake News DetectionMisinformation

MuMiN: A Large-Scale Multilingual Multimodal Fact-Checked Misinformation Social Network Dataset

2022-02-23 · Dan Saattrup Nielsen, Ryan McConville

Misinformation is becoming increasingly prevalent on social media and in news articles. It has become so widespread that we require algorithmic assistance utilising machine learning to detect such content. Training these…

ArticlesMisinformationNode Classification

E-CaTCH: Event-Centric Cross-Modal Attention with Temporal Consistency and Class-Imbalance Handling for Misinformation Detection

2025-08-15 · Ahmad Mousavi, Yeganeh Abdollahinejad, Roberto Corizzo, Nathalie Japkowicz 외 arxiv

Detecting multimodal misinformation on social media remains challenging due to inconsistencies between modalities, changes in temporal patterns, and substantial class imbalance. Many existing methods treat posts independ…