IRJun 7, 2021

Exploring Periodicity and Interactivity in Multi-Interest Framework for Sequential Recommendation

arXiv:2106.04415v163 citations
AI Analysis

This addresses the problem of information overload in recommendation systems for users, but it is incremental as it builds on existing multi-interest frameworks.

The paper tackled the problem of sequential recommendation systems insufficiently reflecting users' multiple interests by proposing PIMI, a method that models multi-interest representation using periodicity and interactivity, and it outperformed state-of-the-art methods on Amazon and Taobao datasets.

Sequential recommendation systems alleviate the problem of information overload, and have attracted increasing attention in the literature. Most prior works usually obtain an overall representation based on the user's behavior sequence, which can not sufficiently reflect the multiple interests of the user. To this end, we propose a novel method called PIMI to mitigate this issue. PIMI can model the user's multi-interest representation effectively by considering both the periodicity and interactivity in the item sequence. Specifically, we design a periodicity-aware module to utilize the time interval information between user's behaviors. Meanwhile, an ingenious graph is proposed to enhance the interactivity between items in user's behavior sequence, which can capture both global and local item features. Finally, a multi-interest extraction module is applied to describe user's multiple interests based on the obtained item representation. Extensive experiments on two real-world datasets Amazon and Taobao show that PIMI outperforms state-of-the-art methods consistently.

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