paper-with-me

Papers

Causal Decision Transformer for Recommender Systems via Offline Reinforcement Learning

2023-04-17 · Siyu Wang, Xiaocong Chen, Dietmar Jannach, Lina Yao

Reinforcement learning-based recommender systems have recently gained popularity. However, the design of the reward function, on which the agent relies to optimize its recommendation policy, is often not straightforward. Exploring the causality underlying users' behavior can take the place of the reward function in guiding the agent to capture the dynamic interests of users. Moreover, due to the typical limitations of simulation environments (e.g., data inefficiency), most of the work cannot be broadly applied in large-scale situations. Although some works attempt to convert the offline dataset into a simulator, data inefficiency makes the learning process even slower. Because of the nature of reinforcement learning (i.e., learning by interaction), it cannot collect enough data to train during a single interaction. Furthermore, traditional reinforcement learning algorithms do not have a solid capability like supervised learning methods to learn from offline datasets directly. In this paper, we propose a new model named the causal decision transformer for recommender systems (CDT4Rec). CDT4Rec is an offline reinforcement learning system that can learn from a dataset rather than from online interaction. Moreover, CDT4Rec employs the transformer architecture, which is capable of processing large offline datasets and capturing both short-term and long-term dependencies within the data to estimate the causal relationship between action, state, and reward. To demonstrate the feasibility and superiority of our model, we have conducted experiments on six real-world offline datasets and one online simulator.

📄 PDF Abstract BibTeX arXiv:2304.07920

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systemsreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Policy-Guided Causal State Representation for Offline Reinforcement Learning Recommendation

2025-02-04 · Siyu Wang, Xiaocong Chen, Lina Yao

In offline reinforcement learning-based recommender systems (RLRS), learning effective state representations is crucial for capturing user preferences that directly impact long-term rewards. However, raw state representa…

feature selectionOffline RLRecommendation Systemsreinforcement-learning+2

Counterfactual Inference under Thompson Sampling

2025-04-03 · Olivier Jeunen

Recommender systems exemplify sequential decision-making under uncertainty, strategically deciding what content to serve to users, to optimise a range of potential objectives. To balance the explore-exploit trade-off suc…

Causal InferencecounterfactualCounterfactual InferenceDecision Making+4

Maximum-Entropy Regularized Decision Transformer with Reward Relabelling for Dynamic Recommendation

2024-06-02 · Xiaocong Chen, Siyu Wang, Lina Yao

Reinforcement learning-based recommender systems have recently gained popularity. However, due to the typical limitations of simulation environments (e.g., data inefficiency), most of the work cannot be broadly applied i…

Recommendation Systemsreinforcement-learningReinforcement Learning

CIRS: Bursting Filter Bubbles by Counterfactual Interactive Recommender System

2022-04-04 · Chongming Gao, Shiqi Wang, Shijun Li, Jiawei Chen 외

While personalization increases the utility of recommender systems, it also brings the issue of filter bubbles. E.g., if the system keeps exposing and recommending the items that the user is interested in, it may also ma…

Causal InferencecounterfactualInteractive RecommendationOffline RL+1

Graph Decision Transformer

2023-03-07 · Shengchao Hu, Li Shen, Ya zhang, DaCheng Tao

Offline reinforcement learning (RL) is a challenging task, whose objective is to learn policies from static trajectory data without interacting with the environment. Recently, offline RL has been viewed as a sequence mod…

Offline RLOpenAI GymReinforcement Learning (RL)