Skip to content

Adversarial Attacks on Misinformation Detection

Adversarial attacks on misinformation detection systems exploit vulnerabilities in automated models to force misclassifications. These attacks are particularly relevant in the context of fake news and rumor detection, where bad actors may strategically craft content to evade detection.

Attack patterns

Message injection attacks: Attackers inject crafted messages into propagation structures (e.g., message propagation trees) to alter the signals the model uses for classification. Recent work shows that Large Language Models can generate semantically coherent malicious messages that fool detection systems.

Evasion techniques: Adversarial perturbations at the text, graph, or user level can cause detection models to flip their predictions.

Key papers