paper-with-me

Papers

JointMap: Joint Query Intent Understanding For Modeling Intent Hierarchies in E-commerce Search

2020-05-28 · Ali Ahmadvand, Surya Kallumadi, Faizan Javed, Eugene Agichtein

An accurate understanding of a user's query intent can help improve the performance of downstream tasks such as query scoping and ranking. In the e-commerce domain, recent work in query understanding focuses on the query to product-category mapping. But, a small yet significant percentage of queries (in our website 1.5% or 33M queries in 2019) have non-commercial intent associated with them. These intents are usually associated with non-commercial information seeking needs such as discounts, store hours, installation guides, etc. In this paper, we introduce Joint Query Intent Understanding (JointMap), a deep learning model to simultaneously learn two different high-level user intent tasks: 1) identifying a query's commercial vs. non-commercial intent, and 2) associating a set of relevant product categories in taxonomy to a product query. JointMap model works by leveraging the transfer bias that exists between these two related tasks through a joint-learning process. As curating a labeled data set for these tasks can be expensive and time-consuming, we propose a distant supervision approach in conjunction with an active learning model to generate high-quality training data sets. To demonstrate the effectiveness of JointMap, we use search queries collected from a large commercial website. Our results show that JointMap significantly improves both "commercial vs. non-commercial" intent prediction and product category mapping by 2.3% and 10% on average over state-of-the-art deep learning methods. Our findings suggest a promising direction to model the intent hierarchies in an e-commerce search engine.

📄 PDF Abstract BibTeX arXiv:2005.13783

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Deep Search Query Intent Understanding

2020-08-15 · Xiao-Wei Liu, Weiwei Guo, Huiji Gao, Bo Long

Understanding a user's query intent behind a search is critical for modern search engine success. Accurate query intent prediction allows the search engine to better serve the user's need by rendering results from more r…

QUIDS: Query Intent Generation via Dual Space Modeling

2024-10-16 · Yumeng Wang, Xiuying Chen, Suzan Verberne

Query understanding is a crucial component of Information Retrieval (IR), aimed at identifying the underlying search intent of textual queries. However, most existing approaches oversimplify this task into query classifi…

Information RetrievalRetrieval

Disentangling Questions from Query Generation for Task-Adaptive Retrieval

2024-09-25 · Yoonsang Lee, Minsoo Kim, Seung-won Hwang

This paper studies the problem of information retrieval, to adapt to unseen tasks. Existing work generates synthetic queries from domain-specific documents to jointly train the retriever. However, the conventional query …

Few-Shot LearningInformation RetrievalRetrieval

Joint Online Spoken Language Understanding and Language Modeling with Recurrent Neural Networks

2016-09-06 · WS 2016 9 · Bing Liu, Ian Lane

Speaker intent detection and semantic slot filling are two critical tasks in spoken language understanding (SLU) for dialogue systems. In this paper, we describe a recurrent neural network (RNN) model that jointly perfor…

BenchmarkingIntent DetectionLanguage ModelingLanguage Modelling+3

Unified Dual-Intent Translation for Joint Modeling of Search and Recommendation

2024-07-01 · Yuting Zhang, Yiqing Wu, Ruidong Han, Ying Sun 외

Recommendation systems, which assist users in discovering their preferred items among numerous options, have served billions of users across various online platforms. Intuitively, users' interactions with items are highl…

Recommendation SystemsTriplet