hallucination-detection

Tag

Cards List
#hallucination-detection

Decomposition-Induced Context-Memory Conflict: When Fact-Checking Pipelines Contradict Their Own Source Text

arXiv cs.CL · 3d ago Cached

This paper identifies and characterizes Decomposition-Induced Context-Memory Conflict (DI-CC), a failure mode in decompose-then-verify pipelines where decomposition substitutes the model's parametric beliefs for the source text. The authors show it is mechanistically related to classical context-memory conflict, that SelfCheckGPT fails to detect it, and that context-aware decoding suppresses it but introduces severe parsing failures.

0 favorites 0 likes
#hallucination-detection

Actionable Hallucination Detection: Translating Latent Uncertainty into Agentic Critique

arXiv cs.LG · 3d ago Cached

This paper introduces the Latent Critic, a lightweight LoRA adapter that detects hallucinated agent actions in real time by restructuring the transformer's residual stream into localized natural-language feedback, achieving 0.966 AUROC and enabling self-correction.

0 favorites 0 likes
#hallucination-detection

Prompt Embedding Probes (PEP): Hallucination Detection in LLMs from Hidden States

arXiv cs.CL · 4d ago Cached

This paper introduces Prompt Embedding Probes (PEP), a parameter-efficient extension of linear probes that uses learnable prompt embeddings on hidden states to detect hallucinations in frozen LLMs. Evaluations on TriviaQA, GSM8K, and MedQA with Qwen3 models show improvements over standard linear probes, including in pre-generation and cross-model settings.

0 favorites 0 likes
#hallucination-detection

Decomposed Entailment for Factuality Checking and Hallucination Detection

arXiv cs.CL · 2026-08-07 Cached

This paper presents HallDetect, a lightweight and reference-free framework for hallucination detection that decomposes generated content into atomic claims and verifies them with a compact entailment model. It outperforms comparably resourced baselines on multiple benchmarks and provides a claim-to-span audit trail.

0 favorites 0 likes
#hallucination-detection

TriQua: Reconciling Granularity and Context in Factuality Evaluation

arXiv cs.AI · 2026-08-07 Cached

This paper introduces TriQua, a framework for LLM factuality evaluation that adaptively represents facts as triples or hyperrelational facts with contextual qualifiers, along with TriQuaScore for fine-grained factuality scoring. It demonstrates strong alignment with human annotations and improved evidence-based verification over existing methods.

0 favorites 0 likes
#hallucination-detection

No universal hallucination detector, but a universal floor — pre-registered, 10 models. Come break it. [R]

Reddit r/MachineLearning · 2026-08-03

A pre-registered study proposes a first-token hallucination detection method using internal model signals across 10 models, finding no universal detector but a universal above-chance floor, with public code and verification scripts.

0 favorites 0 likes
#hallucination-detection

Reasoning Denoiser: Denoising Reasoning Traces for Hallucination Detection in Large Reasoning Models

Hugging Face Daily Papers · 2026-07-24 Cached

Introduces ReDe, a framework that denoises reasoning traces by filtering irrelevant and repetitive steps to improve hallucination detection in large reasoning models, achieving up to 87.32 AUROC on TruthfulQA.

0 favorites 0 likes
#hallucination-detection

From Dependency to Compositionality: A Neurosymbolic Lifting of LLM Outputs via Combinatory Categorial Grammar

arXiv cs.AI · 2026-07-22 Cached

The paper proposes a neurosymbolic framework that lifts LLM outputs into typed compositional derivations using Combinatory Categorial Grammar, enabling structural checking and early hallucination detection.

0 favorites 0 likes
#hallucination-detection

Beyond Semantic Equivalence: Logical Graphs for LLM Uncertainty Quantification

arXiv cs.AI · 2026-07-21 Cached

This paper proposes Logical Graph Uncertainty (LGU), a framework that models implication and incompatibility among answers to improve uncertainty estimation in LLMs, outperforming semantic entropy baselines by up to 7.1% AUROC and 3.5% AUARC across benchmarks.

0 favorites 0 likes
#hallucination-detection

Diversity-Oriented Fine-Tuning for Uncertainty-Based Hallucination Detection

arXiv cs.AI · 2026-07-21 Cached

This paper proposes diversity-oriented fine-tuning strategies to improve uncertainty-based hallucination detection in LLMs by encouraging varied generations, making hallucinations more detectable via semantic entropy.

0 favorites 0 likes
#hallucination-detection

ASK-NN: An Asymmetric Nearest-Neighbor Test that detects Distribution Drifts in Natural Language

arXiv cs.LG · 2026-07-20 Cached

ASK-NN is an asymmetric nearest-neighbor test for detecting distribution drifts between reference and query samples, with applications to LLM hallucination detection and artificial-text detection. It is computationally efficient, has theoretical guarantees, and performs competitively against baselines on synthetic and real-world benchmarks.

0 favorites 0 likes
#hallucination-detection

Open Source Local LLM Training Tool (for consumer hardware)

Reddit r/artificial · 2026-07-14

An open-source tool for training LLMs on consumer hardware, featuring real-time neural visualization for hallucination detection and model introspection, currently supporting small-scale models.

0 favorites 0 likes
#hallucination-detection

Hallucination Detection in Large Language Models Using Diversion Decoding

arXiv cs.CL · 2026-07-14 Cached

This paper introduces diversion decoding, a novel method for detecting hallucinations in large language models by actively challenging model responses during the decoding phase to extract features for training an uncertainty heuristic, achieving superior performance with lower computational complexity.

0 favorites 0 likes
#hallucination-detection

Faithful by Design: Evaluating and Improving LLM-Generated Clinical Trial Summaries for Multi-Stakeholder Audiences

arXiv cs.CL · 2026-07-14 Cached

This paper introduces a benchmark framework to evaluate the faithfulness of LLM-generated clinical trial summaries for different stakeholder audiences, tests GPT-4o, Claude Sonnet 4.6, and Gemini 2.5 Flash on 1,800 summaries, and proposes a knowledge-graph-augmented retrieval system that improves faithfulness scores.

0 favorites 0 likes
#hallucination-detection

Evaluating J-space entropy as an error predictor across 7 datasets on Qwen3-4B [R]

Reddit r/MachineLearning · 2026-07-13

This study evaluates whether J-space entropy (inspired by Anthropic's Jacobian Lens) can serve as an error predictor across seven datasets on Qwen3-4B. Results show it can complement output confidence for factual retrieval but is not a general hallucination detector, with strong task dependence.

0 favorites 0 likes
#hallucination-detection

I mapped Anthropic’s J-Space Hallucination signal across 7 datasets on Qwen3-4B to find out where it works and where it breaks

Reddit r/LocalLLaMA · 2026-07-12

This article evaluates Anthropic's J-Space hallucination detection method across 7 datasets on Qwen3-4B, finding it effective for catching high-confidence errors in factual retrieval but blind to internalized myths and failing on math tasks where thresholds don't transfer.

0 favorites 0 likes
#hallucination-detection

When Thinking Hurts: Epistemic Signals in the Reasoning Chains of Visual Language Models

arXiv cs.LG · 2026-07-10 Cached

This paper empirically characterizes uncertainty in thinking-mode visual language models, demonstrating that the thinking chain entropy is a more reliable signal for hallucination detection than conventional answer token distribution, which collapses in these models.

0 favorites 0 likes
#hallucination-detection

Hallucination Self-Play: Bootstrapping Reinforced Detector via Evolved Generator

arXiv cs.CL · 2026-07-10 Cached

Introduces Hallucination Self-Play (HSP), a framework that bootstraps a detector using an evolved generator via reinforcement learning, enabling small LLMs to match advanced LLMs on faithfulness hallucination detection without external supervision.

0 favorites 0 likes
#hallucination-detection

Does Bielik Know What It Doesn't Know? Activation Dispersion Separates Entity Familiarity from Factual Reliability Across Model Scale

arXiv cs.CL · 2026-07-09 Cached

This paper investigates whether activation patterns in Polish Bielik LLMs can detect entity familiarity before generation, using unsupervised dispersion measures that achieve near-perfect separation of known vs. fabricated entities across model scales, while showing that factual reliability improves sharply with scale but is harder to predict from activations.

0 favorites 0 likes
#hallucination-detection

I tested Anthropic’s new Jacobian Lens on open models, then it turned into a local-model hallucination router

Reddit r/LocalLLaMA · 2026-07-07

The author tested Anthropic's Jacobian Lens on open models, then it evolved into a local-model hallucination router for detecting AI hallucinations.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback