paper-with-me

Papers

Intent term selection and refinement in e-commerce queries

2019-08-22 · Saurav Manchanda, Mohit Sharma, George Karypis

In e-commerce, a user tends to search for the desired product by issuing a query to the search engine and examining the retrieved results. If the search engine was successful in correctly understanding the user's query, it will return results that correspond to the products whose attributes match the terms in the query that are representative of the query's product intent. However, the search engine may fail to retrieve results that satisfy the query's product intent and thus degrading user experience due to different issues in query processing: (i) when multiple terms are present in a query it may fail to determine the relevant terms that are representative of the query's product intent, and (ii) it may suffer from vocabulary gap between the terms in the query and the product's description, i.e., terms used in the query are semantically similar but different from the terms in the product description. Hence, identifying the terms that describe the query's product intent and predicting additional terms that describe the query's product intent better than the existing query terms to the search engine is an essential task in e-commerce search. In this paper, we leverage the historical query reformulation logs of a major e-commerce retailer to develop distant-supervised approaches to solve both these problems. Our approaches exploit the fact that the significance of a term is dependent upon the context (other terms in the neighborhood) in which it is used in order to learn the importance of the term towards the query's product intent. We show that identifying and emphasizing the terms that define the query's product intent leads to a 3% improvement in ranking. Moreover, for the tasks of identifying the important terms in a query and for predicting the additional terms that represent product intent, experiments illustrate that our approaches outperform the non-contextual baselines.

📄 PDF Abstract BibTeX arXiv:1908.08564

Code (1)

gurdaspuriya/query_intent 공식 구현 pytorch

Similar Papers 제목 키워드 기반

AI Guided Accelerator For Search Experience

2025-07-25 · Jayanth Yetukuri, Mehran Elyasi, Samarth Agrawal, Aritra Mandal 외 arxiv

Effective query reformulation is pivotal in narrowing the gap between a user's exploratory search behavior and the identification of relevant products in e-commerce environments. While traditional approaches predominantl…

Collaborative Filtering

Multi-Modality Transformer for E-Commerce: Inferring User Purchase Intention to Bridge the Query-Product Gap

2025-01-21 · Srivatsa Mallapragada, Ying Xie, Varsha Rani Chawan, Zeyad Hailat 외

E-commerce click-stream data and product catalogs offer critical user behavior insights and product knowledge. This paper propose a multi-modal transformer termed as PINCER, that leverages the above data sources to trans…

Retrieval

Semantic Equivalence of e-Commerce Queries

2023-08-07 · Aritra Mandal, Daniel Tunkelang, Zhe Wu

Search query variation poses a challenge in e-commerce search, as equivalent search intents can be expressed through different queries with surface-level differences. This paper introduces a framework to recognize and le…

SentenceSentence Similarity

IntentTune: Using user demand and personalization to resolve "unknown" query intents for e-commerce search

2026-07-01 · Rachith Aiyappa, Ishita Khan, Chester Palen-Michel, Jayanth Yetukuri 외 arxiv

Understanding user intent is fundamental to delivering relevant search results in e-commerce. However, substantial fraction of real-world queries are under-specified (e.g., "watch" or "shirt"), lacking explicit attribute…

Intent Detection

PQR: A Framework to Generate Diverse and Realistic User Queries that Elicit QA Agent Failures

2026-05-15 · Yunan Lu, Luigi Liu, Omar Yahia, Arpit Sharma 외 arxiv

Evaluating LLM-based agents remains challenging because identifying meaningful failure cases often requires substantial human effort to design realistic test scenarios. Prior works primarily focus on automatically discov…