paper-with-me

홈 › Papers

Hallucination Detection via Internal States and Structured Reasoning Consistency in Large Language Models

2025-10-13 · Yusheng Song, Lirong Qiu, Xi Zhang, Zhihao Tang arxiv

The detection of sophisticated hallucinations in Large Language Models (LLMs) is hampered by a ``Detection Dilemma'': methods probing internal states (Internal State Probing) excel at identifying factual inconsistencies but fail on logical fallacies, while those verifying externalized reasoning (Chain-of-Thought Verification) show the opposite behavior. This schism creates a task-dependent blind spot: Chain-of-Thought Verification fails on fact-intensive tasks like open-domain QA where reasoning is ungrounded, while Internal State Probing is ineffective on logic-intensive tasks like mathematical reasoning where models are confidently wrong. We resolve this with a unified framework that bridges this critical gap. However, unification is hindered by two fundamental challenges: the Signal Scarcity Barrier, as coarse symbolic reasoning chains lack signals directly comparable to fine-grained internal states, and the Representational Alignment Barrier, a deep-seated mismatch between their underlying semantic spaces. To overcome these, we introduce a multi-path reasoning mechanism to obtain more comparable, fine-grained signals, and a segment-aware temporalized cross-attention module to adaptively fuse these now-aligned representations, pinpointing subtle dissonances. Extensive experiments on three diverse benchmarks and two leading LLMs demonstrate that our framework consistently and significantly outperforms strong baselines. Our code is available: https://github.com/peach918/HalluDet.

📄 PDF Abstract BibTeX arXiv:2510.11529

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningLogical Fallacies

Similar Papers 제목 키워드 기반

What are Models Thinking about? Understanding Large Language Model Hallucinations "Psychology" through Model Inner State Analysis

2025-02-19 · Peiran Wang, Yang Liu, Yunfei Lu, Jue Hong 외

Large language model (LLM) systems suffer from the models' unstable ability to generate valid and factual content, resulting in hallucination generation. Current hallucination detection methods heavily rely on out-of-mod…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+3

InternalInspector $I^2$: Robust Confidence Estimation in LLMs through Internal States

2024-06-17 · Mohammad Beigi, Ying Shen, Runing Yang, Zihao Lin 외

Despite their vast capabilities, Large Language Models (LLMs) often struggle with generating reliable outputs, frequently producing high-confidence inaccuracies known as hallucinations. Addressing this challenge, our res…

BenchmarkingContrastive LearningHallucinationNatural Language Understanding+2

Prompt-Guided Internal States for Hallucination Detection of Large Language Models

2024-11-07 · Fujie Zhang, Peiqi Yu, Biao Yi, Baolei Zhang 외

Large Language Models (LLMs) have demonstrated remarkable capabilities across a variety of tasks in different domains. However, they sometimes generate responses that are logically coherent but factually incorrect or mis…

Domain GeneralizationHallucination

Unsupervised Real-Time Hallucination Detection based on the Internal States of Large Language Models

2024-03-11 · Weihang Su, Changyue Wang, Qingyao Ai, Yiran Hu 외

Hallucinations in large language models (LLMs) refer to the phenomenon of LLMs producing responses that are coherent yet factually inaccurate. This issue undermines the effectiveness of LLMs in practical applications, ne…

Hallucination

HARP: Hallucination Detection via Reasoning Subspace Projection

2025-09-15 · Junjie Hu, Gang Tu, ShengYu Cheng, Jinxin Li 외 arxiv

Hallucinations in Large Language Models (LLMs) pose a major barrier to their reliable use in critical decision-making. Although existing hallucination detection methods have improved accuracy, they still struggle with di…