Customizing Language Models with Instance-wise LoRA for Sequential Recommendation
Xiaoyu Kong, Jiancan Wu, An Zhang, Leheng Sheng, Hui Lin, Xiang Wang,, Xiangnan He

TL;DR
This paper introduces Instance-wise LoRA (iLoRA), a novel method for sequential recommendation that dynamically customizes language model fine-tuning for individual user sequences, significantly improving accuracy with minimal additional parameters.
Contribution
The paper proposes iLoRA, integrating LoRA with MoE and a sequence-guided gating mechanism to better capture user behavior variability in sequential recommendation tasks.
Findings
iLoRA achieves 11.4% relative improvement in hit ratio over basic LoRA.
iLoRA requires less than 1% additional trainable parameters.
Extensive experiments validate the effectiveness of iLoRA across benchmark datasets.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Sentiment Analysis and Opinion Mining
