paper-with-me

홈 › Papers

Causal Disentangled Recommendation Against User Preference Shifts

2023-03-28 · Wenjie Wang, Xinyu Lin, Liuhui Wang, Fuli Feng, Yunshan Ma, Tat-Seng Chua

Recommender systems easily face the issue of user preference shifts. User representations will become out-of-date and lead to inappropriate recommendations if user preference has shifted over time. To solve the issue, existing work focuses on learning robust representations or predicting the shifting pattern. There lacks a comprehensive view to discover the underlying reasons for user preference shifts. To understand the preference shift, we abstract a causal graph to describe the generation procedure of user interaction sequences. Assuming user preference is stable within a short period, we abstract the interaction sequence as a set of chronological environments. From the causal graph, we find that the changes of some unobserved factors (e.g., becoming pregnant) cause preference shifts between environments. Besides, the fine-grained user preference over categories sparsely affects the interactions with different items. Inspired by the causal graph, our key considerations to handle preference shifts lie in modeling the interaction generation procedure by: 1) capturing the preference shifts across environments for accurate preference prediction, and 2) disentangling the sparse influence from user preference to interactions for accurate effect estimation of preference. To this end, we propose a Causal Disentangled Recommendation (CDR) framework, which captures preference shifts via a temporal variational autoencoder and learns the sparse influence from multiple environments. Specifically, an encoder is adopted to infer the unobserved factors from user interactions while a decoder is to model the interaction generation process. Besides, we introduce two learnable matrices to disentangle the sparse influence from user preference to interactions. Lastly, we devise a multi-objective loss to optimize CDR. Extensive experiments on three datasets show the superiority of CDR.

📄 PDF Abstract BibTeX arXiv:2303.16068

Code (1)

linxyhaha/cdr 공식 구현 pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Causal Disentangled Variational Auto-Encoder for Preference Understanding in Recommendation

2023-04-17 · Siyu Wang, Xiaocong Chen, Quan Z. Sheng, Yihong Zhang 외

Recommendation models are typically trained on observational user interaction data, but the interactions between latent factors in users' decision-making processes lead to complex and entangled data. Disentangling these …

Decision MakingDisentanglementRecommendation Systems

Untangle: Critiquing Disentangled Recommendations

2021-01-01 · Preksha Nema, Alexandros Karatzoglou, Filip Radlinski

The core principle behind most collaborative filtering methods is to embed users and items in latent spaces, where individual dimensions are learned independently of any particular item attributes. It is thus difficult f…

Collaborative Filtering

Graph Neural News Recommendation with Unsupervised Preference Disentanglement

2020-07-01 · ACL 2020 6 · Linmei Hu, Siyong Xu, Chen Li, Cheng Yang 외

With the explosion of news information, personalized news recommendation has become very important for users to quickly find their interested contents. Most existing methods usually learn the representations of users and…

DisentanglementNews Recommendation

Disentangled Multimodal Representation Learning for Recommendation

2022-03-10 · Fan Liu, Huilin Chen, Zhiyong Cheng, AnAn Liu 외

Many multimodal recommender systems have been proposed to exploit the rich side information associated with users or items (e.g., user reviews and item images) for learning better user and item representations to improve…

Recommendation SystemsRepresentation Learning

Disentangled Counterfactual Reasoning for Unbiased Sequential Recommendation

2023-08-05 · Yi Ren, Xu Zhao, Hongyan Tang, Shuai Li

Sequential recommender systems have achieved state-of-the-art recommendation performance by modeling the sequential dynamics of user activities. However, in most recommendation scenarios, the popular items comprise the m…

counterfactualCounterfactual ReasoningRecommendation SystemsSequential Recommendation