paper-with-me

Papers

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 shift of the user's intention within the session may still exist. Specifically, the interactions that take place in the early positions within a session generally indicate the user's initial intention, while later interactions are more likely to represent the latest intention. Such positional information has been rarely considered in existing methods, which restricts their ability to capture the significance of interactions at different positions. To thoroughly exploit the positional information within a session, a theoretical framework is developed in this paper to provide an in-depth analysis of the positional information. We formally define the properties of forward-awareness and backward-awareness to evaluate the ability of positional encoding schemes in capturing the initial and the latest intention. According to our analysis, existing positional encoding schemes are generally forward-aware only, which can hardly represent the dynamics of the intention in a session. To enhance the positional encoding scheme for the session-based recommendation, a dual positional encoding (DPE) is proposed to account for both forward-awareness and backward-awareness. Based on DPE, we propose a novel Positional Recommender (PosRec) model with a well-designed Position-aware Gated Graph Neural Network module to fully exploit the positional information for session-based recommendation tasks. Extensive experiments are conducted on two e-commerce benchmark datasets, Yoochoose and Diginetica and the experimental results show the superiority of the PosRec by comparing it with the state-of-the-art session-based recommender models.

📄 PDF Abstract BibTeX arXiv:2107.00846

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkRecommendation SystemsSession-Based Recommendations

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

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

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

SPGL: Enhancing Session-based Recommendation with Single Positive Graph Learning

2024-12-16 · Tiantian Liang, Zhe Yang

Session-based recommendation seeks to forecast the next item a user will be interested in, based on their interaction sequences. Due to limited interaction data, session-based recommendation faces the challenge of limite…

Graph LearningSession-Based Recommendations

Exploring Global Information for Session-based Recommendation

2020-11-20 · Ziyang Wang, Wei Wei, Gao Cong, Xiao-Li Li 외

Session-based recommendation (SBR) is a challenging task, which aims at recommending items based on anonymous behavior sequences. Most existing SBR studies model the user preferences based only on the current session whi…

Session-Based Recommendations

Exploiting Inter-Session Information with Frequency-enhanced Dual-Path Networks for Sequential Recommendation

2025-11-09 · Peng He, Yao Liu, Yanglei Gan, Run Lin 외 arxiv

Sequential recommendation (SR) aims to predict a user's next item preference by modeling historical interaction sequences. Recent advances often integrate frequency-domain modules to compensate for self-attention's low-p…

Sequential Recommendation