Context-aware Tree-based Deep Model for Recommender Systems
Daqing Chang, Jintao Liu, Ziru Xu, Han Li, Han Zhu, Xiaoqiang Zhu

TL;DR
This paper introduces ConTDM, a context-aware deep model that leverages hierarchical tree structures and graph convolution to improve user preference prediction and retrieval efficiency in large-scale recommender systems.
Contribution
The paper proposes a novel hierarchical, context-aware user preference model that enhances tree-based recommendation methods with graph convolution and parent fusion layers.
Findings
Significant improvements in recommendation accuracy on large datasets
Enhanced retrieval efficiency in industrial applications
Effective extension to other tree-based methods
Abstract
How to predict precise user preference and how to make efficient retrieval from a big corpus are two major challenges of large-scale industrial recommender systems. In tree-based methods, a tree structure T is adopted as index and each item in corpus is attached to a leaf node on T . Then the recommendation problem is converted into a hierarchical retrieval problem solved by a beam search process efficiently. In this paper, we argue that the tree index used to support efficient retrieval in tree-based methods also has rich hierarchical information about the corpus. Furthermore, we propose a novel context-aware tree-based deep model (ConTDM) for recommender systems. In ConTDM, a context-aware user preference prediction model M is designed to utilize both horizontal and vertical contexts on T . Horizontally, a graph convolutional layer is used to enrich the representation of both users…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Image and Video Retrieval Techniques · Advanced Graph Neural Networks
MethodsTest
