paper-with-me

Papers

SemSR: Semantics aware robust Session-based Recommendations

2025-08-28 · Jyoti Narwariya, Priyanka Gupta, Muskan Gupta, Jyotsana Khatri, Lovekesh Vig arxiv

Session-based recommendation (SR) models aim to recommend items to anonymous users based on their behavior during the current session. While various SR models in the literature utilize item sequences to predict the next item, they often fail to leverage semantic information from item titles or descriptions impeding session intent identification and interpretability. Recent research has explored Large Language Models (LLMs) as promising approaches to enhance session-based recommendations, with both prompt-based and fine-tuning based methods being widely investigated. However, prompt-based methods struggle to identify optimal prompts that elicit correct reasoning and lack task-specific feedback at test time, resulting in sub-optimal recommendations. Fine-tuning methods incorporate domain-specific knowledge but incur significant computational costs for implementation and maintenance. In this paper, we present multiple approaches to utilize LLMs for session-based recommendation: (i) in-context LLMs as recommendation agents, (ii) LLM-generated representations for semantic initialization of deep learning SR models, and (iii) integration of LLMs with data-driven SR models. Through comprehensive experiments on two real-world publicly available datasets, we demonstrate that LLM-based methods excel at coarse-level retrieval (high recall values), while traditional data-driven techniques perform well at fine-grained ranking (high Mean Reciprocal Rank values). Furthermore, the integration of LLMs with data-driven SR models significantly out performs both standalone LLM approaches and data-driven deep learning models, as well as baseline SR models, in terms of both Recall and MRR metrics.

📄 PDF Abstract BibTeX arXiv:2508.20587

Code (0)

등록된 구현이 없습니다.

Tasks

Session-Based Recommendations

Similar Papers 제목 키워드 기반

DAGNN: Demand-aware Graph Neural Networks for Session-based Recommendation

2021-05-30 · Liqi Yang, Linhan Luo, Lifeng Xin, Xiaofeng Zhang 외

Session-based recommendations have been widely adopted for various online video and E-commerce Websites. Most existing approaches are intuitively proposed to discover underlying interests or preferences out of the anonym…

Graph Neural NetworkSession-Based Recommendations

User Persona Identification and New Service Adaptation Recommendation

2023-11-15 · Narges Tabari, Sandesh Swamy, Rashmi Gangadharaiah

Providing a personalized user experience on information dense webpages helps users in reaching their end-goals sooner. We explore an automated approach to identifying user personas by leveraging high dimensional trajecto…

Collaborative FilteringLanguage ModelingLanguage ModellingMasked Language Modeling

M2TRec: Metadata-aware Multi-task Transformer for Large-scale and Cold-start free Session-based Recommendations

2022-09-23 · Walid Shalaby, Sejoon Oh, Amir Afsharinejad, Srijan Kumar 외

Session-based recommender systems (SBRSs) have shown superior performance over conventional methods. However, they show limited scalability on large-scale industrial datasets since most models learn one embedding per ite…

Recommendation SystemsSession-Based Recommendations

Session-aware Recommendation: A Surprising Quest for the State-of-the-art

2020-11-06 · Sara Latifi, Noemi Mauro, Dietmar Jannach

Recommender systems are designed to help users in situations of information overload. In recent years, we observed increased interest in session-based recommendation scenarios, where the problem is to make item suggestio…

Recommendation SystemsSession-Based Recommendations

SR-GCL: Session-Based Recommendation with Global Context Enhanced Augmentation in Contrastive Learning

2022-09-22 · Eunkyu Oh, Taehun Kim, Minsoo Kim, Yunhu Ji 외

Session-based recommendations aim to predict the next behavior of users based on ongoing sessions. The previous works have been modeling the session as a variable-length of a sequence of items and learning the representa…

Contrastive LearningData AugmentationSession-Based Recommendations