ICML 2026 · Seoul, South Korea

The Truth Stays in the Family:
Enhancing Contextual Truthfulness via Inherited Heads in Model Lineages

Miso Choi1   Seonga Choi1   Mincheol Kwon1   Woosung Joung1   Jinkyu Kim1,2   Jungbeom Lee1,†
1Korea University, Seoul, Republic of Korea    2Kakao Mobility Corp., Seongnam, Republic of Korea
† Correspondence: jbeomlee@korea.ac.kr
Overview of inheritance of context-truthful heads and the TruthProbe soft-gating mechanism

Truthfulness traits are inherited across model lineages. (1) Head-level Truth Score heatmaps show that fine-tuned MLLMs (LLaVA-1.5, LLaVA-NeXT, Qwen2.5-VL-Instruct, Qwen2.5-VL-Omni) preserve the truthfulness structure of their foundational LLMs (Vicuna-7B, Qwen2.5). (2) TruthProbe amplifies context-truthful heads via a soft gate glh on the residual pathway, without discarding the contribution of any head.

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.

Key Findings

1

Truthful heads are inherited within model families. Truth Scores of base LLMs correlate strongly (0.77–0.98) with their multimodal descendants — even under cross-dataset probing — while unrelated families (e.g., Mistral-7B) show near-zero correlation (0.04–0.08) with Vicuna-7B.

2

Inheritance follows weight preservation. Within-family fine-tuning induces minor attention-head weight drift (Frobenius norm ≈ 0.03), while cross-family drift is far larger (≈ 1.01), explaining why truthfulness structure is preserved in a lineage.

3

Truthful heads attend to query-relevant evidence. Top truthful heads show semantically meaningful, query-dependent attention over visual regions, whereas non-truthful heads exhibit largely position-dependent, query-agnostic patterns.

Correlation of Truth Scores under single- and cross-dataset probing

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.

Layer-wise and aggregate weight drift comparison

Mechanistic evidence: inheritance follows weight preservation. Left/middle: layer-wise Frobenius norm of weight differences between Vicuna-7B and its multimodal variants — drift concentrates in early layers. Right: within-family weight drift (Vicuna-7B → LLaVA-1.5/NeXT) is roughly 30× smaller than cross-family drift (Vicuna-7B vs. Mistral-7B).

TruthProbe: Soft Head Gating

Building on the inheritance property above, we introduce TruthProbe: a lightweight, plug-and-play soft-gating strategy that reweights the residual contribution of each attention head in proportion to its Truth Score. Unlike hard masking, which discards information from untrusted heads, TruthProbe preserves the expressive capacity of multi-head attention while softly steering the residual stream toward context-faithful signals.

xl+1 = xl + ConcatHh=1 (glh · olh)      glh = 1 + λ · norm(S)

Here glh is the soft gate for head h at layer l, parameterized by the normalized Truth Score S and scaled by λ. Heads with higher Truth Scores are amplified beyond baseline, while less informative heads are relatively attenuated — all heads remain active throughout. Crucially, Truth Scores estimated once from a base LLM can be reused as a plug-and-play gate for its fine-tuned LLM and MLLM descendants, without probing each downstream model from scratch.

Results

Table 1 · Validation of Truth Scores on HaluEval (LLMs, self-probed)
ModelAccF1PrecRec
Vicuna-7B
Baseline38.8913.3722.939.44
+ TruthProbeLLM38.5329.1534.3825.30
Qwen2.5
Baseline27.6536.6932.6041.96
+ TruthProbeLLM35.0446.5439.5256.59
Table 4 · TruthProbe on Fine-tuned LLMs, HaluEval (Truth Scores transferred from base LLM)
ModelAccF1PrecRec
Qwen2.5-7B-Instruct (base: Qwen2.5-7B)
Baseline34.9016.2922.7912.68
+ TruthProbeBase LLM37.3517.2425.3613.05
Vicuna-7B (base: LLaMA2-7B)
Baseline38.8913.3722.939.44
+ TruthProbeBase LLM48.4757.1748.9068.82
Table 2 · TruthProbe on Fine-tuned MLLMs, POPE (Acc / F1 / Recall)
ModelPOPE (COCO)POPE (A-OKVQA)
LLaVA-1.5  (base: Vicuna-7B)
Baseline86.985.879.186.386.587.8
+ TruthProbeLLM86.785.880.185.786.390.1
+ TruthProbeMLLM86.885.879.686.186.589.0
LLaVA-NeXT  (base: Vicuna-7B)
Baseline87.786.578.887.487.486.8
+ TruthProbeLLM88.387.380.987.788.089.7
+ TruthProbeMLLM88.287.280.187.787.989.5
Qwen2.5-VL-Instruct  (base: Qwen2.5)
Baseline87.686.378.287.487.286.0
+ TruthProbeLLM88.187.079.987.887.887.7
+ TruthProbeMLLM88.187.080.087.787.787.4
Qwen2.5-VL-Omni  (base: Qwen2.5)
Baseline85.184.775.087.087.484.7
+ TruthProbeLLM87.386.077.787.887.887.1
+ TruthProbeMLLM87.185.777.387.787.686.7
Table 3 · TruthProbe on Fine-tuned MLLMs, CHAIR (↓ lower is better)
ModelCHAIRICHAIRS
LLaVA-1.5
Baseline6.9923.00
+ TruthProbeLLM5.3617.40
+ TruthProbeMLLM6.2021.60
LLaVA-NeXT
Baseline6.9113.40
+ TruthProbeLLM4.9411.20
+ TruthProbeMLLM6.5612.60
Qwen2.5-VL-Instruct
Baseline6.1413.20
+ TruthProbeLLM5.5612.20
+ TruthProbeMLLM5.267.80
Qwen2.5-VL-Omni
Baseline5.2611.40
+ TruthProbeLLM5.9410.80
+ TruthProbeMLLM5.5411.00

Bold = best per model group. TruthProbeLLM/TruthProbeBase LLM use Truth Scores transferred from the base LLM; TruthProbeMLLM uses Truth Scores probed directly from the MLLM itself — the two are consistently comparable, confirming transferability.

Why Truthful Heads Matter: Attention Analysis

Using relative attention maps to remove attention-sink artifacts, we compare the Top-3 truthful heads against the Bottom-3 non-truthful heads in LLaVA-1.5. Truthful heads exhibit semantically meaningful, query-dependent attention — focusing on the referenced object or person — while non-truthful heads show largely position-dependent, diagonal/striped attention that barely changes across queries.

Attention pattern comparison between truthful and non-truthful heads

Attention pattern comparison between truthful and non-truthful heads. Left three columns: Top-3 truthful heads. Right three columns: Bottom-3 non-truthful heads. Row 1: 24×24 attention maps from the final query token to visual tokens. Row 2: attention overlaid on the image.

BibTeX

@inproceedings{choi2026truth, title = {The Truth Stays in the Family: Enhancing Contextual Truthfulness via Inherited Heads in Model Lineages}, author = {Choi, Miso and Choi, Seonga and Kwon, Mincheol and Joung, Woosung and Kim, Jinkyu and Lee, Jungbeom}, booktitle = {Proceedings of the 43rd International Conference on Machine Learning (ICML)}, series = {Proceedings of Machine Learning Research}, volume = {306}, year = {2026}, publisher = {PMLR}, address = {Seoul, South Korea} }