IRLGMar 26, 2024

Retentive Decision Transformer with Adaptive Masking for Reinforcement Learning based Recommendation Systems

arXiv:2403.17634v110 citationsh-index: 7ACM Trans Intell Syst Technol
Originality Incremental advance
AI Analysis

This work addresses efficiency and adaptability challenges in offline RL-based recommender systems, offering incremental improvements over existing transformer-based methods.

The paper tackles computational inefficiency and fixed-length trajectory limitations in offline reinforcement learning-based recommender systems by introducing adaptive masking and a multi-scale retention mechanism, achieving improved computational efficiency and performance across varying sequence lengths.

Reinforcement Learning-based Recommender Systems (RLRS) have shown promise across a spectrum of applications, from e-commerce platforms to streaming services. Yet, they grapple with challenges, notably in crafting reward functions and harnessing large pre-existing datasets within the RL framework. Recent advancements in offline RLRS provide a solution for how to address these two challenges. However, existing methods mainly rely on the transformer architecture, which, as sequence lengths increase, can introduce challenges associated with computational resources and training costs. Additionally, the prevalent methods employ fixed-length input trajectories, restricting their capacity to capture evolving user preferences. In this study, we introduce a new offline RLRS method to deal with the above problems. We reinterpret the RLRS challenge by modeling sequential decision-making as an inference task, leveraging adaptive masking configurations. This adaptive approach selectively masks input tokens, transforming the recommendation task into an inference challenge based on varying token subsets, thereby enhancing the agent's ability to infer across diverse trajectory lengths. Furthermore, we incorporate a multi-scale segmented retention mechanism that facilitates efficient modeling of long sequences, significantly enhancing computational efficiency. Our experimental analysis, conducted on both online simulator and offline datasets, clearly demonstrates the advantages of our proposed method.

Foundations

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

Your Notes