An Efficient LLM-based Evolutional Recommendation with Locate-Forget-Update Paradigm
Hao Liu, Le Wu, Min Hou, Han Wu, Kun Zhang, Xin Li, Si Wei
TL;DR
Evolving user preferences in LLM-based recommender systems is challenged by costly full-model retraining and forgetting for inactive users when using fine-tuning. EvoRec introduces a Locate-Forget-Update paradigm that (a) localizes the most sensitive parameters responsible for preference drift, (b) uses a lightweight filtering model to discard outdated interactions, and (c) updates only the identified parameters with filtered data, achieving strong adaptation for active users while preserving inactive users’ preferences. The framework updates a small subset of parameters (about 30% of typical LoRA updates) and demonstrates superior efficiency and performance on two real-world datasets (Amazon Beauty and Toys) across multiple baselines and backbones. Its key contributions include precise parameter localization, effective data filtering, and an objective that balances alignment with new preferences and consistency for inactive users, enabling scalable, continual adaptation in dynamic recommendation settings. The results suggest EvoRec offers a practical, resource-efficient path for continuous evolution of LLM-based recommender systems in real-world deployment.
Abstract
Nowadays, Large Language Models (LLMs) have shown exceptional performance in sequential recommendations, and the adoption of LLM-based recommender systems (LLMRec) is becoming increasingly widespread in existing e-commerce platforms. Despite the impressive performance, the constant high volume of new user-item interactions makes it difficult to adapt to the evolution of user preference over time, especially for LLM-based recommender systems. The challenge arises from the large number of parameters in LLMs, which makes traditional evolution methods (i.e., Re-training or Fine-tuning) impractical. Specifically, Re-training with all interactions results in prohibitively high computational costs. On the other hand, fine-tuning with only new interactions leads to preference forgetting among inactive users, ultimately compromising overall performance. To tackle this problem, we propose EvoRec, an efficient Locate-Forget-Update framework designed for LLM-based recommender systems to model the evolution of user preferences. EvoRec identifies a small set of parameters associated with preference changes and updates them precisely, thereby saving computational resources while maintaining strong recommendation performance. Notably, the modified parameters account for only 30\% of LoRA adapter parameters, with no additional parameters introduced. Extensive experiments on two real-world datasets demonstrate that, compared to existing methods, EvoRec not only efficiently evolves LLMRec to adapt to the preferences of active users, but also preserves the interests of inactive users from being disturbed during evolution.
