paper-with-me

Papers

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

2024-03-26 · Siyu Wang, Xiaocong Chen, Lina Yao

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.

📄 PDF Abstract BibTeX arXiv:2403.17634

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDecision MakingRecommendation SystemsSequential Decision Making

Methods 이 논문이 사용한 방법론

L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…
Adaptive Masking 설명 없음

Similar Papers 제목 키워드 기반

ST-RetNet: A Long-term Spatial-Temporal Traffic Flow Prediction Method

2024-07-13 · Baichao Long, Wang Zhu, Jianli Xiao

Traffic flow forecasting is considered a critical task in the field of intelligent transportation systems. In this paper, to address the issue of low accuracy in long-term forecasting of spatial-temporal big data on traf…

Neural Mask Generator: Learning to Generate Adaptive Word Maskings for Language Model Adaptation

2020-10-06 · EMNLP 2020 11 · Minki Kang, Moonsu Han, Sung Ju Hwang

We propose a method to automatically generate a domain- and task-adaptive maskings of the given text for self-supervised pre-training, such that we can effectively adapt the language model to a particular target task (e.…

Language ModelingLanguage ModellingQuestion Answeringreinforcement-learning+4

Improving Token-Based World Models with Parallel Observation Prediction

2024-02-08 · Lior Cohen, Kaixin Wang, Bingyi Kang, Shie Mannor

Motivated by the success of Transformers when applied to sequences of discrete symbols, token-based world models (TBWMs) were recently proposed as sample-efficient methods. In TBWMs, the world model consumes agent experi…

GPUPrediction

HeSRN: Representation Learning On Heterogeneous Graphs via Slot-Aware Retentive Network

2025-10-10 · Yifan Lu, Ziyun Zou, Belal Alsinglawi, Islam Al-Qudah 외 arxiv

Graph Transformers have recently achieved remarkable progress in graph representation learning by capturing long-range dependencies through self-attention. However, their quadratic computational complexity and inability …

Graph Representation LearningNode Classification

TransRAD: Retentive Vision Transformer for Enhanced Radar Object Detection

2025-01-29 · Lei Cheng, Siyang Cao

Despite significant advancements in environment perception capabilities for autonomous driving and intelligent robotics, cameras and LiDARs remain notoriously unreliable in low-light conditions and adverse weather, which…

Autonomous Drivingobject-detectionObject DetectionRadar Object Detection