paper-with-me

Papers

MMF: Attribute Interpretable Collaborative Filtering

2019-08-03 · Yixin Su, Sarah Monazam Erfani, Rui Zhang

Collaborative filtering is one of the most popular techniques in designing recommendation systems, and its most representative model, matrix factorization, has been wildly used by researchers and the industry. However, this model suffers from the lack of interpretability and the item cold-start problem, which limit its reliability and practicability. In this paper, we propose an interpretable recommendation model called Multi-Matrix Factorization (MMF), which addresses these two limitations and achieves the state-of-the-art prediction accuracy by exploiting common attributes that are present in different items. In the model, predicted item ratings are regarded as weighted aggregations of attribute ratings generated by the inner product of the user latent vectors and the attribute latent vectors. MMF provides more fine grained analyses than matrix factorization in the following ways: attribute ratings with weights allow the understanding of how much each attribute contributes to the recommendation and hence provide interpretability; the common attributes can act as a link between existing and new items, which solves the item cold-start problem when no rating exists on an item. We evaluate the interpretability of MMF comprehensively, and conduct extensive experiments on real datasets to show that MMF outperforms state-of-the-art baselines in terms of accuracy.

📄 PDF Abstract BibTeX arXiv:1908.01099

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeCollaborative FilteringRecommendation Systems

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Co-Factorization Model for Collaborative Filtering with Session-based Data

2021-05-12 · Binh Nguyen, Atsuhiro Takasu

Matrix factorization (MF) is a common method for collaborative filtering. MF represents user preferences and item attributes by latent factors. Despite that MF is a powerful method, it suffers from not be able to identif…

Collaborative Filtering

Collaborative Item Embedding Model for Implicit Feedback Data

2018-05-14 · Nguyen ThaiBinh, Aihara Kenro, Takasu Atsuhiro

Collaborative filtering is the most popular approach for recommender systems. One way to perform collaborative filtering is matrix factorization, which characterizes user preferences and item attributes using latent vect…

Collaborative FilteringmodelRecommendation Systems

Neural Graph Matching based Collaborative Filtering

2021-05-10 · Yixin Su, Rui Zhang, Sarah Erfani, Junhao Gan

User and item attributes are essential side-information; their interactions (i.e., their co-occurrence in the sample data) can significantly enhance prediction accuracy in various recommender systems. We identify two dif…

AttributeCollaborative FilteringGraph LearningGraph Matching+1

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 computat…

Collaborative Filtering

Addressing the Item Cold-start Problem by Attribute-driven Active Learning

2018-05-23 · Yu Zhu, Jinhao Lin, Shibi He, Beidou Wang 외

In recommender systems, cold-start issues are situations where no previous events, e.g. ratings, are known for certain users or items. In this paper, we focus on the item cold-start problem. Both content information (e.g…

Active LearningAttributeCollaborative FilteringRecommendation Systems