paper-with-me

Papers

Explainable Recommender with Geometric Information Bottleneck

2023-05-09 · Hanqi Yan, Lin Gui, Menghan Wang, Kun Zhang, Yulan He

Explainable recommender systems can explain their recommendation decisions, enhancing user trust in the systems. Most explainable recommender systems either rely on human-annotated rationales to train models for explanation generation or leverage the attention mechanism to extract important text spans from reviews as explanations. The extracted rationales are often confined to an individual review and may fail to identify the implicit features beyond the review text. To avoid the expensive human annotation process and to generate explanations beyond individual reviews, we propose to incorporate a geometric prior learnt from user-item interactions into a variational network which infers latent factors from user-item reviews. The latent factors from an individual user-item pair can be used for both recommendation and explanation generation, which naturally inherit the global characteristics encoded in the prior knowledge. Experimental results on three e-commerce datasets show that our model significantly improves the interpretability of a variational recommender using the Wasserstein distance while achieving performance comparable to existing content-based recommender systems in terms of recommendation behaviours.

📄 PDF Abstract BibTeX arXiv:2305.05331

Code (0)

등록된 구현이 없습니다.

Tasks

Explanation GenerationRecommendation Systems

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

RecBundle: A Next-Generation Geometric Paradigm for Explainable Recommender Systems

2026-03-17 · Hui Wang, Tianzhu Hu, Mingming Li, Xi Zhou 외 arxiv

Recommender systems are inherently dynamic feedback loops where prolonged local interactions accumulate into macroscopic structural degradation such as information cocoons. Existing representation learning paradigms are …

Representation Learning

Review of Explainable Graph-Based Recommender Systems

2024-07-31 · Thanet Markchom, HuiZhi Liang, James Ferryman

Explainability of recommender systems has become essential to ensure users' trust and satisfaction. Various types of explainable recommender systems have been proposed including explainable graph-based recommender system…

Recommendation Systems

Analysis and Visualization of the Parameter Space of Matrix Factorization-based Recommender Systems

2023-03-25 · Hao Wang

Recommender system is the most successful commercial technology in the past decade. Technical mammoth such as Temu, TikTok and Amazon utilize the technology to generate enormous revenues each year. Although there have be…

Recommendation Systems

XRec: Large Language Models for Explainable Recommendation

2024-06-04 · Qiyao Ma, Xubin Ren, Chao Huang

Recommender systems help users navigate information overload by providing personalized recommendations aligned with their preferences. Collaborative Filtering (CF) is a widely adopted approach, but while advanced techniq…

Collaborative FilteringDecision MakingExplainable RecommendationNavigate+2

Survey for Trust-aware Recommender Systems: A Deep Learning Perspective

2020-04-08 · Manqing Dong, Feng Yuan, Lina Yao, Xianzhi Wang 외

A significant remaining challenge for existing recommender systems is that users may not trust the recommender systems for either lack of explanation or inaccurate recommendation results. Thus, it becomes critical to emb…

Deep LearningRecommendation Systems