paper-with-me

Papers

Towards Efficient and Effective Adaptation of Large Language Models for Sequential Recommendation

2023-10-02 · Bo Peng, Ben Burns, Ziqi Chen, Srinivasan Parthasarathy, Xia Ning

In recent years, with large language models (LLMs) achieving state-of-the-art performance in context understanding, increasing efforts have been dedicated to developing LLM-enhanced sequential recommendation (SR) methods. Considering that most existing LLMs are not specifically optimized for recommendation tasks, adapting them for SR becomes a critical step in LLM-enhanced SR methods. Though numerous adaptation methods have been developed, it still remains a significant challenge to adapt LLMs for SR both efficiently and effectively. To address this challenge, in this paper, we introduce a novel side sequential network adaptation method, denoted as SSNA, for LLM enhanced SR. SSNA features three key designs to allow both efficient and effective LLM adaptation. First, SSNA learns adapters separate from LLMs, while fixing all the pre-trained parameters within LLMs to allow efficient adaptation. In addition, SSNA adapts the top-a layers of LLMs jointly, and integrates adapters sequentially for enhanced effectiveness (i.e., recommendation performance). We compare SSNA against five state-of-the-art baseline methods on five benchmark datasets using three LLMs. The experimental results demonstrate that SSNA significantly outperforms all the baseline methods in terms of recommendation performance, and achieves substantial improvement over the best-performing baseline methods at both run-time and memory efficiency during training. Our analysis shows the effectiveness of integrating adapters in a sequential manner. Our parameter study demonstrates the effectiveness of jointly adapting the top-a layers of LLMs.

📄 PDF Abstract BibTeX arXiv:2310.01612

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

CRAMER: Control via Request-Aware Masking for Editing Recommenders

2026-08-26 · Zhiyuan Julian Su, Naihe Feng, Zhen Luther Qin, Ga Wu arxiv

Sequential recommendation models, while powerful, have limited flexibility in responding to immediate user requests, making it difficult to adapt their recommendations to the user's timely interests. Unfortunately, exist…

Sequential RecommendationPrompt Engineering

A Framework for Elastic Adaptation of User Multiple Intents in Sequential Recommendation

2025-04-30 · Zhikai Wang, Yanyan Shen

Recently, substantial research has been conducted on sequential recommendation, with the objective of forecasting the subsequent item by leveraging a user's historical sequence of interacted items. Prior studies employ b…

Incremental LearningSequential Recommendation

ULMRec: User-centric Large Language Model for Sequential Recommendation

2024-12-07 · Minglai Shao, Hua Huang, Qiyao Peng, Hongtao Liu

Recent advances in Large Language Models (LLMs) have demonstrated promising performance in sequential recommendation tasks, leveraging their superior language understanding capabilities. However, existing LLM-based recom…

Language ModelingLanguage ModellingLarge Language ModelQuantization+1

RecJPQ: Training Large-Catalogue Sequential Recommenders

2023-12-11 · Aleksandr V. Petrov, Craig Macdonald

Sequential Recommendation is a popular recommendation task that uses the order of user-item interaction to model evolving users' interests and sequential patterns in their behaviour. Current state-of-the-art Transformer-…

Passage RetrievalRecommendation SystemsRetrievalSequential Recommendation

Generative Sequential Recommendation with GPTRec

2023-06-19 · Aleksandr V. Petrov, Craig Macdonald

Sequential recommendation is an important recommendation task that aims to predict the next item in a sequence. Recently, adaptations of language models, particularly Transformer-based models such as SASRec and BERT4Rec,…

Sequential Recommendation