paper-with-me

Papers

UIPC-MF: User-Item Prototype Connection Matrix Factorization for Explainable Collaborative Filtering

2023-08-14 · Lei Pan, Von-Wun Soo

Recommending items to potentially interested users has been an important commercial task that faces two main challenges: accuracy and explainability. While most collaborative filtering models rely on statistical computations on a large scale of interaction data between users and items and can achieve high performance, they often lack clear explanatory power. We propose UIPC-MF, a prototype-based matrix factorization method for explainable collaborative filtering recommendations. In UIPC-MF, both users and items are associated with sets of prototypes, capturing general collaborative attributes. To enhance explainability, UIPC-MF learns connection weights that reflect the associative relations between user and item prototypes for recommendations. UIPC-MF outperforms other prototype-based baseline methods in terms of Hit Ratio and Normalized Discounted Cumulative Gain on three datasets, while also providing better transparency.

📄 PDF Abstract BibTeX arXiv:2308.07048

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

Leveraging Social Signal to Improve Item Recommendation for Matrix Factorization

2018-05-17 · Wang Ze, Li Hong

Although Recommender Systems have been comprehensively studied in the past decade both in industry and academia, most of current recommender systems suffer from the following issues: 1) The data sparsity of the user-item…

Recommendation Systems

Comprehensive Personalized Ranking Using One-Bit Comparison Data

2019-06-06 · Aria Ameri, Arindam Bose, Mojtaba Soltanalian

The task of a personalization system is to recommend items or a set of items according to the users' taste, and thus predicting their future needs. In this paper, we address such personalized recommendation problems for …

CombiGCN: An effective GCN model for Recommender System

2025-03-27 · Loc Tan Nguyen, Tin T. Tran

Graph Neural Networks (GNNs) have opened up a potential line of research for collaborative filtering (CF). The key power of GNNs is based on injecting collaborative signal into user and item embeddings which will contain…

Collaborative FilteringRecommendation Systems

Hierarchical Matrix Factorization for Interpretable Collaborative Filtering

2023-11-22 · Kai Sugahara, Kazushi Okamoto

Matrix factorization (MF) is a simple collaborative filtering technique that achieves superior recommendation accuracy by decomposing the user-item interaction matrix into user and item latent matrices. Because the model…

ClusteringCollaborative Filtering

Graph Collaborative Signals Denoising and Augmentation for Recommendation

2023-04-06 · Ziwei Fan, Ke Xu, Zhang Dong, Hao Peng 외

Graph collaborative filtering (GCF) is a popular technique for capturing high-order collaborative signals in recommendation systems. However, GCF's bipartite adjacency matrix, which defines the neighbors being aggregated…

Collaborative FilteringDenoisingRecommendation Systems