CLNov 5, 2025

COMPASS: Context-Modulated PID Attention Steering System for Hallucination Mitigation

arXiv:2511.14776v1h-index: 3
Originality Highly original
AI Analysis

This addresses the issue of factual inconsistency in LLMs for trustworthy deployment, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackled the problem of large language models generating factually incorrect statements by introducing COMPASS, a lightweight control framework that uses a PID controller to modulate attention heads during decoding, resulting in a 2.8 to 5.8 percent absolute reduction in contextual hallucination rates across benchmarks.

Large language models (LLMs) often generate fluent but factually incorrect statements despite having access to relevant evidence, a failure mode rooted in how they allocate attention between contextual and parametric knowledge. Understanding and steering this internal behavior is key both for trustworthy deployment and for scientific interpretability of model mechanisms. We introduce COMPASS (Context-Modulated PID Attention Steering System), a lightweight, interpretable control framework that embeds a model-based feedback loop directly within decoding. COMPASS quantifies context reliance via a transparent metric, the Context Reliance Score (CRS), which serves as an online probe of how attention heads ground generation in evidence. Using this interpretable signal, a PID controller dynamically modulates attention heads to maintain factual consistency without retraining or multi-pass decoding. Across benchmarks (HotpotQA, XSum, HaluEval, RAGTruth), COMPASS consistently reduces contextual hallucination rates (2.8 to 5.8 percent absolute) while revealing how distinct attention heads contribute to evidence alignment. These results highlight feedback-driven interpretability as a pathway toward scientific understanding of LLM behavior.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes