paper-with-me

홈 › Papers

Extending MovieLens-32M to Provide New Evaluation Objectives

2025-04-02 · Mark D. Smucker, Houmaan Chamani

Offline evaluation of recommender systems has traditionally treated the problem as a machine learning problem. In the classic case of recommending movies, where the user has provided explicit ratings of which movies they like and don't like, each user's ratings are split into test and train sets, and the evaluation task becomes to predict the held out test data using the training data. This machine learning style of evaluation makes the objective to recommend the movies that a user has watched and rated highly, which is not the same task as helping the user find movies that they would enjoy if they watched them. This mismatch in objective between evaluation and task is a compromise to avoid the cost of asking a user to evaluate recommendations by watching each movie. We offer an extension to the MovieLens-32M dataset that provides for new evaluation objectives. Our primary objective is to predict the movies that a user would be interested in watching, i.e. predict their watchlist. To construct this extension, we recruited MovieLens users, collected their profiles, made recommendations with a diverse set of algorithms, pooled the recommendations, and had the users assess the pools. This paper demonstrates the feasibility of using pooling to construct a test collection for recommender systems. Notably, we found that the traditional machine learning style of evaluation ranks the Popular algorithm, which recommends movies based on total number of ratings in the system, in the middle of the twenty-two recommendation runs we used to build the pools. In contrast, when we rank the runs by users' interest in watching movies, we find that recommending popular movies as a recommendation algorithm becomes one of the worst performing runs. It appears that by asking users to assess their personal recommendations, we can alleviate the issue of popularity bias in the evaluation of top-n recommendation.

📄 PDF Abstract BibTeX arXiv:2504.01863

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRecommendation Systems

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Breaking the Filter Bubble: A Semantic Pareto-DQN Framework for Multi-Objective Recommendation

2026-06-23 · Cláudio Lúcio Do Val Lopes, Lucca Machado da Silva, André de Oliveira Brandão arxiv

Recommender systems often induce filter bubbles and semantic homogenization by monolithically optimizing for immediate user engagement. Standard single-objective models, including traditional Deep Q-Networks, are ill-equ…

Reinforcement Learning

Our Model Achieves Excellent Performance on MovieLens: What Does it Mean?

2023-07-19 · Yu-chen Fan, Yitong Ji, Jie Zhang, Aixin Sun

A typical benchmark dataset for recommender system (RecSys) evaluation consists of user-item interactions generated on a platform within a time period. The interaction generation mechanism partially explains why a user i…

Recommendation Systems

A Re-visit of the Popularity Baseline in Recommender Systems

2020-05-28 · Yitong Ji, Aixin Sun, Jie Zhang, Chenliang Li

Popularity is often included in experimental evaluation to provide a reference performance for a recommendation task. To understand how popularity baseline is defined and evaluated, we sample 12 papers from top-tier conf…

Recommendation Systems

Generative Sequential Recommendation with GPTRec

2023-06-19 · Aleksandr V. Petrov, Craig Macdonald

Sequential recommendation is an important recommendation task that aims to predict the next item in a sequence. Recently, adaptations of language models, particularly Transformer-based models such as SASRec and BERT4Rec,…

Sequential Recommendation

HI-Series Algorithms A Hybrid of Substance Diffusion Algorithm and Collaborative Filtering

2025-03-03 · Yu Peng, Ya-Hui An

Recommendation systems face the challenge of balancing accuracy and diversity, as traditional collaborative filtering (CF) and network-based diffusion algorithms exhibit complementary limitations. While item-based CF (It…

Collaborative FilteringDiversityRecommendation Systems