paper-with-me

Papers

LLM Hallucination Detection: A Fast Fourier Transform Method Based on Hidden Layer Temporal Signals

2025-09-16 · Jinxin Li, Gang Tu, ShengYu Cheng, Junjie Hu, Jinting Wang, Rui Chen, Zhilong Zhou, Dongbo Shan arxiv

Hallucination remains a critical barrier for deploying large language models (LLMs) in reliability-sensitive applications. Existing detection methods largely fall into two categories: factuality checking, which is fundamentally constrained by external knowledge coverage, and static hidden-state analysis, that fails to capture deviations in reasoning dynamics. As a result, their effectiveness and robustness remain limited. We propose HSAD (Hidden Signal Analysis-based Detection), a novel hallucination detection framework that models the temporal dynamics of hidden representations during autoregressive generation. HSAD constructs hidden-layer signals by sampling activations across layers, applies Fast Fourier Transform (FFT) to obtain frequency-domain representations, and extracts the strongest non-DC frequency component as spectral features. Furthermore, by leveraging the autoregressive nature of LLMs, HSAD identifies optimal observation points for effective and reliable detection. Across multiple benchmarks, including TruthfulQA, HSAD achieves over 10 percentage points improvement compared to prior state-of-the-art methods. By integrating reasoning-process modeling with frequency-domain analysis, HSAD establishes a new paradigm for robust hallucination detection in LLMs.

📄 PDF Abstract BibTeX arXiv:2509.13154

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM Hallucination Detection: HSAD

2025-09-28 · JinXin Li, Gang Tu, JunJie Hu arxiv

Although Large Language Models have demonstrated powerful capabilities in a wide range of tasks such as language understanding and code generation, the frequent occurrence of hallucinations during the generation process …

Code Generation

Resonate-and-Fire Spiking Neurons for Target Detection and Hand Gesture Recognition: A Hybrid Approach

2024-05-22 · Ahmed Shaaban, Zeineb Chaabouni, Maximilian Strobel, Wolfgang Furtner 외

Hand gesture recognition using radar often relies on computationally expensive fast Fourier transforms. This paper proposes an alternative approach that bypasses fast Fourier transforms using resonate-and-fire neurons. T…

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

ATSFFT: A Novel Sparse Fast Fourier Transform Enabled With Sparsity Detection

2020-02-24

The Fast Fourier Transform(FFT) is a classic signal processing algorithm that is utilized in a wide range of applications. For image processing, FFT computes on every pixel's value of an image, regardless of their proper…

TARS: MinMax Token-Adaptive Preference Strategy for Hallucination Reduction in MLLMs

2025-07-29 · Kejia Zhang, Keda Tao, Zhiming Luo, Chang Liu 외 arxiv

Multimodal large language models (MLLMs) are prone to hallucinations, generating plausible but visually ungrounded outputs, partly because direct preference optimization (DPO) overfits to superficial linguistic cues unde…

Data Augmentation

Fourier Transformer: Fast Long Range Modeling by Removing Sequence Redundancy with FFT Operator

2023-05-24 · Ziwei He, Meng Yang, Minwei Feng, Jingcheng Yin 외

The transformer model is known to be computationally demanding, and prohibitively costly for long sequences, as the self-attention module uses a quadratic time and space complexity with respect to sequence length. Many r…

Abstractive Text SummarizationDocument SummarizationLong-range modelingOpen-Domain Question Answering