Adversarial Style Augmentation via Large Language Model for Robust Fake News Detection
Sungwon Park, Sungwon Han, Xing Xie, Jae-Gil Lee, Meeyoung Cha
TL;DR
AdStyle introduces adversarial style augmentation to fortify fake news detectors against style-conversion attacks enabled by large language models. It automatically generates adversarial style-conversion prompts via in-context demonstration and selects a diverse, coherent top-k subset to augment training data, guiding the detector toward robustness with a BCE objective. Empirical results on Politifact, GossipCop, and Constraint show superior robustness and detection performance under multiple style-conversion attacks, and across different LLM backbones, outperforming several baselines. The approach is compatible with existing detectors, scalable across rounds, and accompanied by code release to support practical deployment and further research in adversarial stylometry defense.
Abstract
The spread of fake news harms individuals and presents a critical social challenge that must be addressed. Although numerous algorithmic and insightful features have been developed to detect fake news, many of these features can be manipulated with style-conversion attacks, especially with the emergence of advanced language models, making it more difficult to differentiate from genuine news. This study proposes adversarial style augmentation, AdStyle, designed to train a fake news detector that remains robust against various style-conversion attacks. The primary mechanism involves the strategic use of LLMs to automatically generate a diverse and coherent array of style-conversion attack prompts, enhancing the generation of particularly challenging prompts for the detector. Experiments indicate that our augmentation strategy significantly improves robustness and detection performance when evaluated on fake news benchmark datasets.
