Cascading Residual Graph Convolutional Network for Multi-Behavior Recommendation
Mingshi Yan, Zhiyong Cheng, Chen Gao, Jing Sun, Fan Liu, Fuming Sun, and Haojie Li

TL;DR
This paper introduces CRGCN, a lightweight graph convolutional network that explicitly models the connections between multiple user behaviors in recommendation systems, improving accuracy without increasing complexity.
Contribution
The paper proposes a novel cascading residual graph convolutional network that leverages inter-behavior connections without extra parameters, enhancing multi-behavior recommendation performance.
Findings
CRGCN outperforms state-of-the-art methods on benchmark datasets.
Model effectively captures behavior connections to refine user embeddings.
Leveraging multiple behaviors improves recommendation accuracy.
Abstract
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. In real scenarios, users often take a sequence of actions to interact with an item, in order to get more information about the item and thus accurately evaluate whether an item fits personal preference. Those interaction behaviors often obey a certain order, and different behaviors reveal different information or aspects of user preferences towards the target item. Most existing multi-behavior recommendation methods take the strategy to first extract information from different behaviors separately and then fuse them for final prediction. However, they have not exploited the connections between different behaviors to learn user preferences. Besides, they often introduce…
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 · Advanced Graph Neural Networks · Mental Health via Writing
