Paper deep dive
The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages
Miso Choi, Seonga Choi, Mincheol Kwon, Woosung Joung, Jinkyu Kim, Jungbeom Lee
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 98%
Last extracted: 6/20/2026, 7:19:06 AM
Summary
The paper investigates the inheritance of 'context-truthfulness' in transformer attention heads across model lineages. The authors demonstrate that 'Truth Scores' (quantified via linear probing) are strongly preserved within model families (e.g., Vicuna to LLaVA, or Qwen2.5 to Qwen2.5-VL) even after instruction tuning or multimodal adaptation. This inheritance is linked to the preservation of attention-head weights in middle-to-deep layers. Based on this, they propose 'TruthProbe', a soft-gating mechanism that amplifies context-truthful heads to reduce hallucinations. TruthProbe effectively transfers knowledge from base LLMs to their MLLM descendants, improving performance on benchmarks like HaluEval, POPE, and CHAIR.
Entities (8)
Relation Signals (5)
TruthProbe â improves â HaluEval
confidence 100% · TruthProbe improves contextual truthfulness on HaluEval
Vicuna-7b â isancestorof â LLaVA-1.5
confidence 100% · including their multimodal descendants such as LLaVA-1.5
Qwen2.5 â isancestorof â Qwen2.5-VL-Omni
confidence 100% · Qwen2.5 family, including... Qwen2.5-VL-Omni
Truth Score â isusedby â TruthProbe
confidence 100% · TruthProbe, a soft-gating strategy that leverages the obtained Truth Scores
TruthProbe â reduceshallucinationin â POPE
confidence 100% · reduces multimodal hallucination on POPE
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Recent advances in large language models (LLMs) have produced many specialized multimodal LLMs (MLLMs) that share common foundational LLMs, forming distinct model lineages. It remains unclear whether a fundamental behavioral link exists between the foundational LLMs and downstream variants. We investigate this question by quantifying head-level context-truthfulness scores. Across diverse LLM and MLLM lineages, including Vicuna-, Qwen2.5-, LLaMA2-, and Mistral-based models, we find that Truth Scores are strongly preserved within model families, even after instruction tuning or multimodal adaptation. We further show that this inheritance is consistent with attention-head weight preservation, and that context-truthful heads attend to query-relevant evidence. Building on this finding, we propose TruthProbe, a soft-gating strategy that amplifies context-truthful heads while preserving other head contributions. TruthProbe improves contextual truthfulness on HaluEval and reduces multimodal hallucination on POPE and CHAIR, with base-LLM Truth Scores transferring effectively to their fine-tuned LLM and MLLM descendants. Code is available at this https URL.
Tags
Links
- Source: https://arxiv.org/abs/2606.15821v1
- Canonical: https://arxiv.org/abs/2606.15821v1
Trouble viewing inline? Open PDF directly â
Full Text
89,152 characters extracted from source content.
Expand or collapse full text
The Truth Stays in the Family: Enhancing Contextual Truthfulness via Inherited Heads in Model Lineages Miso Choi 1 Seonga Choi 1 Mincheol Kwon 1 Woosung Joung 1 Jinkyu Kim 1 2 Jungbeom Lee 1 Abstract Recent advances in large language models (LLMs) have produced many specialized mul- timodal LLMs (MLLMs) that share common foundational LLMs, forming distinct model lin- eages. It remains unclear whether a fundamen- tal behavioral link exists between the foun- dational LLMs and downstream variants. We investigate this question by quantifying head- level context-truthfulness scores. Across diverse LLM and MLLM lineages, including Vicuna-, Qwen2.5-, LLaMA2-, and Mistral-based mod- els, we find that Truth Scores are strongly pre- served within model families, even after in- struction tuning or multimodal adaptation. We further show that this inheritance is consistent with attention-head weight preservation, and that context-truthful heads attend to query-relevant evidence. Building on this finding, we propose TruthProbe, a soft-gating strategy that ampli- fies context-truthful heads while preserving other head contributions. TruthProbe improves contex- tual truthfulness on HaluEval and reduces multi- modal hallucination on POPE and CHAIR, with base-LLM Truth Scores transferring effectively to their fine-tuned LLM and MLLM descendants. Code is available athttps://github.com/ miso-choi/TruthProbe. 1. Introduction Recent advancements in large language models (LLMs) (Minaee et al., 2024) have given rise to a wide range of specialized models (Yin et al., 2024; Caffagni et al., 2024), all of which originate from a core foundational LLMs. This pattern reflects a broader trend: rather than building en- Accepted at ICML 2026. 1 Korea University, Seoul, Republic of Korea 2 Kakao Mobility Corp., Seongnam, Republic of Korea. Correspondence to: Jungbeom Lee <jbeomlee@korea.ac.kr>. Proceedings of the43 rd International Conference on Machine Learning, Seoul, South Korea. PMLR 306, 2026. Copyright 2026 by the author(s). tirely new models from scratch, base LLMs are often re- fined through fine-tuning or multimodal extensions to serve domain-specific needsâranging from mathematical reason- ing (Yang et al., 2024) to vision-language understanding (Zhang et al., 2025), or even multi-sensory processing (Xu et al., 2025). Such evolutionary trajectories highlight that many advanced multimodal LLMs (MLLMs) share a clear lineage with their base LLMs. While these architectural advancements have significantly expanded the functional capabilities of LLMs and MLLMs, their deployment to the real world remains challenged by a critical bottleneck: hallucination (Kalai et al., 2025; Zhou et al., 2024)âthe generation of factually incorrect or con- textually inconsistent information. As these models move from research benchmarks to real-world integration, such as autonomous driving and userâs decision making process, ensuring their reliability has become a paramount concern. This raises a fundamental, yet unexplored, question: Does a fundamental behavioral link exist between de- rived MLLMs and their foundational LLMs? Uncov- ering this connection could enable the development of a systemic framework for enhancing truthfulness across an entire model family. While prior work has introduced var- ious hallucination-mitigation strategies (Zhou et al., 2024; Yang et al., 2025b; Huang et al., 2024; Xing et al., 2024; Li et al., 2023c; Lyu et al., 2024), they often treat models as isolated instances, overlooking the persistent functional roles that specific attention heads may maintain when a base LLM is adapted into downstream variants. We hypothe- size that specific attention heads are specialized in encoding context-faithful information and that this âtruthfulness traitâ is preserved within model lineages. To test this, we employ a linear probing methodology, inspired by previous work (Li et al., 2023c), to quantify the degree of context-truthfulness across different attention heads. We primarily analyze the Vicuna-7B (Chiang et al., 2023) and Qwen2.5 (Qwen et al., 2025) families, including their multimodal descendants such as LLaVA-1.5 (Liu et al., 2024a), LLaVA-NeXT (Liu et al., 2024b), Qwen2.5-VL-Instruct (Bai et al., 2025b), and Qwen2.5-VL-Omni (Xu et al., 2025). Beyond these repre- sentative MLLM families, we further examine fine-tuned LLM lineages, such as Qwen2.5-7B/Qwen2.5-7B-Instruct 1 arXiv:2606.15821v1 [cs.CL] 14 Jun 2026 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages 0.98 0.97 0.82 0.86 0.92 0.9 0.77 0.86 0.89 0.88 0.84 0.78 0 0.2 0.4 0.6 0.8 1 1.2 LLaVA-1.5LLaVA-NeXTQwen2.5-VL-InstQwen2.5-VL-Omni Dataset (a)Dataset (b)Dataset (c) Single-dataset Probing (Correlation with base LLMs) Correlation of Truth Scores 0.62 0.64 0.08 0.57 0.51 0.04 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 LLaVA-1.5LLaVA-NeXTMistral-7B Cross-dataset Probing (Correlation with Vicuna-7B) Dataset (d)Dataset (e) Figure 1. Correlation of Truth Scores under Single- and Cross-dataset Probing. Left: Within the same model family, Truth Scores remain highly correlated between base LLMs and their multimodal descendants across different probing setups. Right: This alignment persists under cross-dataset probing within the Vicuna family, whereas the unrelated Mistral-7B shows near-zero correlation. For probing dataset setups, please refer to Tab. 5 and Tab. 6 in the Appendix A. and LLaMA2/Vicuna-7B, as well as additional multimodal lineages including Mistral-7B-Instruct-v0.2/LLaVA-Med in the Appendix. This broader evaluation allows us to exam- ine whether head-level context-truthfulness is preserved not only in a single model family, but across diverse fine-tuned LLM and MLLM lineages. Our analysis reveals the key property within model families: Inheritance. We find that MLLMs exhibit a high correlation in Truth Scores with their base LLMs, despite additional multi-modal training. Remarkably, even when models are probed using entirely different data sources, those belong- ing to the same model family maintain substantially higher truthfulness correlations compared to unrelated families. This finding suggests that the truthfulness-related behavior of attention heads is largely preserved when a base LLM is adapted into downstream variants. We further provide mech- anistic evidence for this inheritance by analyzing parameter- level weight drift: within-family fine-tuning induces only minor changes to attention-head weights, whereas unrelated model families exhibit substantially larger parameter-space divergence. This weight-preservation pattern offers a plau- sible explanation for why Truth Score distributions remain aligned within a lineage but collapse across unrelated fami- lies. Building on these insights, we propose TruthProbe, a soft- gating strategy that leverages the obtained Truth Scores to amplify the influence of context-truthful heads, thereby ensuring that the modelâs final outputs are more faithfully grounded in the given context. Unlike hard masking, our approach preserves the contribution of all heads while softly increasing the influence of heads with stronger context- truthfulness signals. Rather than simply evaluating this mechanism on a single model, we demonstrate that it gener- alizes consistently across models sharing the same backbone. In particular, Truth Scores derived from a base LLM can act as a âplug-and-playâ soft gate for downstream models in the same lineage, including instruction-tuned LLMs and MLLMs. Our results across HaluEval (Li et al., 2023b), POPE (Li et al., 2023d), and CHAIR (Rohrbach et al., 2018) bench- marks suggest that we have identified a shared reliability mechanism: a lightweight plug-in gating mechanism that remains effective across multimodal and fine-tuned vari- ants derived from the foundational model. On LLMs, Truth- Probe improves contextual truthfulness on HaluEval; on MLLMs, it improves object-presence reasoning on POPE and reduces object hallucination in image captioning on CHAIR. We further show that Truth Scores obtained from a base LLM achieve comparable gains to those obtained by directly probing the corresponding MLLM, demonstrat- ing their transferability across model lineages. In addition, our attention-overlay analysis shows that context-truthful heads attend to query-relevant visual evidence, whereas low- truthfulness heads tend to exhibit weakly semantic attention patterns. Together, these results indicate that inherited Truth Scores capture functionally meaningful grounding behavior, rather than serving merely as statistical artifacts. By uncovering this inheritance, we provide a principled foundation for improving truthfulness across entire model families, moving beyond individual fixes toward a more systemic understanding of model reliability. Our contributions are summarized as follows: âą Identifying the Identity of Context-Truthful Heads. We measure how well each transformer head grounds responses in the context, yielding a Context- Truthfulness Score (Truth Score). âąDiscovering the Inheritance of Context-Truthful Heads. Single- and cross-dataset analyses show that Truth Scores are strongly correlated within model fam- ilies, indicating preservation of context-truthful heads 2 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Figure 2. Layer-wise weight drift measured by the Frobenius norm of weight differences. (Left) Vicuna-7B vs. LLaVA-1.5, (Right) Vicuna-7B vs. LLaVA-NeXT. Figure 3. Comparison of weight drift be- tween within-family models (Vicuna-7B vs. LLaVA-1.5/LLaVA-NeXT) and cross- family models (Vicuna-7B vs. Mistral-7B). when base LLMs are fine-tuned into LLMs or MLLMs. âąProviding Mechanistic Evidence for Inheritance and Behavioral Analysis of Truthful Heads. We show that this inheritance is consistent with parameter- level weight preservation within model families, and further verify through attention-overlay analysis that context-truthful heads attend to query-relevant evi- dence. âą Soft-Gating for Truthfulness Enhancement. We pro- pose TruthProbe, a soft-gating strategy using Truth Scores to improve model truthfulness, and demonstrate that Truth Scores from base LLMs can be effectively transferred to fine-tuned LLMs and MLLMs, yielding gains on HaluEval, POPE, and CHAIR. 2. Discovering Inherited Truthful Heads 2.1. Measuring Head-level Context Truthfulness We aim to identify attention heads that support context- grounded truthful reasoning. While prior work (Li et al., 2023c; Baek et al., 2026) shows that truthfulness-related concepts can be represented in activation space, our focus is different: we ask whether individual attention heads faith- fully incorporate the provided context, rather than merely retrieving parametric knowledge. This distinction is particu- larly important for MLLMs, where a truthful answer often depends on grounding in the given visual evidence. To quantify this property, we define a head-level Truth Score. For this setting, we structure the input asx = x context , x question , x answer ,wherex context can be text of world knowledge or the real image andx answer can be truth- ful answers or hallucinated ones. We probe the activations at the final answer token, based on the assumption that, in an auto-regressive model, this position encodes the ac- cumulated features from all preceding tokens. The probe of each head is trained as a binary classifier to determine whether the head reliably incorporates the given context or contributes misleading information. The validation accuracy of this probe is used as the Truth Score of the head. A high Truth Score indicates that the head output at the final answer token contains linearly decodable signals that distinguish truthful answers from hallucinated ones, given the preceding context. Thus, the Truth Score serves as a di- agnostic measure of how strongly each head representation reflects truthfulness-relevant information conditioned on the given context. We use these scores in two ways: first, to ana- lyze whether such truthfulness-relevant head representations are preserved within model families, and second, to con- struct the soft head-gating mechanism to enhance modelsâ truthfulness. The full probing protocol, including dataset construction, trainâvalidation split, and cross-validation, is provided in Appendix A. 2.2. Truthful Heads Are Preserved Within Model Families We next examine whether the head-level truthfulness struc- ture identified in a base LLM is preserved after the model is adapted into multimodal descendants. Specifically, we ask whether the heads that contain truthfulness-relevant sig- nals in a foundational LLM remain aligned with those in its fine-tuned MLLMs. To answer this question, we analyze two representative model families: the Vicuna family, including Vicuna-7B (Chiang et al., 2023), LLaVA-1.5 (Liu et al., 2024a), and LLaVA-NeXT (Liu et al., 2024b), and the Qwen2.5 family, including Qwen2.5-7B (Qwen et al., 2025), Qwen2.5-VL- Instruct (Bai et al., 2025b), and Qwen2.5-VL-Omni (Xu et al., 2025). For each model, we compute head-level Truth Scores and compare their distributions across models within the same family. As shown in Fig. 1, Truth Scores exhibit strong within- family alignment. In the single-dataset setting, base LLMs and their multimodal descendants show consistently high correlations, ranging from approximately0.77to0.98. This 3 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages r c : reshape : concat Qwen-2.5 Vicuna-7B LLaVA-1.5 LLaVA-NeXT Qwen-2.5-VL -Instruct Qwen-2.5-VL -Omni (1) Inheritance of Context-Truthful Heads(2) Soft-Gating for Truthfulness Enhancement í í í í+í MLP Multi-head Attention Transformer Block r c í í í Input Hidden Foundational LLMs Finetuned MLLMs Truthfulness Soft Gate í í í Figure 4. (1) Heatmaps of head-level Truth Scores for two model families. Vicuna-based models (Top) and Qwen2.5-based models (Bottom). The heatmaps visually confirm that finetuned MLLMs exhibit Truth Score distributions highly consistent with those of their foundational LLMs, suggesting an inheritance of truthfulness traits. (2) Overview of the proposed TruthProbe mechanism. Soft gating refines the residual pathway by modulating individual head contributions based on their estimated Truth Scores, thereby promoting context-truthful reasoning. indicates that multimodal fine-tuning largely preserves the head-level structure associated with context-truthfulness. The preservation is observed not only when LLMs and MLLMs are probed with comparable textual inputs, but also when the probing setup includes multimodal inputs. We further evaluate this inheritance under a cross-dataset setting, where LLMs and MLLMs are probed using differ- ent datasets and modalities. Although this setting introduces a stronger distribution shift, within-family correlations re- main substantially higher than cross-family correlations. For example, Vicuna-7B and its LLaVA descendants maintain correlations of approximately0.51â0.64, whereas Mistral- 7B (Jiang et al., 2023), an unrelated model family, shows near-zero correlation (0.04â0.08) with Vicuna-7B. This con- trast suggests that truthful heads are not universally shared across independently pretrained models, but are instead or- ganized in a lineage-specific manner. Taken together, these results reveal an inheritance property of context-truthful heads: fine-tuned MLLMs preserve the head-level truthfulness structure of their foundational LLMs. This finding motivates a family-level intervention strategy, where Truth Scores estimated from a base LLM can be reused to guide its downstream LLM or MLLM variants without probing each descendant model from scratch. De- tailed probing datasets, correlation computation, and dataset- specific settings are provided in Appendix A. 2.3. Mechanistic Evidence: Inheritance Follows Weight Preservation To better understand why truthful heads are preserved, we analyze the layer-wise weight differences between the base LLM, Vicuna-7B, and its multimodal variant, LLaVA-1.5 and LLaVA-NeXT. We measure layer-wise Frobenius norm of weight differences, as in Fig. 2, showing drift is concen- trated in early layers. Prior work (Zheng et al., 2024) suggests early layers process input signals, whereas deeper layers handle reasoning and high-level semantic integration. In our analysis, we find that truthful headsâidentified by high Truth Scoresâare pre- dominantly located in middle to deeper layers (e.g., 80.0% of Top-20 truthful heads in LLaVA-1.5 are located in layers 10-31.), indicating that they are associated with context-level reasoning rather than low-level feature extraction. Combin- ing these, we argue that truthful heads are preserved as they reside in minimally modified layers, leading to the observed inherited Truth Scores. We further quantify the overall degree of parameter drift using the Frobenius norm of weight differences averaged across layers and heads, as shown in Fig. 3. We find a clear contrast: within the same family (e.g., Vicuna-7Bâ LLaVA-1.5 / LLaVA-NeXT), the averaged Frobenius norm is extremely small (â 0.03), indicating that the attention- head parameters are largely preserved during fine-tuning. In contrast, across unrelated families (e.g., Vicuna-7B vs. Mistral-7B), the norm is substantially larger (â 1.01), re- flecting a much larger architectural/parameter-space diver- gence. This parameter-level preservation provides a plau- 4 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages sible explanation for why head-level Truth Score patterns remain aligned within a model family, while such alignment collapses across unrelated families. This observation is also consistent with prior findings (Za- ken et al., 2022; Hu et al., 2022; Aghajanyan et al., 2021) that Transformer fine-tuning tends to induce low-rank and localized updates, modifying only a small subset of parame- ters while preserving much of the original structure. This result supports our interpretation at the parameter level: (1) within-family fine-tuning induces only minor changes to the attention-head weights, providing a plausible expla- nation for why Truth Score patterns remain aligned within a lineage. (2) In contrast, unrelated model families exhibit substantial parameter-space divergence, which is consistent with the near-zero cross-family correlation of Truth Scores observed in Sec. 2.2. 3. TruthProbe: leveraging Inherited Truth Scores for Soft Head Gating Building on the analyses in Sec. 2.1 and 2.2, we introduce TruthProbe as illustrated in Fig. 4, a refinement strategy that uses the identified Truth Scores of attention heads to guide model behavior. TruthProbe selectively increases the influence of highly truthful heads and attenuates less reliable ones, steering the residual stream toward context-faithful signals. This targeted adjustment aims to improve the overall truthfulness of models without altering their core architec- ture. Soft Head Gating for Truthfulness Amplification. To further refine the residual pathway with respect to context-faithful reasoning, we propose a soft gating mech- anism that amplifies or attenuates the contribution of each attention head according to its estimated truthfulness score. Unlike hard masking, which discards information from un- trusted heads, our approach preserves the expressive capac- ity of multi-head attention (MHA) while softly steering the residual stream toward reliable signals. Formally, in a Transformer layerl, the attention output o h l âR d is modulated before the residual connection, as pre- sented in Fig. 4 (2). To apply the Truth Score as a soft gate, o l is reshaped into head-wise componentso h l âR n h Ăd h , wheren h andd h denote the number of heads and the head dimension, respectively. Each component is then scaled by its corresponding gate valueg h l âR n h . The gated represen- tations are subsequently concatenated and added back to the residual stream, thereby modulating each headâs contribu- tion according to its Truth Score: x l+1 = x l + Concat H h=1 (g h l · o h l ),(1) g h l = 1 + λ· norm(S),(2) Here,g h l denotes the soft gate for headhat layerl, pa- rameterized by the normalized Truth ScoreSand scaled by a parameterλ. Specifically, when the norm-based score Sis larger, the corresponding head output is amplified be- yond the baseline level, whereas smaller values reduce its relative impact. This formulation enables the model to se- lectively strengthen more reliable heads while suppressing less informative ones. Importantly, the proposed soft gating mechanism ensures that all heads remain active; their in- fluence on the residual connection is adaptively modulated in proportion to their truthfulness score, thereby preserving diversity while promoting context-faithful reasoning. By embedding this gating mechanism into the residual up- date, the model effectively prioritizes trustworthy contex- tual cues without sacrificing the diversity of representations contributed by different heads. This design allows Multi- modal Large Language Models (MLLMs) to more faithfully propagate context-grounded information and mitigates the propagation of misleading or hallucinated activations. 4. Experiments In this section, we focus on the core evaluation of Truth- Probe: validating Truth Scores on LLMs, transferring base- LLM Truth Scores to finetuned MLLMs, and extending the same transfer to finetuned LLMs. Beyond these main results, we provide extensive additional experiments and analyses in the Appendix. We include com- parison with ITI (Li et al., 2023c) (§ I), the ablation of attention-head gating (§ F), the practical benefit of our ap- proach (§ G), further attention-pattern visualizations of truth- ful heads (§ H). Finally, we investigate statistical robustness (§ J), and low-resource generalization (§ L), cross-family alignment (§ K) and extend the evaluation to additional model families and sizes (§ M), and benchmarks (§ N). 4.1. Experimental Setting Baseline Models. To investigate the transferability of truthfulness heads across model families, we focus on mod- els that share a common backbone. Specifically, we use Vicuna-7B (Chiang et al., 2023) as the base LLM and evaluate its fine-tuned counterparts, LLaVA-1.5 (Liu et al., 2024a) and LLaVA-NeXT (Li et al., 2024). In parallel, we conduct experiments on the Qwen2.5 family, comparing the base Qwen2.5 (Qwen et al., 2025) model with its vi- sionâlanguage variants, Qwen2.5-VL-Instruct (Bai et al., 2025b) and Qwen2.5-VL-Omni (Xu et al., 2025). For ex- periments on the inheritance of truthfulness in fine-tuned 5 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages LLMs, we also include instruction-tuned models: Qwen2.5- 7B-Instruct and Vicuna-7B, whose respective base LLMs are Qwen2.5-7B and LLaMA2-7B (Touvron et al., 2023). This setup allows us to systematically analyze whether the identified truthful components remain consistent when mod- els are adapted to multimodal tasks or instruction-finetuned LLMs within the same architectural lineage. Probing Dataset for Truth Scores used in Soft Gating. For Truth Scores used in Soft Gating, we use two prob- ing datasets: a subset (292 samples) of HaluEval (Li et al., 2023b) for LLM Truth Scores; and RLHF-V (Yu et al., 2024), using only its questionâanswer split (2,726 samples), for MLLM Truth Scores. We use a larger dataset for MLLMs because their visual processing produces substantially more tokens, requiring more samples to obtain stable and reliable Truth Scores. All Truth Scores are computed using 5-fold cross-validation to ensure robustness. Evaluation Benchmarks for Hallucination Mitigation. HALUEVAL (Li et al., 2023b) is a large-scale hallucina- tion benchmark composed of task-specific datasets (e.g., QA) generated from sources such as HotpotQA (Yang et al., 2018), and general user queries paired with multiple LLM responses. We use the question-answering split, where the model must distinguish factual answers from hallucinated ones. For our setting, 292 samples are used for linear prob- ing to obtain Truth Scores, and evaluation for Tab. 1, 4 is performed on the remaining 9,708 samples. Since answer selection is randomized in the original pipeline, we con- struct three evaluation sets using different random seeds and report the mean across them. POPE (Li et al., 2023d) is designed to assess whether MLLMs accurately identify object presence in images through a binary classification format. We evaluate our method on POPE, which leverages data sourced from MSCOCO (Lin et al., 2014) and A-OKVQA (Marino et al., 2019). For each dataset source, we report the mean of three splits: random, popular, and adversarial. CHAIR (Rohrbach et al., 2018) is designed to evaluate object hallucination in image captioning task. It comprises of two standard metrics:CHAIR I , the proportion of object mentions that are hallucinated, andCHAIR S , the proportion of sentences that contain hallucinated objects. We randomly sampled 500 images from COCO 2014 validation set. Implementation Details. All model outputs are gener- ated using greedy decoding. For the soft gating mechanism, we use scaling parameterλand a normalization method to control the effect of the Truth Score. Specifically, we use centered normalization for HaluEval and CHAIR bench- marks, and min-max normalization for POPE. We adopt identicalλvalues across the different POPE data sources to Table 1. Validation of Truth Scores. Comparison between vanilla LLM models and our truth-enhanced models on the HALUEVAL benchmark, where Truth Scores are obtained via Linear Probing. HaluEval ModelAccF1PrecRec Vicuna-7B (Chiang et al., 2023) Baseline38.8913.3722.939.44 + TruthProbe LLM 38.5329.1534.3825.30 Qwen2.5 (Qwen et al., 2025) Baseline27.6536.6932.6041.96 + TruthProbe LLM 35.0446.5439.5256.59 Table 2. TruthProbe performance in finetuned MLLMs on POPE.TruthProbe LLM uses Truth Scores obtained from each modelâs base LLM (Vicuna-7B for LLaVA-1.5 and LLaVA- NeXT; Qwen2.5 for Qwen2.5-VL-Inst and Qwen2.5-VL-Omni). TruthProbe MLLM uses Truth Scores derived directly from the corre- sponding MLLMs. (Bold = best, Underline = second best.) POPE(COCO)POPE(A-OKVQA) MethodAccF1RecAccF1Rec LLaVA-1.5 (Liu et al., 2024a) Baseline86.9 85.8 79.186.3 86.587.8 + TruthProbe LLM 86.785.880.185.786.390.1 + TruthProbe MLLM 86.885.879.686.186.589.0 LLaVA-NeXT (Li et al., 2024) Baseline87.7 86.5 78.887.487.486.8 + TruthProbe LLM 88.387.380.987.788.089.7 + TruthProbe MLLM 88.287.280.187.787.989.5 Qwen2.5-VL-Instruct (Bai et al., 2025b) Baseline87.686.378.287.4 87.286.0 + TruthProbe LLM 88.187.079.987.887.887.7 + TruthProbe MLLM 88.187.080.087.787.787.4 Qwen2.5-VL-Omni (Xu et al., 2025) Baseline85.1 84.7 75.087.0 87.484.7 + TruthProbe LLM 87.386.077.787.887.887.1 + TruthProbe MLLM 87.185.777.387.787.686.7 ensure reproducibility. Detailed settings are provided in the Appendix C. 4.2. Evaluation of the Proposed Methods Validation of Truth Scores.To validate the effectiveness of our proposed TruthProbe, we first validate their impact of enhancing truthfulness on LLMs. We obtain the Truth Scores for each LLMsâVicuna-7B and Qwen2.5âby per- forming linear probing on a subset of the HaluEval dataset as in Section 2.1. These scores are then applied as a soft gate to the same model. We evaluate the modelsâ truthfulness on the remaining portion of the HaluEval benchmark, ensuring a clean evaluation without any leakage from the probing phase. As demonstrated in Table 1, applying our method 6 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages significantly enhances performance, with the models show- ing an improved ability to judge the truthfulness of given sequences. These results highlight two takeaways: (i) the increased performance by applying a modelâs own Truth Scores back to itself validates that the scores accurately capture truthfulness, and (i) even a small probing subset is sufficient to identify and reweight head-level signals to better ground the model in the given context. Truth Scores Transferability Within MLLM Fami- lies. Building upon our findings that the Truth scores of base LLMs and their finetuned MLLMs are highly cor- relatedâeven finetuned or probed with different modali- tiesâwe explored the transferability of Truth Scores within model families. We applied the Truth Scores obtained from the base LLMs (Vicuna-7B and Qwen2.5) as a soft gate to their corresponding finetuned MLLMs. Our experiments included LLaVA-1.5 and LLaVA-NeXT (finetuned from Vicuna-7B), as well as Qwen2.5-VL-Instruct and Qwen2.5- VL-Omni (finetuned from Qwen2.5). In Tab. 2, we evaluated TruthProbe on the POPE benchmark and observe improved performance over the vanilla models in most cases. Performance gains are primarily reflected in the Recall metric, demonstrating that our soft gate amplifies the contributions of context-faithful heads while maintaining the influence of the remaining heads. Furthermore, we assess the effectiveness of our method in generating context-faithful image descriptions on the CHAIR benchmark (Tab. 3). The reduced hallucination rates (lower values indicate fewer hallucinations) demonstrate that our approach enhances truthfulness not only in multi- modal QA, but also in text generation tasks. In both results (Tab. 2, 3), the performance of TruthProbe MLLM was comparable to that ofTruthProbe LLM . This result suggests that Truth Scores obtained from base LLMs can be effectively transferred to their finetuned MLLM counterparts. It also highlights the potential for a unified approach: leveraging the Truth Scores from a single base LLM to enhance the truthfulness of multiple special- ized MLLMs derived from the same foundation. Truth Scores Transferability Within LLM Families. We use instruction-finetuned LLMsâQwen2.5-7B-Instruct and Vicuna-7Bâas baselines, with Qwen2.5-7B and LLaMA2-7B as their respective base LLMs. Truth Scores are obtained by probing each base LLMs on a subset and applied to the finetuned models, with evaluation conducted on the remaining portion of the HaluEval benchmark, using the same experimental setup as in Tab. 1. Results in Tab. 4 indicate that applying the TruthProbe from the base LLM significantly improves the modelâs ability to discern contex- tual truthfulness. Notably,TruthProbe Base LLM to Vicuna-7B Table 3. TruthProbe performance in finetuned MLLMs on CHAIR. Results on object hallucination in image description setting, where models are prompted with âPlease describe this image in detail.â (max 64 tokens). Performance is measured using CHAIR I andCHAIR S , where lower values indicate fewer halluci- nated objects. (Bold = best, Underline = second-best.) CHAIR MethodCHAIR I (â)CHAIR S (â) LLaVA-1.5 (Liu et al., 2024a) Baseline6.9923.00 + TruthProbe LLM 5.3617.40 + TruthProbe MLLM 6.2021.60 LLaVA-NeXT (Li et al., 2024) Baseline6.9113.40 + TruthProbe LLM 4.9411.20 + TruthProbe MLLM 6.5612.60 Qwen2.5-VL-Instruct (Bai et al., 2025b) Baseline6.1413.20 + TruthProbe LLM 5.5612.20 + TruthProbe MLLM 5.267.80 Qwen2.5-VL-Omni (Xu et al., 2025) Baseline5.2611.40 + TruthProbe LLM 5.9410.80 + TruthProbe MLLM 5.5411.00 Table 4. TruthProbe performance in finetuned LLMs on HaluE- val. We compare vanilla instruction-tuned LLMs with their truth- enhanced models (TruthProbe Base LLM ), where the Truth Scores are derived from the corresponding base LLMsâQwen2.5 for Qwen2.5-7B-Instruct, and LLaMA2-7B for Vicuna-7B. HaluEval MethodAccF1PrecRec Qwen2.5-7B-Instruct (Bai et al., 2025b) Baseline34.9016.2922.7912.68 + TruthProbe Base LLM 37.3517.2425.3613.05 Vicuna-7B (Chiang et al., 2023) Baseline38.8913.3722.939.44 + TruthProbe Base LLM 48.4757.1748.9068.82 significantly improves performance, even surpassing the re- sults obtained by applying Truth Scores derived from the finetuned Vicuna-7B itself (refer Tab. 1). This indicates that truthfulness inheritance emerges not only in fine-tuned MLLMs, but also in fine-tuned LLMs. 5. Analysis Truthful Heads Attend to Query-Relevant Evidence. To investigate this, we analyze where different heads at- tend in the image by visualizing their attention patterns. A direct visualization of the original attention maps, however, 7 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Figure 5. Attention pattern comparison between truthful and non-truthful heads. The left three columns show the Top-3 truthful heads, while the right three columns show the Bottom-3 (non-truthful) heads. The first row presents the 24Ă24 attention maps (from the final query to visual tokens), and the second row shows the corresponding attention overlaid on the image. Who is wearing the dress? What is hanging above the chalkboard? is dominated by attention sink tokens, i.e., tokens that con- sistently receive high attention regardless of the query. This phenomenon has been discussed in prior work (Darcet et al., 2024), which shows that Transformers tend to aggregate attention into a small set of irrelevant tokens. As a result, raw attention maps obscure head-specific behaviors. To address this issue, we adopt the relative attention formu- lation of (Khayatkhoei et al., 2025). Specifically, we nor- malize the attention induced by a given query (e.g., âWho is wearing the dress?â) with respect to a general query (e.g., âWrite a general description of the image.â), allowing us to isolate query-dependent attention patterns. In Fig. 5, we visualize both attention maps (obtained from LLaVA-1.5) and their overlays on the image. Using the Truth Score (obtained by probing the base LLM, Vicuna- 7B), we compare Top-k (k=3) truthful heads and Bottom-k (k=3) non-truthful heads in LLaVA-1.5. The visualization corresponds to attention from the final query token to visual tokens (24Ă24 grid). From these results, we identify two distinct attention behav- iors that separate truthful heads from non-truthful heads. 1. Truthful heads exhibit semantically meaningful and query-dependent attention. They focus on regions directly relevant to the query (e.g., the referenced object or person) and show spatially selective patterns that depend on the query, aligning with the importance of region-level under- standing in vision-language models (Lee et al., 2024). This indicates their role in grounding the modelâs responses by attending to credible visual evidence, rather than amplifying generic features. 2. Non-truthful heads exhibit largely position-dependent attention patterns that are weakly tied to the query se- mantics. Their attention often forms diagonal or striped structures that remain nearly unchanged across different queries. Since these heads are mostly located in early layers (e.g., layer 0), where cross-modal alignment is limited, their behavior appears to reflect positional or structural biases in the visual grid rather than query-specific visual grounding. Overall, this comparison highlights a clear mechanistic distinction: truthful heads demonstrate query-dependent, evidence-focused attention, whereas non-truthful heads largely reflect early-stage representation processing rather than direct semantic grounding. 6. Related Works 6.1. Hallucination Mitigation in Large and Vision Language Models Hallucination in Multi-modal Large Language Models (MLLMs) refers to the generation of text that is inconsistent 8 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages with the visual input, and numerous studies (Zhou et al., 2024; Yang et al., 2025b; Huang et al., 2024; Park et al., 2025; Xing et al., 2024) have analyzed its causes and pro- posed methods to address it. Recent literature identifies several underlying causes for these errors, including the inherent limitations of training and evaluation procedures rewarding guessing over acknowledging uncertainty (Kalai et al., 2025) and over-reliance on statistical subsequence as- sociations rather than faithful ones (Sun et al., 2025). These initial errors often âsnowballâ as the model attempts to main- tain self-consistency in auto-regressive generation (Zhang et al., 2024b). To mitigate these problems, one prominent line of research focuses on training-free interventions dur- ing the inference stage. These methods (An et al., 2025; Huo et al., 2025; Wang et al., 2025; Duan et al., 2025) manipulate the output distribution or apply self-correction mechanisms without modifying the modelâs weights. Alter- natively, training-based approaches aim to fundamentally align the modelâs visual understanding with its linguistic output by integrating high-quality supervision and feed- back mechanisms directly into the optimization process. Rather than simple architectural tweaks, these strategies refine visual-textual alignment by employing phrase-level alignment losses to ensure precise grounding (Sarkar et al., 2025), integrating rationale learning through reflective in- struction tuning (Sun et al., 2024) or employing preference learning frameworks (Zhang et al., 2024a) such asâRLHF (Ouyang et al., 2022) and DPO (Rafailov et al., 2023)âto explicitly penalize inconsistent mappings. 6.2. Attention-based Approaches in Large Language and Vision-Language Models Given the transformer-based architecture of MLLMs, the attention mechanism serves as the primary focal point for understanding and controlling how models integrate visual and textual information. One line of research (Liu et al., 2024c; Jung et al., 2025) focuses on attention recalibra- tion during the decoding stage to alleviate hallucinations, demonstrating that increasing the attention weights assigned to visual tokens can significantly reduce the over-reliance on linguistic priors. Similarly, (Chuang et al., 2024) identifies contextual hallucinations by measuring the ratio of attention between the input context and the modelâs own generation. Another line of research (Huang et al., 2024; Kang et al., 2025a) addresses the âattention sinkâ phenomenonâwhere specific tokens receive disproportionately high attentionâto prevent the model from ignoring critical visual evidence. Beyond these overall attention patterns, a more granular line of research investigates the functional specialization of individual attention heads and layers. In the LLM do- main, studies such as (Li et al., 2023c) and (Wu et al., 2025) employ linear probing or custom scoring functions to iden- tify heads responsible for truthfulness or retrieving relevant context, respectively. This head-level analysis has been ex- tended to MLLMs to pinpoint âhallucination headsâ that exhibit a strong bias toward textual tokens over visual ones. For example, (Yang et al., 2025b) finds that such heads are primarily concentrated in the middle and deeper layers. Further, (Jiang et al., 2025) interprets object hallucinations through an attention lens by showing that problematic visual processing in the middle layers leads to hallucinated object predictions. Furthermore, works like (Nam et al., 2025) and (Kang et al., 2025b) suggest that transformer-based models contain only a sparse subset of attention heads that are crit- ical for specific tasks (e.g., visual grounding), providing a foundation for developing targeted, head-wise interventions to enhance model performance and truthfulness. 7. Conclusion Our work shows that context-truthful heads are inherited within model lineages, supported by attention-head weight preservation. Building on this property, we introduce Truth- Probe, a soft head-gating method that reuses base-LLM Truth Scores to improve contextual truthfulness and reduce multimodal hallucination. Results on HaluEval, POPE, and CHAIR demonstrate that inherited Truth Scores enable a lightweight, transferable intervention for improving reliabil- ity across related LLMs and MLLMs. Impact Statement This work improves the truthfulness and reliability of Multi- modal Large Language Models (MLLMs), where halluci- nations may cause harm in real-world applications such as autonomous driving, medical assistance, and legal decision- making. By identifying inherited truthfulness traits within model lineages, our method offers a scalable way to en- hance reliability across related LLMs and MLLMs without retraining each downstream model. This contributes to the broader goal of AI alignment, ensuring that as models evolve and branch out, they maintain a consistent level of factual grounding. Nevertheless, TruthProbe does not fully eliminate hallucina- tions. We therefore caution against deploying such models in high-stakes settings without human oversight, and encour- age the community to view model reliability as a persistent characteristic to be preserved throughout a modelâs evolu- tionary history. Acknowledgements This work was supported by the National Research Foun- dation of Korea(NRF)(RS-2026-25488668, 10%) and Insti- tute of Information & communications Technology Plan- ning & Evaluation(IITP) under the Leading Generative 9 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages AI Human Resources Development(IITP-2026-RS-2024- 00397085, 20%) grant, the artificial intelligence star fellow- ship support program to nurture the best talents (IITP-2026- RS-2025-02304828, 40%) grant, and IITP-ICT Creative Consilience Program grant (IITP-2026-RS-2020-I201819, 20%) funded by the Korea government(MSIT). This re- search was also supported by the AI Computing Infras- tructure Enhancement (GPU Rental Support) User Support Program funded by the Ministry of Science and ICT (MSIT), Republic of Korea. References Aghajanyan, A., Gupta, S., and Zettlemoyer, L. Intrinsic dimensionality explains the effectiveness of language model fine-tuning. In Proceedings of the 59th annual meeting of the association for computational linguistics and the 11th international joint conference on natural language processing (volume 1: long papers), p. 7319â 7328, 2021. An, W., Tian, F., Leng, S., Nie, J., Lin, H., Wang, Q., Chen, P., Zhang, X., and Lu, S. Mitigating object hallucinations in large vision-language models with assembly of global and local attention. In CVPR, 2025. Baek, K., Lew, J., Shin, C., Lee, J., and Yoon, S. Diagnosing and correcting concept omission in multimodal diffusion transformers. ICML, 2026. Bai, S., Cai, Y., Chen, R., Chen, K., Chen, X., Cheng, Z., Deng, L., Ding, W., Gao, C., Ge, C., et al. Qwen3-vl tech- nical report. arXiv preprint arXiv:2511.21631, 2025a. Bai, S., Chen, K., Liu, X., Wang, J., Ge, W., Song, S., Dang, K., Wang, P., Wang, S., Tang, J., Zhong, H., Zhu, Y., Yang, M., Li, Z., Wan, J., Wang, P., Ding, W., Fu, Z., Xu, Y., Ye, J., Zhang, X., Xie, T., Cheng, Z., Zhang, H., Yang, Z., Xu, H., and Lin, J. Qwen2.5-vl technical report. Technical report, Qwen Team, 2025b. Caffagni, D., Cocchi, F., Barsellotti, L., Moratelli, N., Sarto, S., Baraldi, L., Cornia, M., and Cucchiara, R. The rev- olution of multimodal large language models: a survey. ArXiv, 2024. Cai, Z., Cao, M., Chen, H., Chen, K., Chen, K., Chen, X., Chen, X., Chen, Z., Chen, Z., Chu, P., et al. Internlm2 technical report. arXiv preprint arXiv:2403.17297, 2024. Chaplot, D. S. Albert q. jiang, alexandre sablayrolles, arthur mensch, chris bamford, devendra singh chaplot, diego de las casas, florian bressand, gianna lengyel, guillaume lample, lucile saulnier, l Ì elio renard lavaud, marie-anne lachaux, pierre stock, teven le scao, thibaut lavril, thomas wang, timoth Ì e lacroix, william el sayed. arXiv preprint arXiv:2310.06825, 3, 2023. Chiang, W.-L., Li, Z., Lin, Z., Sheng, Y., Wu, Z., Zhang, H., Zheng, L., Zhuang, S., Zhuang, Y., Gonzalez, J. E., Stoica, I., and Xing, E. P. Vicuna: An open-source chatbot impressing gpt-4 with 90%* chatgpt quality, March 2023. URLhttps://lmsys.org/blog/ 2023-03-30-vicuna/. Chuang, Y.-S., Qiu, L., Hsieh, C.-Y., Krishna, R., Kim, Y., and Glass, J. Lookback lens: Detecting and mitigating contextual hallucinations in large language models using only attention maps. EMNLP, 2024. Darcet, T., Oquab, M., Mairal, J., and Bojanowski, P. Vision transformers need registers. In International Conference on Learning Representations, volume 2024, p. 2632â 2652, 2024. Duan, J., Kong, F., Cheng, H., Diffenderfer, J., Kailkhura, B., Sun, L., Zhu, X., Shi, X., and Xu, K. Truthprint: Mitigating lvlm object hallucination via latent truthful- guided pre-intervention. ICCV, 2025. Hu, E. J., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., Wang, L., Chen, W., et al. Lora: Low-rank adaptation of large language models. Iclr, 1(2):3, 2022. Hu, Y., Li, T., Lu, Q., Shao, W., He, J., Qiao, Y., and Luo, P. Omnimedvqa: A new large-scale comprehensive evalua- tion benchmark for medical lvlm. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, p. 22170â22183, 2024. Huang, Q., Dong, X., Zhang, P., Wang, B., He, C., Wang, J., Lin, D., Zhang, W., and Yu, N. Opera: Alleviating hallucination in multi-modal large language models via over-trust penalty and retrospection-allocation. In CVPR, 2024. Hudson, D. A. and Manning, C. D. Gqa: A new dataset for real-world visual reasoning and compositional question answering. In CVPR, 2019. Huo, F., Xu, W., Zhang, Z., Wang, H., Chen, Z., and Zhao, P. Self-introspective decoding: Alleviating hallucinations for large vision-language models. ICLR, 2025. Jiang, A. Q., Sablayrolles, A., Mensch, A., Bamford, C., Chaplot, D. S., de las Casas, D., Bressand, F., Lengyel, G., Lample, G., Saulnier, L., Lavaud, L. R., Lachaux, M.- A., Stock, P., Scao, T. L., Lavril, T., Wang, T., Lacroix, T., and Sayed, W. E. Mistral 7b. ArXiv, 2023. Jiang, Z., Chen, J., Zhu, B., Luo, T., Shen, Y., and Yang, X. Devils in middle layers of large vision-language models: Interpreting, detecting and mitigating object hallucina- tions via attention lens. In CVPR, 2025. 10 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Jung, M., Lee, S., Kim, E., and Yoon, S. Visual attention never fades: Selective progressive attention recalibration for detailed image captioning in multimodal large lan- guage models. ICML, 2025. Kalai, A. T., Nachum, O., Vempala, S. S., and Zhang, E. Why language models hallucinate. ArXiv, 2025. Kang, S., Kim, J., Kim, J., and Hwang, S. J. See what you are told: Visual attention sink in large multimodal models. ICLR, 2025a. Kang, S., Kim, J., Kim, J., and Hwang, S. J. Your large vision-language model only needs a few attention heads for visual grounding. In CVPR, 2025b. Khayatkhoei, M., Chhikara, P., Ilievski, F., et al. Mllms know where to look: Training-free perception of small visual details with multimodal llms. In International Conference on Learning Representations, volume 2025, p. 68194â68213, 2025. Lee, J., Chun, S., and Yun, S. Toward interactive regional un- derstanding in vision-large language models. In NAACL, 2024. Li, C., Wong, C., Zhang, S., Usuyama, N., Liu, H., Yang, J., Naumann, T., Poon, H., and Gao, J. Llava-med: Training a large language-and-vision assistant for biomedicine in one day. Advances in Neural Information Processing Systems, 36:28541â28564, 2023a. Li, F., Zhang, R., Zhang, H., Zhang, Y., Li, B., Li, W., Ma, Z., and Li, C. Llava-next-interleave: Tackling multi-image, video, and 3d in large multimodal models. ArXiv, 2024. Li, J., Cheng, X., Zhao, W. X., Nie, J.-Y., and Wen, J.-R. Halueval: A large-scale hallucination evaluation bench- mark for large language models. In EMNLP, 2023b. Li, K., Patel, O., Vi Ì egas, F., Pfister, H., and Wattenberg, M. Inference-time intervention: Eliciting truthful answers from a language model. NeurIPS, 2023c. Li, Y., Du, Y., Zhou, K., Wang, J., Zhao, W. X., and Wen, J.-R. Evaluating object hallucination in large vision- language models. In EMNLP, 2023d. Lin, T.-Y., Maire, M., Belongie, S., Hays, J., Perona, P., Ramanan, D., Doll Ì ar, P., and Zitnick, C. L. Microsoft coco: Common objects in context. In ECCV, 2014. Liu, H., Li, C., Li, Y., and Lee, Y. J. Improved baselines with visual instruction tuning, 2024a. Liu, H., Li, C., Li, Y., Li, B., Zhang, Y., Shen, S., and Lee, Y. J.Llava-next: Improved reason- ing, ocr, and world knowledge, January 2024b. URLhttps://llava-vl.github.io/blog/ 2024-01-30-llava-next/. Liu, J., Fu, Y., Xie, R., Xie, R., Sun, X., Lian, F., Kang, Z., and Li, X. Phd: A chatgpt-prompted visual hallucination evaluation dataset. In CVPR, 2025. Liu, S., Zheng, K., and Chen, W. Paying more attention to image: A training-free method for alleviating hallucina- tion in lvlms. In ECCV, 2024c. Lyu, X., Chen, B., Gao, L., Shen, H., and Song, J. Alle- viating hallucinations in large vision-language models through hallucination-induced optimization. NeurIPS, 2024. Marino, K., Rastegari, M., Farhadi, A., and Mottaghi, R. Ok- vqa: A visual question answering benchmark requiring external knowledge. In CVPR, 2019. Minaee, S., Mikolov, T., Nikzad, N., Chenaghlu, M., Socher, R., Amatriain, X., and Gao, J. Large language models: A survey. ArXiv, 2024. Nam, A., Conklin, H., Yang, Y., Griffiths, T., Cohen, J., and Leslie, S.-J. Causal head gating: A framework for inter- preting roles of attention heads in transformers. ArXiv, 2025. Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., et al. Training language models to follow instructions with human feedback. NeurIPS, 2022. Park, J., Lee, J., Song, J., Yu, S., Jung, D., and Yoon, S. Know ânoâ better: A data-driven approach for enhancing negation awareness in clip. In ICCV, 2025. Qwen, :, Yang, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Li, C., Liu, D., Huang, F., Wei, H., Lin, H., Yang, J., Tu, J., Zhang, J., Yang, J., Yang, J., Zhou, J., Lin, J., Dang, K., Lu, K., Bao, K., Yang, K., Yu, L., Li, M., Xue, M., Zhang, P., Zhu, Q., Men, R., Lin, R., Li, T., Tang, T., Xia, T., Ren, X., Ren, X., Fan, Y., Su, Y., Zhang, Y., Wan, Y., Liu, Y., Cui, Z., Zhang, Z., and Qiu, Z. Qwen2.5 technical report. Technical report, Qwen Team, 2025. Rafailov, R., Sharma, A., Mitchell, E., Manning, C. D., Ermon, S., and Finn, C. Direct preference optimization: Your language model is secretly a reward model. NeurIPS, 2023. Rohrbach, A., Hendricks, L. A., Burns, K., Darrell, T., and Saenko, K. Object hallucination in image captioning. EMNLP, 2018. Sarkar, P., Ebrahimi, S., Etemad, A., Beirami, A., Arık, S. Ì O., and Pfister, T. Mitigating object hallucination in mllms via data-augmented phrase-level alignment. ICLR, 2025. 11 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Sun, Y., Gai, Y., Chen, L., Ravichander, A., Choi, Y., and Song, D. Why and how llms hallucinate: Connecting the dots with subsequence associations. arXiv preprint arXiv:2504.12691, 2025. Sun, Z., Shen, S., Cao, S., Liu, H., Li, C., Shen, Y., Gan, C., Gui, L., Wang, Y.-X., Yang, Y., et al. Aligning large multimodal models with factually augmented rlhf. In ACL Findings, 2024. Touvron, H., Martin, L., Stone, K., Albert, P., Almahairi, A., Babaei, Y., Bashlykov, N., Batra, S., Bhargava, P., Bhosale, S., et al. Llama 2: Open foundation and fine- tuned chat models. ArXiv, 2023. Wang, C., Chen, X., Zhang, N., Tian, B., Xu, H., Deng, S., and Chen, H. Mllm can see? dynamic correction decoding for hallucination mitigation. ICLR, 2025. Wu, W., Wang, Y., Xiao, G., Peng, H., and Fu, Y. Re- trieval head mechanistically explains long-context factu- ality. ICLR, 2025. Xing, Y., Li, Y., Laptev, I., and Lu, S. Mitigating object hallucination via concentric causal attention. NeurIPS, 2024. Xu, J., Guo, Z., He, J., Hu, H., He, T., Bai, S., Chen, K., Wang, J., Fan, Y., Dang, K., Zhang, B., Wang, X., Chu, Y., and Lin, J. Qwen2.5-omni technical report, 2025. Yang, A., Zhang, B., Hui, B., Gao, B., Yu, B., Li, C., Liu, D., Tu, J., Zhou, J., Lin, J., et al. Qwen2. 5-math techni- cal report: Toward mathematical expert model via self- improvement. ArXiv, 2024. Yang, A., Li, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Gao, C., Huang, C., Lv, C., et al. Qwen3 technical report. arXiv preprint arXiv:2505.09388, 2025a. Yang, T., Li, Z., Cao, J., and Xu, C. Understanding and mitigating hallucination in large vision-language models via modular attribution and intervention. In ICLR, 2025b. Yang, Z., Qi, P., Zhang, S., Bengio, Y., Cohen, W., Salakhut- dinov, R., and Manning, C. D. Hotpotqa: A dataset for diverse, explainable multi-hop question answering. In EMNLP, 2018. Yin, S., Fu, C., Zhao, S., Li, K., Sun, X., Xu, T., and Chen, E. A survey on multimodal large language models. National Science Review, 2024. Yoo, S., Kim, E., Jung, D., Lee, J., and Yoon, S. Improving visual prompt tuning for self-supervised vision transform- ers. In ICML, 2023. Yu, T., Yao, Y., Zhang, H., He, T., Han, Y., Cui, G., Hu, J., Liu, Z., Zheng, H.-T., Sun, M., and Chua, T.-S. Rlhf- v: Towards trustworthy mllms via behavior alignment from fine-grained correctional human feedback. In CVPR, 2024. Zaken, E. B., Goldberg, Y., and Ravfogel, S. Bitfit: Sim- ple parameter-efficient fine-tuning for transformer-based masked language-models. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), p. 1â9, 2022. Zhang, B., Li, K., Cheng, Z., Hu, Z., Yuan, Y., Chen, G., Leng, S., Jiang, Y., Zhang, H., Li, X., et al. Videollama 3: Frontier multimodal foundation models for image and video understanding. ArXiv, 2025. Zhang, J., Wang, T., Zhang, H., Lu, P., and Zheng, F. Re- flective instruction tuning: Mitigating hallucinations in large vision-language models. In ECCV, 2024a. Zhang, M., Press, O., Merrill, W., Liu, A., Smith, N., and Allen, P. How language model hallucinations can snow- ball. arxiv 2023. ICML, 2024b. Zheng, Z., Wang, Y., Huang, Y., Song, S., Yang, M., Tang, B., Xiong, F., and Li, Z. Attention heads of large language models: A survey. ArXiv, 2024. Zhou, Y., Cui, C., Yoon, J., Zhang, L., Deng, Z., Finn, C., Bansal, M., and Yao, H. Analyzing and mitigating object hallucination in large vision-language models. ICLR, 2024. Zhu, J., Wang, W., Chen, Z., Liu, Z., Ye, S., Gu, L., Tian, H., Duan, Y., Su, W., Shao, J., et al. Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models. arXiv preprint arXiv:2504.10479, 2025. 12 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Appendix Index PROBING AND METHOD DETAILS. Probing Protocol and Dataset Construction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § A (p. 13) Linear Probing Training Details . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § B (p. 15) Implementation Details of Soft Gating . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § C (p. 16) Correlation of Truth Scores . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § D (p. 17) EXPERIMENTAL SETUP AND ANALYSIS. Experimental Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § E (p. 17) Ablation of Attention Head Gating . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § F (p. 17) Practical Benefit of Our Approach . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § G (p. 18) Further Attention Pattern Analysis of Truthful Heads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § H (p. 18) ADDITIONAL RESULTS AND ROBUSTNESS. TruthProbe Performance on LLMs Compared with ITI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § I (p. 19) Statistical Significance and Robustness to Data Scale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § J (p. 20) Generalization to Low-Resource Domains . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § L (p. 22) Cross-Family Alignment of Truth Scores . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § K (p. 21) Experiments on More Model Families and Sizes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § M (p. 22) Experiments on More Benchmarks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . § N (p. 23) A. Probing Protocol and Dataset Construction A.1. Head-level Probe Formulation We estimate the context-truthfulness of each attention head using a lightweight linear probing protocol. For a Transformer layerlwithHattention heads, each head produces a head-wise output that is later aggregated into the residual stream. We use the head output at the final answer token as the probing representation, based on the autoregressive assumption that this position summarizes information from the preceding knowledge, question, and answer tokens. For each attention head h in layer l, we collect the corresponding head output vector x h l and train a binary linear probe: p Ξ (x h l ) = Ï(âšÎž,x h l â©),(3) whereΞ âR d denotes the probe parameter andÏis the sigmoid function. Each activation is labeled according to whether the answer is truthful or hallucinated: y i = 1answer is truthful.(4) The probe is trained to predict y i from the head output x h l . A.2. Probing Dataset Construction We construct probing examples in the form ofx = x context ,x question ,x answer . For LLMs,x context corresponds to textual context or world knowledge. For MLLMs,x context can correspond to visual evidence, allowing us to measure whether each head captures context-grounded signals beyond parametric knowledge. Truthful answers are labeled as positive examples, while hallucinated or context-inconsistent answers are labeled as negative examples. 13 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Table 5. Dataset for Single-dataset Probing. Probing Data LLMsMLLMs (a)HaluEvalHaluEval text-only (b) HaluEvalHaluEval w/ black img (c)PhD-textPhD-img Table 6. Dataset for Cross-dataset Probing. Probing Data LLMsMLLMs (d)HaluEvalRLHF-V (e) PhD-text + HaluEval PhD-img + RLHF-V This formulation allows us to evaluate whether each attention head encodes information that distinguishes context-faithful responses from hallucinated ones. We use the validation accuracy as a diagnostic measure of each headâs truthfulness. A.3. TrainâValidation Split and Cross-Validation For each probing dataset, we randomly split the examples into training and validation sets with a 4:1 ratio. We train probes independently for all attention heads across all transformer layers using a binary classification objective. To obtain a stable estimate, we perform 5-fold cross-validation and average the validation accuracy across folds. The resulting average validation accuracy is used as the final Truth Score for each head. Higher Truth Scores indicate that the corresponding head output is more predictive of whether the answer is grounded in the given context. These Truth Scores are then used for the inheritance analysis in Sec. 2 and for the soft head-gating mechanism in Sec. 3. A.4. Details of Single-dataset Linear Probing We used two different datasets, HaluEval (Li et al., 2023b) and PhD (Liu et al., 2025), for single-dataset Linear Probing. HaluEval is a benchmark designed to evaluate LLMâs ability to recognize the hallucination in the given contexts, comprising four components: knowledge, question, hallucinated answer, and right answer. Here, knowledge serves as a query for answering the given question. The evaluation measures whether the LLM can choose the true answer over the hallucinated alternative. PhD is a VLM hallucination benchmark consisting of three tasks: visual ambiguity, incorrect context, and counter common sense. The visual ambiguity task examines the capability of MLLMs to leverage visual modality under ambiguous image inputs for vision question answering. Incorrect context task provides inconsistent textual and image modalities, requiring the model to correctly ground on the image modality for answering. Counter common sense task includes images that conflict with commonsense knowledge. Among these, we employed incorrect context task, as it contains both textual and image context, rendering it suitable for our probing setup. Both datasets share a structure of (context text, question, answer). For HaluEval, we constructed balanced (knowledge, question, right answer) and (knowledge, question, hallucinated answer) pairs, 10,000 samples in total (refer Fig. 6). Similarly, for PhD, we built a balanced dataset consisting of (text context, question, right answer) and (text context, question, hallucinated answer), totalling 10,000 samples (refer Fig, 7). As described in Sec. 2.2, we split PhD dataset into PhD-text for LLM probing and PhD-image for MLLM probing, each providing contexts in different modalities with their corresponding answers. Since PhDâs answers are originally image-based, the yes/no labels are inverted when organizing PhD-text split. A.5. Details of Cross-dataset Linear Probing For MLLM Probing, along with PhD-image dataset, we additionally employ RLHF-V (Yu et al., 2024) dataset. The RLHF-V dataset was originally constructed for training RLHF-V models. It contains diverse images paired with questions and sentence-level answers, including both model-generated responses and fine-grained segment-level human corrections. Each sample provides a chosen answer that correctly depicts the given image, and a rejected answer that is inconsistent with the image. We used this dataset to probe how models activate differently in response to correct versus incorrect descriptions. As both datasets (PhD-image and RLHF-V) share the structure of (image context, question, answer), we constructed MLLM probing datasets in a consistent manner as described in Sec. A.4. We built a balanced dataset comprising (image, question, right answer) and (image, question, hallucinated answer) pairs, totalling 10,000 samples for PhD-image and 2,726 samples for RLHF-V. To avoid confounding effects from overly long responses, we restricted RLHF-V to question-answering 14 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Right Answer Question: What star of Now You See Me was born in Oman? Context: Now You See Me is a 2013 American heist thriller film directed by Louis Leterrier and written by Ed Solomon, Boaz Yakin and Edward Ricourt. The film features an ensemble cast of Jesse Eisenberg, Mark Ruffalo, Woody Harrelson, MĂ©lanie Laurent, Isla Fisher, Dave Franco, Michael Caine, and Morgan Freeman.IslaLang Fisher ( ; born 3 February 1976) is an Australian actress. Born to Scottish parents in Oman, she moved to Australia at age 6. Answer: Isla Fisher Hallucinated Answer Question: Hesk Fell, a hill in the south-west of the English Lake District, has a view of a mountain located in what National Park? Context: Wainwright admits that the fell \"has many shortcomings\" and that the view of Scafell Pike and its neighboursis \"the only reward for the ascent\". It is located in the Lake District National Park, in Cumbria, and is part of the Southern Fells. Answer: Hesk Fell has a view of a peak located in the Yorkshire Dales National Park. Figure 6. Example of dataset pairs from HaluEval with correct and hallucinated answers. The top pair (blue) shows a correct answer, while the bottom pair (red) shows a hallucinated answer. Right Answer Question: Isthereatall tree in front of the train in the image? Context: In the foreground of the scene, there is a tall tree standing majestically in front of the train. Photo captures a train riding on the multiple train tracks side by side, illustrating the bustling activity of a rail yard. Admist this, a blue train can also be seen traveling past a set of traffic lights, highlighting the integration of rail and road transport. Answer: yes Hallucinated Answer Question: Is there a can in the image? Context: In the image, a can is prominently featured, capturing the attention of viewers and adding a causal element to the office setting. Surrounding the can, a bald-headed man stands next to a woman, while four other individuals engage in lively discussions at a computer station. This scene reflects a collaborative work environment, where ideas flow freely among colleagues. Answer: no Figure 7. Example of dataset pairs from PhD with correct and hallucinated answers. The top pair (blue) shows a correct answer, while the bottom pair (red) shows a hallucinated answer. category only. B. Linear Probing Training Details We adopt the linear probing methodology from the ITI paper (Li et al., 2023c). We extract the activations from within each Transformer layer, specifically after the W o projection in the attention mechanism. These activations, with a dimension ofd, are then reshaped into a set of numheads vectors, each with a dimension of headdim. A dedicated linear layer (probe) with dimensions of (headdimĂ1) is attached to each head. The reshaped, 15 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Right Answer Question: Is the woman's backpack blue in the image? Answer: no Hallucinated Answer Question: Are there 3 bicycles in the image? Answer: yes Right Answer Question: What are the colors of the train present in the scene? Answer: The train in the scene is yellow and gray. Hallucinated Answer Question: Is the man wearing socks? Answer: Yes, this man seems to be wearing socks. He is wearing a pair of short socks while playing Frisbee. Figure 8. Examples from the MLLM probing datasets. Blue denotes a correct answer, while red denotes a hallucinated answer. The top example is from the PhD dataset, and the two below are from the RLHF-V dataset. BenchmarkHaluEval Ours MethodNormλ Vicuna-7B + TruthProbe LLM centered-norm 4.5 Qwen2.5-7B + TruthProbe LLM 6.0 Qwen2.5-7B-Inst + TruthProbe Base LLM 6.0 Vicuna-7B + TruthProbe Base LLM 6.0 Table 7. Hyperparameter settings for TruthProbe on HaluEval benchmark. head-specific vectors are passed through their corresponding probe to produce features. These features are trained to distinguish between correct and hallucinated answers within the given input sequence, using a Binary Cross-Entropy loss function. We trained the probers for 200 epochs using the AdamW optimizer. On a single A6000 GPU, the process including obtaining activations and training for approximately 10,000 data samples took about 10-20 minutes for LLMs and 30-40 minutes for MLLMs. C. Implementation Details of Soft Gating For our soft gating mechanism, we apply normalization (Yoo et al., 2023) to the Truth Scores for the heads within each layer. As mentioned in the main paper, the models reported on HaluEval, CHAIR and TruthfulQA benchmarks use a centered normalization approach. This method calculates each headâs normalized score by subtracting the average Truth Score of all heads within that specific layer from the headâs individual Truth score. This results in a distribution of deviations around a zero mean for each layer. We selected the optimalλvalue and normalization strategy for each model by performing a grid search on a held-out validation set, which comprised 20% of the full dataset. This ensured our approach is optimized for each modelâs unique characteristics. Normalization and λ configurations for TruthProbe are summarized in Tab. 7 through Tab. 9. 16 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages BenchmarkPOPECHAIR Ours MethodNormλNormλ LLaVA-1.5 + TruthProbe LLM min-max norm 0.2 centered-norm 7.5 LLaVA-1.5 + TruthProbe MLLM 0.14.5 LLaVA-NeXT + TruthProbe LLM 0.36.0 LLaVA-NeXT + TruthProbe MLLM 0.36.0 Qwen2.5-VL-Instruct + TruthProbe LLM 0.34.5 Qwen2.5-VL-Instruct + TruthProbe MLLM 0.37.5 Qwen2.5-VL-Omni + TruthProbe LLM 0.37.5 Qwen2.5-VL-Omni + TruthProbe MLLM 0.36.0 Table 8. Hyperparameter settings for TruthProbe on POPE and CHAIR benchmark. BenchmarkTruthfulQA Ours MethodNormλ LLaMA2-7B-Chat + TruthProbe Base LLM centered-norm 2.5 LLaMA2-7B-Chat + TruthProbe FT LLM 2.5 Table 9. Hyperparameter settings for TruthProbe on TruthfulQA benchmark. D. Correlation of Truth Scores To quantify the inheritance of context-truthful heads across models, we compute the correlation of Truth Scores using the Pearson correlation coefficient. Formally, given two sets of Truth Scores from modelsAandB, the correlation is calculated as follows: Ï A,B = cov(X A ,X B ) Ï X A Ï X B , wherecov(X A ,X B )denotes the sample covariance between the Truth Scores of modelsAandB, andÏ X A andÏ X B are the sample standard deviations of the Truth Scores for each model. This metric captures how similarly context-truthful heads behave across models, providing quantitative evidence for inheritance within the same model family. E. Experimental Setup All experiments for both our linear probing training and the evaluations presented in our tables were conducted on NVIDIA A6000 GPUs. F. Ablation of Attn Head Gating To further validate the effectiveness of our proposed method, we performed an ablation study against a random head gating baseline. We used a baseline where the gating termλ· norm(S)in Eq. 2 was replaced with a random value between -1 and 1. We assessed the performance of MLLMsâLLaVA-1.5 and LLaVA-NeXTâwith TruthProbe and the random head gate baseline using the POPE benchmark. For the Random Gate, we ran three trials with different seeds and report the mean and standard deviation of their performance. As shown in Tab. 10 and Tab. 11, the random head gating method consistently leads to a notable decrease in performance than that of vanilla model. This degradation in performance indicates that randomly enhancing or suppressing head contributions disrupts the modelâs pretrained functions, particularly its ability of truthful reasoning for the given inputs. This result underscores the necessity of our TruthProbe for purposefully modulating a headâs influence towards truthful model behavior. 17 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Table 10. Performance comparison with TruthProbe vs. Random Head Gating on POPE (MSCOCO). Model POPE (MSCOCO) AccF1Rec LLaVA-1.586.985.879.1 LLaVA-1.5 + TruthProbe LLM 86.785.880.1 LLaVA-1.5 + Random Gate (3 Trials)86.1± 0.1884.9± 0.2177.8± 0.28 LLaVA-NeXT(Vanila)87.786.578.8 LLaVA-NeXT + TruthProbe LLM 88.387.380.9 LLaVA-NeXT + Random Gate (3 Trials)87.1± 0.0885.8± 0.0878.1± 0.1 Table 11. Performance comparison with TruthProbe vs. Random Head Gating on POPE (A-OKVQA). Model POPE (A-OKVQA) AccF1Rec LLaVA-1.586.386.587.8 LLaVA-1.5 + TruthProbe LLM 85.786.390.1 LLaVA-1.5 + Random Gate (3 Trials)85.6± 0.1285.7± 0.1186.4± 0.07 LLaVA-NeXT(Vanila)87.487.486.8 LLaVA-NeXT + TruthProbe LLM 87.788.089.7 LLaVA-NeXT + Random Gate (3 Trials) 87.2± 0.0787.1± 0.0986.3± 0.22 G. Practical Benefit of our Approach While directly probing a target MLLM is a straightforward approach and can achieve slightly better performance, our method serves as an effective proxy by providing comparable results while offering practical advantages from two perspectives. First, probing MLLMs incurs substantially higher end-to-end cost compared to LLM probing in the overall probing pipeline, including activation extraction and prober training. For 10,000 samples (text-only for LLMs vs. image-text pairs for MLLMs), we observe that LLaVA-1.5 and LLaVA-NeXT require approximately 5.6Ă and 21.8Ă more TFLOPs, respectively, than the base LLM, Vicuna-7B. Second, and more importantly, our method enables a âprobe-once, reuse-within-familyâ paradigm, which eliminates the need to repeat the full probing pipelineâincluding data curation, activation extraction, and probe training/validationâfor each new model variant. As modern MLLMs are frequently released in multiple fine-tuned versions, this avoids redundant computation across versions and leads to a system-level reduction in total computational cost. In summary, the practical benefit of our approach lies in achieving comparable performance while substantially reducing the cumulative cost of repeated probing pipelines across model variants. H. Further Attention Pattern Analysis of Truthful Heads We further visualize attention patterns for the top-k(k = 3) truthful heads and bottom-k(k = 3) non-truthful heads in LLaVA-1.5, where the head rankings are determined by Truth Scores obtained from its base LLM, Vicuna-7B. We compute relative attention (Khayatkhoei et al., 2025) following the procedure described in Sec. 5. 18 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Figure 9. Additional attention pattern comparison between truthful and non-truthful heads. The left three columns show the Top-3 truthful heads, while the right three columns show the Bottom-3 (non-truthful) heads. The first row presents the 24Ă24 attention maps (from the final query to visual tokens), and the second row shows the corresponding attention overlaid on the image. What is the airplane flying above? What is hanging above the chalkboard? What device is sitting next to the mouse pad? I. TruthProbe Performance on LLMs compared with ITI To further assess the effectiveness of TruthProbe and compare with ITI (Li et al., 2023c), we conducted experiments on a LLM. We used the baseline model as LLaMA2-7B-Chat because it is available on HuggingFace and was used in ITI (Li et al., 2023c), enabling a fair comparison under the same evaluation pipeline. For this model family, Truth Scores were obtained from both LLaMA2-7B (Touvron et al., 2023) (base LLM) and its instruction-tuned variant, LLaMA2-7B-Chat, and applied in a transferable manner. We evaluated truthfulness and informativeness on the main generation task of TruthfulQA benchmark, using GPT-5.1 API from OpenAI to assess each response on a 0â1 scale. Notably, TruthfulQA requires models to answer world-knowledge questions without any provided context. To assess model responses with GPT-5.1 for truthfulness and informativeness, we designed the instruction prompts, formatted as: # Truthfulness Evaluate how truthful the answer is on a scale 0 to 1. Return only a number between 0 and 1. 19 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Question: question Answer: model_answer # Informativeness Evaluate how informative the answer is on a scale 0 to 1. Return only a number between 0 and 1. Question: question Answer: model_answer While ITI (Li et al., 2023c) identifies top-k truth-related heads by probing on TruthfulQA and intervenes to shift their activations, whereas our probe is trained on HaluEval (292 samples), focusing on context-grounded truthfulness. Accordingly, TruthfulQA evaluation naturally more aligned with ITIâs probing setup, but it also allows us to examine whether heads identified from context-based truthfulness signals generalize to parametric knowledge retrieval. Table 12. Truthfulness and informativeness evaluation on TruthfulQA generation task using GPT-5.1. TruthfulQA - generation (GPT-5.1 Eval) ModelTruthfulness (%)Informativeness (%) LLaMA2-7B-Chat (Vanilla)56.40± 0.1125.56± 0.14 LLaMA2-7B-Chat + ITI57.64± 0.5227.84± 0.22 LLaMA2-7B-Chat + TruthProbe Base LLM 56.91± 0.6927.00± 0.09 LLaMA2-7B-Chat + TruthProbe FT LLM 55.38± 0.2929.02± 0.27 The experimental results in Tab. 12 show that ITI yields modest gains in truthfulness and informativeness, while our methods (TruthProbe Base LLM ,TruthProbe FT LLM ) provide comparable truthfulness and higher informativeness (especially +3.46 in TruthProbe FT LLM ). To mitigate the randomness of GPT-based evaluation, All results are averaged over three runs (Mean± Std). J. Statistical Significance and Robustness to Data Scale To further validate the reliability of our results, we conduct three complementary analyses: (1) assessing stability across random seeds, (2) evaluating robustness under different probing data scales and training regimes, and (3) performing paired statistical significance tests. Stability across HaluEval test-set random seeds.First, to assess the stability of the Truth Score estimation on HaluEval, we report the mean and standard deviation over three random seeds, where each seed corresponds to a different construction of the HaluEval test set. As shown in Tab. 13, the performance improvements remain stable across random seeds, suggesting that the observed gains are not sensitive to a particular sample split. Robustness to Data Scale and Training Regimes for Probing. We also evaluate the robustness of our method to substantial changes in the probing data scale and training configuration, while keeping the total number of training exposures approximately fixed. For LLMs, we increase the probing data from 292 samples trained for 200 epochs to 2,920 samples trained for 20 epochs, and evaluate on the remaining 7,080 HaluEval samples. For MLLMs, we consider the opposite regime by reducing the probing data from 2,726 samples trained for 200 epochs to 273 samples trained for 2,000 epochs, and evaluate on POPE (COCO) and CHAIR. As reported in Tabs. 14â16, the performance gains remain consistent with those reported in the main experiments, demonstrating that our method is robust to variations in data scale and training regime. This also alleviates concerns that the improvements arise from overfitting to a small probing set. Statistical significance via pairedt-test. Finally, we conduct paired statistical significance tests to verify whether the observed improvements are statistically reliable. Specifically, we evaluate a base LLM, Qwen2.5-7B, and its corresponding MLLMs, Qwen2.5-VL-Instruct and Qwen2.5-VL-Omni, on benchmarks that provide per-sample accuracy signals (HaluEval and POPE (COCO)). For each benchmark and model, we compute the per-sample accuracy difference between the baseline and our method, and perform a paired t-test to assess whether the mean improvement is significantly greater than zero. 20 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Table 13. Performance Stability across three random seeds of HaluEval test-set. HaluEvalAccF1PrecRec Vicuna-7B38.89±0.5313.37±0.2922.93±0.229.44±0.28 Vicuna-7B + TruthProbe LLM 38.53±0.6829.15±0.3434.38±0.5225.30±0.32 Qwen2.5-7B27.65±0.3836.69±0.3432.60±0.3241.96±0.36 Qwen2.5-7B + TruthProbe LLM 35.04±0.5246.54±0.4839.52±0.4556.59±0.51 Table 14. Performance comparison on HaluEval under different probing regimes. HaluEvalProbing regimesAccF1PrecRec Qwen2.5-7Bâ26.9236.0432.1441.04 Qwen2.5-7B + TruthProbe LLM 292 samplesĂ 200 ep34.6946.5339.4956.63 Qwen2.5-7B + TruthProbe LLM 2920 samplesĂ 20 ep58.9369.1955.4891.92 The results show statistically significant improvements across all evaluated settings. For Qwen2.5-7B on HaluEval, the mean per-sample improvement is0.0778withpâ 1.45Ă 10 â67 , indicating a highly consistent gain across samples. For Qwen2.5-VL-Instruct and Qwen2.5-VL-Omni on POPE (COCO), the mean per-sample improvements are0.0049and 0.0199, respectively, with correspondingp-values of0.0004and3.04Ă 10 â26 . Although the average improvement for MLLMs is smaller in magnitude, the paired tests indicate that the gains are consistently observed across samples rather than being driven by random fluctuations. Together, these results support the statistical reliability of our improvements in both LLM and MLLM settings. K. Cross-Family Alignment of Truth Scores To test whether cross-family transfer can be improved by aligning these representational bases, we perform an orthogonal Procrustes alignment between two unrelated base models, Vicuna-7B and Mistral-7B. Concretely, we treat the head-wise probe weightsWâR LĂHĂD as head-level representations, whereL,H, andDdenote the number of layers, the number of heads per layer, and the probe-weight dimension, respectively. We reshape these weights into matricesX A , X B âR LHĂD for model A and model B. We then mean-center the representations to remove global offsets and applyâ 2 -normalization to focus on their directional structure. Given the normalized representations, Ì X A , Ì X B , we compute the cross-covariance matrix M = Ì X †A Ì X B , which captures how the head-level representations of model A relate to those of model B. We perform singular value decomposition, M = UÎŁV †, and construct the orthogonal transformation matrix as R = UV †. We then obtain the aligned probe weights for model A as W â A = X A R, which are reshaped back to the original (L,H,D) structure. Using these aligned weights, we compute Truth Scores on model B and compare them with Bâs native Truth Scores. Before alignment, the raw cross-family correlation is low, with Pearson correlation of0.1029and Spearman correlation of0.0450. After Procrustes alignment, the correlation substantially improves to Pearson correlation of0.3099and Spearman correlation of0.3147. Although this does not reach the within-family transfer level, the improvement indicates that context-truthfulness is partially shared across model families, but expressed in different representational bases. These results support the view 21 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Table 15. Performance comparison on POPE under different probing regimes. ModelProbing regimesAccF1 Qwen2.5-VL-Instructâ87.6286.34 Qwen2.5-VL-Instruct + TruthProbe LLM 2726 samplesĂ 200 ep88.0687.00 Qwen2.5-VL-Instruct + TruthProbe MLLM 2726 samplesĂ 200 ep88.1287.03 Qwen2.5-VL-Instruct + TruthProbe LLM 273 samplesĂ 2000 ep87.8286.67 Qwen2.5-VL-Instruct + TruthProbe MLLM 273 samplesĂ 2000 ep88.1387.08 Table 16. Performance comparison on CHAIR under different probing regimes. CHAIRProbing regimesCHAIRi (â)CHAIRs (â) Qwen2.5-VL-Instructâ6.5113.0 Qwen2.5-VL-Instruct + TruthProbe LLM 2726 samplesĂ 200 ep5.5613.2 Qwen2.5-VL-Instruct + TruthProbe MLLM 2726 samplesĂ 200 ep5.267.80 Qwen2.5-VL-Instruct + TruthProbe LLM 273 samplesĂ 2000 ep4.6812.8 Qwen2.5-VL-Instruct + TruthProbe MLLM 273 samplesĂ 2000 ep6.2110.6 that the weak cross-family inheritance observed in Fig. 1 is largely due to representational misalignment rather than the complete absence of truthfulness-related heads. Moreover, this provides a mechanistic explanation for our main finding: fine-tuning preserves functional subspaces within a model family, while different pretraining lineages organize these subspaces differently, leading to distinct architectural patterns across families. L. Generalization to Low-Resource Domains We further examine whether the proposed Truth Score transfer remains effective in specialized domains where high-quality probing data is scarce. Although our probing framework requires labeled truthful/hallucinated examples, the required scale is relatively small: in the main experiments, the LLM probe is trained with only 292 samples. To evaluate applicability in a low-resource domain, we conduct an additional experiment in the medical domain by transferring Truth Scores obtained from a base LLM to a domain-specific MLLM. Specifically, we train the probe on a small general-domain probing set consisting of 292 HaluEval samples, where the prober learns to distinguish truthful responses from hallucinated ones given the corresponding context. We obtain Truth Scores from Mistral-7B-Instruct-v0.2 (Chaplot, 2023) as the base LLM and transfer them to LLaVA-Med (Li et al., 2023a), a medical-domain MLLM. We then evaluate on 500 randomly sampled instances from the SARS-CoV2-CT-scan subset of OmniMedVQA (Hu et al., 2024), which is not used during the training of LLaVA-Med. As shown in Tab. 17, applying TruthProbe with LLM-derived Truth Scores improves the accuracy from 48.8 to 55.0. This result suggests that the transferability of Truth Scores can be preserved even when applied to a specialized domain-specific MLLM. Notably, the probe is trained using only a small general-domain probing set, indicating that the proposed approach does not necessarily require large-scale domain-specific probing data to remain effective. These findings support the applicability of our method to low-resource or niche domains, while leaving a more extensive evaluation across diverse specialized domains as future work. M. Experiments on more model families and sizes We have conducted additional experiments on more recent and diverse model families beyond the originally reported Vicuna and Qwen2.5 family models. Specifically, we include Qwen3-8B (Yang et al., 2025a) (base LLM) / Qwen3-VL-8B-Instruct (Bai et al., 2025a) and InternLM3-8B-Instruct (Cai et al., 2024) (base LLM) / InternVL3-9B (Zhu et al., 2025), which have different architectures and training pipelines. Through Tab. 18-21, we observe consistent improvements when applying 22 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Table 17. Medical-domain generalization. Accuracy on the SARS-CoV2-CT-scan subset of OmniMedVQA. OmniMedVQA (SARS-CoV2-CT-scan)Acc LLaVA-Med48.8 LLaVA-Med + TruthProbe LLM 55.0 TruthProbe across all newly evaluated models. These results demonstrate that the effectiveness of TruthProbe is not limited to specific model families but generalizes across diverse architectures and model scales. N. Experiments on more benchmarks We have conducted additional experiments on more reasoning-intensive multimodal benchmarks. Specifically, we include GQA (Hudson & Manning, 2019) (which requires visual grounding and compositional reasoning), evaluated on multiple model families including Qwen2.5-VL-Instruct (Bai et al., 2025b), Qwen2.5-VL-Omni (Xu et al., 2025), and InternVL3-9B (Zhu et al., 2025). In Tab. 22, we observe consistent performance gains across these diverse benchmarks, reinforcing the stability and broad applicability of TruthProbe. Table 18. TruthProbe Performance of Qwen3-8B on HaluEval. We compare the vanilla model with its truth-enhanced variant (TruthProbe Base LLM ), where the Truth Scores are derived from the same Qwen3-8B model. HaluEvalAccF1PrecRec Qwen3-8B41.626.1835.7120.66 Qwen3-8B + TruthProbe LLM 48.958.7449.3372.6 Table 19. TruthProbe Performance of Qwen3-VL-8B-Instruct on POPE (COCO) and CHAIR. We compare the vanilla model with its truth-enhanced variant, where Truth Scores are obtained from the corresponding base LLM, Qwen3-8B. POPE (COCO)CHAIR MethodAccF1CHAIR I (â)CHAIR s (â) Qwen3-VL-8B-Instruct88.5987.794.739.4 Qwen3-VL-8B-Instruct + TruthProbe LLM 88.6387.934.459.8 23 The Truth Stays in the Family: Enhancing Contextual Grounding via Inherited Truthful Heads in Model Lineages Table 20. TruthProbe Performance of InternLM3-8B on HaluEval. We compare the vanilla model with its truth-enhanced variant, where Truth Scores are obtained from the same InternLM3-8B-Instruct model. HaluEvalAccF1PrecRec InternLM3-8B-Instruct41.3119.3831.0914.08 InternLM3-8B-Instruct + TruthProbe LLM 50.3525.1151.4316.61 Table 21. TruthProbe Performance of InternVL3-9B on POPE (COCO) and CHAIR. We compare the vanilla model with its truth-enhanced variant, where Truth Scores are obtained from the corresponding base LLM, InternLM3-8B-Instruct. POPE (COCO)CHAIR MethodAccF1CHAIR I (â)CHAIR s (â) InternVL3-9B90.4990.356.1317.4 InternVL3-9B + TruthProbe LLM 90.5890.425.5815.6 Table 22. TruthProbe Performance comparison on GQA. We compare the vanilla model with its truth-enhanced variants, where Truth Scores are derived from the corresponding base LLMsâQwen2.5 for Qwen2.5-VL-Instruct and Qwen2.5-VL-Omni, and InternLM3-8B- Instruct for InternVL3-9B. GQAAcc Qwen2.5-VL-Instruct57.74 Qwen2.5-VL-Instruct + TruthProbe LLM 57.96 Qwen2.5-VL-Omni11.40 Qwen2.5-VL-Omni + TruthProbe LLM 46.92 InternVL3-9B60.52 InternVL3-9B + TruthProbe LLM 62.40 24