๐ค AI Summary
Falsehoods in news propagate rapidly, threatening social stability; however, existing detection methods exhibit poor generalization to emerging topicsโstatic models rely heavily on historical data, while large language models (LLMs) suffer from knowledge obsolescence and hallucination risks. This paper proposes a zero-shot, training-free two-stage framework: (1) a hierarchical entity saliency modeling module coupled with SC-MMR keyword selection for precise retrieval; and (2) a multi-role LLM collaborative debate mechanism integrating adversarial reasoning and interpretable analysis. The method requires no labeled data or fine-tuning, significantly enhancing robustness against previously unseen news topics. Evaluated on two public benchmarks, it outperforms state-of-the-art zero-shot baselines and most few-shot approaches, demonstrating superior generalizability and practical deployability.
๐ Abstract
The rapid spread of fake news threatens social stability and public trust, rendering its detection an imperative research priority. Although large language models (LLMs) excel at numerous natural language processing tasks with their remarkable contextual understanding and extensive prior knowledge, the time-bounded knowledge coverage and tendency for generating hallucination content reduce their reliability when handling fast-evolving news streams. Furthermore, models trained on existing static datasets also often lack the generalization needed for emerging news topics. To address these challenges, we propose ZoFia, a novel two-stage zero-shot fake news detection framework. First, we introduce Hierarchical Salience to quantify the importance of entities in the news content, and propose the SC-MMR algorithm to effectively select an informative and diverse set of keywords that serve as queries for retrieving up-to-date external evidence. Subsequently, a multi LLM interactive system, in which each agent assumes a distinct role, performs multi-view collaborative analysis and adversarial debate over the news text and its related information, and finally produces an interpretable and robust judgment. Comprehensive experiments on two public datasets demonstrate that ZoFia obviously outperforms existing zero-shot baselines and most of few-shot methods. Our codes will be open-sourced to facilitate related communities.