paper-with-me

Papers

CORE: Simple and Effective Session-based Recommendation within Consistent Representation Space

2022-04-23 · Yupeng Hou, Binbin Hu, Zhiqiang Zhang, Wayne Xin Zhao

Session-based Recommendation (SBR) refers to the task of predicting the next item based on short-term user behaviors within an anonymous session. However, session embedding learned by a non-linear encoder is usually not in the same representation space as item embeddings, resulting in the inconsistent prediction issue while recommending items. To address this issue, we propose a simple and effective framework named CORE, which can unify the representation space for both the encoding and decoding processes. Firstly, we design a representation-consistent encoder that takes the linear combination of input item embeddings as session embedding, guaranteeing that sessions and items are in the same representation space. Besides, we propose a robust distance measuring method to prevent overfitting of embeddings in the consistent representation space. Extensive experiments conducted on five public real-world datasets demonstrate the effectiveness and efficiency of the proposed method. The code is available at: https://github.com/RUCAIBox/CORE.

📄 PDF Abstract BibTeX arXiv:2204.11067

Code (1)

RUCAIBox/CORE 공식 구현 pytorch

Tasks

Session-Based Recommendations

Similar Papers 제목 키워드 기반

Session-aware Linear Item-Item Models for Session-based Recommendation

2021-03-30 · Minjin Choi, jinhong Kim, Joonseok Lee, Hyunjung Shim 외

Session-based recommendation aims at predicting the next item given a sequence of previous items consumed in the session, e.g., on e-commerce or multimedia streaming services. Specifically, session data exhibits some uni…

Session-Based Recommendations

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

Learning Multi-granularity User Intent Unit for Session-based Recommendation

2021-12-25 · Jiayan Guo, Yaming Yang, Xiangchen Song, Yuan Zhang 외

Session-based recommendation aims to predict a user's next action based on previous actions in the current session. The major challenge is to capture authentic and complete user preferences in the entire session. Recent …

Graph Neural NetworkSession-Based Recommendations

GAG: Global Attributed Graph Neural Network for Streaming Session-based Recommendation

2020-07-06 · Ruihong Qiu, Hongzhi Yin, Zi Huang, Tong Chen

Streaming session-based recommendation (SSR) is a challenging task that requires the recommender system to do the session-based recommendation (SR) in the streaming scenario. In the real-world applications of e-commerce …

AttributeGraph Neural NetworkRecommendation SystemsSession-Based Recommendations

Item Cluster-aware Prompt Learning for Session-based Recommendation

2024-10-07 · Wooseong Yang, Chen Wang, Zihe Song, Weizhi Zhang 외

Session-based recommendation (SBR) aims to capture dynamic user preferences by analyzing item sequences within individual sessions. However, most existing approaches focus mainly on intra-session item relationships, negl…

Prompt LearningSession-Based Recommendations