CLMar 16, 2022

Continuous Detection, Rapidly React: Unseen Rumors Detection based on Continual Prompt-Tuning

arXiv:2203.11720v219 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting rumor detection models to dynamic, real-world social media data, though it appears incremental as it builds on existing continual learning and prompt-tuning methods.

The paper tackles the problem of detecting unseen rumors in continuously changing social network environments by proposing a Continual Prompt-Tuning RD (CPT-RD) framework, which avoids catastrophic forgetting and enables bidirectional knowledge transfer without a rehearsal buffer.

Since open social platforms allow for a large and continuous flow of unverified information, rumors can emerge unexpectedly and spread quickly. However, existing rumor detection (RD) models often assume the same training and testing distributions and can not cope with the continuously changing social network environment. This paper proposed a Continual Prompt-Tuning RD (CPT-RD) framework, which avoids catastrophic forgetting (CF) of upstream tasks during sequential task learning and enables bidirectional knowledge transfer between domain tasks. Specifically, we propose the following strategies: (a) Our design explicitly decouples shared and domain-specific knowledge, thus reducing the interference among different domains during optimization; (b) Several technologies aim to transfer knowledge of upstream tasks to deal with emergencies; (c) A task-conditioned prompt-wise hypernetwork (TPHNet) is used to consolidate past domains. In addition, CPT-RD avoids CF without the necessity of a rehearsal buffer.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes