SIAIJan 20, 2023

DoubleH: Twitter User Stance Detection via Bipartite Graph Neural Networks

arXiv:2301.08774v115 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses stance detection for social media users, which is an incremental improvement in domain-specific applications.

The paper tackled the problem of detecting user stance on Twitter by proposing DoubleH, a bipartite graph neural network model that leverages both homogeneous and heterogeneous relationships between users and tweets, and it outperformed state-of-the-art methods on benchmarks for the 2020 US presidential election dataset.

Given the development and abundance of social media, studying the stance of social media users is a challenging and pressing issue. Social media users express their stance by posting tweets and retweeting. Therefore, the homogeneous relationship between users and the heterogeneous relationship between users and tweets are relevant for the stance detection task. Recently, graph neural networks (GNNs) have developed rapidly and have been applied to social media research. In this paper, we crawl a large-scale dataset of the 2020 US presidential election and automatically label all users by manually tagged hashtags. Subsequently, we propose a bipartite graph neural network model, DoubleH, which aims to better utilize homogeneous and heterogeneous information in user stance detection tasks. Specifically, we first construct a bipartite graph based on posting and retweeting relations for two kinds of nodes, including users and tweets. We then iteratively update the node's representation by extracting and separately processing heterogeneous and homogeneous information in the node's neighbors. Finally, the representations of user nodes are used for user stance classification. Experimental results show that DoubleH outperforms the state-of-the-art methods on popular benchmarks. Further analysis illustrates the model's utilization of information and demonstrates stability and efficiency at different numbers of layers.

Foundations

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

Your Notes