Personalized Query Auto-Completion Through a Lightweight Representation of the User Context

Query Auto-Completion (QAC) is a widely used feature in many domains, including web and eCommerce search, suggesting full queries based on a prefix typed by the user. QAC has been extensively studied in the literature in the recent years, and it has been consistently shown that adding personalization features can significantly improve the performance of QAC. In this work we propose a novel method for personalized QAC that uses lightweight embeddings learnt through fastText. We construct an embedding for the user context queries, which are the last few queries issued by the user. We also use the same model to get the embedding for the candidate queries to be ranked. We introduce ranking features that compute the distance between the candidate queries and the context queries in the embedding space. These features are then combined with other commonly used QAC ranking features to learn a ranking model. We apply our method to a large eCommerce search engine (eBay) and show that the ranker with our proposed feature significantly outperforms the baselines on all of the offline metrics measured, which includes Mean Reciprocal Rank (MRR), Success Rate (SR), Mean Average Precision (MAP), and Normalized Discounted Cumulative Gain (NDCG). Our baselines include the Most Popular Completion (MPC) model as well as a ranking model without our proposed features. The ranking model with the proposed features results in a 20-30% improvement over the MPC model on all metrics. We obtain up to a 5% improvement over the baseline ranking model for all the sessions, which goes up to about 10% when we restrict to sessions that contain the user context. Moreover, our proposed features also significantly outperform text based personalization features studied in the literature before, and adding text based features on top of our proposed embedding based features results only in minor improvements.

READ FULL TEXT
research
04/25/2018

Personalized Language Model for Query Auto-Completion

Query auto-completion is a search engine feature whereby the system sugg...
research
08/11/2021

Deep Pairwise Learning To Rank For Search Autocomplete

Autocomplete (a.k.a "Query Auto-Completion", "AC") suggests full queries...
research
12/09/2019

Query Auto Completion for Math Formula Search

Query Auto Completion (QAC) is among the most appealing features of a we...
research
04/30/2019

Personalized Ranking in eCommerce Search

We address the problem of personalization in the context of eCommerce se...
research
06/17/2020

Learning Colour Representations of Search Queries

Image search engines rely on appropriately designed ranking features tha...
research
07/28/2023

Trie-NLG: Trie Context Augmentation to Improve Personalized Query Auto-Completion for Short and Unseen Prefixes

Query auto-completion (QAC) aims at suggesting plausible completions for...
research
11/21/2019

Separate and Attend in Personal Email Search

In personal email search, user queries often impose different requiremen...

Please sign up or login with your details

Forgot password? Click here to reset