TL;DR
This study investigates the effectiveness of using only contextual features to predict tweet engagement, employing scalable data processing and feature engineering, and compares results with content-based models and challenge winners.
Contribution
It introduces a scalable pipeline for context-based tweet engagement prediction and provides insights into the most informative features and factors affecting model performance.
Findings
User engagement history and hashtag/link popularity are highly informative features.
Context-only models underperform compared to content-based models and challenge winners.
Factors like algorithm choice and dataset sampling significantly influence results.
Abstract
Twitter is currently one of the biggest social media platforms. Its users may share, read, and engage with short posts called tweets. For the ACM Recommender Systems Conference 2020, Twitter published a dataset around 70 GB in size for the annual RecSys Challenge. In 2020, the RecSys Challenge invited participating teams to create models that would predict engagement likelihoods for given user-tweet combinations. The submitted models predicting like, reply, retweet, and quote engagements were evaluated based on two metrics: area under the precision-recall curve (PRAUC) and relative cross-entropy (RCE). In this diploma thesis, we used the RecSys 2020 Challenge dataset and evaluation procedure to investigate how well context alone may be used to predict tweet engagement likelihood. In doing so, we employed the Spark engine on TU Wien's Little Big Data Cluster to create scalable data…
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
MethodsFeature Selection
