🤖 AI Summary
Large language models (LLMs) frequently generate factual errors in knowledge-intensive tasks, undermining their reliability. To address this, we propose Hierarchical Contrastive Decoding (HCD), a training-free, inference-time method that jointly models token types (e.g., punctuation, conceptual tokens) and layer-wise attention dynamics in Transformers. By analyzing attention distributions, HCD identifies characteristic layer patterns for key tokens and designs a token-aware local contrastive mechanism. It further introduces controlled degeneration—generating contrastive outputs under constrained perturbations—to produce discriminative signals that selectively suppress misleading attention paths during decoding. Crucially, HCD requires no architectural modifications or parameter updates. Evaluated on FACTKG, FEVER, and other factuality benchmarks, it consistently improves factual accuracy across diverse LLMs—including LLaMA-2, Qwen, and Mixtral—while maintaining high computational efficiency, broad model compatibility, and plug-and-play deployment.
📝 Abstract
Large language models (LLMs) excel at natural language understanding and generation but remain vulnerable to factual errors, limiting their reliability in knowledge-intensive tasks. While decoding-time strategies provide a promising efficient solution without training, existing methods typically treat token-level and layer-level signals in isolation, overlooking the joint dynamics between them. In this work, we introduce a token-aware, layer-localized contrastive decoding method that aligns specific token types with their most influential transformer layers to improve factual generation. Through empirical attention analysis, we identify two key patterns: punctuation tokens receive dominant attention in early layers, while conceptual tokens govern semantic reasoning in intermediate layers. By selectively suppressing attention to these token types at their respective depths, we achieve the induction of controlled factual degradation and derive contrastive signals to guide the final factual decoding. Our method requires no additional training or model modification, and experiments demonstrate that our method consistently improves factuality across multiple LLMs and various benchmarks.