HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Unifying Knowledge Graph Learning and Recommendation: Towards a Better Understanding of User Preferences

Yixin Cao; Xiang Wang; Xiangnan He; Zikun hu; Tat-Seng Chua

Unifying Knowledge Graph Learning and Recommendation: Towards a Better Understanding of User Preferences

Abstract

Incorporating knowledge graph (KG) into recommender system is promising in improving the recommendation accuracy and explainability. However, existing methods largely assume that a KG is complete and simply transfer the "knowledge" in KG at the shallow level of entity raw data or embeddings. This may lead to suboptimal performance, since a practical KG can hardly be complete, and it is common that a KG has missing facts, relations, and entities. Thus, we argue that it is crucial to consider the incomplete nature of KG when incorporating it into recommender system. In this paper, we jointly learn the model of recommendation and knowledge graph completion. Distinct from previous KG-based recommendation methods, we transfer the relation information in KG, so as to understand the reasons that a user likes an item. As an example, if a user has watched several movies directed by (relation) the same person (entity), we can infer that the director relation plays a critical role when the user makes the decision, thus help to understand the user's preference at a finer granularity. Technically, we contribute a new translation-based recommendation model, which specially accounts for various preferences in translating a user to an item, and then jointly train it with a KG completion model by combining several transfer schemes. Extensive experiments on two benchmark datasets show that our method outperforms state-of-the-art KG-based recommendation methods. Further analysis verifies the positive effect of joint training on both tasks of recommendation and KG completion, and the advantage of our model in understanding user preference. We publish our project at https://github.com/TaoMiner/joint-kg-recommender.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
collaborative-filtering-on-movielens-1mKTUP (soft)
HR@10: 0.8903
NDCG: 0.6992
knowledge-graph-completion-on-dbbook2014KTUP (soft)
Hits@10: 60.75
Mean Rank: 499
knowledge-graph-completion-on-movielens-1mKTUP (soft)
Hits@10: 48.9
Mean Rank: 527
recommendation-systems-on-dbbook2014KTUP (soft)
HR@10: 0.3461
NDCG: 0.2762

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Unifying Knowledge Graph Learning and Recommendation: Towards a Better Understanding of User Preferences | Papers | HyperAI