IMRNNs: An Efficient Method for Interpretable Dense Retrieval via Embedding Modulation
Yash Saxena, Ankur Padia, Kalpa Gunaratna, Manas Gaur

TL;DR
IMRNNs introduce a lightweight, dynamic modulation framework for dense retrieval that enhances interpretability and improves effectiveness by adaptively refining query and document embeddings during inference.
Contribution
The paper presents IMRNNs, a novel modular approach that dynamically modulates embeddings for better interpretability and retrieval performance in dense retrievers.
Findings
IMRNNs improve retrieval metrics by over 6% on benchmark datasets.
Dynamic embedding modulation enhances interpretability of query-document interactions.
The method achieves state-of-the-art results with minimal additional computational cost.
Abstract
Interpretability in black-box dense retrievers remains a central challenge in Retrieval-Augmented Generation (RAG). Understanding how queries and documents semantically interact is critical for diagnosing retrieval behavior and improving model design. However, existing dense retrievers rely on static embeddings for both queries and documents, which obscures this bidirectional relationship. Post-hoc approaches such as re-rankers are computationally expensive, add inference latency, and still fail to reveal the underlying semantic alignment. To address these limitations, we propose Interpretable Modular Retrieval Neural Networks (IMRNNs), a lightweight framework that augments any dense retriever with dynamic, bidirectional modulation at inference time. IMRNNs employ two independent adapters: one conditions document embeddings on the current query, while the other refines the query…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsTopic Modeling · Explainable Artificial Intelligence (XAI) · Multimodal Machine Learning Applications
