paper-with-me

홈 › Papers

Enhancing Sequential Recommendations through Multi-Perspective Reflections and Iteration

2024-09-10 · Weicong Qin, Yi Xu, Weijie Yu, Chenglei Shen, Xiao Zhang, Ming He, Jianping Fan, Jun Xu

Sequence recommendation (SeqRec) aims to predict the next item a user will interact with by understanding user intentions and leveraging collaborative filtering information. Large language models (LLMs) have shown great promise in recommendation tasks through prompt-based, fixed reflection libraries, and fine-tuning techniques. However, these methods face challenges, including lack of supervision, inability to optimize reflection sources, inflexibility to diverse user needs, and high computational costs. Despite promising results, current studies primarily focus on reflections of users' explicit preferences (e.g., item titles) while neglecting implicit preferences (e.g., brands) and collaborative filtering information. This oversight hinders the capture of preference shifts and dynamic user behaviors. Additionally, existing approaches lack mechanisms for reflection evaluation and iteration, often leading to suboptimal recommendations. To address these issues, we propose the Mixture of REflectors (MoRE) framework, designed to model and learn dynamic user preferences in SeqRec. Specifically, MoRE introduces three reflectors for generating LLM-based reflections on explicit preferences, implicit preferences, and collaborative signals. Each reflector incorporates a self-improving strategy, termed refining-and-iteration, to evaluate and iteratively update reflections. Furthermore, a meta-reflector employs a contextual bandit algorithm to select the most suitable expert and corresponding reflections for each user's recommendation, effectively capturing dynamic preferences. Extensive experiments on three real-world datasets demonstrate that MoRE consistently outperforms state-of-the-art methods, requiring less training time and GPU memory compared to other LLM-based approaches in SeqRec.

📄 PDF Abstract BibTeX arXiv:2409.06377

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringGPU

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Exploring Applications of State Space Models and Advanced Training Techniques in Sequential Recommendations: A Comparative Study on Efficiency and Performance

2024-08-10 · Mark Obozov, Makar Baderko, Stepan Kulibaba, Nikolay Kutuzov 외

Recommender systems aim to estimate the dynamically changing user preferences and sequential dependencies between historical user behaviour and metadata. Although transformer-based models have proven to be effective in s…

Recommendation SystemsState Space Models

Scalable Cross-Entropy Loss for Sequential Recommendations with Large Item Catalogs

2024-09-27 · Gleb Mezentsev, Danil Gusak, Ivan Oseledets, Evgeny Frolov

Scalability issue plays a crucial role in productionizing modern recommender systems. Even lightweight architectures may suffer from high computational overload due to intermediate calculations, limiting their practicali…

GPURecommendation SystemsSequential Recommendation

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

KATRec: Knowledge Aware aTtentive Sequential Recommendations

2020-12-06 · Mehrnaz Amjadi, Seyed Danial Mohseni Taheri, Theja Tulabandhula

Sequential recommendation systems model dynamic preferences of users based on their historical interactions with platforms. Despite recent progress, modeling short-term and long-term behavior of users in such systems is …

Graph AttentionRecommendation SystemsRepresentation LearningSequential Recommendation

A Zero-Shot Generalization Framework for LLM-Driven Cross-Domain Sequential Recommendation

2025-01-31 · Yunzhe Li, Junting Wang, Hari Sundaram, Zhining Liu

Zero-shot cross-domain sequential recommendation (ZCDSR) enables predictions in unseen domains without the need for additional training or fine-tuning, making it particularly valuable in data-sparse environments where tr…

Sequential RecommendationTransfer LearningZero-shot Generalization