CLSIApr 5, 2025

Collaboration and Controversy Among Experts: Rumor Early Detection by Tuning a Comment Generator

arXiv:2504.04076v14 citationsh-index: 12SIGIR
Originality Incremental advance
AI Analysis

This addresses the challenge of detecting rumors early when user comments are scarce, which is crucial for mitigating misinformation spread on social platforms, though it is an incremental improvement.

The paper tackles the problem of rumor early detection on social media by generating additional human-like comments to compensate for limited early-stage data, achieving state-of-the-art performance over baseline models.

Over the past decade, social media platforms have been key in spreading rumors, leading to significant negative impacts. To counter this, the community has developed various Rumor Detection (RD) algorithms to automatically identify them using user comments as evidence. However, these RD methods often fail in the early stages of rumor propagation when only limited user comments are available, leading the community to focus on a more challenging topic named Rumor Early Detection (RED). Typically, existing RED methods learn from limited semantics in early comments. However, our preliminary experiment reveals that the RED models always perform best when the number of training and test comments is consistent and extensive. This inspires us to address the RED issue by generating more human-like comments to support this hypothesis. To implement this idea, we tune a comment generator by simulating expert collaboration and controversy and propose a new RED framework named CAMERED. Specifically, we integrate a mixture-of-expert structure into a generative language model and present a novel routing network for expert collaboration. Additionally, we synthesize a knowledgeable dataset and design an adversarial learning strategy to align the style of generated comments with real-world comments. We further integrate generated and original comments with a mutual controversy fusion module. Experimental results show that CAMERED outperforms state-of-the-art RED baseline models and generation methods, demonstrating its effectiveness.

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