Probabilistic Masked Attention Networks for Explainable Sequential Recommendation
Huiyuan Chen, Kaixiong Zhou, Zhimeng Jiang, Chin-Chia Michael Yeh, Xiaoting Li, Menghai Pan, Yan Zheng, Xia Hu
Abstract
Transformer-based models are powerful for modeling temporal dynamics of user preference in sequential recommendation. Most of the variants adopt the Softmax transformation in the self-attention layers to generate dense attention probabilities. However, real-world item sequences are often noisy, containing a mixture of true-positive and false-positive interactions. Such dense attentions inevitably assign probability mass to noisy or irrelevant items, leading to sub-optimal performance and poor explainability. Here we propose a Probabilistic Masked Attention Network (PMAN) to identify the sparse pattern of attentions, which is more desirable for pruning noisy items in sequential recommendation. Specifically, we employ a probabilistic mask to achieve sparse attentions under a constrained optimization framework. As such, PMAN allows to select which information is critical to be retained or dropped in a data-driven fashion. Experimental studies on real-world benchmark datasets show that PMAN is able to improve the performance of Transformers significantly.
BibTeX
@inproceedings{ijcai2023p230,
title = {Probabilistic Masked Attention Networks for Explainable Sequential Recommendation},
author = {Chen, Huiyuan and Zhou, Kaixiong and Jiang, Zhimeng and Yeh, Chin-Chia Michael and Li, Xiaoting and Pan, Menghai and Zheng, Yan and Hu, Xia and Yang, Hao},
booktitle = {Proceedings of the Thirty-Second International Joint Conference on
Artificial Intelligence, {IJCAI-23}},
publisher = {International Joint Conferences on Artificial Intelligence Organization},
editor = {Edith Elkind},
pages = {2068--2076},
year = {2023},
month = {8},
note = {Main Track},
doi = {10.24963/ijcai.2023/230},
url = {https://doi.org/10.24963/ijcai.2023/230},
}