Attentive Long Short-Term Preference Modeling for Personalized Product Search

Yangyang Guo,Zhiyong Cheng,Liqiang Nie,Yinglong Wang,Jun Ma,Mohan Kankanhalli
DOI: https://doi.org/10.48550/arXiv.1811.10155
2018-11-26
Abstract:E-commerce users may expect different products even for the same query, due to their diverse personal preferences. It is well-known that there are two types of preferences: long-term ones and short-term ones. The former refers to user' inherent purchasing bias and evolves slowly. By contrast, the latter reflects users' purchasing inclination in a relatively short period. They both affect users' current purchasing intentions. However, few research efforts have been dedicated to jointly model them for the personalized product search. To this end, we propose a novel Attentive Long Short-Term Preference model, dubbed as ALSTP, for personalized product search. Our model adopts the neural networks approach to learn and integrate the long- and short-term user preferences with the current query for the personalized product search. In particular, two attention networks are designed to distinguish which factors in the short-term as well as long-term user preferences are more relevant to the current query. This unique design enables our model to capture users' current search intentions more accurately. Our work is the first to apply attention mechanisms to integrate both long- and short-term user preferences with the given query for the personalized search. Extensive experiments over four Amazon product datasets show that our model significantly outperforms several state-of-the-art product search methods in terms of different evaluation metrics.
Information Retrieval
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to more accurately capture the user's current search intention in e - commerce personalized product search, especially by combining the user's long - term and short - term preferences to improve the relevance of search results. Specifically, the paper points out that due to differences in users' personal backgrounds (such as age, gender, income, etc.) and the influence of the current context (such as season, location, etc.), even for the same query, the expected results of different users may be very different. Therefore, the traditional method based solely on keyword matching often fails to meet users' personalized needs, resulting in unsatisfactory search results. To solve this problem, the paper proposes a novel Attentive Long Short - Term Preference model (ALSTP), aiming to learn and integrate the user's long - term and short - term preferences through neural network methods and combine them with the current query to achieve more personalized product search. The model in the paper designs two attention networks, which are respectively used to distinguish which factors in the short - term and long - term preferences are more relevant to the current query, so as to more accurately capture the user's current search intention. The main contributions of the paper include: 1. Proposing a neural - network - based personalized product search model that can simultaneously integrate the user's long - term and short - term preferences as well as the user's current query. 2. Applying the attention mechanism to long - term and short - term preferences for the first time to weight the importance of different factors. 3. Conducting extensive comparative experiments on four Amazon product datasets, verifying the effectiveness of the proposed model, and making the code and data public to promote future research.