IRHCFeb 22, 2022

KuaiRec: A Fully-observed Dataset and Insights for Evaluating Recommender Systems

arXiv:2202.10842v3243 citations
Originality Synthesis-oriented
AI Analysis

This provides a dataset to improve evaluation for recommender system researchers, but it is incremental as it builds on existing offline evaluation methods.

The authors tackled the problem of evaluating recommender systems by collecting a fully-observed dataset from Kuaishou, with 1,411 users exposed to 3,327 items and millions of interactions, and found that data density and exposure bias affect method rankings, which can only be partially mitigated by estimating missing interactions.

The progress of recommender systems is hampered mainly by evaluation as it requires real-time interactions between humans and systems, which is too laborious and expensive. This issue is usually approached by utilizing the interaction history to conduct offline evaluation. However, existing datasets of user-item interactions are partially observed, leaving it unclear how and to what extent the missing interactions will influence the evaluation. To answer this question, we collect a fully-observed dataset from Kuaishou's online environment, where almost all 1,411 users have been exposed to all 3,327 items. To the best of our knowledge, this is the first real-world fully-observed data with millions of user-item interactions. With this unique dataset, we conduct a preliminary analysis of how the two factors - data density and exposure bias - affect the evaluation results of multi-round conversational recommendation. Our main discoveries are that the performance ranking of different methods varies with the two factors, and this effect can only be alleviated in certain cases by estimating missing interactions for user simulation. This demonstrates the necessity of the fully-observed dataset. We release the dataset and the pipeline implementation for evaluation at https://kuairec.com

Code Implementations3 repos
Foundations

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

Your Notes