Predicting Tweet Engagement with Graph Neural Networks

Marco Arazzi,Marco Cotogni,Antonino Nocera,Luca Virgili
DOI: https://doi.org/10.1145/3591106.3592294
2023-05-17
Abstract:Social Networks represent one of the most important online sources to share content across a world-scale audience. In this context, predicting whether a post will have any impact in terms of engagement is of crucial importance to drive the profitable exploitation of these media. In the literature, several studies address this issue by leveraging direct features of the posts, typically related to the textual content and the user publishing it. In this paper, we argue that the rise of engagement is also related to another key component, which is the semantic connection among posts published by users in social media. Hence, we propose TweetGage, a Graph Neural Network solution to predict the user engagement based on a novel graph-based model that represents the relationships among posts. To validate our proposal, we focus on the Twitter platform and perform a thorough experimental campaign providing evidence of its quality.
Social and Information Networks,Artificial Intelligence,Machine Learning
What problem does this paper attempt to address?
The paper attempts to address the problem of predicting user interaction (i.e., user engagement) with posts on social media platforms. Specifically, the authors believe that traditional methods based on direct features of posts (such as text content and publisher information) are insufficient to fully understand user engagement. They propose a new method called TweetGage, which utilizes Graph Neural Network (GNN) technology to capture the semantic connections between posts published by different users and construct a novel graph model to represent these relationships. In this way, the researchers hope to improve the accuracy of predicting user engagement on Twitter. In the experimental validation section, the researchers chose Twitter as the research platform, conducted in-depth experimental analysis, and compared it with existing methods. The results show that their GNN method outperforms existing solutions in all tests. Additionally, they conducted feature ablation studies to demonstrate the effectiveness of the considered features and provided useful insights into the dynamic mechanisms of user engagement generation on social platforms.