← 返回论文检索
ICML 2026PosterAccept (regular)

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

Kirill Shevkunov, Andrey Ploskonosov, Liudmila Prokhorenkova

Yandex · Higher School of Economics · Yandex Research

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

In many machine learning applications, the most relevant items for a query should be efficiently extracted. 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 neighbors 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 for 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.