paper-with-me

홈 › Papers

An Efficiency Study for SPLADE Models

2022-07-08 · Carlos Lassance, Stéphane Clinchant

Latency and efficiency issues are often overlooked when evaluating IR models based on Pretrained Language Models (PLMs) in reason of multiple hardware and software testing scenarios. Nevertheless, efficiency is an important part of such systems and should not be overlooked. In this paper, we focus on improving the efficiency of the SPLADE model since it has achieved state-of-the-art zero-shot performance and competitive results on TREC collections. SPLADE efficiency can be controlled via a regularization factor, but solely controlling this regularization has been shown to not be efficient enough. In order to reduce the latency gap between SPLADE and traditional retrieval systems, we propose several techniques including L1 regularization for queries, a separation of document/query encoders, a FLOPS-regularized middle-training, and the use of faster query encoders. Our benchmark demonstrates that we can drastically improve the efficiency of these models while increasing the performance metrics on in-domain data. To our knowledge, {we propose the first neural models that, under the same computing constraints, \textit{achieve similar latency (less than 4ms difference) as traditional BM25}, while having \textit{similar performance (less than 10\% MRR@10 reduction)} as the state-of-the-art single-stage neural rankers on in-domain data}.

📄 PDF Abstract BibTeX arXiv:2207.03834

Code (1)

naver/splade 공식 구현 pytorch

Tasks

Retrievalsoftware testing

Methods 이 논문이 사용한 방법론

L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…

Similar Papers 제목 키워드 기반

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…

The Role of Vocabularies in Learning Sparse Representations for Ranking

2025-09-20 · Hiun Kim, Tae Kwan Lee, Taeryun Won arxiv

Learned Sparse Retrieval (LSR) such as SPLADE has growing interest for effective semantic 1st stage matching while enjoying the efficiency of inverted indices. A recent work on learning SPLADE models with expanded vocabu…

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…

A Thorough Comparison of Cross-Encoders and LLMs for Reranking SPLADE

2024-03-15 · Hervé Déjean, Stéphane Clinchant, Thibault Formal

We present a comparative study between cross-encoder and LLMs rerankers in the context of re-ranking effective SPLADE retrievers. We conduct a large evaluation on TREC Deep Learning datasets and out-of-domain datasets su…

RerankingRe-Ranking

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