paper-with-me

홈 › Papers

Multi-Interest Network with Dynamic Routing for Recommendation at Tmall

2019-04-17 · Chao Li, Zhiyuan Liu, Mengmeng Wu, Yuchi Xu, Pipei Huang, Huan Zhao, Guoliang Kang, Qiwei Chen, Wei Li, Dik Lun Lee

Industrial recommender systems usually consist of the matching stage and the ranking stage, in order to handle the billion-scale of users and items. The matching stage retrieves candidate items relevant to user interests, while the ranking stage sorts candidate items by user interests. Thus, the most critical ability is to model and represent user interests for either stage. Most of the existing deep learning-based models represent one user as a single vector which is insufficient to capture the varying nature of user's interests. In this paper, we approach this problem from a different view, to represent one user with multiple vectors encoding the different aspects of the user's interests. We propose the Multi-Interest Network with Dynamic routing (MIND) for dealing with user's diverse interests in the matching stage. Specifically, we design a multi-interest extractor layer based on capsule routing mechanism, which is applicable for clustering historical behaviors and extracting diverse interests. Furthermore, we develop a technique named label-aware attention to help learn a user representation with multiple vectors. Through extensive experiments on several public benchmarks and one large-scale industrial dataset from Tmall, we demonstrate that MIND can achieve superior performance than state-of-the-art methods for recommendation. Currently, MIND has been deployed for handling major online traffic at the homepage on Mobile Tmall App.

📄 PDF Abstract BibTeX arXiv:1904.08030

Code (6)

PaddlePaddle/PaddleRec/tree/release/2.1.0/models/recall/mind paddle
UlionTse/mlgb pytorch
Wang-Yu-Qing/MIND pytorch
alibaba/TorchEasyRec pytorch
alibaba/easyrec tf
shenweichen/deepmatch tf

Tasks

ClusteringInformation RetrievalRecommendation Systems

Similar Papers 제목 키워드 기반

Interest-Behaviour Multiplicative Network for Resource-limited Recommendation

2020-09-24 · Qianliang Wu, Tong Zhang, Zhen Cui, Jian Yang

Resource constraints, e.g. limited product inventory or financial strength, may affect consumers' choices or preferences in some recommendation tasks but are usually ignored in previous recommendation methods. In this pa…

Large Scale Purchase Prediction with Historical User Actions on B2C Online Retail Platform

2014-08-27 · Yuyu Zhang, Liang Pang, Lei Shi, Bin Wang

This paper describes the solution of Bazinga Team for Tmall Recommendation Prize 2014. With real-world user action data provided by Tmall, one of the largest B2C online retail platforms in China, this competition require…

regression

Modeling Behavioral Intensity and Transitions for Generative Recommendation

2026-04-27 · Wenxuan Yang, Xiaoyang Xu, Hanyu Zhang, Zhexuan Xu 외 arxiv

Multi-behavior recommendation aims to predict user conversions by modeling various interaction types that carry distinct intent signals. Recently, generative sequence modeling methods have emerged as an important paradig…

Dynamic Multi-Behavior Sequence Modeling for Next Item Recommendation

2023-01-28 · Junsu Cho, Dongmin Hyun, Dong won Lim, Hyeon jae Cheon 외

Sequential Recommender Systems (SRSs) aim to predict the next item that users will consume, by modeling the user interests within their item sequences. While most existing SRSs focus on a single type of user behavior, on…

Recommendation Systems

SPGL: Enhancing Session-based Recommendation with Single Positive Graph Learning

2024-12-16 · Tiantian Liang, Zhe Yang

Session-based recommendation seeks to forecast the next item a user will be interested in, based on their interaction sequences. Due to limited interaction data, session-based recommendation faces the challenge of limite…

Graph LearningSession-Based Recommendations