IRAILGApr 25, 2024

OmniSearchSage: Multi-Task Multi-Entity Embeddings for Pinterest Search

Stanford
arXiv:2404.16260v115 citationsh-index: 7Has CodeWWW
Originality Incremental advance
AI Analysis

This work addresses search performance for Pinterest users and advertisers, representing an incremental improvement through a novel hybrid approach.

The paper tackles the problem of improving search relevance, engagement, and ads click-through rates in Pinterest's production system by developing OmniSearchSage, a multi-task multi-entity embedding system, resulting in gains of over 8% relevance, 7% engagement, and 5% ads CTR.

In this paper, we present OmniSearchSage, a versatile and scalable system for understanding search queries, pins, and products for Pinterest search. We jointly learn a unified query embedding coupled with pin and product embeddings, leading to an improvement of $>8\%$ relevance, $>7\%$ engagement, and $>5\%$ ads CTR in Pinterest's production search system. The main contributors to these gains are improved content understanding, better multi-task learning, and real-time serving. We enrich our entity representations using diverse text derived from image captions from a generative LLM, historical engagement, and user-curated boards. Our multitask learning setup produces a single search query embedding in the same space as pin and product embeddings and compatible with pre-existing pin and product embeddings. We show the value of each feature through ablation studies, and show the effectiveness of a unified model compared to standalone counterparts. Finally, we share how these embeddings have been deployed across the Pinterest search stack, from retrieval to ranking, scaling to serve $300k$ requests per second at low latency. Our implementation of this work is available at https://github.com/pinterest/atg-research/tree/main/omnisearchsage.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes