paper-with-me

홈 › Papers

Rumor Detection on Twitter Using Multiloss Hierarchical BiLSTM with an Attenuation Factor

2020-10-31 · Asian Chapter of the Association for Computational Linguistics 2020 · Yudianto Sujana, Jiawen Li, Hung-Yu Kao

Social media platforms such as Twitter have become a breeding ground for unverified information or rumors. These rumors can threaten people's health, endanger the economy, and affect the stability of a country. Many researchers have developed models to classify rumors using traditional machine learning or vanilla deep learning models. However, previous studies on rumor detection have achieved low precision and are time consuming. Inspired by the hierarchical model and multitask learning, a multiloss hierarchical BiLSTM model with an attenuation factor is proposed in this paper. The model is divided into two BiLSTM modules: post level and event level. By means of this hierarchical structure, the model can extract deep in-formation from limited quantities of text. Each module has a loss function that helps to learn bilateral features and reduce the training time. An attenuation fac-tor is added at the post level to increase the accuracy. The results on two rumor datasets demonstrate that our model achieves better performance than that of state-of-the-art machine learning and vanilla deep learning models.

📄 PDF Abstract BibTeX arXiv:2011.00259

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Rumor Detection on Twitter with Claim-Guided Hierarchical Graph Attention Networks

2021-10-09 · EMNLP 2021 11 · Hongzhan Lin, Jing Ma, Mingfei Cheng, Zhiwei Yang 외

Rumors are rampant in the era of social media. Conversation structures provide valuable clues to differentiate between real and fake claims. However, existing rumor detection methods are either limited to the strict rela…

Graph AttentionRepresentation Learning

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. H…

Sentence

Rumor Detection with Hierarchical Representation on Bipartite Adhoc Event Trees

2023-04-27 · Qi Zhang, Yayi Yang, Chongyang Shi, An Lao 외

The rapid growth of social media has caused tremendous effects on information propagation, raising extreme challenges in detecting rumors. Existing rumor detection methods typically exploit the reposting propagation of a…

Exploiting Microblog Conversation Structures to Detect Rumors

2020-12-01 · COLING 2020 8 · Jiawen Li, Yudianto Sujana, Hung-Yu Kao

As one of the most popular social media platforms, Twitter has become a primary source of information for many people. Unfortunately, both valid information and rumors are propagated on Twitter due to the lack of an auto…

valid

Debunking Rumors on Twitter with Tree Transformer

2020-12-01 · COLING 2020 8 · Jing Ma, Wei Gao

Rumors are manufactured with no respect for accuracy, but can circulate quickly and widely by {``}word-of-post{''} through social media conversations. Conversation tree encodes important information indicative of the cre…