Learning Deep Tree-based Retriever for Efficient Recommendation: Theory and Method
Ze Liu, Jin Zhang, Chao Feng, Defu Lian, Jie Wang, and Enhong Chen

TL;DR
This paper introduces Deep Tree-based Retriever (DTR), a novel method that improves recommendation efficiency by explicitly modeling tree structures with a multi-class classification approach, outperforming previous binary classification strategies.
Contribution
The paper proposes a multi-class classification framework for tree-based recommendation, along with loss rectification and sampling techniques, enhancing efficiency and alignment with the max-heap assumption.
Findings
DTR achieves superior recommendation accuracy on real-world datasets.
The proposed methods improve generalization and efficiency of tree-based recommendation models.
Theoretical analysis confirms DTR's strong generalization capabilities.
Abstract
Although advancements in deep learning have significantly enhanced the recommendation accuracy of deep recommendation models, these methods still suffer from low recommendation efficiency. Recently proposed tree-based deep recommendation models alleviate the problem by directly learning tree structure and representations under the guidance of recommendation objectives. To guarantee the effectiveness of beam search for recommendation accuracy, these models strive to ensure that the tree adheres to the max-heap assumption, where a parent node's preference should be the maximum among its children's preferences. However, they employ a one-versus-all strategy, framing the training task as a series of independent binary classification objectives for each node, which limits their ability to fully satisfy the max-heap assumption. To this end, we propose a Deep Tree-based Retriever (DTR for…
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
TopicsRecommender Systems and Techniques
MethodsSoftmax
