paper-with-me

Papers

INTRYGUE: Induction-Aware Entropy Gating for Reliable RAG Uncertainty Estimation

2026-03-23 · Alexandra Bazarova, Andrei Volodichev, Daria Kotova, Alexey Zaytsev arxiv

While retrieval-augmented generation (RAG) enhances LLM performance, it does not eliminate hallucinations, making accurate detection essential. Uncertainty-based methods are attractive for this purpose because they can be integrated into real-world pipelines with little overhead. One of the most widely used uncertainty signals is predictive entropy. We show, however, that entropy can be unreliable in RAG settings and trace this limitation to two opposing internal effects. Induction heads, which copy patterns from earlier context, causally support correct responses and lower predictive entropy, but they also appear to co-activate entropy neurons that push it back up. As a result, correct, context-grounded responses can still receive high uncertainty scores. To address this, we propose INTRYGUE (Induction-Aware Entropy Gating for Uncertainty Estimation), a training-free, mechanistically grounded method that gates predictive entropy by an attention-based estimate of induction-head activity. Evaluated across four RAG-style benchmarks and six open-source LLMs (4B to 13B parameters), INTRYGUE performs competitively against a wide range of baselines, matching or exceeding the strongest of them in most settings. Our findings suggest that hallucination detection in RAG benefits from combining predictive uncertainty with interpretable internal signals of context utilization.

📄 PDF Abstract BibTeX arXiv:2603.21607

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Model-Agnostic Meta-Learning for Fault Diagnosis of Induction Motors in Data-Scarce Environments with Varying Operating Conditions and Electric Drive Noise

2024-12-05 · Ali Pourghoraba, MohammadSadegh KhajueeZadeh, Ali Amini, Abolfazl Vahedi 외

Reliable mechanical fault detection with limited data is crucial for the effective operation of induction machines, particularly given the real-world challenges present in industrial datasets, such as significant imbalan…

Fault DetectionFault DiagnosisMeta-Learning

Thinking in Uncertainty: Mitigating Hallucinations in MLRMs with Latent Entropy-Aware Decoding

2026-03-09 · Zhongxing Xu, Zhonghua Wang, Zhe Qian, Dachuan Shi 외 arxiv

Recent advancements in multimodal large reasoning models (MLRMs) have significantly improved performance in visual question answering. However, we observe that transition words (e.g., because, however, and wait) are clos…

Visual Question Answering

Improved Estimation of Entropy for Evaluation of Word Sense Induction

2014-09-01 · CL 2014 9 · Linlin Li, Ivan Titov, Caroline Sporleder
Word Sense Induction

GeMoE: Gating Entropy is All You Need for Uncertainty-aware Adaptive Routing in MoE-based Large Vision-Language Models

2026-06-24 · Chaoxiang Cai, Minghe Weng, Jie Li, Yibo Jiang 외 arxiv

With the increase in model parameters and training data, the instruction following and generalization capabilities of Large VisionLanguage Models (LVLMs) have been significantly improved. Based on the Mixture of Experts …

Instruction Following

Thinking, Faithful and Stable: Mitigating Hallucinations in LLMs

2025-11-19 · Chelsea Zou, Yiheng Yao, Basant Khalil arxiv

This project develops a self correcting framework for large language models (LLMs) that detects and mitigates hallucinations during multi-step reasoning. Rather than relying solely on final answer correctness, our approa…

Reinforcement Learning