paper-with-me

홈 › Papers

Tethered Reasoning: Decoupling Entropy from Hallucination in Quantized LLMs via Manifold Steering

2026-02-06 · Craig Atkinson arxiv

Quantized language models face a fundamental dilemma: low sampling temperatures yield repetitive, mode-collapsed outputs, while high temperatures (T > 2.0) cause trajectory divergence and semantic incoherence. We present HELIX, a geometric framework that decouples output entropy from hallucination by tethering hidden-state trajectories to a pre-computed truthfulness manifold. HELIX computes a Unified Truth Score (UTS) combining token-level semantic entropy with Mahalanobis distance from the manifold. When UTS indicates trajectory divergence, graduated steering vectors redirect activations toward structurally coherent regions while affecting only 0.2-2.5% of tokens. On 4-bit quantized Granite 4.0 H Small (32B/9B active, hybrid Mamba-Transformer): GSM8K maintains 88.84% accuracy at T = 3.0 (2.81pp degradation from T = 0.5); MMLU maintains 72.49% across 14,042 questions (1.24pp degradation). This demonstrates that high-temperature hallucination is primarily trajectory divergence rather than semantic collapse. Notably, steering the sparse Transformer attention layers (~10% of layers) is sufficient to correct drift in the Mamba-2 state-space formulation. Geometric tethering reveals a previously-masked High-Entropy Creative Reservoir. At T > 2.0, steered outputs exhibit 5-20% idea duplication versus 70-80% at conservative settings. Cross-architecture validation (Qwen3-30B-A3B MOE) confirms this phenomenon is architecture-independent, with 46.7% higher unique concept generation. HELIX acts as a syntax tether, enabling exploration of semantic diversity without violating the logical backbone required for valid output. This enables Multi-Temperature Synthesis, generating 200% more unique concepts than single-temperature inference.

📄 PDF Abstract BibTeX arXiv:2602.17691

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Entropy Allocation in LLM-based ASR: Understanding the Dynamics between Speech Encoders and LLMs

2026-04-09 · Yuan Xie, Jiaqi Song, Guang Qiu, Xianliang Wang 외 arxiv

Integrating large language models (LLMs) into automatic speech recognition (ASR) has become a dominant paradigm. Although recent LLM-based ASR models have shown promising performance on public benchmarks, it remains chal…

Speech Recognition

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

Cognitive Pivot Points and Visual Anchoring: Unveiling and Rectifying Hallucinations in Multimodal Reasoning Models

2026-04-11 · Zhe Qian, Yanbiao Ma, Zhuohan Ouyang, Zhonghua Wang 외 arxiv

Multimodal Large Reasoning Models (MLRMs) have achieved remarkable strides in visual reasoning through test time compute scaling, yet long chain reasoning remains prone to hallucinations. We identify a concerning phenome…

Multimodal ReasoningVisual Reasoning

Hallucinations in neural machine translation

2018-10-30 · NIPS Workshop IRASL 2018 · Anonymous

Neural machine translation (NMT) systems have reached state of the art performance in translating text and widely deployed. Yet little is understood about how these systems function or break. Here we show that NMT syst…

Data AugmentationDecoderHallucinationMachine Translation+2

Decoupling Perception from Reasoning for Hallucination-Resistant Video Understanding

2025-11-23 · Bowei Pu, Chuanbin Liu, Yifan Ge, Peicheng Zhou 외 arxiv

Video Large Language Models improve reasoning over complex videos by generating intermediate reasoning text. However, reliable reasoning depends on accurate video perception. In existing approaches, perception evidence i…