paper-with-me

홈 › Papers

End-to-End Neural Ranking for eCommerce Product Search: an application of task models and textual embeddings

2018-06-19 · Brenner Eliot, Zhao Jun, Kutiyanawala Aliasgar, Yan Zheng

We consider the problem of retrieving and ranking items in an eCommerce catalog, often called SKUs, in order of relevance to a user-issued query. The input data for the ranking are the texts of the queries and textual fields of the SKUs indexed in the catalog. We review the ways in which this problem both resembles and differs from the problems of IR in the context of web search. The differences between the product-search problem and the IR problem of web search necessitate a different approach in terms of both models and datasets. We first review the recent state-of-the-art models for web search IR, distinguishing between two distinct types of model which we call the distributed type and the local-interaction type. The different types of relevance models developed for IR have complementary advantages and disadvantages when applied to eCommerce product search. Further, we explain why the conventional methods for dataset construction employed in the IR literature fail to produce data which suffices for training or evaluation of models for eCommerce product search. We explain how our own approach, applying task modeling techniques to the click-through logs of an eCommerce site, enables the construction of a large-scale dataset for training and robust benchmarking of relevance models. Our experiments consist of applying several of the models from the IR literature to our own dataset. Empirically, we have established that, when applied to our dataset, certain models of local-interaction type reduce ranking errors by one-third compared to the baseline tf-idf. Applied to our dataset, the distributed models fail to outperform the baseline. As a basis for a deployed system, the distributed models have several advantages, computationally, over the local-interaction models. This motivates an ongoing program of work, which we outline at the conclusion of the paper.

📄 PDF Abstract BibTeX arXiv:1806.07296

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

Long or Short or Both? An Exploration on Lookback Time Windows of Behavioral Features in Product Search Ranking

2024-09-26 · Qi Liu, Atul Singh, Jingbo Liu, Cun Mu 외

Customer shopping behavioral features are core to product search ranking models in eCommerce. In this paper, we investigate the effect of lookback time windows when aggregating these features at the (query, product) leve…

Click-Conversion Multi-Task Model with Position Bias Mitigation for Sponsored Search in eCommerce

2023-07-29 · Yibo Wang, Yanbing Xue, Bo Liu, Musen Wen 외

Position bias, the phenomenon whereby users tend to focus on higher-ranked items of the search result list regardless of the actual relevance to queries, is prevailing in many ranking systems. Position bias in training d…

PositionPrediction

Report on the SIGIR 2019 Workshop on eCommerce (ECOM19)

2019-12-27 · Jon Degenhardt, Surya Kallumadi, Utkarsh Porwal, Andrew Trotman

The SIGIR 2019 Workshop on eCommerce (ECOM19), was a full day workshop that took place on Thursday, July 25, 2019 in Paris, France. The purpose of the workshop was to serve as a platform for publication and discussion of…

Information RetrievalRetrieval

An End-to-End Solution for Named Entity Recognition in eCommerce Search

2020-12-11 · Xiang Cheng, Mitchell Bowden, Bhushan Ramesh Bhange, Priyanka Goyal 외

Named entity recognition (NER) is a critical step in modern search query understanding. In the domain of eCommerce, identifying the key entities, such as brand and product type, can help a search engine retrieve relevant…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Ranking sentences from product description & bullets for better search

2019-07-15 · Prateek Verma, Aliasgar Kutiyanawala, Ke Shen

Products in an ecommerce catalog contain information-rich fields like description and bullets that can be useful to extract entities (attributes) using NER based systems. However, these fields are often verbose and conta…

Extractive SummarizationNERreinforcement-learningReinforcement Learning+2