paper-with-me

홈 › Papers

Beyond Leakage and Complexity: Towards Realistic and Efficient Information Cascade Prediction

2025-10-29 · Jie Peng, Rui Wang, Qiang Wang, Zhewei Wei, Bin Tong, Guan Wang, Bo Zheng arxiv

Information cascade popularity prediction is a key problem in analyzing content diffusion in social networks. However, current related works suffer from three critical limitations: (1) temporal leakage in current evaluation--random cascade-based splits allow models to access future information, yielding unrealistic results; (2) feature-poor datasets that lack downstream conversion signals (e.g., likes, comments, or purchases), which limits more practical applications; (3) computational inefficiency of complex graph-based methods that require days of training for marginal gains. We systematically address these challenges from three perspectives: task setup, dataset construction, and model design. First, we propose a time-ordered splitting strategy that chronologically partitions data into consecutive windows, ensuring models are evaluated on genuine forecasting tasks without future information leakage. Second, we introduce Taoke, a large-scale e-commerce cascade dataset featuring rich promoter/product attributes and ground-truth purchase conversions--capturing the complete diffusion lifecycle from promotion to monetization. Third, we develop CasTemp, a lightweight framework that efficiently models cascade dynamics through temporal walks, Jaccard-based neighbor selection for inter-cascade dependencies, and GRU-based encoding with time-aware attention. Under leak-free evaluation, CasTemp achieves state-of-the-art performance across four datasets with orders-of-magnitude speedup. Notably, it excels at predicting second-stage popularity conversions--a practical task critical for real-world applications.

📄 PDF Abstract BibTeX arXiv:2510.25348

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Variational Leakage: The Role of Information Complexity in Privacy Leakage

2021-06-05 · Amir Ahooye Atashin, Behrooz Razeghi, Deniz Gündüz, Slava Voloshynovskiy

We study the role of information complexity in privacy leakage about an attribute of an adversary's interest, which is not known a priori to the system designer. Considering the supervised representation learning setup a…

AttributeFace RecognitionPrivacy Preserving Deep LearningRepresentation Learning+1

Can LLMs get help from other LLMs without revealing private information?

2024-04-01 · Florian Hartmann, Duc-Hieu Tran, Peter Kairouz, Victor Cărbune 외

Cascades are a common type of machine learning systems in which a large, remote model can be queried if a local model is not able to accurately label a user's data by itself. Serving stacks for large language models (LLM…

Privacy Preserving

Conceptualizing Treatment Leakage in Text-based Causal Inference

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Causal inference methods that control for text-based confounders are becoming increasingly important in the social sciences and other disciplines where text is readily available. However, these methods rely on a critical…

Causal Inference

CasGCN: Predicting future cascade growth based on information diffusion graph

2020-09-10 · Zhixuan Xu, Minghui Qian, Xiaowei Huang, Jie Meng

Sudden bursts of information cascades can lead to unexpected consequences such as extreme opinions, changes in fashion trends, and uncontrollable spread of rumors. It has become an important problem on how to effectively…

Prediction

An Evaluation of Data Leakage Risks in Tool-Using LLM Agents in Realistic Scenarios

2026-06-15 · Hankyul Baek, Jaewon Noh, Sang Seo, Yongsu Kim 외 arxiv

AI agents are increasingly being adopted in enterprise and personal settings with access to emails, databases, documents, and other tools where they can read, update, and disseminate sensitive information. Much of prior …