paper-with-me

홈 › Papers

Search-Based Serving Architecture of Embeddings-Based Recommendations

2019-07-07 · Sonya Liberman, Shaked Bar, Raphael Vannerom, Danny Rosenstein, Ronny Lempel

Over the past 10 years, many recommendation techniques have been based on embedding users and items in latent vector spaces, where the inner product of a (user,item) pair of vectors represents the predicted affinity of the user to the item. A wealth of literature has focused on the various modeling approaches that result in embeddings, and has compared their quality metrics, learning complexity, etc. However, much less attention has been devoted to the issues surrounding productization of an embeddings-based high throughput, low latency recommender system. In particular, how the system might keep up with the changing embeddings as new models are learnt. This paper describes a reference architecture of a high-throughput, large scale recommendation service which leverages a search engine as its runtime core. We describe how the search index and the query builder adapt to changes in the embeddings, which often happen at a different cadence than index builds. We provide solutions for both id-based and feature-based embeddings, as well as for batch indexing and incremental indexing setups. The described system is at the core of a Web content discovery service that serves tens of billions recommendations per day in response to billions of user requests.

📄 PDF Abstract BibTeX arXiv:1907.03336

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Rolling Forward: Enhancing LightGCN with Causal Graph Convolution for Credit Bond Recommendation

2025-03-18 · Ashraf Ghiye, Baptiste Barreau, Laurent Carlier, Michalis Vazirgiannis

Graph Neural Networks have significantly advanced research in recommender systems over the past few years. These methods typically capture global interests using aggregated past interactions and rely on static embeddings…

Recommendation Systems

One Embedding To Do Them All

2019-06-28 · Loveperteek Singh, Shreya Singh, Sagar Arora, Sumit Borar

Online shopping caters to the needs of millions of users daily. Search, recommendations, personalization have become essential building blocks for serving customer needs. Efficacy of such systems is dependent on a thorou…

AllAttributeDenoising

A Systematic Review on Context-Aware Recommender Systems using Deep Learning and Embeddings

2020-07-09 · Igor André Pegoraro Santana, Marcos Aurelio Domingues

Recommender Systems are tools that improve how users find relevant information in web systems, so they do not face too much information. In order to generate better recommendations, the context of information should be u…

Recommendation Systems

ItemSage: Learning Product Embeddings for Shopping Recommendations at Pinterest

2022-05-24 · Paul Baltescu, Haoyu Chen, Nikil Pancha, Andrew Zhai 외

Learned embeddings for products are an important building block for web-scale e-commerce recommendation systems. At Pinterest, we build a single set of product embeddings called ItemSage to provide relevant recommendatio…

Multi-Task LearningRecommendation Systems

A Comparative Study of Word Embeddings for Reading Comprehension

2017-03-02 · Bhuwan Dhingra, Hanxiao Liu, Ruslan Salakhutdinov, William W. Cohen

The focus of past machine learning research for Reading Comprehension tasks has been primarily on the design of novel deep learning architectures. Here we show that seemingly minor choices made on (1) the use of pre-trai…

BIG-bench Machine LearningReading ComprehensionWord Embeddings