paper-with-me

Papers

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 representations for retrieval tasks across different transformer-based architectures, including encoder-only, decoder-only, and encoder-decoder models, remains largely unexplored. This study investigates the effectiveness of LSR across these architectures, exploring various sparse representation heads and model scales. Our results highlight the limitations of using large language models to create effective sparse representations in zero-shot settings, identifying challenges such as inappropriate term expansions and reduced performance due to the lack of expansion. We find that the encoder-decoder architecture with multi-tokens decoding approach achieves the best performance among the three backbones. While the decoder-only model performs worse than the encoder-only model, it demonstrates the potential to outperform when scaled to a high number of parameters.

📄 PDF Abstract BibTeX arXiv:2504.18151

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderRetrieval

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

Faster Learned Sparse Retrieval with Guided Traversal

2022-04-24 · Antonio Mallia, Joel Mackenzie, Torsten Suel, Nicola Tonellotto

Neural information retrieval architectures based on transformers such as BERT are able to significantly improve system effectiveness over traditional sparse models such as BM25. Though highly effective, these neural appr…

Information RetrievalRetrieval

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…

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

Improved Learned Sparse Retrieval with Corpus-Specific Vocabularies

2024-01-12 · Puxuan Yu, Antonio Mallia, Matthias Petri

We explore leveraging corpus-specific vocabularies that improve both efficiency and effectiveness of learned sparse retrieval systems. We find that pre-training the underlying BERT model on the target corpus, specificall…

Retrieval