paper-with-me

Papers

Xetrieval: Mechanistically Explaining Dense Retrieval

2026-05-28 · Zhixin Cai, Jun Bai, Yang Liu, Jiaqi Li, Yichi Zhang, Taichuan Li, Zhuofan Chen, Zixia Jia, Zilong Zheng, Wenge Rong arxiv

Explaining why dense retrievers assign high relevance scores remains challenging because retrieval decisions are made through opaque high-dimensional embeddings. Existing explanations often focus on surface signals, such as lexical matches, token alignments, or post-hoc textual rationales, and thus provide limited insight into the latent factors that shape dense retrieval behavior at the embedding level. We propose \textit{Xetrieval}, an embedding-level mechanistic framework for explaining dense retrieval. \textit{Xetrieval} first introduces a lightweight reasoning internalizer that approximates Chain-of-Thought reasoning directly in the embedding space with a single forward pass, enriching sentence embeddings with reasoning-oriented information while avoiding expensive autoregressive generation. It then decomposes these reasoning-enhanced embeddings into sparse, human-interpretable features, each associated with a coherent natural language description. By aggregating sparse feature overlaps across multiple document-side views, \textit{Xetrieval} provides feature-level explanations of individual retrieval decisions. Experiments on diverse retrievers and benchmarks show that \textit{Xetrieval} uncovers coherent interpretable features, yields stronger pair-level intervention effects, and supports task-level feature steering. The project page and source code are available at https://hihiczx.github.io/Xetrieval .

📄 PDF Abstract BibTeX arXiv:2605.29507

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dense Passage Retrieval: Is it Retrieving?

2024-02-16 · Benjamin Reichman, Larry Heck

Dense passage retrieval (DPR) is the first step in the retrieval augmented generation (RAG) paradigm for improving the performance of large language models (LLM). DPR fine-tunes pre-trained networks to enhance the alignm…

Model EditingPassage RetrievalRAGRetrieval+1

Interpretability Analysis of Domain Adapted Dense Retrievers

2025-01-24 · Goksenin Yuksel, Jaap Kamps

Dense retrievers have demonstrated significant potential for neural information retrieval; however, they exhibit a lack of robustness to domain shifts, thereby limiting their efficacy in zero-shot settings across diverse…

Biomedical Information RetrievalDomain AdaptationInformation RetrievalQuestion Answering+2

The Geometry of Forgetting: Temporal Knowledge Drift as an Independent Axis in LLM Representations

2026-05-09 · Rania Elbadry, Ahmed Heakl, Fan Zhang, Dani Bouch 외 arxiv

Large language models confidently produce outdated answers, and no existing method can detect them. We show this is not an engineering failure but a structural one: temporal drift, whether a stored fact has changed since…

Compress and Forget: bitsandbytes Quantization Amplifies Proactive Interference in LLMs

2026-08-19 · Shayan Shahrabi-Farahani, Dara Rahmati arxiv

Proactive interference (PI) is a documented failure mode in large language models in which retrieval of a repeatedly overwritten value degrades as prior overwrites accumulate, mirroring a classical phenomenon in human wo…

Explaining Chemical Toxicity using Missing Features

2020-09-23 · Kar Wai Lim, Bhanushee Sharma, Payel Das, Vijil Chenthamarakshan 외

Chemical toxicity prediction using machine learning is important in drug development to reduce repeated animal and human testing, thus saving cost and time. It is highly recommended that the predictions of computational …

BIG-bench Machine Learning