IRAIJan 23, 2025

Full-Stack Optimized Large Language Models for Lifelong Sequential Behavior Comprehension in Recommendation

arXiv:2501.13344v1h-index: 18Trans. Recomm. Syst.
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in using LLMs for recommendation tasks, offering incremental improvements to enhance sequential behavior understanding.

The paper tackles the problem of large language models struggling to comprehend long user behavior sequences in recommendation systems, proposing the ReLLaX framework with optimizations at data, prompt, and parameter levels, which achieves superior performance over baselines on three public datasets.

In this paper, we address the lifelong sequential behavior incomprehension problem in large language models (LLMs) for recommendation, where LLMs struggle to extract useful information from long user behavior sequences, even within their context limits. To tackle this, we propose ReLLaX (Retrieval-enhanced Large Language models Plus), a framework offering optimization across data, prompt, and parameter levels. At the data level, we introduce Semantic User Behavior Retrieval (SUBR) to reduce sequence heterogeneity, making it easier for LLMs to extract key information. For prompt-level enhancement, we employ Soft Prompt Augmentation (SPA) to inject collaborative knowledge, aligning item representations with recommendation tasks and improving LLMs's exploration of item relationships. Finally, at the parameter level, we propose Component Fully-interactive LoRA (CFLoRA), which enhances LoRA's expressiveness by enabling interactions between its components, allowing better capture of sequential information. Moreover, we present new perspectives to compare current LoRA-based LLM4Rec methods, i.e. from both a composite and a decomposed view. We theoretically demonstrate that the ways they employ LoRA for recommendation are degraded versions of our CFLoRA, with different constraints on atom component interactions. Extensive experiments on three public datasets demonstrate ReLLaX's superiority over existing baselines and its ability to mitigate lifelong sequential behavior incomprehension effectively.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes