paper-with-me

Papers

Scaling Sparse and Dense Retrieval in Decoder-Only LLMs

2025-02-21 · Hansi Zeng, Julian Killingback, Hamed Zamani

Scaling large language models (LLMs) has shown great potential for improving retrieval model performance; however, previous studies have mainly focused on dense retrieval trained with contrastive loss (CL), neglecting the scaling behavior of other retrieval paradigms and optimization techniques, such as sparse retrieval and knowledge distillation (KD). In this work, we conduct a systematic comparative study on how different retrieval paradigms (sparse vs. dense) and fine-tuning objectives (CL vs. KD vs. their combination) affect retrieval performance across different model scales. Using MSMARCO passages as the training dataset, decoder-only LLMs (Llama-3 series: 1B, 3B, 8B), and a fixed compute budget, we evaluate various training configurations on both in-domain (MSMARCO, TREC DL) and out-of-domain (BEIR) benchmarks. Our key findings reveal that: (1) Scaling behaviors emerge clearly only with CL, where larger models achieve significant performance gains, whereas KD-trained models show minimal improvement, performing similarly across the 1B, 3B, and 8B scales. (2) Sparse retrieval models consistently outperform dense retrieval across both in-domain (MSMARCO, TREC DL) and out-of-domain (BEIR) benchmarks, and they demonstrate greater robustness to imperfect supervised signals. (3) We successfully scale sparse retrieval models with the combination of CL and KD losses at 8B scale, achieving state-of-the-art (SOTA) results in all evaluation sets.

📄 PDF Abstract BibTeX arXiv:2502.15526

Code (2)

hansizeng/scaling-retriever 공식 구현 pytorch
muktac5/ciir-liverag pytorch

Tasks

DecoderKnowledge DistillationRetrieval

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Mistral-SPLADE: LLMs for better Learned Sparse Retrieval

2024-08-20 · Meet Doshi, Vishwajeet Kumar, Rudra Murthy, Vignesh P 외

Learned Sparse Retrievers (LSR) have evolved into an effective retrieval strategy that can bridge the gap between traditional keyword-based sparse retrievers and embedding-based dense retrievers. At its core, learned spa…

DecoderLanguage ModelingLanguage ModellingLarge Language Model+3

MIA 2022 Shared Task Submission: Leveraging Entity Representations, Dense-Sparse Hybrids, and Fusion-in-Decoder for Cross-Lingual Question Answering

2022-07-05 · NAACL (MIA) 2022 7 · Zhucheng Tu, Sarguna Janani Padmanabhan

We describe our two-stage system for the Multilingual Information Access (MIA) 2022 Shared Task on Cross-Lingual Open-Retrieval Question Answering. The first stage consists of multilingual passage retrieval with a hybrid…

Cross-Lingual Question AnsweringDecoderLanguage ModelingLanguage Modelling+3

UEmbed: Unified Sparse and Dense Multimodal Embeddings

2026-08-03 · Tingyu Song, Mingxin Li, Yanzhao Zhang, Dingkun Long 외 hf

Sparse retrieval underpins modern search systems, from web search to retrieval-augmented generation. Existing work has introduced Learned Sparse Retrieval (LSR) to push beyond exact lexical matching toward richer semanti…

ScalingNote: Scaling up Retrievers with Large Language Models for Real-World Dense Retrieval

2024-11-24 · Suyuan Huang, Chao Zhang, Yuanyuan Wu, Haoxin Zhang 외

Dense retrieval in most industries employs dual-tower architectures to retrieve query-relevant documents. Due to online deployment requirements, existing real-world dense retrieval systems mainly enhance performance by d…

Retrieval

Leveraging Decoder Architectures for Learned Sparse Retrieval

2025-04-25 · Jingfen Qiao, Thong Nguyen, Evangelos Kanoulas, Andrew Yates

Learned Sparse Retrieval (LSR) has traditionally focused on small-scale encoder-only transformer architectures. With the advent of large-scale pre-trained language models, their capability to generate sparse representati…

DecoderRetrieval