paper-with-me

Papers

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 limited data availability. Traditional methods enhance feature learning by constructing complex models to generate positive and negative samples. This paper proposes a session-based recommendation model using Single Positive optimization loss and Graph Learning (SPGL) to deal with the problem of data sparsity, high model complexity and weak transferability. SPGL utilizes graph convolutional networks to generate global item representations and batch session representations, effectively capturing intrinsic relationships between items. The use of single positive optimization loss improves uniformity of item representations, thereby enhancing recommendation accuracy. In the intent extractor, SPGL considers the hop count of the adjacency matrix when constructing the directed global graph to fully integrate spatial information. It also takes into account the reverse positional information of items when constructing session representations to incorporate temporal information. Comparative experiments across three benchmark datasets, Tmall, RetailRocket and Diginetica, demonstrate the model's effectiveness. The source code can be accessed on https://github.com/liang-tian-tian/SPGL .

📄 PDF Abstract BibTeX arXiv:2412.11846

Code (1)

liang-tian-tian/spgl 공식 구현 pytorch

Tasks

Graph LearningSession-Based Recommendations

Similar Papers 제목 키워드 기반

Enhancing Sequential Music Recommendation with Negative Feedback-informed Contrastive Learning

2024-09-11 · Pavan Seshadri, Shahrzad Shashaani, Peter Knees

Modern music streaming services are heavily based on recommendation engines to serve content to users. Sequential recommendation -- continuously providing new items within a single session in a contextually coherent mann…

Contrastive LearningMusic RecommendationSequential RecommendationSession-Based Recommendations

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 en…

Data AugmentationRecommendation SystemsSession-Based Recommendations

Positive, Negative and Neutral: Modeling Implicit Feedback in Session-based News Recommendation

2022-05-12 · Shansan Gong, Kenny Q. Zhu

News recommendation for anonymous readers is a useful but challenging task for many news portals, where interactions between readers and articles are limited within a temporary login session. Previous works tend to formu…

ArticlesNews RecommendationSession-Based Recommendations

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

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