paper-with-me

Papers

Customizing Language Models with Instance-wise LoRA for Sequential Recommendation

2024-08-19 · Xiaoyu Kong, Jiancan Wu, An Zhang, Leheng Sheng, Hui Lin, Xiang Wang, Xiangnan He

Sequential recommendation systems predict the next interaction item based on users' past interactions, aligning recommendations with individual preferences. Leveraging the strengths of Large Language Models (LLMs) in knowledge comprehension and reasoning, recent approaches are eager to apply LLMs to sequential recommendation. A common paradigm is converting user behavior sequences into instruction data, and fine-tuning the LLM with parameter-efficient fine-tuning (PEFT) methods like Low-Rank Adaption (LoRA). However, the uniform application of LoRA across diverse user behaviors is insufficient to capture individual variability, resulting in negative transfer between disparate sequences. To address these challenges, we propose Instance-wise LoRA (iLoRA). We innovatively treat the sequential recommendation task as a form of multi-task learning, integrating LoRA with the Mixture of Experts (MoE) framework. This approach encourages different experts to capture various aspects of user behavior. Additionally, we introduce a sequence representation guided gate function that generates customized expert participation weights for each user sequence, which allows dynamic parameter adjustment for instance-wise recommendations. In sequential recommendation, iLoRA achieves an average relative improvement of 11.4\% over basic LoRA in the hit ratio metric, with less than a 1\% relative increase in trainable parameters. Extensive experiments on three benchmark datasets demonstrate the effectiveness of iLoRA, highlighting its superior performance compared to existing methods in mitigating negative transfer and improving recommendation accuracy. Our data and code are available at https://github.com/AkaliKong/iLoRA.

📄 PDF Abstract BibTeX arXiv:2408.10159

Code (1)

akalikong/ilora 공식 구현 pytorch

Tasks

Mixture-of-ExpertsMulti-Task Learningparameter-efficient fine-tuningRecommendation SystemsSequential RecommendationText Generation

Similar Papers 제목 키워드 기반

Prompt Tuning Strikes Back: Customizing Foundation Models with Low-Rank Prompt Adaptation

2024-05-24 · Abhinav Jain, Swarat Chaudhuri, Thomas Reps, Chris Jermaine

Parameter-Efficient Fine-Tuning (PEFT) has become the standard for customising Foundation Models (FMs) to user-specific downstream tasks. However, typical PEFT methods require storing multiple task-specific adapters, cre…

Code GenerationNatural Language Understandingparameter-efficient fine-tuning

On Languaging a Simulation Engine

2024-02-26 · Han Liu, Liantang Li

Language model intelligence is revolutionizing the way we program materials simulations. However, the diversity of simulation scenarios renders it challenging to precisely transform human language into a tailored simulat…

DiversityLanguage ModelingLanguage Modelling

Large Language Model-Driven Cooperative Operator Ensemble Evolution for Permutation Flow Shop Scheduling

2026-06-13 · Rui Xu, Yufan Liao, Haoze Lv, Shengcai Liu 외 arxiv

The permutation flow shop scheduling problem (PFSP) is a classical NP-hard combinatorial optimization problem in intelligent manufacturing. In practice, PFSP is commonly addressed using metaheuristic algorithms, among wh…

ZKLoRA: Efficient Zero-Knowledge Proofs for LoRA Verification

2025-01-21 · Bidhan Roy, Peter Potash, Marcos Villagra

Low-Rank Adaptation (LoRA) is a widely adopted method for customizing large-scale language models. In distributed, untrusted training environments, an open source base model user may want to use LoRA weights created by a…

Break the ID-Language Barrier: An Adaption Framework for Sequential Recommendation

2024-11-27 · Xiaohan Yu, Li Zhang, Xin Zhao, Yue Wang

The recent breakthrough of large language models (LLMs) in natural language processing has sparked exploration in recommendation systems, however, their limited domain-specific knowledge remains a critical bottleneck. Sp…

Recommendation SystemsSequential Recommendation