TL;DR
This paper introduces KGTN, a novel recommendation model that effectively incorporates knowledge graphs by modeling multiple user intents and reducing knowledge noise, leading to improved recommendation accuracy.
Contribution
The paper proposes a new transformer-based model that captures multiple user intents and employs contrastive denoising to handle knowledge noise in recommendation systems.
Findings
KGTN outperforms state-of-the-art methods on benchmark datasets.
KGTN demonstrates significant improvements in online A/B testing on Alibaba.
The model effectively captures diverse user intents and reduces knowledge noise influence.
Abstract
Incorporating Knowledge Graphs into Recommendation has attracted growing attention in industry, due to the great potential of KG in providing abundant supplementary information and interpretability for the underlying models. However, simply integrating KG into recommendation usually brings in negative feedback in industry, due to the ignorance of the following two factors: i) users' multiple intents, which involve diverse nodes in KG. For example, in e-commerce scenarios, users may exhibit preferences for specific styles, brands, or colors. ii) knowledge noise, which is a prevalent issue in Knowledge Enhanced Recommendation (KGR) and even more severe in industry scenarios. The irrelevant knowledge properties of items may result in inferior model performance compared to approaches that do not incorporate knowledge. To tackle these challenges, we propose a novel approach named Knowledge…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Laplacian EigenMap · Laplacian Positional Encodings · Linear Layer · Byte Pair Encoding · Label Smoothing · Adam · Residual Connection · Position-Wise Feed-Forward Layer · Multi-Head Attention
