paper-with-me

홈 › Papers

A Critical Study on Data Leakage in Recommender System Offline Evaluation

2020-10-21 · Yitong Ji, Aixin Sun, Jie Zhang, Chenliang Li

Recommender models are hard to evaluate, particularly under offline setting. In this paper, we provide a comprehensive and critical analysis of the data leakage issue in recommender system offline evaluation. Data leakage is caused by not observing global timeline in evaluating recommenders, e.g., train/test data split does not follow global timeline. As a result, a model learns from the user-item interactions that are not expected to be available at prediction time. We first show the temporal dynamics of user-item interactions along global timeline, then explain why data leakage exists for collaborative filtering models. Through carefully designed experiments, we show that all models indeed recommend future items that are not available at the time point of a test instance, as the result of data leakage. The experiments are conducted with four widely used baseline models - BPR, NeuMF, SASRec, and LightGCN, on four popular offline datasets - MovieLens-25M, Yelp, Amazon-music, and Amazon-electronic, adopting leave-last-one-out data split. We further show that data leakage does impact models' recommendation accuracy. Their relative performance orders thus become unpredictable with different amount of leaked future data in training. To evaluate recommendation systems in a realistic manner in offline setting, we propose a timeline scheme, which calls for a revisit of the recommendation model design.

📄 PDF Abstract BibTeX arXiv:2010.11060

Code (1)

putatu/dataleakagerec 공식 구현 pytorch

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Privacy Risks of LLM-Empowered Recommender Systems: An Inversion Attack Perspective

2025-07-20 · Yubo Wang, Min Tang, Nuo Shen, Shujie Cui 외 arxiv

The large language model (LLM) powered recommendation paradigm has been proposed to address the limitations of traditional recommender systems, which often struggle to handle cold start users or items with new IDs. Despi…

Privacy and Fairness in Recommender Systems via Adversarial Training of User Representations

2018-07-10 · Yehezkel S. Resheff, Yanai Elazar, Moni Shahar, Oren Sar Shalom

Latent factor models for recommender systems represent users and items as low dimensional vectors. Privacy risks of such systems have previously been studied mostly in the context of recovery of personal information in t…

Decision MakingFairnessRecommendation Systems

Benchmark Leakage Trap: Can We Trust LLM-based Recommendation?

2026-02-14 · Mingqiao Zhang, Qiyao Peng, Yinghui Wang, Hongtao Liu 외 arxiv

The expanding integration of Large Language Models (LLMs) into recommender systems poses critical challenges to evaluation reliability. This paper identifies and investigates a previously overlooked issue: benchmark data…

Membership Inference Attacks Against Recommender Systems

2021-09-16 · Minxing Zhang, Zhaochun Ren, Zihan Wang, Pengjie Ren 외

Recently, recommender systems have achieved promising performances and become one of the most widely used web applications. However, recommender systems are often trained on highly sensitive user data, thus potential dat…

Recommendation Systems

On the User Behavior Leakage from Recommender System Exposure

2022-10-16 · Xin Xin, Jiyuan Yang, Hanbing Wang, Jun Ma 외

Modern recommender systems are trained to predict users potential future interactions from users historical behavior data. During the interaction process, despite the data coming from the user side recommender systems al…

Recommendation Systems