paper-with-me

Papers

Efficient Neural Ranking using Forward Indexes

2021-10-12 · Jurek Leonhardt, Koustav Rudra, Megha Khosla, Abhijit Anand, Avishek Anand

Neural document ranking approaches, specifically transformer models, have achieved impressive gains in ranking performance. However, query processing using such over-parameterized models is both resource and time intensive. In this paper, we propose the Fast-Forward index -- a simple vector forward index that facilitates ranking documents using interpolation of lexical and semantic scores -- as a replacement for contextual re-rankers and dense indexes based on nearest neighbor search. Fast-Forward indexes rely on efficient sparse models for retrieval and merely look up pre-computed dense transformer-based vector representations of documents and passages in constant time for fast CPU-based semantic similarity computation during query processing. We propose index pruning and theoretically grounded early stopping techniques to improve the query processing throughput. We conduct extensive large-scale experiments on TREC-DL datasets and show improvements over hybrid indexes in performance and query processing efficiency using only CPUs. Fast-Forward indexes can provide superior ranking performance using interpolation due to the complementary benefits of lexical and semantic similarities.

📄 PDF Abstract BibTeX arXiv:2110.06051

Code (1)

mrjleo/fast-forward-indexes 공식 구현

Tasks

CPUDocument RankingRetrievalSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Efficient Neural Ranking using Forward Indexes and Lightweight Encoders

2023-11-02 · Jurek Leonhardt, Henrik Müller, Koustav Rudra, Megha Khosla 외

Dual-encoder-based dense retrieval models have become the standard in IR. They employ large Transformer-based language models, which are notoriously inefficient in terms of resources and latency. We propose Fast-Forward …

Computational EfficiencyRe-RankingRetrieval

Relevance ranking for proximity full-text search based on additional indexes with multi-component keys

2021-08-01 · Alexander B. Veretennikov

The problem of proximity full-text search is considered. If a search query contains high-frequently occurring words, then multi-component key indexes deliver an improvement in the search speed compared with ordinary inve…

Preference Neural Network

2019-04-04 · Ayman Elgharabawy, Mukesh Prasad, Chin-Teng Lin

This paper proposes a preference neural network (PNN) to address the problem of indifference preferences orders with new activation function. PNN also solves the Multi-label ranking problem, where labels may have indiffe…

Computational Efficiency

On short-time behavior of implied volatility in a market model with indexes

2024-02-26 · Huy N. Chau, Duy Nguyen, Thai Nguyen

This paper investigates short-term behaviors of implied volatility of derivatives written on indexes in equity markets when the index processes are constructed by using a ranking procedure. Even in simple market settings…

Searching Dense Representations with Inverted Indexes

2023-12-04 · Jimmy Lin, Tommaso Teofili

Nearly all implementations of top-$k$ retrieval with dense vector representations today take advantage of hierarchical navigable small-world network (HNSW) indexes. However, the generation of vector representations and e…

Passage RankingRetrieval