paper-with-me

홈 › Papers

Learning to Recommend with Multiple Cascading Behaviors

2018-09-21 · Chen Gao, Xiangnan He, Dahua Gan, Xiangning Chen, Fuli Feng, Yong Li, Tat-Seng Chua, Lina Yao, Yang song, Depeng Jin

Most existing recommender systems leverage user behavior data of one type only, such as the purchase behavior in E-commerce that is directly related to the business KPI (Key Performance Indicator) of conversion rate. Besides the key behavioral data, we argue that other forms of user behaviors also provide valuable signal, such as views, clicks, adding a product to shop carts and so on. They should be taken into account properly to provide quality recommendation for users. In this work, we contribute a new solution named NMTR (short for Neural Multi-Task Recommendation) for learning recommender systems from user multi-behavior data. We develop a neural network model to capture the complicated and multi-type interactions between users and items. In particular, our model accounts for the cascading relationship among different types of behaviors (e.g., a user must click on a product before purchasing it). To fully exploit the signal in the data of multiple types of behaviors, we perform a joint optimization based on the multi-task learning framework, where the optimization on a behavior is treated as a task. Extensive experiments on two real-world datasets demonstrate that NMTR significantly outperforms state-of-the-art recommender systems that are designed to learn from both single-behavior data and multi-behavior data. Further analysis shows that modeling multiple behaviors is particularly useful for providing recommendation for sparse users that have very few interactions.

📄 PDF Abstract BibTeX arXiv:1809.08161

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningRecommendation Systems

Similar Papers 제목 키워드 기반

Cascading Residual Graph Convolutional Network for Multi-Behavior Recommendation

2022-05-26 · Mingshi Yan, Zhiyong Cheng, Chen Gao, Jing Sun 외

Multi-behavior recommendation exploits multiple types of user-item interactions to alleviate the data sparsity problem faced by the traditional models that often utilize only one type of interaction for recommendation. I…

Multi-Task Learning

Personalized Ranking on Cascading Behavior Graphs for Accurate Multi-Behavior Recommendation

2025-02-17 · Geonwoo Ko, Minseo Jeon, Jinhong Jung

Multi-behavior recommendation predicts items a user may purchase by analyzing diverse behaviors like viewing, adding to a cart, and purchasing. Existing methods fall into two categories: representation learning and graph…

Graph RankingRepresentation Learning

Cascading Reinforcement Learning

2024-01-17 · Yihan Du, R. Srikant, Wei Chen

Cascading bandits have gained popularity in recent years due to their applicability to recommendation systems and online advertising. In the cascading bandit model, at each timestep, an agent recommends an ordered subset…

Recommendation Systemsreinforcement-learningReinforcement Learning

Multi-Behavior Recommendation with Cascading Graph Convolution Networks

2023-03-28 · Zhiyong Cheng, Sai Han, Fan Liu, Lei Zhu 외

Multi-behavior recommendation, which exploits auxiliary behaviors (e.g., click and cart) to help predict users' potential interactions on the target behavior (e.g., buy), is regarded as an effective way to alleviate the …

Cascading Bandits Robust to Adversarial Corruptions

2025-02-12 · Jize Xie, Cheng Chen, Zhiyong Wang, Shuai Li

Online learning to rank sequentially recommends a small list of items to users from a large candidate set and receives the users' click feedback. In many real-world scenarios, users browse the recommended list in order a…

Learning-To-Rank