paper-with-me

홈 › Papers

JDRec: Practical Actor-Critic Framework for Online Combinatorial Recommender System

2022-07-27 · Xin Zhao, Zhiwei Fang, Yuchen Guo, Jie He, Wenlong Chen, Changping Peng

A combinatorial recommender (CR) system feeds a list of items to a user at a time in the result page, in which the user behavior is affected by both contextual information and items. The CR is formulated as a combinatorial optimization problem with the objective of maximizing the recommendation reward of the whole list. Despite its importance, it is still a challenge to build a practical CR system, due to the efficiency, dynamics, personalization requirement in online environment. In particular, we tear the problem into two sub-problems, list generation and list evaluation. Novel and practical model architectures are designed for these sub-problems aiming at jointly optimizing effectiveness and efficiency. In order to adapt to online case, a bootstrap algorithm forming an actor-critic reinforcement framework is given to explore better recommendation mode in long-term user interaction. Offline and online experiment results demonstrate the efficacy of proposed JDRec framework. JDRec has been applied in online JD recommendation, improving click through rate by 2.6% and synthetical value for the platform by 5.03%. We will publish the large-scale dataset used in this study to contribute to the research community.

📄 PDF Abstract BibTeX arXiv:2207.13311

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationRecommendation Systems

Similar Papers 제목 키워드 기반

Finite-time analysis of single-timescale actor-critic

2022-10-18 · NeurIPS 2023 11 · Xuyang Chen, Lin Zhao

Actor-critic methods have achieved significant success in many challenging applications. However, its finite-time convergence is still poorly understood in the most practical single-timescale form. Existing works on anal…

Value Improved Actor Critic Algorithms

2024-06-03 · Yaniv Oren, Moritz A. Zanger, Pascal R. van der Vaart, Matthijs T. J. Spaan 외

Many modern reinforcement learning algorithms build on the actor-critic (AC) framework: iterative improvement of a policy (the actor) using policy improvement operators and iterative approximation of the policy's value (…

MuJoCo

PAC-Bayesian Soft Actor-Critic Learning

2023-01-30 · Bahareh Tasdighi, Abdullah Akgül, Manuel Haussmann, Kenny Kazimirzak Brink 외

Actor-critic algorithms address the dual goals of reinforcement learning (RL), policy evaluation and improvement via two separate function approximators. The practicality of this approach comes at the expense of training…

Reinforcement Learning (RL)

Analysis of a Target-Based Actor-Critic Algorithm with Linear Function Approximation

2021-06-14 · Anas Barakat, Pascal Bianchi, Julien Lehmann

Actor-critic methods integrating target networks have exhibited a stupendous empirical success in deep reinforcement learning. However, a theoretical understanding of the use of target networks in actor-critic methods is…

Deep Reinforcement Learning

Off-Policy Actor-Critic

2012-05-22 · Thomas Degris, Martha White, Richard S. Sutton

This paper presents the first actor-critic algorithm for off-policy reinforcement learning. Our algorithm is online and incremental, and its per-time-step complexity scales linearly with the number of learned weights. Pr…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)