PulseAugur
EN
LIVE 02:45:22

New research tackles LLM and VLM hallucinations with novel detection methods · 7 sources tracked

Researchers are developing new methods to combat hallucinations in large language models (LLMs) and vision-language models (VLMs). One approach, InnerExpert, leverages internal signals from Mixture-of-Experts (MoE) architectures for per-token hallucination detection. Another system, AutoResearch, aims to ground autonomous research by integrating idea generation with reliable experimentation. Other methods focus on detecting hallucinated spans by aligning output with input evidence or by aggregating truthfulness signals across model layers. For medical VLMs, a framework called CAST uses counterfactual anatomy guidance for annotation-free hallucination mitigation during inference. AI

IMPACT Developments in hallucination detection and mitigation are crucial for improving the reliability and trustworthiness of LLMs and VLMs in various applications.

RANK_REASON Multiple research papers published on arXiv detailing novel methods for hallucination detection and mitigation in LLMs and VLMs.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 13 sources. How we write summaries →

New research tackles LLM and VLM hallucinations with novel detection methods · 7 sources tracked

COVERAGE [13]

  1. arXiv cs.AI TIER_1 English(EN) · Jihae Jeong, Junha Choi, Hwanjo Yu ·

    ReWEIGH the Evidence: Calibrating Token-Level Ordinal Visual Evidence to Mitigate Hallucinations in Large Vision-Language Models

    arXiv:2608.19075v1 Announce Type: cross Abstract: Large vision-language models (LVLMs) often hallucinate, generating content that the input image does not support. Preventing such content during decoding calls for a candidate-specific measure of how strongly the image supports th…

  2. arXiv cs.CL TIER_1 English(EN) · Ruizhi Zhang, Jinwei Chen, Xiangju Lu, He Yan, Mo Yu, Junmin Zhu, Wei Zhang ·

    LongNovel: A Multi-Scale Benchmark for Hallucination Detection in Long-Context Novel Summarization

    arXiv:2608.18082v1 Announce Type: new Abstract: Although context windows have expanded significantly in recent years, hallucinations in long-context summarization remain a challenge. Long novels are better suited than news or papers for researching these hallucinations, due to th…

  3. arXiv cs.AI TIER_1 English(EN) · Igor Itkin ·

    Temporal Multi-Signal Fusion for Token-Level Hallucination Detection

    arXiv:2608.18115v1 Announce Type: cross Abstract: Token-level hallucination detectors score each token independently from a single signal, and fail exactly when the generating model is confidently wrong. This paper instead treats hallucination as a temporally extended span and de…

  4. arXiv cs.AI TIER_1 English(EN) · Joao Fonseca, Rodrigo Rodrigues, Paolo Romano ·

    Mixture-of-Expert Blocks Contain Strong Hallucination Detection Signals

    arXiv:2608.17687v1 Announce Type: new Abstract: Despite their widespread use, Large Language Models (LLMs) remain limited by a fundamental problem: the generation of plausible but false content, known as hallucinations. Most existing detection methods operate at the answer or sen…

  5. arXiv cs.AI TIER_1 English(EN) · Yiming Ren, Xiang Liu, Qumeng Sun, Xiao Zhang, Jiahao Li, Haoyang Zhang, Junjie Wang ·

    AutoResearch: Insight In, Hallucination Out

    arXiv:2608.17906v1 Announce Type: new Abstract: Autonomous research systems are increasingly capable of executing long research workflows, yet automation alone does not ensure that the resulting process remains scientifically grounded. We introduce AutoResearch, a two-stage syste…

  6. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Junjie Wang ·

    AutoResearch: Insight In, Hallucination Out

    Autonomous research systems are increasingly capable of executing long research workflows, yet automation alone does not ensure that the resulting process remains scientifically grounded. We introduce AutoResearch, a two-stage system that connects Idea Generation with Idea Execut…

  7. Hugging Face Daily Papers TIER_1 English(EN) ·

    Mixture-of-Expert Blocks Contain Strong Hallucination Detection Signals

    Despite their widespread use, Large Language Models (LLMs) remain limited by a fundamental problem: the generation of plausible but false content, known as hallucinations. Most existing detection methods operate at the answer or sentence level, yet per-token detection is essentia…

  8. arXiv cs.CL TIER_1 English(EN) · Miyu Yamada, Yuki Arase ·

    Hallucination Span Detection with Input-Side Evidence Alignment

    arXiv:2608.15804v1 Announce Type: new Abstract: Hallucinations remain a major obstacle to the reliable use of large language models (LLMs) in conditional text generation. Existing methods primarily assess the factuality of an entire generated text, providing limited insight into …

  9. arXiv cs.AI TIER_1 English(EN) · Zhihao Guo, Zonghan Wu, Huan Huo, DaYong Ye, Junwei Zhang, Weiran Yao, Zhiwei Liu, Qingsong Wen, Yilei Shao ·

    HalluTracer: Hallucination Detection via Depth-Averaging Truth Signals

    arXiv:2608.16353v1 Announce Type: cross Abstract: Even well-aligned large language models confidently generate factually incorrect text, making hallucination a persistent reliability risk in high-stakes deployments. These models nonetheless carry linearly separable truthfulness s…

  10. Hugging Face Daily Papers TIER_1 English(EN) ·

    UniProbe: A Learnable Token-Level Hallucination Detector for Large VLMs using Multi-Structural Internal Representations

    UniProbe is a lightweight learnable detector that uses a directed graph and alternating GNN, ViT, and GRU modules to identify hallucinated tokens in frozen large vision-language models, enabling real-time resampling during generation.

  11. Hugging Face Daily Papers TIER_1 English(EN) ·

    Temporal Multi-Signal Fusion for Token-Level Hallucination Detection

    Hallucination is detected as temporally extended spans via sequence labeling over fused external features, achieving robust cross-model performance without internal model access.

  12. arXiv stat.ML TIER_1 English(EN) · Kensuke Mitsuzawa, Damien Garreau ·

    MMD-Flagger: Leveraging Maximum Mean Discrepancy to Detect Hallucinations

    arXiv:2506.01367v4 Announce Type: replace-cross Abstract: Large Language Models (LLMs) are increasingly integrated into agentic AI systems, yet their propensity to generate hallucinations remains a critical safety concern. Detecting these factual errors at test-time, particularly…

  13. arXiv cs.CV TIER_1 English(EN) · Yifan Lu, Adinath Dukre, Abhijit Das, Ziyun Zou, Haolin Yang, Yutong Xie, Imran Razzak ·

    Counterfactual Anatomy-guided Spatial-Temporal Decoding for Annotation-Free Hallucination Mitigation in Medical VLMs

    arXiv:2608.17427v1 Announce Type: new Abstract: Medical vision-language models (Med-VLMs) have demonstrated strong performance on medical visual question answering, yet they remain prone to hallucination, generating clinically unsupported statements that are insufficiently ground…