IRCYLGFeb 24

A Counterfactual Approach for Addressing Individual User Unfairness in Collaborative Recommender System

arXiv:2603.13253h-index: 15
AI Analysis

This addresses unfair treatment of under-served users in recommender systems, which can incur business losses, but it is incremental as it builds on prior identification methods to provide a solution.

The paper tackles individual user unfairness in collaborative filtering recommender systems by proposing a dual-step counterfactual approach that identifies and mitigates biases, leading to improved user engagement and effective embeddings across users, with experimental validation on datasets like MovieLens-100K and Amazon Beauty showing superiority over existing techniques.

Recommender Systems (RSs) are exploited by various business enterprises to suggest their products (items) to consumers (users). Collaborative filtering (CF) is a widely used variant of RSs which learns hidden patterns from user-item interactions for recommending items to users. Recommendations provided by the traditional CF models are often biased. Generally, such models learn and update embeddings for all the users, thereby overlooking the biases toward each under-served users individually. This leads to certain users receiving poorer recommendations than the rest. Such unfair treatment toward users incur loss to the business houses. There is limited research which addressed individual user unfairness problem (IUUP). Existing literature employed explicit exploration-based multi-armed bandits, individual user unfairness metric, and explanation score to address this issue. Although, these works elucidate and identify the underlying individual user unfairness, however, they do not provide solutions for it. In this paper, we propose a dual-step approach which identifies and mitigates IUUP in recommendations. In the proposed work, we counterfactually introduce new interactions to the candidate users (one at a time) and subsequently analyze the benefit from this perturbation. This improves the user engagement with other users and items. Thus, the model can learn effective embeddings across the users. To showcase the effectiveness of the proposed counterfactual methodology, we conducted experiments on MovieLens-100K, Amazon Beauty and MovieLens-1M datasets. The experimental results validate the superiority of the proposed approach over the existing techniques.

Foundations

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

Your Notes