arXiv:2606.25237cs.IRcs.LG2026-06KDD被引 5

为快速新增的陌生项目提供高效精准的检索方法

Extreme Meta-Classification for Large-Scale Zero-Shot Retrieval

论文配图:Extreme Meta-Classification for Large-Scale Zero-Shot Retrieval
图 1 · 摘自论文原文
  • 用已有项目的分类器动态合成新项目的检索分类器
  • 在主流编码器上提升零样本检索准确率最高15个百分点
  • 适合大规模在线系统,已实测提升广告点击率4.2%

我们提出高效准确的解决方案,应对持续快速涌入新项目的超大规模检索任务。传统孪生结构虽支持高效增删项目,但小模型编码器知识容量不足。现有极端分类方法虽通过为每个训练项设独立分类器提升表达能力,却无法为新项目训练。本文提出:(1) EMMETT框架,利用已有分类器实时合成新项目分类器;(2) IRENE算法,是EMMETT的轻量高效实现,专为大规模部署设计;(3) 新的理论框架,指导算法与训练设计。大量实验表明,IRENE在主流编码器基础上将召回率@10提升最多15个百分点。在某大型搜索引擎的广告检索线上A/B测试中,点击率提升4.2%。通过充分消融实验验证设计有效性。IRENE代码开源于https://aka.ms/irene。

原文摘要 · Abstract (English)

We develop accurate and efficient solutions for large-scale retrieval tasks where novel (zero-shot) items can arrive continuously at a rapid pace. Conventional Siamese-style approaches embed both queries and items through a small encoder and retrieve the items lying closest to the query. While this approach allows efficient addition and retrieval of novel items, the small encoder lacks sufficient capacity for the necessary world knowledge in complex retrieval tasks. The extreme classification approaches have addressed this by learning a separate classifier for each item observed in the training set which significantly increases the representation capacity of the model. Such classifiers outperform Siamese approaches on observed items, but cannot be trained for novel items due to data and latency constraints. To bridge these gaps, this paper develops: (1) A new algorithmic framework, EMMETT, which efficiently synthesizes classifiers on-the-fly for novel items, by relying on the readily available classifiers for observed items; (2) A new algorithm, IRENE, which is a simple and effective instance of EMMETT that is specifically suited for large-scale deployments, and (3) A new theoretical framework for analyzing the generalization performance in large-scale zero-shot retrieval which guides our algorithm and training related design decisions. Comprehensive experiments are conducted on a wide range of retrieval tasks which demonstrate that IRENE improves the zero-shot retrieval accuracy by up to 15% points in Recall@10 when added on top of leading encoders. Additionally, on an online A/B test in a large-scale ad retrieval task in a major search engine, IRENE improved the ad click-through rate by 4.2%. Lastly, we validate our design choices through extensive ablative experiments. The source code for IRENE is available at https://aka.ms/irene.

零样本检索大规模系统在线学习广告推荐

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。