DMRAN: A Hierarchical Fine-Grained Attention-Based Network for Recommendation

Abstract

The conventional methods for the next-item recommendation are generally based on RNN or one- dimensional attention with time encoding. They are either hard to preserve the long-term dependencies between different interactions, or hard to capture fine-grained user preferences. In this paper, we propose a Double Most Relevant Attention Network (DMRAN) that contains two layers, i.e., Item level Attention and Feature Level Self- attention, which are to pick out the most relevant items from the sequence of user’s historical behaviors, and extract the most relevant aspects of relevant items, respectively. Then, we can capture the fine-grained user preferences to better support the next-item recommendation. Extensive experiments on two real-world datasets illustrate that DMRAN can improve the efficiency and effectiveness of the recommendation compared with the state-of-the-art methods.

Cite

Text

Wang et al. "DMRAN: A Hierarchical Fine-Grained Attention-Based Network for Recommendation." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/513

Markdown

[Wang et al. "DMRAN: A Hierarchical Fine-Grained Attention-Based Network for Recommendation." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/wang2019ijcai-dmran/) doi:10.24963/IJCAI.2019/513

BibTeX

@inproceedings{wang2019ijcai-dmran,
  title     = {{DMRAN: A Hierarchical Fine-Grained Attention-Based Network for Recommendation}},
  author    = {Wang, Huizhao and Liu, Guanfeng and Liu, An and Li, Zhixu and Zheng, Kai},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {3698-3704},
  doi       = {10.24963/IJCAI.2019/513},
  url       = {https://mlanthology.org/ijcai/2019/wang2019ijcai-dmran/}
}