ViralBERT: A User Focused BERT-Based Approach to Virality Prediction
Rikaz Rameez, Hossein A. Rahmani, Emine Yilmaz

TL;DR
ViralBERT is a BERT-based model that predicts tweet virality by combining content and user features, outperforming existing methods with a 13% accuracy improvement, emphasizing sentiment and follower data.
Contribution
The paper introduces ViralBERT, a novel BERT-based approach integrating content and user features for improved virality prediction of tweets.
Findings
ViralBERT outperforms baseline models with 13% higher F1 Score and Accuracy.
Sentiment and follower counts are the most influential features.
Hashtag counts negatively impact the model's performance.
Abstract
Recently, Twitter has become the social network of choice for sharing and spreading information to a multitude of users through posts called 'tweets'. Users can easily re-share these posts to other users through 'retweets', which allow information to cascade to many more users, increasing its outreach. Clearly, being able to know the extent to which a post can be retweeted has great value in advertising, influencing and other such campaigns. In this paper we propose ViralBERT, which can be used to predict the virality of tweets using content- and user-based features. We employ a method of concatenating numerical features such as hashtags and follower numbers to tweet text, and utilise two BERT modules: one for semantic representation of the combined text and numerical features, and another module purely for sentiment analysis of text, as both the information within text and it's ability…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMisinformation and Its Impacts · Sentiment Analysis and Opinion Mining · Spam and Phishing Detection
MethodsAttention Is All You Need · Linear Layer · Softmax · Dropout · Linear Warmup With Linear Decay · Multi-Head Attention · Weight Decay · Residual Connection · Layer Normalization · Adam
