LLM-Enhanced Multiple Instance Learning for Joint Rumor and Stance Detection with Social Context Information
The proliferation of misinformation, such as rumors on social media, has drawn significant attention, prompting various expressions of stance among users. Although rumor detection and stance detection are distinct tasks, they can complement each other. Rumors can be identified by cross-referencing stances in related posts, and stances are influenced by the nature of the rumor. However, existing stance detection methods often require post-level stance annotations, which are costly to obtain. We propose a novel LLM-enhanced MIL approach to jointly predict post stance and claim class labels, supervised solely by claim labels, using an undirected microblog propagation model. Our weakly supervised approach relies only on bag-level labels of claim veracity, aligning with multi-instance learning (MIL) principles. To achieve this, we transform the multi-class problem into multiple MIL-based binary classification problems. We then employ a discriminative attention layer to aggregate the outputs from these classifiers into finer-grained classes. Experiments conducted on three rumor datasets and two stance datasets demonstrate the effectiveness of our approach, highlighting strong connections between rumor veracity and expressed stances in responding posts. Our method shows promising performance in joint rumor and stance detection compared to the state-of-the-art methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Binary ClassificationMisinformationMultiple Instance LearningStance DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
A Weakly Supervised Propagation Model for Rumor Verification and Stance Detection with Multiple Instance Learning
The diffusion of rumors on microblogs generally follows a propagation tree structure, that provides valuable clues on how an original message is transmitted and responded by users over time. Recent studies reveal that ru…
Binary ClassificationMultiple Instance LearningStance ClassificationStance DetectionPredicting Viral Rumors and Vulnerable Users for Infodemic Surveillance
In the age of the infodemic, it is crucial to have tools for effectively monitoring the spread of rampant rumors that can quickly go viral, as well as identifying vulnerable users who may be more susceptible to spreading…
Graph Neural NetworkMisinformationCross-Topic Rumor Detection using Topic-Mixtures
There has been much interest in rumor detection using deep learning models in recent years. A well-known limitation of deep learning models is that they tend to learn superficial patterns, which restricts their generaliz…
Mixture-of-ExpertsModeling Conversation Structure and Temporal Dynamics for Jointly Predicting Rumor Stance and Veracity
Automatically verifying rumorous information has become an important and challenging task in natural language processing and social media analytics. Previous studies reveal that people's stances towards rumorous messages…
Multi-Task LearningStance ClassificationKnowledge-Enhanced Hierarchical Information Correlation Learning for Multi-Modal Rumor Detection
The explosive growth of rumors with text and images on social media platforms has drawn great attention. Existing studies have made significant contributions to cross-modal information interaction and fusion, but they fa…