paper-with-me

Papers

Learning Retrieval Models with Sparse Autoencoders

2026-02-27 · Thibault Formal, Maxime Louis, Hervé Dejean, Stéphane Clinchant arxiv

Sparse autoencoders (SAEs) provide a powerful mechanism for decomposing the dense representations produced by Large Language Models (LLMs) into interpretable latent features. We posit that SAEs constitute a natural foundation for Learned Sparse Retrieval (LSR), whose objective is to encode queries and documents into high-dimensional sparse representations optimized for efficient retrieval. In contrast to existing LSR approaches that project input sequences into the vocabulary space, SAE-based representations offer the potential to produce more semantically structured, expressive, and language-agnostic features. Building on this insight, we introduce SPLARE, a method to train SAE-based LSR models. Our experiments, relying on recently released open-source SAEs, demonstrate that this technique consistently outperforms vocabulary-based LSR in multilingual and out-of-domain settings. SPLARE-7B, a multilingual retrieval model capable of producing generalizable sparse latent embeddings for a wide range of languages and domains, achieves top results on MMTEB's multilingual and English retrieval tasks. We also developed a 2B-parameter variant with a significantly lighter footprint.

📄 PDF Abstract BibTeX arXiv:2603.13277

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Aligning Sentence Embeddings to Human Concepts via Sparse Autoencoders

2026-06-19 · Wonseok Shin, Songkuk Kim arxiv

Dense sentence embeddings are fundamental to modern Retrieval-Augmented Generation (RAG) systems but suffer from a lack of interpretability due to feature superposition. This opacity hinders the alignment of retrieval pr…

Information Retrieval

Latent Terms: Dense Retrievers Contain Trivially Extractable BM25-ready Zipfian Vocabularies

2026-05-28 · Benjamin Clavié, Sean Lee, Aamir Shakir, Makoto P. Kato arxiv

We propose Latent Terms, a method revealing that models trained for dense retrieval, whether single- or multi-vector, learn representations that can trivially be decomposed into retrieval-ready sparse features. When trai…

Sparse Autoencoders for Interpretable Medical Image Representation Learning

2026-03-24 · Philipp Wesp, Robbie Holland, Vasiliki Sideri-Lampretsa, Sergios Gatidis arxiv

Vision foundation models (FMs) achieve state-of-the-art performance in medical imaging. However, they encode information in abstract latent representations that clinicians cannot interrogate or verify. The goal of this s…

Dimensionality ReductionRepresentation LearningImage Retrieval

Decoding Dark Matter: Specialized Sparse Autoencoders for Interpreting Rare Concepts in Foundation Models

2024-11-01 · Aashiq Muhamed, Mona Diab, Virginia Smith

Understanding and mitigating the potential risks associated with foundation models (FMs) hinges on developing effective interpretability methods. Sparse Autoencoders (SAEs) have emerged as a promising tool for disentangl…