paper-with-me

홈 › Papers

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

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

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 remains a non-trivial task for misinformation detection. This presents an elusive challenge for early-stage misinformation detection, where a good amount of data and annotations from the target domain is not available for training. To address the data scarcity issue, we propose MetaAdapt, a meta learning based approach for domain adaptive few-shot misinformation detection. MetaAdapt leverages limited target examples to provide feedback and guide the knowledge transfer from the source to the target domain (i.e., learn to adapt). In particular, we train the initial model with multiple source tasks and compute their similarity scores to the meta task. Based on the similarity scores, we rescale the meta gradients to adaptively learn from the source tasks. As such, MetaAdapt can learn how to adapt the misinformation detection model and exploit the source data for improved performance in the target domain. To demonstrate the efficiency and effectiveness of our method, we perform extensive experiments to compare MetaAdapt with state-of-the-art baselines and large language models (LLMs) such as LLaMA, where MetaAdapt achieves better performance in domain adaptive few-shot misinformation detection with substantially reduced parameters on real-world datasets.

📄 PDF Abstract BibTeX arXiv:2305.12692

Code (1)

yueeeeeeee/metaadapt 공식 구현 pytorch

Tasks

Meta-LearningMisinformationTransfer Learning

Similar Papers 제목 키워드 기반

Few-Shot Text Ranking with Meta Adapted Synthetic Weak Supervision

2020-12-29 · ACL 2021 5 · Si Sun, Yingzhuo Qian, Zhenghao Liu, Chenyan Xiong 외

The effectiveness of Neural Information Retrieval (Neu-IR) often depends on a large scale of in-domain relevance training signals, which are not always available in real-world ranking scenarios. To democratize the benefi…

Information RetrievalLearning-To-RankRetrieval

Unmasking Digital Falsehoods: A Comparative Analysis of LLM-Based Misinformation Detection Strategies

2025-03-02 · Tianyi Huang, Jingyuan Yi, Peiyang Yu, Xiaochuan Xu

The proliferation of misinformation on social media has raised significant societal concerns, necessitating robust detection mechanisms. Large Language Models such as GPT-4 and LLaMA2 have been envisioned as possible too…

Fact CheckingFederated LearningHallucinationMisinformation+2

RAEmoLLM: Retrieval Augmented LLMs for Cross-Domain Misinformation Detection Using In-Context Learning based on Emotional Information

2024-06-16 · Zhiwei Liu, Kailai Yang, Qianqian Xie, Christine de Kock 외

Misinformation is prevalent in various fields such as education, politics, health, etc., causing significant harm to society. However, current methods for cross-domain misinformation detection rely on time and resources …

Few-Shot LearningIn-Context LearningMisinformationRAG+1

Time-Aware Datasets are Adaptive Knowledgebases for the New Normal

2022-11-22 · Abhijit Suprem, Sanjyot Vaidya, Joao Eduardo Ferreira, Calton Pu

Recent advances in text classification and knowledge capture in language models have relied on availability of large-scale text datasets. However, language models are trained on static snapshots of knowledge and are limi…

Misinformationtext-classificationText Classification

MMD-Thinker: Adaptive Multi-Dimensional Thinking for Multimodal Misinformation Detection

2025-11-17 · Junjie Wu, Guohong Fu arxiv

Multimodal misinformation floods on various social media, and continues to evolve in the era of AI-generated content (AIGC). The emerged misinformation with low creation cost and high deception poses significant threats …

Reinforcement Learning