paper-with-me

Papers

Interpretable Rumor Detection in Microblogs by Attending to User Interactions

2020-01-29 · Ling Min Serena Khoo, Hai Leong Chieu, Zhong Qian, Jing Jiang

We address rumor detection by learning to differentiate between the community's response to real and fake claims in microblogs. Existing state-of-the-art models are based on tree models that model conversational trees. However, in social media, a user posting a reply might be replying to the entire thread rather than to a specific user. We propose a post-level attention model (PLAN) to model long distance interactions between tweets with the multi-head attention mechanism in a transformer network. We investigated variants of this model: (1) a structure aware self-attention model (StA-PLAN) that incorporates tree structure information in the transformer network, and (2) a hierarchical token and post-level attention model (StA-HiTPLAN) that learns a sentence representation with token-level self-attention. To the best of our knowledge, we are the first to evaluate our models on two rumor detection data sets: the PHEME data set as well as the Twitter15 and Twitter16 data sets. We show that our best models outperform current state-of-the-art models for both data sets. Moreover, the attention mechanism allows us to explain rumor detection predictions at both token-level and post-level.

📄 PDF Abstract BibTeX arXiv:2001.10667

Code (1)

serenaklm/rumor_detection pytorch

Tasks

Sentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Multimodal Fusion with Recurrent Neural Networks for Rumor Detection on Microblogs

2017-10-23 · Mountain View, CA, USA 2017 10 · Zhiwei Jin, Juan Cao, Han Guo, Yongdong Zhang

Microblogs have become popular media for news propagation in recent years. Meanwhile, numerous rumors and fake news also bloom and spread wildly on the open social media plat- forms. Without veri cation, they could se…

Calling to CNN-LSTM for Rumor Detection: A Deep Multi-channel Model for Message Veracity Classification in Microblogs

2021-10-11 · Abderrazek Azri, Cécile Favre, Nouria Harbi, Jérôme Darmont 외

Reputed by their low-cost, easy-access, real-time and valuable information, social media also wildly spread unverified or fake news. Rumors can notably cause severe damage on individuals and the society. Therefore, rumor…

Opinion MiningSentiment AnalysisVeracity Classification

Rumor Detection and Classification for Twitter Data

2019-11-25 · Sardar Hamidian, Mona T Diab

With the pervasiveness of online media data as a source of information verifying the validity of this information is becoming even more important yet quite challenging. Rumors spread a large quantity of misinformation on…

ClassificationGeneral ClassificationMisinformation

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

A Comprehensive Low and High-level Feature Analysis for Early Rumor Detection on Twitter

2017-11-02 · Tu Nguyen

Recent work have done a good job in modeling rumors and detecting them over microblog streams. However, the performance of their automatic approaches are not relatively high when looking early in the diffusion. A first i…

Misinformation