paper-with-me

Papers

Mitigating Frequency Bias in Next-Basket Recommendation via Deconfounders

2022-11-16 · Xiaohan Li, Zheng Liu, Luyi Ma, Kaushiki Nag, Stephen Guo, Philip Yu, Kannan Achan

Recent studies on Next-basket Recommendation (NBR) have achieved much progress by leveraging Personalized Item Frequency (PIF) as one of the main features, which measures the frequency of the user's interactions with the item. However, taking the PIF as an explicit feature incurs bias towards frequent items. Items that a user purchases frequently are assigned higher weights in the PIF-based recommender system and appear more frequently in the personalized recommendation list. As a result, the system will lose the fairness and balance between items that the user frequently purchases and items that the user never purchases. We refer to this systematic bias on personalized recommendation lists as frequency bias, which narrows users' browsing scope and reduces the system utility. We adopt causal inference theory to address this issue. Considering the influence of historical purchases on users' future interests, the user and item representations can be viewed as unobserved confounders in the causal diagram. In this paper, we propose a deconfounder model named FENDER (Frequency-aware Deconfounder for Next-basket Recommendation) to mitigate the frequency bias. With the deconfounder theory and the causal diagram we propose, FENDER decomposes PIF with a neural tensor layer to obtain substitute confounders for users and items. Then, FENDER performs unbiased recommendations considering the effect of these substitute confounders. Experimental results demonstrate that FENDER has derived diverse and fair results compared to ten baseline models on three datasets while achieving competitive performance. Further experiments illustrate how FENDER balances users' historical purchases and potential interests.

📄 PDF Abstract BibTeX arXiv:2211.09072

Code (0)

등록된 구현이 없습니다.

Tasks

Causal InferenceFairnessNext-basket recommendationRecommendation Systems

Similar Papers 제목 키워드 기반

Repeat-bias-aware Optimization of Beyond-accuracy Metrics for Next Basket Recommendation

2025-01-10 · Yuanna Liu, Ming Li, Mohammad Aliannejadi, Maarten de Rijke

In next basket recommendation (NBR) a set of items is recommended to users based on their historical basket sequences. In many domains, the recommended baskets consist of both repeat items and explore items. Some state-o…

DiversityFairnessNext-basket recommendation

[RE] Modeling Personalized Item Frequency Information for Next-basket Recommendation

2024-02-27 · Sławomir Garcarz, Avik Pal, Pim Praat

This paper focuses on reproducing and extending the results of the paper: "Modeling Personalized Item Frequency Information for Next-basket Recommendation" which introduced the TIFU-KNN model and proposed to utilize Pers…

FairnessNext-basket recommendation

SAFERec: Self-Attention and Frequency Enriched Model for Next Basket Recommendation

2024-12-18 · Oleg Lashinin, Denis Krasilnikov, Aleksandr Milogradskii, Marina Ananyeva

Transformer-based approaches such as BERT4Rec and SASRec demonstrate strong performance in Next Item Recommendation (NIR) tasks. However, applying these architectures to Next-Basket Recommendation (NBR) tasks, which ofte…

Next-basket recommendation

Modeling Personalized Item Frequency Information for Next-basket Recommendation

2020-05-31 · Haoji Hu, Xiangnan He, Jinyang Gao, Zhi-Li Zhang

Next-basket recommendation (NBR) is prevalent in e-commerce and retail industry. In this scenario, a user purchases a set of items (a basket) at a time. NBR performs sequential modeling and recommendation based on a sequ…

Next-basket recommendationSession-Based Recommendations

M2: Mixed Models with Preferences, Popularities and Transitions for Next-Basket Recommendation

2020-04-03 · Bo Peng, Zhiyun Ren, Srinivasan Parthasarathy, Xia Ning

Next-basket recommendation considers the problem of recommending a set of items into the next basket that users will purchase as a whole. In this paper, we develop a novel mixed model with preferences, popularities and t…

DecoderNext-basket recommendation