SlateFree: a Model-Free Decomposition for Reinforcement Learning with Slate Actions
Anastasios Giovanidis

TL;DR
SlateFree introduces a model-free reinforcement learning method for sequential slate recommendation problems, efficiently decomposing the large action space into item-specific Q-functions, leading to fast convergence and improved performance.
Contribution
The paper presents a novel decomposition of slate-MDPs into item-level Q-functions and a new model-free SARSA/Q-learning algorithm that efficiently handles large slate action spaces.
Findings
Fast convergence to optimal policies
Outperforms existing methods in experiments
Effective in arbitrary user preference profiles
Abstract
We consider the problem of sequential recommendations, where at each step an agent proposes some slate of distinct items to a user from a much larger catalog of size . The user has unknown preferences towards the recommendations and the agent takes sequential actions that optimise (in our case minimise) some user-related cost, with the help of Reinforcement Learning. The possible item combinations for a slate is , an enormous number rendering value iteration methods intractable. We prove that the slate-MDP can actually be decomposed using just item-related functions per state, which describe the problem in a more compact and efficient way. Based on this, we propose a novel model-free SARSA and Q-learning algorithm that performs parallel iterations per step, without any prior user knowledge. We call this method \texttt{SlateFree}, i.e. free-of-slates,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Reinforcement Learning in Robotics · Auction Theory and Applications
MethodsSarsa · Q-Learning
