Prompt-based Multi-interest Learning Method for Sequential Recommendation
Xue Dong, Xuemeng Song, Tongliang Liu, Weili Guan
TL;DR
PoMRec tackles the challenge of modeling multi‑faceted user interests in sequential recommendation by injecting learnable prompts into user interaction inputs to tailor the extractor and aggregator objectives. It introduces a centrality‑dispersion based multi‑interest extractor that combines mean‑centered semantics with dispersion information, and an attention‑based aggregator that yields per‑interest weights for final fusion. Empirical results on three public datasets show PoMRec consistently outperforms existing multi‑interest methods with fewer parameters, and ablations confirm the mutually beneficial roles of prompts and dispersion modeling. The approach offers a practical, adaptable framework for more accurate next‑item prediction and suggests promising directions for multimodal extensions.
Abstract
Multi-interest learning method for sequential recommendation aims to predict the next item according to user multi-faceted interests given the user historical interactions. Existing methods mainly consist of a multi-interest extractor that embeds the multiple user interests based on the user interactions, and a multi-interest aggregator that aggregates the learned multi-interest embeddings to derive the final user embedding, used for predicting the user rating to an item. Despite their effectiveness, existing methods have two key limitations: 1) they directly feed the user interactions into the multi-interest extractor and aggregator, while ignoring their different learning objectives, and 2) they merely consider the centrality of the user interactions to embed multiple interests of the user, while overlooking their dispersion. To tackle these limitations, we propose a prompt-based multi-interest learning method (PoMRec), where specific prompts are inserted into user interactions, making them adaptive to the extractor and aggregator. Moreover, we utilize both the mean and variance embeddings of user interactions to embed the user multiple interests for the comprehensively user interest learning. We conduct extensive experiments on three public datasets, and the results verify that our proposed PoMRec outperforms the state-of-the-art multi-interest learning methods.
