Lookup or Exploratory: What is Your Search Intent?
Manoj K. Agarwal, Tezan Sahu

TL;DR
This paper presents a novel, real-time method to classify search queries as Exploratory or Lookup, improving search relevance without relying on session data or query length, using heuristic and deep learning techniques.
Contribution
It introduces a heuristic-based classification method and a transformer-based neural network with a semi-greedy training approach for query intent detection.
Findings
High accuracy classification at scale
Real-time response under one millisecond
Effective without session or query length data
Abstract
Search query specificity is broadly divided into two categories - Exploratory or Lookup. If a query specificity can be identified at the run time, it can be used to significantly improve the search results as well as quality of suggestions to alter the query. However, with millions of queries coming every day on a commercial search engine, it is non-trivial to develop a horizontal technique to determine query specificity at run time. Existing techniques suffer either from lack of enough training data or are dependent on information such as query length or session information. In this paper, we show that such methodologies are inadequate or at times misleading. We propose a novel methodology, to overcome these limitations. First, we demonstrate a heuristic-based method to identify Exploratory or Lookup intent queries at scale, classifying millions of queries into the two classes with a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Web Data Mining and Analysis · Information Retrieval and Search Behavior
MethodsTriplet Loss · Gated Recurrent Unit
