paper-with-me

Papers

SR-PredictAO: Session-based Recommendation with High-Capability Predictor Add-On

2023-09-20 · Ruida Wang, Raymond Chi-Wing Wong, Weile Tan

Session-based recommendation, aiming at making the prediction of the user's next item click based on the information in a single session only, even in the presence of some random user's behavior, is a complex problem. This complex problem requires a high-capability model of predicting the user's next action. Most (if not all) existing models follow the encoder-predictor paradigm where all studies focus on how to optimize the encoder module extensively in the paradigm, but they overlook how to optimize the predictor module. In this paper, we discover the critical issue of the low-capability predictor module among existing models. Motivated by this, we propose a novel framework called *Session-based Recommendation with Predictor Add-On* (SR-PredictAO). In this framework, we propose a high-capability predictor module which could alleviate the effect of random user's behavior for prediction. It is worth mentioning that this framework could be applied to any existing models, which could give opportunities for further optimizing the framework. Extensive experiments on two real-world benchmark datasets for three state-of-the-art models show that *SR-PredictAO* out-performs the current state-of-the-art model by up to 2.9% in HR@20 and 2.3% in MRR@20. More importantly, the improvement is consistent across almost all the existing models on all datasets, and is statistically significant, which could be regarded as a significant contribution in the field.

📄 PDF Abstract BibTeX arXiv:2309.12218

Code (1)

rickyskywalker/sr-predictao-official 공식 구현 pytorch

Tasks

Recommendation SystemsSession-Based Recommendations

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Implicit Session Contexts for Next-Item Recommendations

2022-08-18 · Sejoon Oh, Ankur Bhardwaj, Jongseok Han, Sungchul Kim 외

Session-based recommender systems capture the short-term interest of a user within a session. Session contexts (i.e., a user's high-level interests or intents within a session) are not explicitly given in most datasets, …

Graph LearningRecommendation Systems

Analyzing and Predicting Purchase Intent in E-commerce: Anonymous vs. Identified Customers

2020-12-16 · Mariya Hendriksen, Ernst Kuiper, Pim Nauts, Sebastian Schelter 외

The popularity of e-commerce platforms continues to grow. Being able to understand, and predict customer behavior is essential for customizing the user experience through personalized result presentations, recommendation…

DescriptivePrediction

Hierarchical Intent-guided Optimization with Pluggable LLM-Driven Semantics for Session-based Recommendation

2025-07-07 · Jinpeng Chen, Jianxiang He, Huan Li, Senzhang Wang 외

Session-based Recommendation (SBR) aims to predict the next item a user will likely engage with, using their interaction sequence within an anonymous session. Existing SBR models often focus only on single-session inform…

Contrastive LearningDenoisingSession-Based Recommendations

IntentRec: Predicting User Session Intent with Hierarchical Multi-Task Learning

2024-07-25 · Sejoon Oh, Moumita Bhattacharya, Yesu Feng, Sudarshan Lamkhede

Recommender systems have played a critical role in diverse digital services such as e-commerce, streaming media, social networks, etc. If we know what a user's intent is in a given session (e.g. do they want to watch sho…

Multi-Task LearningRecommendation Systems

Learning Similarity among Users for Personalized Session-Based Recommendation from hierarchical structure of User-Session-Item

2023-06-05 · Jisoo Cha, Haemin Jeong, Wooju Kim

The task of the session-based recommendation is to predict the next interaction of the user based on the anonymized user's behavior pattern. And personalized version of this system is a promising research field due to it…

Graph Neural NetworkSession-Based Recommendations