Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 2.17 KB

PAPERS.md

File metadata and controls

58 lines (34 loc) · 2.17 KB

Efficient Neural Query Auto Completion

Query autocompletion/autosuggest has strict latency requirements. This latest work by Linkedin incorporates context and deep semantics to improve the quality of autosuggestions and uses an unnormalized language model to keep latency requirements within industry standards.

https://arxiv.org/abs/2008.02879

Event-Related Query Classification with Deep Neural Networks

https://dl.acm.org/doi/abs/10.1145/3366424.3382183

Semantic Product Search for Matching Structured Product Catalogs in E-Commerce

https://arxiv.org/pdf/2008.08180.pdf

Semantic Product Search

https://arxiv.org/pdf/1907.00937.pdf

Named Entity Recognition for E-Commerce Search Queries

https://sdm-dsre.github.io/pdf/named_entity.pdf

Expansion via Prediction of Importance with Contextualization

https://arxiv.org/pdf/2004.14245.pdf

Amazon Search: The Joy of Ranking Products

Amazon is one of the world’s largest e-commerce sites and Amazon Search powers the majority of Amazon’s sales. As a consequence, even small improvements in relevance ranking both positively influence the shopping experience of millions of customers and significantly impact revenue. In the past, Amazon’s product search engine consisted of several handtuned ranking functions using a handful of input features. A lot has changed since then. In this talk we are going to cover a number of relevance algorithms used in Amazon Search today. We will describe a general machine learning framework used for ranking within categories, blending separate rankings in All Product Search, NLP techniques used for matching queries and products, and algorithms targeted at unique tasks of specific categories — books and fashion.

https://assets.amazon.science/89/cd/34289f1f4d25b5857d776bdf04d5/amazon-search-the-joy-of-ranking-products.pdf

E-commerce Query Classification Using Product Taxonomy Mapping: A Transfer Learning Approach

http://ceur-ws.org/Vol-2410/paper37.pdf

FairSearch: A Tool For Fairness in Ranked Search Results

https://arxiv.org/pdf/1905.13134.pdf

Pretrained Transformers for Text Ranking: BERT and Beyond

https://arxiv.org/pdf/2010.06467.pdf