🤖 AI Summary
Existing social media popularity prediction research largely neglects temporal alignment modeling, hindering accurate characterization of the time-coupled relationship between early signals and subsequent popularity evolution. To address this, we propose SMTPD—the first benchmark for temporally aligned social media popularity prediction—built upon multilingual, multimodal YouTube data. SMTPD systematically incorporates temporal alignment mechanisms to uncover the temporal synergy between early and long-term popularity dynamics. We further introduce a novel evaluation paradigm balancing timeliness and interpretability, integrating multimodal features, temporally aligned modeling, and cross-lingual popularity normalization, alongside a lightweight dynamic prediction baseline. Experiments demonstrate that temporal alignment reduces mean absolute error (MAE) by 18.7%. The benchmark dataset, evaluation framework, and code are publicly released to advance standardized, reproducible research in this domain.
📝 Abstract
Social media popularity prediction task aims to predict the popularity of posts on social media platforms, which has a positive driving effect on application scenarios such as content optimization, digital marketing and online advertising. Though many studies have made significant progress, few of them pay much attention to the integration between popularity prediction with temporal alignment. In this paper, with exploring YouTube's multilingual and multi-modal content, we construct a new social media temporal popularity prediction benchmark, namely SMTPD, and suggest a baseline framework for temporal popularity prediction. Through data analysis and experiments, we verify that temporal alignment and early popularity play crucial roles in social media popularity prediction for not only deepening the understanding of temporal dynamics of popularity in social media but also offering a suggestion about developing more effective prediction models in this field. Code is available at https://github.com/zhuwei321/SMTPD.