LGSIMay 4

Predicting Post Virality with Temporal Cross-Attention over Trend Signals

arXiv:2605.023581.9
Predicted impact top 99% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers studying social media virality, this work shows that incorporating external trend signals provides a small but measurable improvement over text-only models.

The paper introduces ViralityNET, a model that predicts Reddit post virality by fusing post features with external temporal signals from Wikipedia pageview spikes, achieving an AUC-ROC of 0.836 and outperforming text-only baselines by +0.015 AUC-PR.

Current models for predicting social media virality rely heavily on static textual and structural features, effectively ignoring the highly dynamic nature of trend signals. We study whether real-world attention signals can improve the prediction of social-media virality beyond what post text alone reveals. We introduce \model{}, an architecture that predicts Reddit post virality by fusing internal platform representations with exogenous temporal signals derived from Wikipedia pageview spikes. We frame virality as a binary classification task that accounts for differences in subreddit scale, labeling posts as viral if they exceed the 90th percentile of per-subreddit engagement and a minimum absolute score threshold. We introduce ViralityNET combines four post-level streams: title embeddings, body embeddings, structural metadata, and learned subreddit embeddings with a cross-attention block that queries a daily sliding-window trends matrix encoding the top-512 Wikipedia spike terms from the preceding seven days. Empirical results suggest that incorporating external attention signals yields consistent gains, outperforming text-only baselines by +0.015 AUC-PR and achieving an overall AUC-ROC of 0.836. Overall, we provide evidence that incorporating external attention signals yields measurable improvements over text-only baselines, highlighting the importance of real-world dynamics in shaping online virality.

Foundations

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

Your Notes