paper-with-me

Papers

A Graph Signal Processing Framework for Hallucination Detection in Large Language Models

2025-10-21 · Valentin Noël arxiv

Large language models achieve impressive results but distinguishing factual reasoning from hallucinations remains challenging. We propose a spectral analysis framework that models transformer layers as dynamic graphs induced by attention, with token embeddings as signals on these graphs. Through graph signal processing, we define diagnostics including Dirichlet energy, spectral entropy, and high-frequency energy ratios, with theoretical connections to computational stability. Experiments across GPT architectures suggest universal spectral patterns: factual statements exhibit consistent "energy mountain" behavior with low-frequency convergence, while different hallucination types show distinct signatures. Logical contradictions destabilize spectra with large effect sizes ($g>1.0$), semantic errors remain stable but show connectivity drift, and substitution hallucinations display intermediate perturbations. A simple detector using spectral signatures achieves 88.75% accuracy versus 75% for perplexity-based baselines, demonstrating practical utility. These findings indicate that spectral geometry may capture reasoning patterns and error behaviors, potentially offering a framework for hallucination detection in large language models.

📄 PDF Abstract BibTeX arXiv:2510.19117

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evidence Graph Consistency in Retrieval-Augmented Generation: A Model-Dependent Analysis of Hallucination Detection

2026-06-04 · Jianru Shen arxiv

Retrieval-Augmented Generation (RAG) reduces but does not eliminate hallucination in large language models. Existing detection methods rely on flat similarity between generated answers and retrieved passages, ignoring st…

Question Answering

TraceDet: Hallucination Detection from the Decoding Trace of Diffusion Large Language Models

2025-09-30 · Shenxu Chang, Junchi Yu, Weixing Wang, Yongqiang Chen 외 arxiv

Diffusion large language models (D-LLMs) have recently emerged as a promising alternative to auto-regressive LLMs (AR-LLMs). However, the hallucination problem in D-LLMs remains underexplored, limiting their reliability …

Neural Message-Passing on Attention Graphs for Hallucination Detection

2025-09-29 · Fabrizio Frasca, Guy Bar-Shalom, Yftah Ziser, Haggai Maron arxiv

Large Language Models (LLMs) often generate incorrect or unsupported content, known as hallucinations. Existing detection methods rely on heuristics or simple models over isolated computational traces such as activations…

Graph Learning

HalluZig: Hallucination Detection using Zigzag Persistence

2026-01-04 · Shreyas N. Samaga, Gilberto Gonzalez Arroyo, Tamal K. Dey arxiv

The factual reliability of Large Language Models (LLMs) remains a critical barrier to their adoption in high-stakes domains due to their propensity to hallucinate. Current detection methods often rely on surface-level si…

GLSim: Detecting Object Hallucinations in LVLMs via Global-Local Similarity

2025-08-27 · Seongheon Park, Sharon Li arxiv

Object hallucination in large vision-language models presents a significant challenge to their safe deployment in real-world applications. Recent works have proposed object-level hallucination scores to estimate the like…