IRAILGJul 14, 2022

Everyone's Preference Changes Differently: Weighted Multi-Interest Retrieval Model

arXiv:2207.06652v415 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses a key limitation in multi-interest retrieval for recommendation systems, offering an incremental improvement over existing methods by better capturing personalized preference dynamics.

The paper tackles the problem of modeling user preferences over multiple interests in recommendation systems, proposing the Multi-Interest Preference (MIP) model that learns weights for each interest to improve candidate retrieval, resulting in enhanced recall on industrial-scale datasets.

User embeddings (vectorized representations of a user) are essential in recommendation systems. Numerous approaches have been proposed to construct a representation for the user in order to find similar items for retrieval tasks, and they have been proven effective in industrial recommendation systems as well. Recently people have discovered the power of using multiple embeddings to represent a user, with the hope that each embedding represents the user's interest in a certain topic. With multi-interest representation, it's important to model the user's preference over the different topics and how the preference change with time. However, existing approaches either fail to estimate the user's affinity to each interest or unreasonably assume every interest of every user fades with an equal rate with time, thus hurting the recall of candidate retrieval. In this paper, we propose the Multi-Interest Preference (MIP) model, an approach that not only produces multi-interest for users by using the user's sequential engagement more effectively but also automatically learns a set of weights to represent the preference over each embedding so that the candidates can be retrieved from each interest proportionally. Extensive experiments have been done on various industrial-scale datasets to demonstrate the effectiveness of our approach.

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