IJCAI 2020poster0 citations

Explainable Recommendation via Interpretable Feature Mapping and Evaluation of Explainability

Deng Pan, Xiangrui Li, Xin Li, Dongxiao Zhu

Abstract

Latent factor collaborative filtering (CF) has been a widely used technique for recommender system by learning the semantic representations of users and items. Recently, explainable recommendation has attracted much attention from research community. However, trade-off exists between explainability and performance of the recommendation where metadata is often needed to alleviate the dilemma. We present a novel feature mapping approach that maps the uninterpretable general features onto the interpretable aspect features, achieving both satisfactory accuracy and explainability in the recommendations by simultaneous minimization of rating prediction loss and interpretation loss. To evaluate the explainability, we propose two new evaluation metrics specifically designed for aspect-level explanation using surrogate ground truth. Experimental results demonstrate a strong performance in both recommendation and explaining explanation, eliminating the need for metadata. Code is available from https://github.com/pd90506/AMCF.

Machine Learning: Explainable Machine LearningMachine Learning: InterpretabilityMachine Learning: Recommender Systems
BibTeX
@inproceedings{ijcai2020p373,
  title     = {Explainable Recommendation via Interpretable Feature Mapping and Evaluation of Explainability},
  author    = {Pan, Deng and Li, Xiangrui and Li, Xin and Zhu, Dongxiao},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {2690--2696},
  year      = {2020},
  month     = {7},
  note      = {Main track},
  doi       = {10.24963/ijcai.2020/373},
  url       = {https://doi.org/10.24963/ijcai.2020/373},
}