Large-Scale Interactive Recommendation with Tree-Structured Policy Gradient
Abstract
Reinforcement learning (RL) has recently been introduced to interactive recommender systems (IRS) because of its nature of learning from dynamic interactions and planning for long-run performance. As IRS is always with thousands of items to recommend (i.e., thousands of actions), most existing RL-based methods, however, fail to handle such a large discrete action space problem and thus become inefficient. The existing work that tries to deal with the large discrete action space problem by utilizing the deep deterministic policy gradient framework suffers from the inconsistency between the continuous action representation (the output of the actor network) and the real discrete action. To avoid such inconsistency and achieve high efficiency and recommendation effectiveness, in this paper, we propose a Tree-structured Policy Gradient Recommendation (TPGR) framework, where a balanced hierarchical clustering tree is built over the items and picking an item is formulated as seeking a path from the root to a certain leaf of the tree. Extensive experiments on carefully-designed environments based on two real-world datasets demonstrate that our model provides superior recommendation performance and significant efficiency improvement over state-of-the-art methods.
Cite
Text
Chen et al. "Large-Scale Interactive Recommendation with Tree-Structured Policy Gradient." AAAI Conference on Artificial Intelligence, 2019. doi:10.1609/AAAI.V33I01.33013312Markdown
[Chen et al. "Large-Scale Interactive Recommendation with Tree-Structured Policy Gradient." AAAI Conference on Artificial Intelligence, 2019.](https://mlanthology.org/aaai/2019/chen2019aaai-large/) doi:10.1609/AAAI.V33I01.33013312BibTeX
@inproceedings{chen2019aaai-large,
title = {{Large-Scale Interactive Recommendation with Tree-Structured Policy Gradient}},
author = {Chen, Haokun and Dai, Xinyi and Cai, Han and Zhang, Weinan and Wang, Xuejian and Tang, Ruiming and Zhang, Yuzhou and Yu, Yong},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2019},
pages = {3312-3320},
doi = {10.1609/AAAI.V33I01.33013312},
url = {https://mlanthology.org/aaai/2019/chen2019aaai-large/}
}