MoD reduces hallucinations in large vision-language models by measuring the Jensen-Shannon divergence between outputs from full and attention-masked image tokens and switching between complementary and contrastive decoding.
Attention-guided Self-reflection for Zero-shot Hallucination Detection in Large Language Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Hallucination has emerged as a significant barrier to the effective application of Large Language Models (LLMs). In this work, we introduce a novel Attention-Guided SElf-Reflection (AGSER) approach for zero-shot hallucination detection in LLMs. The AGSER method utilizes attention contributions to categorize the input query into attentive and non-attentive queries. Each query is then processed separately through the LLMs, allowing us to compute consistency scores between the generated responses and the original answer. The difference between the two consistency scores serves as a hallucination estimator. In addition to its efficacy in detecting hallucinations, AGSER notably reduces computational overhead, requiring only three passes through the LLM and utilizing two sets of tokens. We have conducted extensive experiments with four widely-used LLMs across three different hallucination benchmarks, demonstrating that our approach significantly outperforms existing methods in zero-shot hallucination detection.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Mixture of Decoding: An Attention-Inspired Adaptive Decoding Strategy to Mitigate Hallucinations in Large Vision-Language Models
MoD reduces hallucinations in large vision-language models by measuring the Jensen-Shannon divergence between outputs from full and attention-masked image tokens and switching between complementary and contrastive decoding.