Multi-Order Attentive Ranking Model for Sequential Recommendation

Abstract

In modern e-commerce, the temporal order behind users’ transactions implies the importance of exploiting the transition dependency among items for better inferring what a user prefers to interact in “near future”. The types of interaction among items are usually divided into individual-level interaction that can stand out the transition order between a pair of items, or union-level relation between a set of items and single one. However, most of existing work only captures one of them from a single view, especially on modeling the individual-level interaction. In this paper, we propose a Multi-order Attentive Ranking Model (MARank) to unify both individual- and union-level item interaction into preference inference model from multiple views. The idea is to represent user’s short-term preference by embedding user himself and a set of present items into multi-order features from intermedia hidden status of a deep neural network. With the help of attention mechanism, we can obtain a unified embedding to keep the individual-level interactions with a linear combination of mapped items’ features. Then, we feed the aggregated embedding to a designed residual neural network to capture union-level interaction. Thorough experiments are conducted to show the features of MARank under various component settings. Furthermore experimental results on several public datasets show that MARank significantly outperforms the state-of-the-art baselines on different evaluation metrics. The source code can be found at https://github.com/voladorlu/MARank.

Cite

Text

Yu et al. "Multi-Order Attentive Ranking Model for Sequential Recommendation." AAAI Conference on Artificial Intelligence, 2019. doi:10.1609/AAAI.V33I01.33015709

Markdown

[Yu et al. "Multi-Order Attentive Ranking Model for Sequential Recommendation." AAAI Conference on Artificial Intelligence, 2019.](https://mlanthology.org/aaai/2019/yu2019aaai-multi/) doi:10.1609/AAAI.V33I01.33015709

BibTeX

@inproceedings{yu2019aaai-multi,
  title     = {{Multi-Order Attentive Ranking Model for Sequential Recommendation}},
  author    = {Yu, Lu and Zhang, Chuxu and Liang, Shangsong and Zhang, Xiangliang},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {5709-5716},
  doi       = {10.1609/AAAI.V33I01.33015709},
  url       = {https://mlanthology.org/aaai/2019/yu2019aaai-multi/}
}