IRAug 3, 2020

Attribute-aware Diversification for Sequential Recommendations

arXiv:2008.00783v15 citations
Originality Incremental advance
AI Analysis

This addresses the need for diverse recommendations for users in sequential recommendation systems, but it is incremental as it builds on existing methods by incorporating attribute information.

The paper tackles the problem of homogeneous recommendations in sequential recommenders by introducing an Attribute-aware Diversifying Sequential Recommender (ADSR) that balances accuracy and diversity, and experiments on two benchmark datasets show it effectively provides diverse recommendations while maintaining accuracy.

Users prefer diverse recommendations over homogeneous ones. However, most previous work on Sequential Recommenders does not consider diversity, and strives for maximum accuracy, resulting in homogeneous recommendations. In this paper, we consider both accuracy and diversity by presenting an Attribute-aware Diversifying Sequential Recommender (ADSR). Specifically, ADSR utilizes available attribute information when modeling a user's sequential behavior to simultaneously learn the user's most likely item to interact with, and their preference of attributes. Then, ADSR diversifies the recommended items based on the predicted preference for certain attributes. Experiments on two benchmark datasets demonstrate that ADSR can effectively provide diverse recommendations while maintaining accuracy.

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