paper-with-me

Papers

Approximate Cluster-Based Sparse Document Retrieval with Segmented Maximum Term Weights

2024-04-13 · Yifan Qiao, Shanxiu He, Yingrui Yang, Parker Carlson, Tao Yang

This paper revisits cluster-based retrieval that partitions the inverted index into multiple groups and skips the index partially at cluster and document levels during online inference using a learned sparse representation. It proposes an approximate search scheme with two parameters to control the rank-safeness competitiveness of pruning with segmented maximum term weights within each cluster. Cluster-level maximum weight segmentation allows an improvement in the rank score bound estimation and threshold-based pruning to be approximately adaptive to bound estimation tightness, resulting in better relevance and efficiency. The experiments with MS MARCO passage ranking and BEIR datasets demonstrate the usefulness of the proposed scheme with a comparison to the baselines. This paper presents the design of this approximate retrieval scheme with rank-safeness analysis, compares clustering and segmentation options, and reports evaluation results.

📄 PDF Abstract BibTeX arXiv:2404.08896

Code (0)

등록된 구현이 없습니다.

Tasks

Passage RankingRetrievalSegmentation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Superblock Pruning for Fast Learned Sparse Retrieval

2025-04-23 · Parker Carlson, Wentai Xie, Shanxiu He, Tao Yang

This paper proposes superblock pruning (SP) during top-k online document retrieval for learned sparse representations. SP structures the sparse index as a set of superblocks on a sequence of document blocks and conducts …

CPURetrieval

Improving Document Representations by Generating Pseudo Query Embeddings for Dense Retrieval

2021-05-08 · ACL 2021 5 · Hongyin Tang, Xingwu Sun, Beihong Jin, Jingang Wang 외

Recently, the retrieval models based on dense representations have been gradually applied in the first stage of the document retrieval tasks, showing better performance than traditional sparse vector space models. To obt…

ClusteringRetrieval

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 e…

Re-RankingRetrieval

On the Reproducibility of Learned Sparse Retrieval Adaptations for Long Documents

2025-03-31 · Emmanouil Georgios Lionis, Jia-Huei Ju

Document retrieval is one of the most challenging tasks in Information Retrieval. It requires handling longer contexts, often resulting in higher query latency and increased computational overhead. Recently, Learned Spar…

Information RetrievalRetrieval

Chain of Retrieval: Multi-Aspect Iterative Search Expansion and Post-Order Search Aggregation for Full Paper Retrieval

2025-07-14 · Sangwoo Park, Jinheon Baek, Soyeong Jeong, Sung Ju Hwang arxiv

Scientific paper retrieval, particularly framed as document-to-document retrieval, aims to identify relevant papers in response to a long-form query paper, rather than a short query string. Previous approaches to this ta…