Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
evison committed Nov 21, 2018
1 parent d085999 commit af42887
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,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}
}
3 changes: 3 additions & 0 deletions dataset.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
All datasets used by the code can be downloaded from the following URL:

https://www.dropbox.com/s/th672ttebwxhsfx/CIKM2017.zip?dl=0

0 comments on commit af42887

Please sign in to comment.