paper-with-me

Papers

ANN Search: Recall What Matters

2026-06-03 · Dimitris Dimitropoulos, Nikos Mamoulis arxiv

Approximate nearest neighbor (ANN) search has become a core primitive in information retrieval and modern machine learning tasks, from classification to retrieval-augmented generation. The community evaluates and tunes ANN algorithms primarily on their throughput at a given Recall@k, the fraction of true exact neighbors retrieved. We argue that what really matters in ANN search is the quality of the retrieved results and not their overlap with the true kNN set. We show that using Recall@k to assess retrieval quality forces unnecessary computational overhead and investigate replacing it by 1/Ratio@k, the inverse approximation ratio. 1/Ratio@k evaluates the differences between the distances of the retrieved and true neighbors. It is judge-free, hyperparameter-free, and computable from standard ANN benchmark inputs alone. We benchmark state-of-the-art ANN algorithms across diverse datasets spanning a wide range of intrinsic dimensionalities, evaluating the two metrics comprehensively across efficiency, downstream classification, and retrieval-augmented generation. On the efficiency axis, optimizing for 1/Ratio@k reaches operational quality thresholds at a substantially lower computational cost than Recall@k. In downstream tasks, performance indicators (label precision, semantic similarity, BERTScore, and LLM-graded quality) remain highly stable even when Recall@k drops significantly. The inverse approximation ratio, on the other hand, closely mirrors this stability, tracking true utility much better than Recall@k. Ultimately, while Recall@k overstates the true cost of approximation, 1/Ratio@k offers a more accurate, deployable proxy for actual ANN quality.

📄 PDF Abstract BibTeX arXiv:2606.04522

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalSemantic Similarity

Similar Papers 제목 키워드 기반

What Matters in Memorizing and Recalling Facts? Multifaceted Benchmarks for Knowledge Probing in Language Models

2024-06-18 · Xin Zhao, Naoki Yoshinaga, Daisuke Oba

Language models often struggle with handling factual knowledge, exhibiting factual hallucination issue. This makes it vital to evaluate the models' ability to recall its parametric knowledge about facts. In this study, w…

DecoderHallucinationIn-Context LearningKnowledge Probing

Machine Learning that Matters

2012-06-18 · Kiri Wagstaff

Much of current machine learning (ML) research has lost its connection to problems of import to the larger world of science and society. From this perspective, there exist glaring limitations in the data sets we investig…

BIG-bench Machine Learning

Measuring what Matters: Construct Validity in Large Language Model Benchmarks

2025-11-03 · Andrew M. Bean, Ryan Othniel Kearns, Angelika Romanou, Franziska Sofia Hafner 외 arxiv

Evaluating large language models (LLMs) is crucial for both assessing their capabilities and identifying safety or robustness issues prior to deployment. Reliably measuring abstract and complex phenomena such as 'safety'…

Finding What Matters in Questions

2013-06-01 · NAACL 2013 6 · Xiaoqiang Luo, Hema Raghavan, Vittorio Castelli, Sameer Maskey 외
Information RetrievalQuestion Answering

From Unstructured Recall to Schema-Grounded Memory: Reliable AI Memory via Iterative, Schema-Aware Extraction

2026-04-30 · Alex Petrov, Alexander Gusak, Denis Mukha, Dima Korolev arxiv

Persistent AI memory is often reduced to a retrieval problem: store prior interactions as text, embed them, and ask the model to recover relevant context later. This design is useful for thematic recall, but it is mismat…

Object Detection