LGIRNov 3, 2021

Conditional Attention Networks for Distilling Knowledge Graphs in Recommendation

arXiv:2111.02100v155 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of incorporating knowledge graphs into recommender systems for better personalization, though it appears incremental as it builds on existing attention-based methods.

The paper tackles the problem of distilling knowledge graphs in recommender systems to capture target-specific relationships, proposing Knowledge-aware Conditional Attention Networks (KCAN) which improves performance over state-of-the-art algorithms on real-world datasets.

Knowledge graph is generally incorporated into recommender systems to improve overall performance. Due to the generalization and scale of the knowledge graph, most knowledge relationships are not helpful for a target user-item prediction. To exploit the knowledge graph to capture target-specific knowledge relationships in recommender systems, we need to distill the knowledge graph to reserve the useful information and refine the knowledge to capture the users' preferences. To address the issues, we propose Knowledge-aware Conditional Attention Networks (KCAN), which is an end-to-end model to incorporate knowledge graph into a recommender system. Specifically, we use a knowledge-aware attention propagation manner to obtain the node representation first, which captures the global semantic similarity on the user-item network and the knowledge graph. Then given a target, i.e., a user-item pair, we automatically distill the knowledge graph into the target-specific subgraph based on the knowledge-aware attention. Afterward, by applying a conditional attention aggregation on the subgraph, we refine the knowledge graph to obtain target-specific node representations. Therefore, we can gain both representability and personalization to achieve overall performance. Experimental results on real-world datasets demonstrate the effectiveness of our framework over the state-of-the-art algorithms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes