SOTAVerified

pEBR: A Probabilistic Approach to Embedding Based Retrieval

2024-10-25Unverified0· sign in to hype

Han Zhang, Yunjing Jiang, Mingming Li, Haowei Yuan, Wen-Yun Yang

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Embedding retrieval aims to learn a shared semantic representation space for both queries and items, thus enabling efficient and effective item retrieval using approximate nearest neighbor (ANN) algorithms. In current industrial practice, retrieval systems typically retrieve a fixed number of items for different queries, which actually leads to insufficient retrieval (low recall) for head queries and irrelevant retrieval (low precision) for tail queries. Mostly due to the trend of frequentist approach to loss function designs, till now there is no satisfactory solution to holistically address this challenge in the industry. In this paper, we move away from the frequentist approach, and take a novel probabilistic approach to embedding based retrieval (namely pEBR) by learning the item distribution for different queries, which enables a dynamic cosine similarity threshold calculated by the probabilistic cumulative distribution function (CDF) value. The experimental results show that our approach improves both the retrieval precision and recall significantly. Ablation studies also illustrate how the probabilistic approach is able to capture the differences between head and tail queries.

Tasks

Reproductions