paper-with-me

Papers

Rethinking Item Importance in Session-based Recommendation

2020-05-09 · Zhiqiang Pan, Fei Cai, Yanxiang Ling, Maarten de Rijke

Session-based recommendation aims to predict users' based on anonymous sessions. Previous work mainly focuses on the transition relationship between items during an ongoing session. They generally fail to pay enough attention to the importance of the items in terms of their relevance to user's main intent. In this paper, we propose a Session-based Recommendation approach with an Importance Extraction Module, i.e., SR-IEM, that considers both a user's long-term and recent behavior in an ongoing session. We employ a modified self-attention mechanism to estimate item importance in a session, which is then used to predict user's long-term preference. Item recommendations are produced by combining the user's long-term preference and current interest as conveyed by the last interacted item. Experiments conducted on two benchmark datasets validate that SR-IEM outperforms the start-of-the-art in terms of Recall and MRR and has a reduced computational complexity.

📄 PDF Abstract BibTeX arXiv:2005.04456

Code (0)

등록된 구현이 없습니다.

Tasks

Session-Based Recommendations

Similar Papers 제목 키워드 기반

Rethinking the Item Order in Session-based Recommendation with Graph Neural Networks

2019-11-27 · Ruihong Qiu, Jingjing Li, Zi Huang, Hongzhi Yin

Predicting a user's preference in a short anonymous interaction session instead of long-term history is a challenging problem in the real-life session-based recommendation, e.g., e-commerce and media stream. Recent resea…

Graph ClassificationRecommendation SystemsSession-Based Recommendations

Rethinking Contrastive Learning in Session-based Recommendation

2025-06-05 · Xiaokun Zhang, Bo Xu, Fenglong Ma, Zhizheng Wang 외

Session-based recommendation aims to predict intents of anonymous users based on limited behaviors. With the ability in alleviating data sparsity, contrastive learning is prevailing in the task. However, we spot that exi…

Contrastive LearningSelf-Supervised LearningSession-Based Recommendations

A GNN Model with Adaptive Weights for Session-Based Recommendation Systems

2024-08-09 · Begüm Özbay, Dr. Resul Tugay, Prof. Dr. Şule Gündüz Öğüdücü

Session-based recommendation systems aim to model users' interests based on their sequential interactions to predict the next item in an ongoing session. In this work, we present a novel approach that can be used in sess…

Graph Neural NetworkRecommendation SystemsSession-Based Recommendations

GRAINRec: Graph and Attention Integrated Approach for Real-Time Session-Based Item Recommendations

2024-11-14 · Bhavtosh Rath, Pushkar Chennu, David Relyea, Prathyusha Kanmanth Reddy 외

Recent advancements in session-based recommendation models using deep learning techniques have demonstrated significant performance improvements. While they can enhance model sophistication and improve the relevance of r…

Session-Based Recommendations

Next-item Recommendations in Short Sessions

2021-07-15 · Wenzhuo Song, Shoujin Wang, Yan Wang, Shengsheng Wang

The changing preferences of users towards items trigger the emergence of session-based recommender systems (SBRSs), which aim to model the dynamic preferences of users for next-item recommendations. However, most of the …

Few-Shot LearningMeta-LearningRecommendation SystemsRetrieval