SIAICLLGMar 20, 2023

Unsupervised Cross-Domain Rumor Detection with Contrastive Learning and Cross-Attention

arXiv:2303.11945v138 citationsh-index: 20
Originality Incremental advance
AI Analysis

It addresses the problem of domain shift in rumor detection for social media applications, but it is incremental as it builds on existing contrastive learning and cross-attention techniques.

The paper tackles cross-domain rumor detection by proposing an unsupervised model using contrastive learning and cross-attention, achieving state-of-the-art performance on four cross-domain datasets.

Massive rumors usually appear along with breaking news or trending topics, seriously hindering the truth. Existing rumor detection methods are mostly focused on the same domain, and thus have poor performance in cross-domain scenarios due to domain shift. In this work, we propose an end-to-end instance-wise and prototype-wise contrastive learning model with a cross-attention mechanism for cross-domain rumor detection. The model not only performs cross-domain feature alignment but also enforces target samples to align with the corresponding prototypes of a given source domain. Since target labels in a target domain are unavailable, we use a clustering-based approach with carefully initialized centers by a batch of source domain samples to produce pseudo labels. Moreover, we use a cross-attention mechanism on a pair of source data and target data with the same labels to learn domain-invariant representations. Because the samples in a domain pair tend to express similar semantic patterns, especially on the people's attitudes (e.g., supporting or denying) towards the same category of rumors, the discrepancy between a pair of the source domain and target domain will be decreased. We conduct experiments on four groups of cross-domain datasets and show that our proposed model achieves state-of-the-art performance.

Foundations

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

Your Notes