Challenge: Recent approaches to detect hallucinations depend on model internal states to estimate uncertainty, but they focus on last or mean tokens.
Approach: They propose a supervised hallucination detection framework that leverages token-wise, layer-wise features derived from hidden states.
Outcome: The proposed framework outperforms baseline models and avoids large training sets.

Similar Papers

Detecting LLM Hallucination Through Layer-wise Information Deficiency: Analysis of Ambiguous Prompts and Unanswerable Questions (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) often generate confident yet inaccurate responses, introducing significant risks for deployment in safety-critical domains.
Approach: They propose a method to detect model hallucination by systematic analysis of information flow across model layers.
Outcome: The proposed approach improves model reliability by immediately integrating with universal LLMs without additional training or architectural modifications.
Detecting Hallucinations in Large Language Models via Internal Attention Divergence Signals (2026.acl-srw)

Copied to clipboard

Challenge: Existing methods conflate fluency with correctness or require substantial computational overhead.
Approach: They propose a single-pass uncertainty quantification method that uses attention matrices to estimate uncertainty without requiring repeated sampling or external models.
Outcome: The proposed method performs well across multiple datasets, task types, and model families and is highly predictive of answer correctness.
Understanding and Detecting Hallucinations in Neural Machine Translation via Model Introspection (2023.tacl-1)

Copied to clipboard

Challenge: Neural sequence generation models produce outputs that are unrelated to the source text, and are potentially harmful, yet it remains unclear in what conditions they arise and how to mitigate their impact.
Approach: They first identify internal model symptoms of hallucinations by analyzing the relative token contributions to the generation in contrastive hallucinous vs. non-hallucinated outputs generated via source perturbations.
Outcome: The proposed detector outperforms both baseline models and strong classifiers on English-Chinese and German-English translation test beds.
Enhancing Uncertainty-Based Hallucination Detection with Stronger Focus (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods for detecting hallucinations in LLMs rely on external knowledge for reference retrieval or require sampling multiple responses for consistency verification.
Approach: They propose a reference-free, uncertainty-based method for detecting hallucinations in Large Language Models that imitates human focus in factuality checking from three aspects: focus on the most informative keywords; focus on unreliable tokens in historical context; focus of token properties such as token type and token frequency.
Outcome: The proposed method achieves state-of-the-art performance across all evaluation metrics and eliminates the need for additional information.
Efficient Hallucination Detection in Automatic Code Generation (2026.findings-acl)

Copied to clipboard

Challenge: Large language models produce source code that appears correct and well-formed, but includes hallucinated elements that cause downstream test failures.
Approach: They develop a transformer-based detector that uses LLM internal representations to identify hallucinations.
Outcome: The proposed detector outperforms existing methods and unsupervised methods in the code generation domain.
Token Knowledge: A New Perspective For Knowledge in Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Predicting the presence and absence of certain knowledge in large language models could aid hallucination avoidance.
Approach: They propose a token knowledge dataset construction method and use the intermediate states during inference to train probes.
Outcome: The proposed method increases the model's latent potential by 60% to 90% with strong out-of-distribution generalization by training on just a few dozen prompts.
Hallucination Detection for Generative Large Language Models by Bayesian Sequential Estimation (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods for detecting hallucinations require large numbers of observations to be retrieved, increasing response times.
Approach: They propose a framework that leverages Bayesian sequential analysis to optimize the trade-off between costs and benefits during the hallucination detection process.
Outcome: The proposed framework surpasses existing methods in efficiency and precision of hallucination detection.
Unsupervised Real-Time Hallucination Detection based on the Internal States of Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing studies on hallucination detection for LLMs focus on how to identify possible factrelated errors in outputs.
Approach: They propose an unsupervised training framework that leverages the internal states of LLMs for real-time hallucination detection without requiring manual annotations.
Outcome: The proposed framework outperforms existing state-of-the-art methods in hallucination detection.
Prompt-Guided Internal States for Hallucination Detection of Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) generate incorrect or logically incorrect responses, which is known as LLM hallucinations.
Approach: They propose a framework for supervised hallucination detection using in-domain data by prompting changes to the structure related to text truthfulness in LLMs’ internal states.
Outcome: The proposed framework enhances the cross-domain generalization of existing hallucination detection methods.
InternalInspector I2: Robust Confidence Estimation in LLMs through Internal States (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) often struggle with generating reliable outputs, often producing high-confidence inaccuracies known as hallucinations.
Approach: They propose a framework that leverages contrastive learning on internal states including attention states, feed-forward states, and activation states of all layers to enhance confidence estimation in LLMs.
Outcome: The framework outperforms existing methods in the hallucination detection benchmark HaluEval and the previous methods at the same time.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations