paper-with-me

홈 › Papers

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

2020-12-11 · Xiang Cheng, Mitchell Bowden, Bhushan Ramesh Bhange, Priyanka Goyal, Thomas Packer, Faizan Javed

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 products and therefore offer an engaging shopping experience. Recent research shows promising results on shared benchmark NER tasks using deep learning methods, but there are still unique challenges in the industry regarding domain knowledge, training data, and model production. This paper demonstrates an end-to-end solution to address these challenges. The core of our solution is a novel model training framework "TripleLearn" which iteratively learns from three separate training datasets, instead of one training set as is traditionally done. Using this approach, the best model lifts the F1 score from 69.5 to 93.3 on the holdout test data. In our offline experiments, TripleLearn improved the model performance compared to traditional training approaches which use a single set of training data. Moreover, in the online A/B test, we see significant improvements in user engagement and revenue conversion. The model has been live on homedepot.com for more than 9 months, boosting search conversions and revenue. Beyond our application, this TripleLearn framework, as well as the end-to-end process, is model-independent and problem-independent, so it can be generalized to more industrial applications, especially to the eCommerce industry which has similar data foundations and problems.

📄 PDF Abstract BibTeX arXiv:2012.07553

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Gazetteer-Enhanced Bangla Named Entity Recognition with BanglaBERT Semantic Embeddings K-Means-Infused CRF Model

2024-01-30 · Niloy Farhan, Saman Sarker Joy, Tafseer Binte Mannan, Farig Sadeque

Named Entity Recognition (NER) is a sub-task of Natural Language Processing (NLP) that distinguishes entities from unorganized text into predefined categorization. In recent years, a lot of Bangla NLP subtasks have recei…

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

Named Entity Recognition and Resolution in Legal Text

2014-06-05 · Christopher Dozier, Ravikumar Kondadadi, Marc Light, Arun Vachher 외

Named entities in the text are persons, places, companies, etc. that are explicitly mentioned in the text using proper nouns. The process of finding named entities in a text and classifying them to a semantic type is cal…

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

Named Entity Recognition with Extremely Limited Data

2018-06-12 · John Foley, Sheikh Muhammad Sarwar, James Allan

Traditional information retrieval treats named entity recognition as a pre-indexing corpus annotation task, allowing entity tags to be indexed and used during search. Named entity taggers themselves are typically trained…

Information Retrievalnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Exhaustive Entity Recognition for Coptic: Challenges and Solutions

2020-11-03 · COLING (LaTeCHCLfL, CLFL, LaTeCH) 2020 12 · Amir Zeldes, Lance Martin, Sichang Tu

Entity recognition provides semantic access to ancient materials in the Digital Humanities: itexposes people and places of interest in texts that cannot be read exhaustively, facilitates linkingresources and can provide …

Entity LinkingNER

A Tweet Dataset Annotated for Named Entity Recognition and Stance Detection

2019-01-15 · Dilek Küçük, Fazli Can

Annotated datasets in different domains are critical for many supervised learning-based solutions to related problems and for the evaluation of the proposed solutions. Topics in natural language processing (NLP) similarl…

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