paper-with-me

Papers

Relevance Proximity Graphs for Fast Relevance Retrieval

2019-08-19 · Stanislav Morozov, Artem Babenko

In plenty of machine learning applications, the most relevant items for a particular query should be efficiently extracted, while the relevance function is based on a highly-nonlinear model, e.g., DNNs or GBDTs. Due to the high computational complexity of such models, exhaustive search is infeasible even for medium-scale problems. To address this issue, we introduce Relevance Proximity Graphs (RPG): an efficient non-exhaustive approach that provides a high-quality approximate solution for maximal relevance retrieval. Namely, we extend the recent similarity graphs framework to the setting, when there is no similarity measure defined on item pairs, which is a common practical use-case. By design, our approach directly maximizes off-the-shelf relevance functions and does not require any proxy auxiliary models. Via extensive experiments, we show that the developed method provides excellent retrieval accuracy while requiring only a few model computations, outperforming indirect models. We open-source our implementation as well as two large-scale datasets to support further research on relevance retrieval.

📄 PDF Abstract BibTeX arXiv:1908.06887

Code (1)

stanis-morozov/rpg 공식 구현

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Relevance-based Word Embedding

2017-05-09 · Hamed Zamani, W. Bruce Croft

Learning a high-dimensional dense representation for vocabulary terms, also known as a word embedding, has recently attracted much attention in natural language processing and information retrieval tasks. The embedding v…

General ClassificationInformation RetrievalRetrievalSemantic Similarity+1

A New Role for Relevance: Guiding Corpus Interaction in Agentic Search

2026-07-27 · Jiangnan Li, Yuqing Li, Mo Yu, Jinchao Zhang 외 hf

Relevance is a query-dependent estimate of whether a document or excerpt contains useful evidence. Existing retrieval agents use relevance to select top-k content, but document relevance alone cannot localize, compose, o…

Question Answering

DeepRank: A New Deep Architecture for Relevance Ranking in Information Retrieval

2017-10-16 · 26th ACM International Conference on Information and Knowledge Management (CIKM '17) 2017 10 · Liang Pang, Yanyan Lan, Jiafeng Guo, Jun Xu 외

This paper concerns a deep learning approach to relevance ranking in information retrieval (IR). Existing deep IR models such as DSSM and CDSSM directly apply neural networks to generate ranking scores, without explicit …

Deep LearningInformation RetrievalRetrieval

Image-to-Image Retrieval by Learning Similarity between Scene Graphs

2020-12-29 · Sangwoong Yoon, Woo Young Kang, Sungwook Jeon, SeongEun Lee 외

As a scene graph compactly summarizes the high-level content of an image in a structured and symbolic manner, the similarity between scene graphs of two images reflects the relevance of their contents. Based on this idea…

Graph SimilarityImage RetrievalRetrievalSentence+1

Task-Adaptive Retrieval over Agentic Multi-Modal Web Histories via Learned Graph Memory

2026-04-09 · Saman Forouzandeh, Kamal Berahmand, Mahdi Jalili arxiv

Retrieving relevant observations from long multi-modal web interaction histories is challenging because relevance depends on the evolving task state, modality (screenshots, HTML text, structured signals), and temporal di…