IRAug 27, 2019

Improving End-to-End Sequential Recommendations with Intent-aware Diversification

arXiv:1908.10171v174 citations
AI Analysis

This work addresses the lack of diversity in sequential recommendations for users, which is an incremental improvement over existing methods that focus primarily on accuracy.

The paper tackles the problem of low diversity in sequential recommendations by proposing an end-to-end neural model that incorporates implicit intent mining and a diversity-promoting loss, achieving significant improvements in diversity with comparable or superior accuracy on benchmark datasets.

Sequential Recommendation (SRs) that capture users' dynamic intents by modeling user sequential behaviors can recommend closely accurate products to users. Previous work on SRs is mostly focused on optimizing the recommendation accuracy, often ignoring the recommendation diversity, even though it is an important criterion for evaluating the recommendation performance. Most existing methods for improving the diversity of recommendations are not ideally applicable for SRs because they assume that user intents are static and rely on post-processing the list of recommendations to promote diversity. We consider both recommendation accuracy and diversity for SRs by proposing an end-to-end neural model, called Intent-aware Diversified Sequential Recommendation (IDSR). Specifically, we introduce an Implicit Intent Mining module (IIM) into SRs to capture different user intents reflected in user behavior sequences. Then, we design an Intent-aware Diversity Promoting (IDP) loss to supervise the learning of the IIM module and force the model to take recommendation diversity into consideration during training. Extensive experiments on two benchmark datasets show that IDSR significantly outperforms state-of-the-art methods in terms of recommendation diversity while yielding comparable or superior recommendation 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