paper-with-me

홈 › Papers

Efficient Vector Search in the Wild: One Model for Multi-K Queries

2026-03-06 · Yifan Peng, Jiafei Fan, Xingda Wei, Sijie Shen, Rong Chen, Jianning Wang, Xiaojian Luo, Wenyuan Yu, Jingren Zhou, Haibo Chen arxiv

Learned top-K search is a promising approach for serving vector queries with both high accuracy and performance. However, current models trained for a specific K value fail to generalize to real-world multi-K queries: they suffer from accuracy degradation (for larger Ks) and performance loss (for smaller Ks). Training the model to generalize on different Ks requires orders of magnitude more preprocessing time and is not suitable for serving vector queries in the wild. We present OMEGA, a K-generalizable learned top-K search method that simultaneously achieves high accuracy, high performance, and low preprocessing cost for multi-K vector queries. The key idea is that a base model properly trained on K=1 with our trajectory-based features can be used to accurately predict larger Ks with a dynamic refinement procedure and smaller Ks with minimal performance loss. To make our refinements efficient, we further leverage the statistical properties of top-K searches to reduce excessive model invocations. Extensive evaluations on multiple public and production datasets show that, under the same preprocessing budgets, OMEGA achieves 6-33% lower average latency compared to state-of-the-art learned search methods, while all systems achieve the same recall target. With only 16-30% of the preprocessing time, OMEGA attains 1.01-1.28x of the optimal average latency of these baselines.

📄 PDF Abstract BibTeX arXiv:2603.06159

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

High-Throughput Vector Similarity Search in Knowledge Graphs

2023-04-04 · Jason Mohoney, Anil Pacaci, Shihabur Rahman Chowdhury, Ali Mousavi 외

There is an increasing adoption of machine learning for encoding data into vectors to serve online recommendation and search use cases. As a result, recent data management systems propose augmenting query processing with…

Knowledge GraphsVocal Bursts Intensity Prediction

WildTeaming at Scale: From In-the-Wild Jailbreaks to (Adversarially) Safer Language Models

2024-06-26 · Liwei Jiang, Kavel Rao, Seungju Han, Allyson Ettinger 외

We introduce WildTeaming, an automatic LLM safety red-teaming framework that mines in-the-wild user-chatbot interactions to discover 5.7K unique clusters of novel jailbreak tactics, and then composes multiple tactics for…

ChatbotRed Teaming

LEMUR: Learned Multi-Vector Retrieval

2026-01-29 · Elias Jääsaari, Ville Hyvönen, Teemu Roos arxiv

Multi-vector representations generated by late interaction models, such as ColBERT, enable superior retrieval quality compared to single-vector representations in information retrieval applications. In multi-vector retri…

Information Retrieval

Tempo-Lexical Context Driven Word Embedding for Cross-Session Search Task Extraction

2018-06-01 · NAACL 2018 6 · Procheta Sen, Debasis Ganguly, Gareth Jones

Task extraction is the process of identifying search intents over a set of queries potentially spanning multiple search sessions. Most existing research on task extraction has focused on identifying tasks within a single…

Information RetrievalSession Search

AgentSearchBench: A Benchmark for AI Agent Search in the Wild

2026-04-24 · Bin Wu, Arastun Mammadli, Xiaoyu Zhang, Emine Yilmaz arxiv

The rapid growth of AI agent ecosystems is transforming how complex tasks are delegated and executed, creating a new challenge of identifying suitable agents for a given task. Unlike traditional tools, agent capabilities…

Semantic Similarity