paper-with-me

Papers

LLM-Enhanced Multiple Instance Learning for Joint Rumor and Stance Detection with Social Context Information

2025-02-13 · Ruichao Yang, Jing Ma, Wei Gao, Hongzhan Lin

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.

📄 PDF Abstract BibTeX arXiv:2502.08888

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationMisinformationMultiple Instance LearningStance Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Weakly Supervised Propagation Model for Rumor Verification and Stance Detection with Multiple Instance Learning

2022-04-06 · Ruichao Yang, Jing Ma, Hongzhan Lin, Wei Gao

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 Detection

Predicting Viral Rumors and Vulnerable Users for Infodemic Surveillance

2024-01-18 · Xuan Zhang, Wei Gao

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 NetworkMisinformation

Cross-Topic Rumor Detection using Topic-Mixtures

2021-04-01 · EACL 2021 2 · Xiaoying Ren, Jing Jiang, Ling Min Serena Khoo, Hai Leong Chieu

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-Experts

Modeling Conversation Structure and Temporal Dynamics for Jointly Predicting Rumor Stance and Veracity

2019-09-18 · IJCNLP 2019 11 · Penghui Wei, Nan Xu, Wenji Mao

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 Classification

Knowledge-Enhanced Hierarchical Information Correlation Learning for Multi-Modal Rumor Detection

2023-06-28 · Jiawei Liu, Jingyi Xie, Fanrui Zhang, Qiang Zhang 외

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…