paper-with-me

Papers

Explainable Session-based Recommendation via Path Reasoning

2024-02-28 · Yang Cao, Shuo Shang, Jun Wang, Wei zhang

This paper explores providing explainability for session-based recommendation (SR) by path reasoning. Current SR models emphasize accuracy but lack explainability, while traditional path reasoning prioritizes knowledge graph exploration, ignoring sequential patterns present in the session history. Therefore, we propose a generalized hierarchical reinforcement learning framework for SR, which improves the explainability of existing SR models via Path Reasoning, namely PR4SR. Considering the different importance of items to the session, we design the session-level agent to select the items in the session as the starting point for path reasoning and the path-level agent to perform path reasoning. In particular, we design a multi-target reward mechanism to adapt to the skip behaviors of sequential patterns in SR, and introduce path midpoint reward to enhance the exploration efficiency in knowledge graphs. To improve the completeness of the knowledge graph and to diversify the paths of explanation, we incorporate extracted feature information from images into the knowledge graph. We instantiate PR4SR in five state-of-the-art SR models (i.e., GRU4REC, NARM, GCSAN, SR-GNN, SASRec) and compare it with other explainable SR frameworks, to demonstrate the effectiveness of PR4SR for recommendation and explanation tasks through extensive experiments with these approaches on four datasets.

📄 PDF Abstract BibTeX arXiv:2403.00832

Code (0)

등록된 구현이 없습니다.

Tasks

Hierarchical Reinforcement LearningKnowledge GraphsSession-Based Recommendations

Similar Papers 제목 키워드 기반

Time-aware Path Reasoning on Knowledge Graph for Recommendation

2021-08-05 · Yuyue Zhao, Xiang Wang, Jiawei Chen, Yashen Wang 외

Reasoning on knowledge graph (KG) has been studied for explainable recommendation due to it's ability of providing explicit explanations. However, current KG-based explainable recommendation methods unfortunately ignore …

Explainable RecommendationRelation Extraction

Faithfully Explainable Recommendation via Neural Logic Reasoning

2021-04-16 · NAACL 2021 4 · Yaxin Zhu, Yikun Xian, Zuohui Fu, Gerard de Melo 외

Knowledge graphs (KG) have become increasingly important to endow modern recommender systems with the ability to generate traceable reasoning paths to explain the recommendation process. However, prior research rarely co…

Decision MakingExplainable RecommendationExplanation GenerationKnowledge Graphs+1

Attention Is Not the Only Choice: Counterfactual Reasoning for Path-Based Explainable Recommendation

2024-01-11 · Yicong Li, Xiangguo Sun, Hongxu Chen, Sixiao Zhang 외

Compared with only pursuing recommendation accuracy, the explainability of a recommendation model has drawn more attention in recent years. Many graph-based recommendations resort to informative paths with the attention …

counterfactualCounterfactual ReasoningExplainable RecommendationLearning Theory

Causality and Correlation Graph Modeling for Effective and Explainable Session-based Recommendation

2022-01-26 · Huizi Wu, Cong Geng, Hui Fang

Session-based recommendation which has been witnessed a booming interest recently, focuses on predicting a user's next interested item(s) based on an anonymous session. Most existing studies adopt complex deep learning t…

Graph Neural NetworkSession-Based Recommendations

Finding Paths for Explainable MOOC Recommendation: A Learner Perspective

2023-12-11 · Jibril Frej, Neel Shah, Marta Knežević, Tanya Nazaretsky 외

The increasing availability of Massive Open Online Courses (MOOCs) has created a necessity for personalized course recommendation systems. These systems often combine neural networks with Knowledge Graphs (KGs) to achiev…

Explainable RecommendationKnowledge GraphsRecommendation Systems