paper-with-me

홈 › Papers

HalluSAE: Detecting Hallucinations in Large Language Models via Sparse Auto-Encoders

2026-04-06 · Boshui Chen, Zhaoxin Fan, Ke Wang, Zhiying Leng, Faguo Wu, Hongwei Zheng, Yifan Sun, Wenjun Wu arxiv

Large Language Models (LLMs) are powerful and widely adopted, but their practical impact is limited by the well-known hallucination phenomenon. While recent hallucination detection methods have made notable progress, we find most of them overlook the dynamic nature and underlying mechanisms of it. To address this gap, we propose HalluSAE, a phase transition-inspired framework that models hallucination as a critical shift in the model's latent dynamics. By modeling the generation process as a trajectory through a potential energy landscape, HalluSAE identifies critical transition zones and attributes factual errors to specific high-energy sparse features. Our approach consists of three stages: (1) Potential Energy Empowered Phase Zone Localization via sparse autoencoders and a geometric potential energy metric; (2) Hallucination-related Sparse Feature Attribution using contrastive logit attribution; and (3) Probing-based Causal Hallucination Detection through linear probes on disentangled features. Extensive experiments on Gemma-2-9B demonstrate that HalluSAE achieves state-of-the-art hallucination detection performance.

📄 PDF Abstract BibTeX arXiv:2604.16430

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SAFE: A Sparse Autoencoder-Based Framework for Robust Query Enrichment and Hallucination Mitigation in LLMs

2025-03-04 · Samir Abdaljalil, Filippo Pallucchini, Andrea Seveso, Hasan Kurban 외

Despite the state-of-the-art performance of Large Language Models (LLMs), these models often suffer from hallucinations, which can undermine their performance in critical applications. In this work, we propose SAFE, a no…

Hallucination

DHCP: Detecting Hallucinations by Cross-modal Attention Pattern in Large Vision-Language Models

2024-11-27 · Yudong Zhang, Ruobing Xie, Jiansheng Chen, Xingwu Sun 외

Large vision-language models (LVLMs) have demonstrated exceptional performance on complex multimodal tasks. However, they continue to suffer from significant hallucination issues, including object, attribute, and relatio…

AttributeHallucination

LRP4RAG: Detecting Hallucinations in Retrieval-Augmented Generation via Layer-wise Relevance Propagation

2024-08-28 · Haichuan Hu, Yuhan Sun, Quanjun Zhang

Retrieval-Augmented Generation (RAG) has become a primary technique for mitigating hallucinations in large language models (LLMs). However, incomplete knowledge extraction and insufficient understanding can still mislead…

RAGRetrievalRetrieval-augmented Generation

The HalluRAG Dataset: Detecting Closed-Domain Hallucinations in RAG Applications Using an LLM's Internal States

2024-12-22 · Fabian Ridder, Malte Schilling

Detecting hallucinations in large language models (LLMs) is critical for enhancing their reliability and trustworthiness. Most research focuses on hallucinations as deviations from information seen during training. Howev…

QuantizationRAG

Do I Know This Entity? Knowledge Awareness and Hallucinations in Language Models

2024-11-21 · Javier Ferrando, Oscar Obeso, Senthooran Rajamanoharan, Neel Nanda

Hallucinations in large language models are a widespread problem, yet the mechanisms behind whether models will hallucinate are poorly understood, limiting our ability to solve this problem. Using sparse autoencoders as …