-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathREADME.txt
More file actions
24 lines (20 loc) · 935 Bytes
/
README.txt
File metadata and controls
24 lines (20 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This reponsitory includes the code and dataset for the paper:
Qingyao Ai, Vahid Azizi, Xu Chen, Yongfeng Zhang.
Learning Heterogeneous Knowledge Base Embeddings for Explainable Recommendation
Algorithms. 2018, 11(9). Special Issue Collaborative Filtering and Recommender Systems.
which conducts knowledge graph reasoning to provide explainable recommendations.
The code consisits of two basic modules, a recommendation module (main.py and MultiViewEmbedding.py), and an explanation module (explain_results.py).
@article{DBLP:journals/algorithms/AiACZ18,
title = {Learning Heterogeneous Knowledge Base Embeddings for Explainable Recommendation},
author = {Qingyao Ai and Vahid Azizi and Xu Chen and Yongfeng Zhang},
url = {https://doi.org/10.3390/a11090137},
doi = {10.3390/a11090137},
year = {2018},
journal = {Algorithms},
volume = {11},
number = {9},
pages = {137},
keywords = {},
pubstate = {published},
tppubtype = {article}
}