paper-with-me

Papers

Adapting Learned Sparse Retrieval for Long Documents

2023-05-29 · Thong Nguyen, Sean MacAvaney, Andrew Yates

Learned sparse retrieval (LSR) is a family of neural retrieval methods that transform queries and documents into sparse weight vectors aligned with a vocabulary. While LSR approaches like Splade work well for short passages, it is unclear how well they handle longer documents. We investigate existing aggregation approaches for adapting LSR to longer documents and find that proximal scoring is crucial for LSR to handle long documents. To leverage this property, we proposed two adaptations of the Sequential Dependence Model (SDM) to LSR: ExactSDM and SoftSDM. ExactSDM assumes only exact query term dependence, while SoftSDM uses potential functions that model the dependence of query terms and their expansion terms (i.e., terms identified using a transformer's masked language modeling head). Experiments on the MSMARCO Document and TREC Robust04 datasets demonstrate that both ExactSDM and SoftSDM outperform existing LSR aggregation approaches for different document length constraints. Surprisingly, SoftSDM does not provide any performance benefits over ExactSDM. This suggests that soft proximity matching is not necessary for modeling term dependence in LSR. Overall, this study provides insights into handling long documents with LSR, proposing adaptations that improve its performance.

📄 PDF Abstract BibTeX arXiv:2305.18494

Code (1)

thongnt99/lsr-long 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMasked Language ModelingRetrieval

Similar Papers 제목 키워드 기반

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

Do the Findings of Document and Passage Retrieval Generalize to the Retrieval of Responses for Dialogues?

2023-01-13 · Gustavo Penha, Claudia Hauff

A number of learned sparse and dense retrieval approaches have recently been proposed and proven effective in tasks such as passage retrieval and document retrieval. In this paper we analyze with a replicability study if…

Conversational SearchPassage RetrievalRetrieval

Interpret and Control Dense Retrieval with Sparse Latent Features

2024-10-17 · Hao Kang, Tevin Wang, Chenyan Xiong

Dense embeddings deliver strong retrieval performance but often lack interpretability and controllability. This paper introduces a novel approach using sparse autoencoders (SAE) to interpret and control dense embeddings …

Retrieval

On the Challenges and Opportunities of Learned Sparse Retrieval for Code

2026-03-23 · Simon Lupart, Maxime Louis, Thibault Formal, Hervé Déjean 외 arxiv

Retrieval over large codebases is a key component of modern LLM-based software engineering systems. Existing approaches predominantly rely on dense embedding models, while learned sparse retrieval (LSR) remains largely u…

Multimodal Learned Sparse Retrieval for Image Suggestion

2024-02-12 · Thong Nguyen, Mariya Hendriksen, Andrew Yates

Learned Sparse Retrieval (LSR) is a group of neural methods designed to encode queries and documents into sparse lexical vectors. These vectors can be efficiently indexed and retrieved using an inverted index. While LSR …

Image CaptioningRetrievalText Retrieval