paper-with-me

Papers

LexBoost: Improving Lexical Document Retrieval with Nearest Neighbors

2024-08-25 · Hrishikesh Kulkarni, Nazli Goharian, Ophir Frieder, Sean MacAvaney

Sparse retrieval methods like BM25 are based on lexical overlap, focusing on the surface form of the terms that appear in the query and the document. The use of inverted indices in these methods leads to high retrieval efficiency. On the other hand, dense retrieval methods are based on learned dense vectors and, consequently, are effective but comparatively slow. Since sparse and dense methods approach problems differently and use complementary relevance signals, approximation methods were proposed to balance effectiveness and efficiency. For efficiency, approximation methods like HNSW are frequently used to approximate exhaustive dense retrieval. However, approximation techniques still exhibit considerably higher latency than sparse approaches. We propose LexBoost that first builds a network of dense neighbors (a corpus graph) using a dense retrieval approach while indexing. Then, during retrieval, we consider both a document's lexical relevance scores and its neighbors' scores to rank the documents. In LexBoost this remarkably simple application of the Cluster Hypothesis contributes to stronger ranking effectiveness while contributing little computational overhead (since the corpus graph is constructed offline). The method is robust across the number of neighbors considered, various fusion parameters for determining the scores, and different dataset construction methods. We also show that re-ranking on top of LexBoost outperforms traditional dense re-ranking and leads to results comparable with higher-latency exhaustive dense retrieval.

📄 PDF Abstract BibTeX arXiv:2409.05882

Code (1)

Georgetown-IR-Lab/LexBoost 공식 구현

Tasks

Re-RankingRetrieval

Similar Papers 제목 키워드 기반

Lexically-Accelerated Dense Retrieval

2023-07-31 · Hrishikesh Kulkarni, Sean MacAvaney, Nazli Goharian, Ophir Frieder

Retrieval approaches that score documents based on learned dense vectors (i.e., dense retrieval) rather than lexical signals (i.e., conventional retrieval) are increasingly popular. Their ability to identify related docu…

Retrieval

Enhancing the Ranking Context of Dense Retrieval Methods through Reciprocal Nearest Neighbors

2023-05-25 · George Zerveas, Navid Rekabsaz, Carsten Eickhoff

Sparse annotation poses persistent challenges to training dense retrieval models; for example, it distorts the training signal when unlabeled relevant documents are used spuriously as negatives in contrastive learning. T…

Contrastive LearningRerankingRetrievalText Retrieval

SPLADE v2: Sparse Lexical and Expansion Model for Information Retrieval

2021-09-21 · Thibault Formal, Carlos Lassance, Benjamin Piwowarski, Stéphane Clinchant

In neural Information Retrieval (IR), ongoing research is directed towards improving the first retriever in ranking pipelines. Learning dense embeddings to conduct retrieval using efficient approximate nearest neighbors …

Information RetrievalRetrievalZero Shot on BEIR (Inference Free Model)Zero-shot Text Search

Approches d'analyse distributionnelle pour améliorer la désambiguïsation sémantique

2017-02-27 · Mokhtar Billami, Núria Gala

Word sense disambiguation (WSD) improves many Natural Language Processing (NLP) applications such as Information Retrieval, Machine Translation or Lexical Simplification. WSD is the ability of determining a word sense am…

Information RetrievalLexical SimplificationMachine TranslationRetrieval+2

SPLADE: Sparse Lexical and Expansion Model for First Stage Ranking

2021-07-12 · Thibault Formal, Benjamin Piwowarski, Stéphane Clinchant

In neural Information Retrieval, ongoing research is directed towards improving the first retriever in ranking pipelines. Learning dense embeddings to conduct retrieval using efficient approximate nearest neighbors metho…

Information RetrievalOpen-Domain Question AnsweringRetrieval