paper-with-me

홈 › Papers

GenRec: Large Language Model for Generative Recommendation

2023-07-02 · Jianchao Ji, Zelong Li, Shuyuan Xu, Wenyue Hua, Yingqiang Ge, Juntao Tan, Yongfeng Zhang

In recent years, large language models (LLM) have emerged as powerful tools for diverse natural language processing tasks. However, their potential for recommender systems under the generative recommendation paradigm remains relatively unexplored. This paper presents an innovative approach to recommendation systems using large language models (LLMs) based on text data. In this paper, we present a novel LLM for generative recommendation (GenRec) that utilized the expressive power of LLM to directly generate the target item to recommend, rather than calculating ranking score for each candidate item one by one as in traditional discriminative recommendation. GenRec uses LLM's understanding ability to interpret context, learn user preferences, and generate relevant recommendation. Our proposed approach leverages the vast knowledge encoded in large language models to accomplish recommendation tasks. We first we formulate specialized prompts to enhance the ability of LLM to comprehend recommendation tasks. Subsequently, we use these prompts to fine-tune the LLaMA backbone LLM on a dataset of user-item interactions, represented by textual data, to capture user preferences and item characteristics. Our research underscores the potential of LLM-based generative recommendation in revolutionizing the domain of recommendation systems and offers a foundational framework for future explorations in this field. We conduct extensive experiments on benchmark datasets, and the experiments shows that our GenRec has significant better results on large dataset.

📄 PDF Abstract BibTeX arXiv:2307.00457

Code (1)

rutgerswiselab/genrec 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelmodelRecommendation Systems

Similar Papers 제목 키워드 기반

GenRec: Generative Sequential Recommendation with Large Language Models

2024-07-30 · Panfeng Cao, Pietro Lio

Sequential recommendation is a task to capture hidden user preferences from historical user item interaction data and recommend next items for the user. Significant progress has been made in this domain by leveraging cla…

Sequential Recommendation

GenRecEdit: Adapting Model Editing for Generative Recommendation with Cold-Start Items

2026-03-15 · Chenglei Shen, Teng Shi, Weijie Yu, Xiao Zhang 외 arxiv

Generative recommendation (GR) has shown strong potential for sequential recommendation in an end-to-end generation paradigm. However, existing GR models suffer from severe cold-start collapse: their recommendation accur…

Sequential Recommendation

IDGenRec: LLM-RecSys Alignment with Textual ID Learning

2024-03-27 · Juntao Tan, Shuyuan Xu, Wenyue Hua, Yingqiang Ge 외

Generative recommendation based on Large Language Models (LLMs) have transformed the traditional ranking-based recommendation style into a text-to-text generation paradigm. However, in contrast to standard NLP tasks that…

Sequential RecommendationText Generation

EigenRec: Generalizing PureSVD for Effective and Efficient Top-N Recommendations

2015-11-19 · Athanasios N. Nikolakopoulos, Vassilis Kalantzis, Efstratios Gallopoulos, John D. Garofalakis

We introduce EigenRec; a versatile and efficient Latent-Factor framework for Top-N Recommendations that includes the well-known PureSVD algorithm as a special case. EigenRec builds a low dimensional model of an inter-ite…

GenRec: A Preference-Oriented Generative Framework for Large-Scale Recommendation

2026-04-16 · Yanyan Zou, Junbo Qi, Lunsong Huang, Yu Li 외 arxiv

Generative Retrieval (GR) offers a promising paradigm for recommendation through next-token prediction (NTP). However, scaling it to large-scale industrial systems introduces three challenges: (i) within a single request…

Reinforcement Learning