paper-with-me

홈 › Papers

Toward Faithful Retrieval-Augmented Generation with Sparse Autoencoders

2025-12-09 · Guangzhi Xiong, Zhenghao He, Bohan Liu, Sanchit Sinha, Aidong Zhang arxiv

Retrieval-Augmented Generation (RAG) improves the factuality of large language models (LLMs) by grounding outputs in retrieved evidence, but faithfulness failures, where generations contradict or extend beyond the provided sources, remain a critical challenge. Existing hallucination detection methods for RAG often rely either on large-scale detector training, which requires substantial annotated data, or on querying external LLM judges, which leads to high inference costs. Although some approaches attempt to leverage internal representations of LLMs for hallucination detection, their accuracy remains limited. Motivated by recent advances in mechanistic interpretability, we employ sparse autoencoders (SAEs) to disentangle internal activations, successfully identifying features that are specifically triggered during RAG hallucinations. Building on a systematic pipeline of information-based feature selection and additive feature modeling, we introduce RAGLens, a lightweight hallucination detector that accurately flags unfaithful RAG outputs using LLM internal representations. RAGLens not only achieves superior detection performance compared to existing methods, but also provides interpretable rationales for its decisions, enabling effective post-hoc mitigation of unfaithful RAG. Finally, we justify our design choices and reveal new insights into the distribution of hallucination-related signals within LLMs. The code is available at https://github.com/Teddy-XiongGZ/RAGLens.

📄 PDF Abstract BibTeX arXiv:2512.08892

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Synchronous Faithfulness Monitoring for Trustworthy Retrieval-Augmented Generation

2024-06-19 · Di wu, Jia-Chen Gu, Fan Yin, Nanyun Peng 외

Retrieval-augmented language models (RALMs) have shown strong performance and wide applicability in knowledge-intensive tasks. However, there are significant trustworthiness concerns as RALMs are prone to generating unfa…

RerankingRetrievalRetrieval-augmented GenerationUncertainty Quantification

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

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

Healthier LLMs: Retrieval-Augmented Generation for Public Health Question Answering

2026-07-07 · Felix Feldman, Joshua Harris, Timothy Laurence, Leo Loman 외 arxiv

Large language models (LLMs) achieve promising results on medical question answering benchmarks, yet their use in public health is constrained by hallucinations and the rapid evolution of official guidance. Retrieval-Aug…

Question Answering

Sifei at SemEval-2026 Task 8: Hybrid Retrieval and Query Rewriting for Multi-Turn RAG

2026-06-05 · Sifei Meng, Dmitry Ilvovsky arxiv

Multi-turn retrieval-augmented generation (RAG) is challenging due to evolving user intent, conversational noise, and strict context limits. We propose a training-free hybrid retrieval pipeline for SemEval-2026 Task 8 th…

Answer Generation