paper-with-me

Papers

Discreetly Exploiting Inter-session Information for Session-based Recommendation

2023-04-18 · Zihan Wang, Gang Wu, Haotong Wang

Limited intra-session information is the performance bottleneck of the early GNN based SBR models. Therefore, some GNN based SBR models have evolved to introduce additional inter-session information to facilitate the next-item prediction. However, we found that the introduction of inter-session information may bring interference to these models. The possible reasons are twofold. First, inter-session dependencies are not differentiated at the factor-level. Second, measuring inter-session weight by similarity is not enough. In this paper, we propose DEISI to solve the problems. For the first problem, DEISI differentiates the types of inter-session dependencies at the factor-level with the help of DRL technology. For the second problem, DEISI introduces stability as a new metric for weighting inter-session dependencies together with the similarity. Moreover, CL is used to improve the robustness of the model. Extensive experiments on three datasets show the superior performance of the DEISI model compared with the state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2304.08894

Code (0)

등록된 구현이 없습니다.

Tasks

Session-Based Recommendations

Similar Papers 제목 키워드 기반

Exploiting Session Information in BERT-based Session-aware Sequential Recommendation

2022-04-22 · Jinseok Seol, Youngrok Ko, Sang-goo Lee

In recommendation systems, utilizing the user interaction history as sequential information has resulted in great performance improvement. However, in many online services, user interactions are commonly grouped by sessi…

Recommendation SystemsSequential Recommendation

Exploiting Cross-Session Information for Session-based Recommendation with Graph Neural Networks

2021-07-02 · Ruihong Qiu, Zi Huang, Jingjing Li, Hongzhi Yin

Different from the traditional recommender system, the session-based recommender system introduces the concept of the session, i.e., a sequence of interactions between a user and multiple items within a period, to preser…

Graph Neural NetworkRecommendation SystemsRepresentation LearningSession-Based Recommendations

Exploiting Positional Information for Session-based Recommendation

2021-07-02 · Ruihong Qiu, Zi Huang, Tong Chen, Hongzhi Yin

For present e-commerce platforms, session-based recommender systems are developed to predict users' preference for next-item recommendation. Although a session can usually reflect a user's current preference, a local shi…

Graph Neural NetworkRecommendation SystemsSession-Based Recommendations

Context-aware Session-based Recommendation with Graph Neural Networks

2023-10-14 · Zhihui Zhang, Jianxiang Yu, Xiang Li

Session-based recommendation (SBR) is a task that aims to predict items based on anonymous sequences of user behaviors in a session. While there are methods that leverage rich context information in sessions for SBR, mos…

Session-Based Recommendations

Self-Supervised Graph Co-Training for Session-based Recommendation

2021-08-24 · Xin Xia, Hongzhi Yin, Junliang Yu, Yingxia Shao 외

Session-based recommendation targets next-item prediction by exploiting user behaviors within a short time period. Compared with other recommendation paradigms, session-based recommendation suffers more from the problem …

Contrastive LearningData AugmentationSelf-Supervised LearningSession-Based Recommendations