Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Relevance-Based Embeddings: Lightweight Candidate Retrieval via Heavy-Ranker Calls

About

In many machine learning applications, the most relevant items for a query should be efficiently retrieved. The relevance function is usually an expensive similarity model, making the exhaustive search infeasible. A typical solution is to train another model that separately embeds queries and items to a vector space, where similarity is defined via the dot product or cosine similarity. This allows one to search the relevant items through fast approximate nearest neighbor search at the cost of some reduction in quality. To compensate for this reduction, the found items (candidates) are re-ranked by the expensive ranking model. In this paper, we investigate an alternative approach to candidate selection that utilizes the scores of the expensive model to improve the representations of queries and items. The idea is to describe each query (item) by its relevance to a set of support items (queries) and use these new representations to obtain query (item) embeddings. We theoretically prove that such embeddings are powerful enough to approximate any complex similarity model (under mild conditions). We also investigate the choice of support items, which is a crucial ingredient of the proposed approach. The experiments on diverse academic and production datasets illustrate the power of our method.

Kirill Shevkunov, Andrey Ploskonosov, Liudmila Prokhorenkova• 2026

Related benchmarks

TaskDatasetResultRank
RecommendationRecGames1
Hit Rate97.99
72
Candidate RetrievalRecMusic (test)
HitRate (HR)83.43
54
Candidate RetrievalRecGames1
HitRate78.53
27
Candidate RetrievalRecGames 1
HitRate97.99
27
Candidate RetrievalYugioh
Hit Rate@10058.49
6
Candidate RetrievalP.Wrest.
HitRate@10052.49
6
Candidate RetrievalStarTrek
HitRate@10038.67
6
Candidate RetrievalDr.Who
HitRate@10029.92
6
Candidate RetrievalRecGames2
HitRate@10072.34
6
Candidate RetrievalRecMusic
Hit Rate@10039.64
6
Showing 10 of 12 rows

Other info

Follow for update