paper-with-me

Papers

Preference Distillation for Personalized Generative Recommendation

2024-07-06 · Jerome Ramos, Bin Wu, Aldo Lipani

Recently, researchers have investigated the capabilities of Large Language Models (LLMs) for generative recommender systems. Existing LLM-based recommender models are trained by adding user and item IDs to a discrete prompt template. However, the disconnect between IDs and natural language makes it difficult for the LLM to learn the relationship between users. To address this issue, we propose a PErsonAlized PrOmpt Distillation (PeaPOD) approach, to distill user preferences as personalized soft prompts. Considering the complexities of user preferences in the real world, we maintain a shared set of learnable prompts that are dynamically weighted based on the user's interests to construct the user-personalized prompt in a compositional manner. Experimental results on three real-world datasets demonstrate the effectiveness of our PeaPOD model on sequential recommendation, top-n recommendation, and explanation generation tasks.

📄 PDF Abstract BibTeX arXiv:2407.05033

Code (1)

jeromeramos70/peapod 공식 구현 pytorch

Tasks

Explanation GenerationRecommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Preference Diffusion for Recommendation

2024-10-17 · Shuo Liu, An Zhang, Guoqing Hu, Hong Qian 외

Recommender systems predict personalized item rankings based on user preference distributions derived from historical behavior data. Recently, diffusion models (DMs) have gained attention in recommendation for their abil…

Recommendation SystemsSequential RecommendationVariational Inference

Preference Discerning with LLM-Enhanced Generative Retrieval

2024-12-11 · Fabian Paischer, Liu Yang, Linfeng Liu, Shuai Shao 외

Sequential recommendation systems aim to provide personalized recommendations for users based on their interaction history. To achieve this, they often incorporate auxiliary information, such as textual descriptions of i…

Recommendation SystemsRetrievalSequential Recommendation

Review-driven Personalized Preference Reasoning with Large Language Models for Recommendation

2024-08-12 · Jieyong Kim, Hyunseo Kim, Hyunjin Cho, SeongKu Kang 외

Recent advancements in Large Language Models (LLMs) have demonstrated exceptional performance across a wide range of tasks, generating significant interest in their application to recommendation systems. However, existin…

PredictionRecommendation SystemsReranking

Controllable Recommenders using Deep Generative Models and Disentanglement

2021-10-11 · Samarth Bhargav, Evangelos Kanoulas

In this paper, we consider controllability as a means to satisfy dynamic preferences of users, enabling them to control recommendations such that their current preference is met. While deep models have shown improved per…

Collaborative FilteringDisentanglement

Towards Unified Multi-Modal Personalization: Large Vision-Language Models for Generative Recommendation and Beyond

2024-03-15 · Tianxin Wei, Bowen Jin, Ruirui Li, Hansi Zeng 외

Developing a universal model that can effectively harness heterogeneous resources and respond to a wide range of personalized needs has been a longstanding community aspiration. Our daily choices, especially in domains l…

Explanation GenerationImage Generation