Maximum In-Support Return Modeling for Dynamic Recommendation with Language Model Prior
Xiaocong Chen, Siyu Wang, Lina Yao
TL;DR
MDT4Rec addresses sub-optimal offline feedback and complex user-item interactions in sequential recommendations by integrating a large language model prior, an adaptive history-length mechanism, and efficient fine-tuning via LoRA. It shifts trajectory stitching to action inference, uses expectile regression to maximize in-support returns, and leverages MLP embeddings to enhance representation. The approach yields state-of-the-art results on five public datasets and in online simulation, with robust performance across different LLM backbones and ablations showing the value of each component. This work demonstrates a practical path for uniting LLM priors with offline reinforcement learning to deliver more accurate and efficient recommendations in dynamic settings.
Abstract
Reinforcement Learning-based recommender systems (RLRS) offer an effective way to handle sequential recommendation tasks but often face difficulties in real-world settings, where user feedback data can be sub-optimal or sparse. In this paper, we introduce MDT4Rec, an offline RLRS framework that builds on the Decision Transformer (DT) to address two major challenges: learning from sub-optimal histories and representing complex user-item interactions. First, MDT4Rec shifts the trajectory stitching procedure from the training phase to action inference, allowing the system to shorten its historical context when necessary and thereby ignore negative or unsuccessful past experiences. Second, MDT4Rec initializes DT with a pre-trained large language model (LLM) for knowledge transfer, replaces linear embedding layers with Multi-Layer Perceptrons (MLPs) for more flexible representations, and employs Low-Rank Adaptation (LoRA) to efficiently fine-tune only a small subset of parameters. We evaluate MDT4Rec on five public datasets and in an online simulation environment, demonstrating that it outperforms existing methods.
