COOL: Comprehensive Knowledge Enhanced Prompt Learning for Domain Adaptive Few-shot Fake News Detection
Yi Ouyang, Peng Wu, Li Pan
TL;DR
COOL tackles domain-adaptive few-shot fake news detection by enriching prompt-based PLMs with timely external knowledge. It introduces a comprehensive knowledge extraction module that harvests both structured KG relations and unstructured descriptions, filtered via signed correlation-aware attention to capture positive and negative correlations with news. This knowledge is injected through a hybrid prompt template combining prefix soft prompts and postfix hard prompts, while adversarial perturbations and cross-domain contrastive learning encourage domain-invariant news-knowledge interactions. Experiments on Snopes as the source and Politifact/CoAID as targets show COOL outperforms state-of-the-art baselines, confirming the value of integrating comprehensive knowledge with adversarial-contrastive prompt learning in few-shot settings.
Abstract
Most Fake News Detection (FND) methods often struggle with data scarcity for emerging news domain. Recently, prompt learning based on Pre-trained Language Models (PLM) has emerged as a promising approach in domain adaptive few-shot learning, since it greatly reduces the need for labeled data by bridging the gap between pre-training and downstream task. Furthermore, external knowledge is also helpful in verifying emerging news, as emerging news often involves timely knowledge that may not be contained in the PLM's outdated prior knowledge. To this end, we propose COOL, a Comprehensive knOwledge enhanced prOmpt Learning method for domain adaptive few-shot FND. Specifically, we propose a comprehensive knowledge extraction module to extract both structured and unstructured knowledge that are positively or negatively correlated with news from external sources, and adopt an adversarial contrastive enhanced hybrid prompt learning strategy to model the domain-invariant news-knowledge interaction pattern for FND. Experimental results demonstrate the superiority of COOL over various state-of-the-arts.
