paper-with-me

홈 › Papers

Contrastive Domain Adaptation for Early Misinformation Detection: A Case Study on COVID-19

2022-08-20 · Zhenrui Yue, Huimin Zeng, Ziyi Kou, Lanyu Shang, Dong Wang

Despite recent progress in improving the performance of misinformation detection systems, classifying misinformation in an unseen domain remains an elusive challenge. To address this issue, a common approach is to introduce a domain critic and encourage domain-invariant input features. However, early misinformation often demonstrates both conditional and label shifts against existing misinformation data (e.g., class imbalance in COVID-19 datasets), rendering such methods less effective for detecting early misinformation. In this paper, we propose contrastive adaptation network for early misinformation detection (CANMD). Specifically, we leverage pseudo labeling to generate high-confidence target examples for joint training with source data. We additionally design a label correction component to estimate and correct the label shifts (i.e., class priors) between the source and target domains. Moreover, a contrastive adaptation loss is integrated in the objective function to reduce the intra-class discrepancy and enlarge the inter-class discrepancy. As such, the adapted model learns corrected class priors and an invariant conditional distribution across both domains for improved estimation of the target data distribution. To demonstrate the effectiveness of the proposed CANMD, we study the case of COVID-19 early misinformation detection and perform extensive experiments using multiple real-world datasets. The results suggest that CANMD can effectively adapt misinformation detection systems to the unseen COVID-19 target domain with significant improvements compared to the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2208.09578

Code (2)

yueeeeeeee/canmd 공식 구현 pytorch
yueeeeeeee/self-supervised-qa pytorch

Tasks

Domain AdaptationMisinformation

Similar Papers 제목 키워드 기반

Unsupervised Domain Adaptation for COVID-19 Information Service with Contrastive Adversarial Domain Mixup

2022-10-06 · Huimin Zeng, Zhenrui Yue, Ziyi Kou, Lanyu Shang 외

In the real-world application of COVID-19 misinformation detection, a fundamental challenge is the lack of the labeled COVID data to enable supervised end-to-end training of the models, especially at the early stage of t…

Contrastive LearningDomain AdaptationMisinformationUnsupervised Domain Adaptation

Early Detection of Misinformation for Infodemic Management: A Domain Adaptation Approach

2024-06-02 · Minjia Mao, Xiaohang Zhao, Xiao Fang

An infodemic refers to an enormous amount of true information and misinformation disseminated during a disease outbreak. Detecting misinformation at the early stage of an infodemic is key to manage it and reduce its harm…

Domain AdaptationManagementMisinformation

Learning Domain-Invariant Features for Out-of-Context News Detection

2024-06-11 · Yimeng Gu, Mengqi Zhang, Ignacio Castro, Shu Wu 외

Out-of-context news is a common type of misinformation on online media platforms. This involves posting a caption, alongside a mismatched news image. Existing out-of-context news detection models only consider the scenar…

Contrastive LearningDomain AdaptationMisinformationTest-time Adaptation

Robust Domain Misinformation Detection via Multi-modal Feature Alignment

2023-11-24 · Hui Liu, Wenya Wang, Hao Sun, Anderson Rocha 외

Social media misinformation harms individuals and societies and is potentialized by fast-growing multi-modal content (i.e., texts and images), which accounts for higher "credibility" than text-only news pieces. Although …

Domain AdaptationDomain GeneralizationMisinformation

MetaAdapt: Domain Adaptive Few-Shot Misinformation Detection via Meta Learning

2023-05-22 · Zhenrui Yue, Huimin Zeng, Yang Zhang, Lanyu Shang 외

With emerging topics (e.g., COVID-19) on social media as a source for the spreading misinformation, overcoming the distributional shifts between the original training domain (i.e., source domain) and such target domains …

Meta-LearningMisinformationTransfer Learning