RADAR: Retrieval-Augmented Detector with Adversarial Refinement for Robust Fake News Detection
Song-Duo Ma, Yi-Hung Liu, Hsin-Yu Lin, Pin-Yu Chen, Hong-Yan Huang, Shau-Yung Hsu, Yun-Nung Chen
TL;DR
RADAR introduces a retrieval-augmented detector with Verbal Adversarial Feedback to robustly detect fake news under adaptive attacks. By pairing generator-side retrieval ( realism priors ) with detector-side retrieval ( external evidence for verification), and replacing scalar rewards with structured VAF, RADAR enables stable co-evolution of attack and defense. The detector is a lightweight DeBERTa-based encoder trained with cross-entropy and guided by VAF, while the generator is a LoRA-finetuned Qwen-4B model that rewrites real articles into convincing fakes. Empirical results on AdvFake-News-Please show a ROC-AUC of 86.98% with full dual-RAG, with detector retrieval and VAF contributing the largest gains and outperforming general-purpose LLM baselines under retrieval settings.
Abstract
To efficiently combat the spread of LLM-generated misinformation, we present RADAR, a retrieval-augmented detector with adversarial refinement for robust fake news detection. Our approach employs a generator that rewrites real articles with factual perturbations, paired with a lightweight detector that verifies claims using dense passage retrieval. To enable effective co-evolution, we introduce verbal adversarial feedback (VAF). Rather than relying on scalar rewards, VAF issues structured natural-language critiques; these guide the generator toward more sophisticated evasion attempts, compelling the detector to adapt and improve. On a fake news detection benchmark, RADAR achieves 86.98% ROC-AUC, significantly outperforming general-purpose LLMs with retrieval. Ablation studies confirm that detector-side retrieval yields the largest gains, while VAF and few-shot demonstrations provide critical signals for robust training.
