paper-with-me

Papers

Sequential Recommendation with Dual Side Neighbor-based Collaborative Relation Modeling

2019-11-10 · Jiarui Qin, Kan Ren, Yuchen Fang, Wei-Nan Zhang, Yong Yu

Sequential recommendation task aims to predict user preference over items in the future given user historical behaviors. The order of user behaviors implies that there are resourceful sequential patterns embedded in the behavior history which reveal the underlying dynamics of user interests. Various sequential recommendation methods are proposed to model the dynamic user behaviors. However, most of the models only consider the user's own behaviors and dynamics, while ignoring the collaborative relations among users and items, i.e., similar tastes of users or analogous properties of items. Without modeling collaborative relations, those methods suffer from the lack of recommendation diversity and thus may have worse performance. Worse still, most existing methods only consider the user-side sequence and ignore the temporal dynamics on the item side. To tackle the problems of the current sequential recommendation models, we propose Sequential Collaborative Recommender (SCoRe) which effectively mines high-order collaborative information using cross-neighbor relation modeling and, additionally utilizes both user-side and item-side historical sequences to better capture user and item dynamics. Experiments on three real-world yet large-scale datasets demonstrate the superiority of the proposed model over strong baselines.

📄 PDF Abstract BibTeX arXiv:1911.03883

Code (1)

qinjr/SCoRe 공식 구현 tf

Tasks

DiversityRelationSequential Recommendation

Similar Papers 제목 키워드 기반

Neighborhood-Enhanced and Time-Aware Model for Session-based Recommendation

2019-09-25 · Yang Lv, Liangsheng Zhuang, Pengyu Luo

Session based recommendation has become one of the research hotpots in the field of recommendation systems due to its highly practical value.Previous deep learning methods mostly focus on the sequential characteristics w…

Recommendation SystemsSession-Based Recommendations

CSRN: Collaborative Sequential Recommendation Networks for News Retrieval

2020-04-07 · Bing Bai, Guanhua Zhang, Ye Lin, Hao Li 외

Nowadays, news apps have taken over the popularity of paper-based media, providing a great opportunity for personalization. Recurrent Neural Network (RNN)-based sequential recommendation is a popular approach that utiliz…

ArticlesCollaborative FilteringNews RetrievalRetrieval+1

Privacy-Preserving Sequential Recommendation with Collaborative Confusion

2024-01-09 · Wei Wang, Yujie Lin, Pengjie Ren, Zhumin Chen 외

Sequential recommendation has attracted a lot of attention from both academia and industry, however the privacy risks associated to gathering and transferring users' personal interaction data are often underestimated or …

Collaborative FilteringFederated LearningPrivacy PreservingSequential Recommendation

Improving Collaborative Filtering Recommendation via Graph Learning

2023-11-06 · Yongyu Wang

Recommendation systems are designed to provide personalized predictions for items that are most appealing to individual customers. Among various types of recommendation algorithms, k-nearest neighbor based collaborative …

Collaborative FilteringGraph LearningRecommendation Systems

Continuous-Time Sequential Recommendation with Temporal Graph Collaborative Transformer

2021-08-14 · Ziwei Fan, Zhiwei Liu, Jiawei Zhang, Yun Xiong 외

In order to model the evolution of user preference, we should learn user/item embeddings based on time-ordered item purchasing sequences, which is defined as Sequential Recommendation (SR) problem. Existing methods lever…

Sequential Recommendation