SIAICLSep 19, 2022

Probing Spurious Correlations in Popular Event-Based Rumor Detection Benchmarks

arXiv:2209.08799v19 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This work addresses a critical flaw in widely used datasets for rumor detection, which is important for researchers and practitioners in misinformation mitigation, though it is incremental in improving evaluation practices.

The paper identifies spurious correlations in popular event-based rumor detection benchmarks, such as Twitter15, Twitter16, and PHEME, which cause overestimation of model performance, and shows that under an event-separated setting, state-of-the-art models' accuracy drops by over 40% to levels comparable to a simple neural classifier.

As social media becomes a hotbed for the spread of misinformation, the crucial task of rumor detection has witnessed promising advances fostered by open-source benchmark datasets. Despite being widely used, we find that these datasets suffer from spurious correlations, which are ignored by existing studies and lead to severe overestimation of existing rumor detection performance. The spurious correlations stem from three causes: (1) event-based data collection and labeling schemes assign the same veracity label to multiple highly similar posts from the same underlying event; (2) merging multiple data sources spuriously relates source identities to veracity labels; and (3) labeling bias. In this paper, we closely investigate three of the most popular rumor detection benchmark datasets (i.e., Twitter15, Twitter16 and PHEME), and propose event-separated rumor detection as a solution to eliminate spurious cues. Under the event-separated setting, we observe that the accuracy of existing state-of-the-art models drops significantly by over 40%, becoming only comparable to a simple neural classifier. To better address this task, we propose Publisher Style Aggregation (PSA), a generalizable approach that aggregates publisher posting records to learn writing style and veracity stance. Extensive experiments demonstrate that our method outperforms existing baselines in terms of effectiveness, efficiency and generalizability.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes