paper-with-me

Papers

Two-Step SPLADE: Simple, Efficient and Effective Approximation of SPLADE

2024-04-20 · Carlos Lassance, Hervé Dejean, Stéphane Clinchant, Nicola Tonellotto

Learned sparse models such as SPLADE have successfully shown how to incorporate the benefits of state-of-the-art neural information retrieval models into the classical inverted index data structure. Despite their improvements in effectiveness, learned sparse models are not as efficient as classical sparse model such as BM25. The problem has been investigated and addressed by recently developed strategies, such as guided traversal query processing and static pruning, with different degrees of success on in-domain and out-of-domain datasets. In this work, we propose a new query processing strategy for SPLADE based on a two-step cascade. The first step uses a pruned and reweighted version of the SPLADE sparse vectors, and the second step uses the original SPLADE vectors to re-score a sample of documents retrieved in the first stage. Our extensive experiments, performed on 30 different in-domain and out-of-domain datasets, show that our proposed strategy is able to improve mean and tail response times over the original single-stage SPLADE processing by up to $30\times$ and $40\times$, respectively, for in-domain datasets, and by 12x to 25x, for mean response on out-of-domain datasets, while not incurring in statistical significant difference in 60\% of datasets.

📄 PDF Abstract BibTeX arXiv:2404.13357

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

SPLADE-v3: New baselines for SPLADE

2024-03-11 · Carlos Lassance, Hervé Déjean, Thibault Formal, Stéphane Clinchant

A companion to the release of the latest version of the SPLADE library. We describe changes to the training structure and present our latest series of models -- SPLADE-v3. We compare this new version to BM25, SPLADE++, a…

Passage RetrievalSentence RetrievalZero Shot on BEIR (Inference Free Model)

Exploring the Representation Power of SPLADE Models

2023-06-29 · Joel Mackenzie, Shengyao Zhuang, Guido Zuccon

The SPLADE (SParse Lexical AnD Expansion) model is a highly effective approach to learned sparse retrieval, where documents are represented by term impact scores derived from large language models. During training, SPLAD…

Retrieval

From Tokens to Concepts: Leveraging SAE for SPLADE

2026-04-23 · Yuxuan Zong, Mathias Vast, Basile Van Cooten, Laure Soulier 외 arxiv

Learned Sparse IR models, such as SPLADE, offer an excellent efficiency-effectiveness tradeoff. However, they rely on the underlying backbone vocabulary, which might hinder performance (polysemicity and synonymy) and pos…

Rescaling MLM-Head for Neural Sparse Retrieval

2026-06-17 · Youngjoon Jang, Seongtae Hong, Jonah Turner, Heuiseok Lim arxiv

Learned sparse retrieval (LSR) models such as SPLADE have traditionally used BERT-style masked language models as backbone encoders. A natural expectation is that replacing BERT with stronger pretrained encoders should i…

Efficiency and Effectiveness of SPLADE Models on Billion-Scale Web Document Title

2025-11-27 · Taeryun Won, Tae Kwan Lee, Hiun Kim, Hyemin Lee arxiv

This paper presents a comprehensive comparison of BM25, SPLADE, and Expanded-SPLADE models in the context of large-scale web document retrieval. We evaluate the effectiveness and efficiency of these models on datasets sp…