paper-with-me

Papers

A Counterfactual Collaborative Session-based Recommender System

2023-01-31 · Wenzhuo Song, Shoujin Wang, Yan Wang, Kunpeng Liu, Xueyan Liu, Minghao Yin

Most session-based recommender systems (SBRSs) focus on extracting information from the observed items in the current session of a user to predict a next item, ignoring the causes outside the session (called outer-session causes, OSCs) that influence the user's selection of items. However, these causes widely exist in the real world, and few studies have investigated their role in SBRSs. In this work, we analyze the causalities and correlations of the OSCs in SBRSs from the perspective of causal inference. We find that the OSCs are essentially the confounders in SBRSs, which leads to spurious correlations in the data used to train SBRS models. To address this problem, we propose a novel SBRS framework named COCO-SBRS (COunterfactual COllaborative Session-Based Recommender Systems) to learn the causality between OSCs and user-item interactions in SBRSs. COCO-SBRS first adopts a self-supervised approach to pre-train a recommendation model by designing pseudo-labels of causes for each user's selection of the item in data to guide the training process. Next, COCO-SBRS adopts counterfactual inference to recommend items based on the outputs of the pre-trained recommendation model considering the causalities to alleviate the data sparsity problem. As a result, COCO-SBRS can learn the causalities in data, preventing the model from learning spurious correlations. The experimental results of our extensive experiments conducted on three real-world datasets demonstrate the superiority of our proposed framework over ten representative SBRSs.

📄 PDF Abstract BibTeX arXiv:2301.13364

Code (1)

wzsong17/coco-sbrs 공식 구현 pytorch

Tasks

Causal InferencecounterfactualCounterfactual InferenceRecommendation Systems

Similar Papers 제목 키워드 기반

Diversification in Session-based News Recommender Systems

2021-02-05 · Alireza Gharahighehi, Celine Vens

Recommender systems are widely applied in digital platforms such as news websites to personalize services based on user preferences. In news websites most of users are anonymous and the only available data is sequences o…

Collaborative FilteringDiversityNews RecommendationRecommendation Systems

CLEAR: Causal Explanations from Attention in Neural Recommenders

2022-10-07 · Shami Nisimov, Raanan Y. Rohekar, Yaniv Gurwicz, Guy Koren 외

We present CLEAR, a method for learning session-specific causal graphs, in the possible presence of latent confounders, from attention in pre-trained attention-based recommenders. These causal graphs describe user behavi…

counterfactualCounterfactual Explanation

Counterfactual Explanations for Neural Recommenders

2021-05-11 · Khanh Hiep Tran, Azin Ghazimatin, Rishiraj Saha Roy

Understanding why specific items are recommended to users can significantly increase their trust and satisfaction in the system. While neural recommenders have become the state-of-the-art in recent years, the complexity …

Collaborative Filteringcounterfactual

Rethinking the Item Order in Session-based Recommendation with Graph Neural Networks

2019-11-27 · Ruihong Qiu, Jingjing Li, Zi Huang, Hongzhi Yin

Predicting a user's preference in a short anonymous interaction session instead of long-term history is a challenging problem in the real-life session-based recommendation, e.g., e-commerce and media stream. Recent resea…

Graph ClassificationRecommendation SystemsSession-Based Recommendations

A Survey on Session-based Recommender Systems

2019-02-13 · Shoujin Wang, Longbing Cao, Yan Wang, Quan Z. Sheng 외

Recommender systems (RSs) have been playing an increasingly important role for informed consumption, services, and decision-making in the overloaded information era and digitized economy. In recent years, session-based r…

Collaborative FilteringDecision MakingRecommendation SystemsSurvey