paper-with-me

Papers

Optimizing Encoder-Only Transformers for Session-Based Recommendation Systems

2024-10-15 · Anis Redjdal, Luis Pinto, Michel Desmarais

Session-based recommendation is the task of predicting the next item a user will interact with, often without access to historical user data. In this work, we introduce Sequential Masked Modeling, a novel approach for encoder-only transformer architectures to tackle the challenges of single-session recommendation. Our method combines data augmentation through window sliding with a unique penultimate token masking strategy to capture sequential dependencies more effectively. By enhancing how transformers handle session data, Sequential Masked Modeling significantly improves next-item prediction performance. We evaluate our approach on three widely-used datasets, Yoochoose 1/64, Diginetica, and Tmall, comparing it to state-of-the-art single-session, cross-session, and multi-relation approaches. The results demonstrate that our Transformer-SMM models consistently outperform all models that rely on the same amount of information, while even rivaling methods that have access to more extensive user history. This study highlights the potential of encoder-only transformers in session-based recommendation and opens the door for further improvements.

📄 PDF Abstract BibTeX arXiv:2410.11150

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationRecommendation SystemsSession-Based Recommendations

Similar 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. Th…

Recommendation SystemsSession-Based Recommendations

RecoMind: A Reinforcement Learning Framework for Optimizing In-Session User Satisfaction in Recommendation Systems

2025-07-31 · Mehdi Ben Ayed, Fei Feng, Jay Adams, Vishwakarma Singh 외 arxiv

Existing web-scale recommendation systems commonly use supervised learning methods that prioritize immediate user feedback. Although reinforcement learning (RL) offers a solution to optimize longer-term goals, such as in…

Reinforcement LearningRecommendation Systems

Heterogeneous Global Graph Neural Networks for Personalized Session-based Recommendation

2021-07-08 · Yitong Pang, Lingfei Wu, Qi Shen, Yiming Zhang 외

Predicting the next interaction of a short-term interaction session is a challenging task in session-based recommendation. Almost all existing works rely on item transition patterns, and neglect the impact of user histor…

Graph Neural NetworkSession-Based Recommendations

Neural Attentive Session-based Recommendation

2017-11-13 · Jing Li, Pengjie Ren, Zhumin Chen, Zhaochun Ren 외

Given e-commerce scenarios that user profiles are invisible, session-based recommendation is proposed to generate recommendation results from short sessions. Previous work only considers the user's sequential behavior in…

Session-Based Recommendations

Neural Att entive Session-based Recommendation

2017-11-03 · CIKM 2017 11 · Jing Li, Pengjie Ren, Zhumin Chen, Zhaochun Ren 외

Given e-commerce scenarios that user profiles are invisible, sessionbased recommendation is proposed to generate recommendation results from short sessions. Previous work only considers the user’s sequential behavior i…

Session-Based Recommendations