LLM-Based Adversarial Persuasion Attacks on Fact-Checking Systems
João A. Leite, Olesya Razuvayevskaya, Kalina Bontcheva, Carolina Scarton
TL;DR
The paper introduces persuasion injection attacks as a novel adversarial framework against automated fact-checking systems, leveraging generative LLMs to rewrite claims with persuasion techniques while preserving factual content. By decoupling verification from evidence retrieval, the authors show that persuasion can catastrophically degrade both components of AFC pipelines on FEVER and FEVEROUS, with oracle-guided attackers capable of driving claim-only accuracy to near zero even when gold evidence is provided. The study identifies especially harmful techniques, notably Manipulative Wording, Obfuscation, and rhetorical appeals, and demonstrates that these attacks can misalign claims and evidence, thereby compromising retrieval as well as reasoning. The work highlights the need for more robust AFC systems—potential remedies include stronger grounding, structured evidence, and defense mechanisms against rhetorical manipulation—and contributes open-source resources to support defensive research.
Abstract
Automated fact-checking (AFC) systems are susceptible to adversarial attacks, enabling false claims to evade detection. Existing adversarial frameworks typically rely on injecting noise or altering semantics, yet no existing framework exploits the adversarial potential of persuasion techniques, which are widely used in disinformation campaigns to manipulate audiences. In this paper, we introduce a novel class of persuasive adversarial attacks on AFCs by employing a generative LLM to rephrase claims using persuasion techniques. Considering 15 techniques grouped into 6 categories, we study the effects of persuasion on both claim verification and evidence retrieval using a decoupled evaluation strategy. Experiments on the FEVER and FEVEROUS benchmarks show that persuasion attacks can substantially degrade both verification performance and evidence retrieval. Our analysis identifies persuasion techniques as a potent class of adversarial attacks, highlighting the need for more robust AFC systems.
