IRJun 13, 2021

Deep Reinforcement Learning based Group Recommender System

arXiv:2106.06900v11 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for group recommender systems in web applications.

The authors tackled group recommendation by proposing a deep reinforcement learning model (DRGR) and testing it on a random subset of MovieLens data, finding it outperformed one baseline but underperformed another due to architectural differences.

Group recommender systems are widely used in current web applications. In this paper, we propose a novel group recommender system based on the deep reinforcement learning. We introduce the MovieLens data at first and generate one random group dataset, MovieLens-Rand, from it. This randomly generated dataset is described and analyzed. We also present experimental settings and two state-of-art baselines, AGREE and GroupIM. The framework of our novel model, the Deep Reinforcement learning based Group Recommender system (DRGR), is proposed. Actor-critic networks are implemented with the deep deterministic policy gradient algorithm. The DRGR model is applied on the MovieLens-Rand dataset with two baselines. Compared with baselines, we conclude that DRGR performs better than GroupIM due to long interaction histories but worse than AGREE because of the self-attention mechanism. We express advantages and shortcomings of DRGR and also give future improvement directions at the end.

Code Implementations1 repo
Foundations

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

Your Notes