# MMF: Attribute Interpretable Collaborative Filtering

**Authors:** Yixin Su, Sarah Monazam Erfani, Rui Zhang

arXiv: 1908.01099 · 2019-12-17

## TL;DR

The paper introduces MMF, an interpretable collaborative filtering model that improves recommendation accuracy and addresses the item cold-start problem by leveraging attribute-based ratings and latent vectors.

## Contribution

MMF is a novel model that enhances interpretability and cold-start handling in recommendation systems through attribute-based matrix factorization.

## Key findings

- MMF outperforms state-of-the-art models in prediction accuracy.
- MMF provides interpretable attribute contributions.
- MMF effectively alleviates the item cold-start problem.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.01099/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1908.01099/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1908.01099/full.md

---
Source: https://tomesphere.com/paper/1908.01099