Dynamic Analysis and Adaptive Discriminator for Fake News Detection
Xinqi Su, Zitong Yu, Yawen Cui, Ajian Liu, Xun Lin, Yuhao Wang, Haochen Liang, Wenhui Li, Li Shen, Xiaochun Cao
TL;DR
DAAD introduces a dynamic, two-stage framework for multimodal fake news detection that couples Monte Carlo Tree Search–driven prompt optimization of LLM comments with an Adaptive Discriminator ensemble. The system uses a MemoryBank, Batchprompt, and Resampling to stabilize prompt search, while four specialized discriminators (ReLU, Frequency Domain, Logical, Semantic) operate under a Soft Router to adaptively fuse cues. Across Weibo, Weibo-21, and GossipCop, DAAD delivers state-of-the-art results, highlighting the value of domain-specific prompts and flexible discriminator routing for robust MFND. The approach advances practical fake news detection by combining flexible language-model guidance with a modular, data-driven discrimination strategy, and it includes a public code release to facilitate adoption and replication.
Abstract
In current web environment, fake news spreads rapidly across online social networks, posing serious threats to society. Existing multimodal fake news detection methods can generally be classified into knowledge-based and semantic-based approaches. However, these methods are heavily rely on human expertise and feedback, lacking flexibility. To address this challenge, we propose a Dynamic Analysis and Adaptive Discriminator (DAAD) approach for fake news detection. For knowledge-based methods, we introduce the Monte Carlo Tree Search algorithm to leverage the self-reflective capabilities of large language models (LLMs) for prompt optimization, providing richer, domain-specific details and guidance to the LLMs, while enabling more flexible integration of LLM comment on news content. For semantic-based methods, we define four typical deceit patterns: emotional exaggeration, logical inconsistency, image manipulation, and semantic inconsistency, to reveal the mechanisms behind fake news creation. To detect these patterns, we carefully design four discriminators and expand them in depth and breadth, using the soft-routing mechanism to explore optimal detection models. Experimental results on three real-world datasets demonstrate the superiority of our approach. The code will be available at: https://github.com/SuXinqi/DAAD.
