ConceptioArchivearXiv CS
arXiv CSopen access

Senses Wide Shut: A Representation-Action Gap in Omnimodal LLMs

2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
knowledge-representationreasoning
artificial intelligence, reasoning, knowledge representation

Senses Wide Shut: A Representation–Action Gap in Omnimodal LLMs

Nguyen Quang Trung1,2∗, Yiming Gao1,2∗, Fanyi Pu1,2 , Kaichen Zhang1,2 , Shuo Sun3 , Ziwei Liu1,2

arXiv:2605.13737v1 [cs.AI] 13 May 2026

1

Nanyang Technological University

2

LMMs-Lab Team

3

Johns Hopkins University

Abstract When an omnimodal large language model accepts a question whose textual premise contradicts what it actually sees or hears, does the failure lie in perception or in action? Recent omnimodal models are positioned as perception-grounded agents that jointly process video, audio, and text, yet a basic form of grounding remains untested: catching a textual claim that conflicts with the model’s own sensory input. We introduce IMAVB, a curated 500-clip benchmark of long-form movies with a 2×2 design crossing target modality (vision, audio) and premise condition (standard, misleading), which lets us measure conflict detection separately from ordinary multimodal comprehension. Across eight open-source omnimodal LLMs and Gemini 3.1 Pro, we document a Representation–Action Gap: hidden states reliably encode premise–perception mismatches even when the same models almost never reject the false claim in their outputs. Behaviorally, models fall into two failure modes: under-rejection, in which they answer misleading questions as if the false premise were true; and over-rejection, in which they reject more often but also reject standard questions, sacrificing ordinary comprehension accuracy. The gap is modality-asymmetric (audio grounding underperforms vision) and prompt-resistant across seven variants. As an initial diagnostic intervention, a probe-guided logit adjustment (PGLA) re-injects the encoded mismatch signal into decoding and consistently improves rejection behavior. Together, these results suggest the bottleneck for omnimodal grounding lies in translation, not perception.

Figure 1: Overview of the Representation–Action Gap on IMAVB. ∗ Equal contribution.

Preprint.

1

Introduction

Omnimodal large language models (LLMs) [1–3] are increasingly positioned as perception-grounded agents: they jointly process video, audio, and text, and are expected to understand textual claims against their own sensory input. Yet a basic form of grounding remains untested. If a question embeds an incorrect claim about what the model sees or hears (for example, the video shows a character in a maroon shirt but the question refers to a “blue” one), can the model catch the mismatch, or does it blindly trust the text? Silent compliance with false claims about the environment is a failure mode that cooperative benchmarks cannot surface, and it is central to any deployment that requires grounding against reality. The question behind this failure is sharper: when a model accepts such a false premise, is the failure one of perception (the mismatch was never detected) or one of action (a detected mismatch failed to propagate to the output)? Recent interpretability work on text-only LLMs has shown that models routinely encode information they do not express: internal states distinguish truthful from untruthful statements [4–6], linearly encode refusal and honesty directions [7, 8], and predict answer correctness before generation [9]. Concurrent work extends this internal–external dissociation to vision-language models (VLMs): VLMs linearly encode visual evidence even when their answers ignore it [10–12]. Whether this dissociation extends to omnimodal models that jointly process video, audio, and text is unknown; whether it is modality-asymmetric across vision and audio is unknown; and whether it resists prompt-level interventions and remains actionable under a lightweight inference-time correction has not been tested. A parallel literature on false-premise questions [13, 14], sycophancy [15–19], and honesty [20, 21] shows that models often comply with user-asserted claims even when they have evidence to refuse, but this line of work has not yet connected behavioral sycophancy to its internal-state signature in the cross-modal perceptual setting. Existing cross-modal benchmarks cannot bridge the two: they either remove one modality [22–25], assume cooperative premises [26–29], or prompt the model to verify explicitly [30, 31]. A detailed review is in Appendix K. To ask the perception-vs-action question, we construct IMAVB, an evaluation harness of 500 longform movie clips arranged in a 2×2 design over modality (vision, audio) and premise (standard, misleading). The video and audio content remain unaltered; only the textual question varies. Misleading variants copy the standard query but swap exactly one premise detail (e.g., “maroon shirt” → “blue shirt”), expecting the model to reject via option E or F. Across eight open-source omnimodal LLMs and Gemini 3.1 Pro, we find a Representation–Action Gap. Behaviorally, seven of eight open-source models under-reject: they handle 40–75% of standard questions but reject misleading ones in only ≤16.2% of vision and ≤6.6% of audio cases, with four scoring 0% on audio under fixed option order; Qwen3-Omni and Gemini 3.1 Pro instead over-reject (72.8% and 94.0% on vision), trading 15–25pp of standard accuracy. Internally, however, linear probes recover the misleading premise from hidden states at up to 86%, with a 3–7pp residualized margin above text-only baselines on vision: the signal is linearly separable yet does not propagate to the output. The gap survives seven prompt variants and stratification by video length, and a probe-guided logit adjustment (PGLA) that re-injects the encoded signal at the output yields a +15.0pp gain across all eight open-source models, providing evidence that the signal is sufficient to shift behavior. Contributions. Our contributions are as follows: • We introduce IMAVB, a 500-clip benchmark of long-form movies in a 2×2 design (§2) that combines intact video+audio stimuli, implicit (rather than telegraphed) false premises, and surgical modality targeting; this allows vision-grounded and audio-grounded failures to be measured separately while every modality remains present and competing, a configuration no prior omni benchmark provides. • We document a Representation–Action Gap that extends the text-only internal–external dissociation to audio and joint video+audio (omnimodal) grounding, and characterize it as modality-asymmetric (audio-grounded probes underperform vision-grounded ones, with a larger behavioral gap for audio misleading), present across all eight open-source architectures and on Gemini 3.1 Pro with heterogeneous underlying mechanism (§4.2, §4.3), and prompt-resistant across seven variants. • We propose a probe-guided logit adjustment (PGLA) that yields a +15.0pp mean improvement across eight models, providing diagnostic evidence that the encoded signal is sufficient to improve rejection when re-injected at the output.

2

Figure 2: IMAVB three-pass annotation pipeline and 2×2 QA generation design. Full pipeline details and prompts in Appendix I.

2

IMAVB: An Omni Benchmark for Perception–Action Dissociation

Asking whether an omnimodal failure arises from perception or from action requires an evaluation harness with five properties that no existing benchmark provides simultaneously: (i) all modalities must remain intact, because removing a modality prevents us from measuring cross-modal competition [22–25]; (ii) false premises must be implicit, embedded as background assumptions rather than posed as explicit verification prompts that telegraph the test [30]; (iii) modality targeting must be surgical, so vision-grounded and audio-grounded failures can be measured separately; (iv) stimuli must extend over time, supporting cross-modal tracking rather than instantaneous perception [26–29]; and (v) symmetric standard controls must exist, permitting internal-gap measurement against the same stimuli. IMAVB is an omni benchmark design that provides all five. 2.1

Dataset Construction

Why movies? Film pairs audio and vision intentionally: filmmakers compose visual scenes with specific soundscapes, and both modalities carry complementary information that viewers interpret jointly. This makes movies a natural test domain for cross-modal grounding. Source and Preprocessing. We curate 500 clips (1–5 min, 20.7 hours total) of movie cut-scenes from three sources: @BingeSociety [32], @BoxofficeMoviesScenes [33], and Condensed Movies [34]. Clips are selected for resolution, audio quality, duration, and uniqueness; video and audio content are preserved unedited. Each video is additionally labeled speech-dominant or scene-dominant to enable stratified analysis. Full technical preprocessing specifications are in Appendix J. 2.2

Three-Pass Annotation Pipeline

Generating reliable QA pairs for long-form video requires temporally grounded captions faithfully reflecting both what is seen and heard. Our pipeline (Figure 2) uses three sequential caption passes under a trust hierarchy that prevents audio-only captions from over-inferring visual events, followed by QA generation. Full per-pass model details, prompts, and design rationale are in Appendix I.

3

2.3

Question Design

From each unified narrative, Qwen3.5-27B generates four question variants per video in a 2 × 2 design: two modalities (vision, audio) × two conditions (standard, misleading). Each misleading variant targets exactly one modality, so that detection performance directly measures the model’s ability to ground against that specific sensory channel when all modalities compete for attention. Each question has a premise describing a specific moment and a query about one detail from that moment. The premise may reference both modalities for context, but the query targets exactly one: vision questions ask about something visible (color, gesture, spatial position); audio questions about something audible (dialogue, sound type, background music). Standard and misleading variants. Standard variants (Qvstd , Qastd ) use correct premises; the answer is one of A–D. Misleading variants (Qvmis , Qamis ) copy the corresponding standard question and swap exactly one premise detail (a color, object, speaker identity, or sound type) to something incorrect but plausible while keeping the query identical; the correct answer becomes E (“The visual detail is incorrect”) or F (“The audio detail is incorrect”). Figure 3 shows one sample item. For diversity, the QA generator (Qwen3.5-27B) is prompted to span eight categories (existence, time order, emotional, scene description, cross modality, plot, causal, temporal) and, for misleading variants, to target one of 18 subcategories (nine vision, nine audio) specifying which sensory element the false premise should swap (full taxonomy in Appendix H). Each standard–misleading pair shares the same A–D answer options; options E and F are appended for misleading variants. Each question records a ground-truth answer timestamp indicating the 10 s segment containing the evidence, enabling temporal analysis (§4). Variants are evaluated independently.

Audio cue: two men talk normally to each other, over a gentle, melancholic string underscore that fits a sad-scene moment. Standard premise

Misleading premise

Vision Qvstd (D): When the man in the dark suit faces the younger man wearing a maroon polo shirt, what colour is the dress of the woman in the doorway? A. Black B. Blue C. White D. Red E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Qvmis (E): When the man in the dark suit faces the younger man wearing a blue polo shirt, what colour is the dress of the woman in the doorway? A. Black B. Blue C. White D. Red E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Audio Qa std (D): As the suited man pleads while a delicate string melody swells, what does he say after “Who cried for the little boy?” A. I will cry for him B. He is lost forever C. It hurts so much D. He cries inside me E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Qa mis (F): As the suited man pleads while a loud drum beat swells, what does he say after “Who cried for the little boy?” A. I will cry for him B. He is lost forever C. It hurts so much D. He cries inside me E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Figure 3: A 2 × 2 IMAVB sample. Rows target vision and audio; columns hold the standard or misleading premise; the same stimulus (filmstrip and audio cue above) drives both columns of a row. Misleading variants swap exactly one premise detail (red). Red boxes in the filmstrip mark the woman in the red dress (frames 6–8). More examples in Appendix O. 2.4

Manual Quality Verification

The authors manually verified all 500 videos using a custom annotation tool. Full rubric, per-criterion breakdowns, relabel protocol, and annotation-tool screenshots are in Appendix B. 4

Table 1: Baseline accuracy (%). Fixed Order: options A–F in canonical position (E/F always last). Shuffled: all six options randomly permuted per sample (K=3 independent shuffles). Bal = balanced accuracy (Eq. 1). ‡ Proprietary model; evaluated via API only (no representational analysis). Shuffled (K=3, mean ± 95% CI)

Fixed Option Order Model

std_v

std_a

mis_v

mis_a

Bal

std_v

std_a

mis_v

mis_a

Bal

OLA OmniVinci Qwen2.5-Omni MiniCPM-o 2.6 Uni-MoE-2.0-Omni Baichuan-Omni-1.5 Video-SALMONN-2 Qwen3-Omni

71.0 75.4 64.4 56.6 74.8 66.0 69.8 40.6

71.6 71.4 69.0 54.2 69.0 66.8 66.6 46.6

6.8 6.6 16.0 9.0 9.0 13.8 16.2 72.8

0.0 0.0 0.6 6.6 0.0 0.6 0.0 23.6

37.4 38.4 37.5 31.6 38.2 36.8 38.2 45.9

70.5±1.2 71.0±2.2 60.1±1.3 56.4±1.8 71.0±1.4 61.5±2.8 64.5±2.6 52.6±2.5

70.3±3.5 66.1±2.6 64.7±1.6 54.0±1.8 67.8±0.4 62.6±1.7 59.1±1.5 58.9±2.5

2.9±1.5 4.5±2.2 13.3±3.7 6.9±1.2 4.9±2.6 9.3±0.9 11.1±0.3 43.5±2.5

1.7±0.5 3.6±0.4 3.4±1.6 4.9±1.7 3.3±0.9 9.3±1.0 15.9±1.8 30.5±2.4

36.4 36.3 35.4 30.6 36.8 35.7 37.7 46.4

Gemini 3.1 Pro‡

50.2

53.8

94.0

48.6

61.6

50.0±3.9

48.0±3.9

91.9±2.1

56.1±3.8

61.5

3

Experimental Setup

Models. We evaluate eight open-source omnimodal LLMs: OLA [35], OmniVinci [36], Qwen2.5Omni [37], MiniCPM-o 2.6 [38], Uni-MoE-2.0-Omni [39], Baichuan-Omni-1.5 [40], VideoSALMONN-2 [41], and Qwen3-Omni [3]. Selection criteria require support for long video understanding and general audio comprehension (not speech-only, but also sound effects, music, and ambient audio). To test whether the observed patterns extend to proprietary models, we additionally evaluate Gemini 3.1 Pro [2] on the baseline experiment (A1 with fixed and shuffled options). Due to API access and cost constraints, we limit the proprietary evaluation to this single experiment. Evaluation Protocol. Our primary evaluation is a 6-choice MCQ where A–D are content answers, E is “The visual detail in the question is incorrect,” F is “The audio detail in the question is incorrect.” We evaluate each sample under both fixed option order and K=3 random shuffles to quantify position bias effects (Table 1). To validate that the observed failures reflect model limitations rather than benchmark artifacts, we conduct six diagnostic ablations covering prompt interventions and temporal controls (full results in Appendix C). None resolves the core misleading detection failure, confirming that the results are not driven by question format or video length. All experiments are conducted using lmms-eval [42], an open-source multimodal evaluation framework (Appendix J). Beyond behavioral evaluation, we conduct representational analysis via linear probing of hidden states and logit lens projection through the unembedding matrix. All experiments use temperature=0 with top-p=top-k=1; we report 95% bootstrap CIs (B=10,000). Metrics. We report per-split accuracy: std_v (standard vision), std_a (standard audio), mis_v (misleading vision), mis_a (misleading audio), and balanced accuracy:   1 std_v + std_a mis_v + mis_a + (1) Bal = 2 2 2

4

Results and Analysis

4.1

Baseline Performance

Table 1 surfaces the under-rejection mode as a stark asymmetry: models that handle standard questions competently collapse when a single premise detail is wrong. The gap routinely exceeds 60pp. For instance, OmniVinci answers 75.4% of standard vision questions correctly but catches only 6.6% of visual misleads, a failure that cooperative benchmarks never expose. A second gap emerges between modalities: under fixed option order, four of the eight open-source models never once select “audio detail incorrect.” Shuffling recovers some latent audio-rejection capacity, but the vision–audio gap persists across every architecture, showing that the failure is systematic rather than caused by position bias.

5

Table 2: Cross-modal interference (pp). A→V = V-only − AV on mis_v; V→A = A-only − AV on mis_a. Positive values indicate interference. Model

A→V

V→A

Interpretation

Qwen2.5-Omni Video-SALMONN-2 Baichuan-Omni-1.5 OmniVinci OLA Uni-MoE-2.0-Omni MiniCPM-o 2.6 Qwen3-Omni

+6.2 +6.4 +5.4 +1.2 −0.6 −1.8 −4.4 +2.0

+1.0 +0.0 +0.6 +0.0 +0.0 +0.4 −5.8 +14.4

Audio interferes Audio interferes Audio interferes Minimal No interference No interference AV synergistic Video interferes

Two models occupy the over-rejection mode instead, but their behavior supports rather than contradicts this pattern. Qwen3-Omni attains the highest balanced accuracy under both option orders by aggressively selecting E and F, at the cost of standard accuracy that falls well below every other open-source model. Crucially, the LLM-as-Judge analysis of its binary-with-explanation outputs (Appendix F) shows the tightest prediction–explanation alignment among all eight open-source models, indicating that these rejections reflect genuine perceptual grounding rather than a random E/F bias. The same behavioral pattern appears at proprietary scale: Gemini 3.1 Pro over-selects the rejection options, trades standard accuracy for misleading detection, and shows the same 45.4pp vision–audio gap. The Representation–Action Gap therefore generalizes beyond the open-source sample. 4.2

Cross-Modal Interference

Since prompt modifications cannot improve misleading detection (Appendix C), we test whether crossmodal interference contributes by running each open-source model in vision-only and audio-only modes. Table 2 reports the change in misleading accuracy when the other modality is removed. The effect is architecture-dependent rather than universal. Three models show clear audio interference on visual detection, with accuracy improving by roughly 5–6pp when audio is removed; two others show only small effects; and OLA and Uni-MoE-2.0-Omni show no interference at all. Two outliers are more informative. MiniCPM-o 2.6 is the only model where joint audio-visual input actively helps, because removing either modality hurts both splits. Qwen3-Omni shows the reverse pattern of the audio-interfering group: removing video substantially improves audio detection, consistent with its being the only model with non-trivial baseline audio rejection. Taken together, no single cross-modal explanation fits all architectures. 4.3

The Representation–Action Gap

Models fail to detect misleading premises regardless of prompt format, modality configuration, or option ordering. Does a linearly decodable signal for the premise–perception mismatch form in the hidden states at all, or is it absent entirely? We investigate using two complementary interpretability tools: linear probing [6] and logit lens projection [43]. High probe accuracy shows that the standard/misleading distinction is linearly decodable from hidden states; the diagnostic intervention in §5 provides a complementary test of whether this signal is practically useful. Linear Probing. At each transformer layer l ∈ {1, . . . , L}, we extract the hidden state hl ∈ Rd at the last token position for each input and train a logistic regression probe: P (y = mis | hl ) = σ(wl⊤ hl + bl )

(2)

where y is 1 for misleading splits and 0 for standard splits. Probes are trained via 4-fold stratified group cross-validation grouped by video, so all four query variants of a given video stay in the same fold and identical visual/audio content does not span training and test folds; each fold contains ∼125 disjoint videos × 4 variants = 500 samples. The layer achieving the highest mean CV accuracy is designated l∗ . Modality-specific probes (Table 3, “HS Probe” columns) train separate vision and audio classifiers, each using the target misleading split as positives and all standard samples as

6

Table 3: The Representation–Action Gap. HS Probe: modality-specific linear probe accuracy at peak layer (Eq. 2). Residualized: probe accuracy after projecting out text-predictive features (Appendix L). Behavioral: misleading detection rate. Logit Lens: peak Pl (correct) per split (Eqs. 3–4). † BaichuanOmni-1.5 is excluded from aggregate probing statistics where noted; see §4.3. HS Probe (%)

Residualized (%)

Behavioral (%)

Logit Lens Pl (correct)

Model

Vis

Aud

Vis

Aud

mis_v

mis_a

std_v

std_a

mis_v

mis_a

OLA OmniVinci Qwen2.5-Omni MiniCPM-o 2.6 Uni-MoE-2.0-Omni Baichuan-Omni-1.5† Video-SALMONN-2 Qwen3-Omni

84.0 84.4 86.0 83.2 84.4 99.3 83.5 76.5

77.8 78.8 75.6 78.6 76.3 98.7 77.1 64.9

79.0 78.9 77.7 78.7 76.7 99.8 80.7 79.8

67.7 66.1 67.0 69.5 65.6 100.0 65.8 65.0

6.8 6.6 16.0 9.0 9.0 13.8 16.2 72.8

0.0 0.0 0.6 6.6 0.0 0.6 0.0 23.6

.704 .005 .685 .035 .732 .002 .635 .255

.693 .007 .687 .040 .660 .004 .592 .212

.120 .001 .122 .000 .207 .001 .195 .833

.007 .001 .021 .000 .009 .000 .055 .338

Text (TF-IDF) Text (SBERT)

73.4 66.8

71.4 57.3

— —

— —

— —

— —

— —

— —

— —

— —

negatives at a 1:2 class ratio with stratified splits. Full details are in Appendix L. Table 3 presents a large and systematic gap between what models represent and what they output. Text confound control and residualization. Because misleading and standard questions differ by a single premise swap, lexical features alone may be predictive. Text-only baselines establish this ceiling: TF-IDF reaches 73.4% on vision and 71.4% on audio, and sentence-BERT reaches 66.8% and 57.3%. To isolate the multimodal component, we project out text-predictive features from hidden states via Ridge regression with orthogonal projection (nested 4-fold group CV grouped by video; Appendix L) and retrain modality-specific probes on the residual. Residualized probe accuracy remains above the SBERT baseline for every model and modality and above the TF-IDF baseline for vision (paired bootstrap on per-sample held-out predictions, p < 1/B, B=10,000), losing only 1–4pp to text removal under within-modality probing; for audio, residualized accuracy falls below the TF-IDF ceiling for several 7B models, indicating that a portion of the audio signal may be captured by lexical features and that the audio-side evidence for genuinely multimodal encoding is weaker than the vision-side. For the vision modality, this persistence after removing text-predictive variance addresses the concern that linear probes may detect surface features rather than task-relevant encoded information [44, 45]. Modality-specific probing. With the text confound resolved, we turn to the vision–audio asymmetry. We train separate probes for vision and audio questions; Table 3 presents the results. Residualized probes show a 9–15pp internal gap across the six standard 7B models (BaichuanOmni-1.5 is excluded because its layer-2 signal is near ceiling and uninformative for asymmetry analysis). This gap exceeds the 9.5pp SBERT text-only asymmetry, showing that it arises from multimodal processing and that models under-weight audio-misleading representations rather than simply reflecting text difficulty. Yet behavioral misleading detection for these same models does not exceed 16.2%. The difficulty therefore lies not in forming the premise–perception mismatch signal but in translating it to the output distribution. Logit Lens. To trace how this signal propagates toward the output, we project hidden states at layer l through the model’s final pre-LM-head RMSNorm and unembedding matrix, following the standard logit-lens convention [43]: zl = Wunembed RMSNorm(hl ) (3) and compute the probability assigned to the correct answer token: Pl (correct) = softmax(zl )[correct token]

(4)

The rightmost columns of Table 3 report the logit lens results, revealing two distinct regimes. On the one hand, models like Uni-MoE-2.0-Omni, OLA, and Qwen2.5-Omni produce readable signals on standard splits (>0.6) under the logit lens that degrade sharply on misleading ones; the correct 7

answer is present in the representation, aligned with the unembedding mid-stack, but fails to survive to the output. On the other hand, Baichuan-Omni-1.5, MiniCPM-o 2.6, and OmniVinci show nearzero signal at all layers under the logit lens, indicating that the correct token is not aligned with the model’s pre-trained unembedding matrix at any intermediate layer; learned linear probes still decode the misleading signal in these models with 83–99% accuracy (Table 3), so the model’s native readout direction is misaligned with the subspace where the signal lives. Notably, Qwen3Omni reaches 0.833 on mis_v, far above any other model. Taken together, these patterns lead us to describe the Representation–Action Gap as spanning two regimes: a translation-bottleneck regime (OLA, Qwen2.5-Omni, Uni-MoE-2.0-Omni, Video-SALMONN-2, Qwen3-Omni), where the correct answer is readable through the unembedding matrix mid-stack but decays before the output; and an unembedding-misaligned regime (OmniVinci, MiniCPM-o 2.6, Baichuan-Omni-1.5), where the misleading signal is decodable by a learned probe but never aligns with the unembedding’s column space. Probes succeed in both regimes; the difference lies in whether the model’s native readout direction picks up that signal. As we show next, this has direct consequences for intervention.

5

Diagnostic Intervention: Probe-Guided Logit Adjustment

The probing and logit lens analyses show that hidden states contain a linearly decodable misleading signal that does not appear in model outputs. However, is this signal merely an incidental correlate of processing misleading inputs, or does it carry actionable information about the premise–perception mismatch? To answer this, we extract the internal signal and feed it back to the output distribution. If the signal is actionable, this intervention should consistently improve misleading detection; if it is an artifact, no reliable improvement should occur. Our approach draws on Inference-Time Intervention [8] and Representation Engineering [7], which use probes to amplify truthful directions in LLM activations, and on contrastive decoding methods [46, 47] that modify logits to reduce hallucination. However, our intervention requires no input perturbation or double forward pass. Probe. For each model, we extract hidden states at the last input token of the prefill pass at the peak probe layer l∗ (selected by cross-validated binary probe accuracy; see Appendix G for per-model layers). A two-layer MLP (256 hidden units, ReLU) is trained on a 25% split (500 samples) to predict Pmis = P (y=misleading | hl∗ ). The probe uses only a binary label (standard vs. misleading) and receives no information about which modality is affected. Confidence-gated adjustment. The probe confidence gates a logit boost on the rejection options p E and F. Let g = Pmis be the confidence gate (with power p controlling sharpness), and ∆ = max(LA-D ) − max(LE , LF ) the gap between content and rejection logits. The adjusted logits are:  L′E = LE + σ γ(g − α) · (s · ∆ + δ) − β2 (5)  β ′ LF = LF + σ γ(g − α) · (s · ∆ + δ) + 2 (6) where σ is the sigmoid function, γ controls gate steepness, α is the confidence threshold, s scales the gap-adaptive component, δ is a fixed boost, and β corrects for E/F positional bias estimated from standard training samples (Appendix G). The sigmoid gate provides graded down-scaling of the boost as probe confidence drops: at the steepest setting in our grid the gate is σ(−2) ≈ 0.12 when the probe is fully confident the input is standard, and at the softest setting it is σ(−0.15) ≈ 0.46. The gate therefore reduces but does not zero out the adjustment on standard inputs, which contributes to the standard-accuracy decrease we report in Table 4. The gap-adaptive term scales the boost by how far the model’s logits are from selecting E/F; the debiasing term corrects for systematic positional preference between E and F. Validation. We evaluate via 5-fold cross-validation on the 75% evaluation set (1,500 samples). For each fold, hyperparameters {γ, p, α, s, δ} are tuned on four folds and evaluated on the held-out fifth. Table 4 reports the mean test performance across folds; the tune–test gap averages 0.4pp across models, indicating minimal overfitting. Table 4 shows that PGLA improves balanced accuracy for all eight open-source models, with a mean gain of +15.0pp, and the improvement holds even on models that resisted every prompt-level intervention in Appendix C. Qwen3-Omni is the only model where standard accuracy also improves rather than falls: on standard inputs it heavily over-selects the rejection options, and the debiasing 8

Table 4: PGLA results (5-fold cross-validated). Baseline Bal = balanced accuracy (%) on the 75% held-out split before intervention. After PGLA: Std/Mis = mean standard/misleading accuracy after the best configuration; Bal = resulting balanced accuracy. ∆Bal = gain over baseline. Per-split breakdowns in Appendix G. Baseline

After PGLA

Model

Bal

Std

Mis

Bal

∆Bal

Uni-MoE-2.0-Omni MiniCPM-o 2.6 OLA Video-SALMONN-2 Qwen2.5-Omni OmniVinci Qwen3-Omni Baichuan-Omni-1.5

38.2 31.6 37.4 38.2 37.5 38.4 45.9 36.8

54.7 45.5 58.7 46.2 55.5 53.8 46.5 52.0

59.3 52.8 51.2 64.1 51.3 52.2 68.8 35.0

57.0 49.2 54.9 55.1 53.4 53.0 57.7 43.5

+18.8 +17.6 +17.5 +16.9 +15.9 +14.6 +11.8 +6.7

Mean

38.0

51.6

54.3

53.0

+15.0

term β corrects this by shifting probability mass back toward content options A–D. The other seven models do not share this bias, so the same gated boost pushes their standard accuracy down while lifting misleading detection. This asymmetry shows that the confidence gate adapts to each model’s specific failure mode rather than applying a uniform shift. For the seven models that trade standard accuracy for misleading detection, PGLA is shifting the decision boundary toward rejection rather than improving perceptual grounding. Still, the consistent balanced-accuracy gain across all eight models provides diagnostic evidence that the internal mismatch signal is actionable rather than an artifact of the probing methodology. This supports the Representation–Action Gap thesis: hidden states contain signal sufficient to improve premise rejection when fed back to the output, yet the default output distribution does not reflect this encoding. Appendix G reports more results on this.

6

Discussion

We can now answer the question we opened with: when an omnimodal LLM accepts a premise that contradicts its sensory input, the failure in our experiments lies more in action than in perception. In our experiments, hidden states pick up on the mismatch reliably, but this signal does not reach the output. This finding pushes against a common intuition for this failure mode: that grounding failures of this kind will be solved by richer or larger encoders. For premise–perception verification specifically, the bottleneck has already moved downstream. Omnimodal LLMs in this mode encode the relevant signal but do not act on it, and the pattern holds up against every prompt change, length variation (Appendix E), and modality removal we tried. Even the few models that look better at rejection do so by becoming more cautious overall rather than more grounded, with rejection rates rising only because standard accuracy drops. The way the field currently evaluates these models cannot catch this failure: cooperative benchmarks assume the question describes the input faithfully, so they cannot tell a well-grounded model apart from one that quietly trusts the text. Second, closing the Representation–Action Gap likely calls for training objectives that tie what the model says to what it has already detected internally, rather than further scaling of representations. Candidates include supervised rejection labels, contrastive grounding losses, and honesty-targeted alignment. We view PGLA as a diagnostic step toward that work, not a ready-made solution; benchmark and intervention limitations are catalogued in Appendix M.

7

Conclusion

We documented a Representation–Action Gap in omnimodal LLMs: hidden states encode premise– perception mismatches that the same models fail to act on. These findings extend the internal– external dissociation documented for text-only LLMs into cross-modal perceptual grounding. The benchmark (IMAVB) will be integrated with lmms-eval upon acceptance, and all code will be publicly released; an anonymous copy of the dataset is available at https://huggingface.co/datasets/ anonymousneurips/IMAVB.

9

References [1] Aaditya Singh, Adam Fry, Adam Perelman, Adam Tart, Adi Ganesh, Ahmed El-Kishky, Aidan McLaughlin, Aiden Low, AJ Ostrow, Akhila Ananthram, et al. OpenAI GPT-5 system card. arXiv preprint arXiv:2601.03267, 2026. [2] Google Blog. A new era of intelligence with Gemini 3, 2026. URL https://blog.google/ products-and-platforms/products/gemini/gemini-3/. [3] Jin Xu, Zhifang Guo, Hangrui Hu, Yunfei Chu, et al. Qwen3-omni technical report, 2025. [4] Amos Azaria and Tom M. Mitchell. The internal state of an llm knows when it’s lying, 2023. [5] Collin Burns, Haotian Ye, Dan Klein, and Jacob Steinhardt. Discovering latent knowledge in language models without supervision, 2022. [6] Samuel Marks and Max Tegmark. The geometry of truth: Emergent linear structure in large language model representations of true/false datasets, 2023. [7] Andy Zou, Long Phan, Sarah Chen, James Campbell, et al. Representation engineering: A top-down approach to ai transparency, 2023. [8] Kenneth Li, Oam Patel, Fernanda Viégas, Hanspeter Pfister, and Martin Wattenberg. Inferencetime intervention: Eliciting truthful answers from a language model, 2023. [9] Hadas Orgad, Michael Toker, Zorik Gekhman, Roi Reichart, Idan Szpektor, Hadas Kotek, and Yonatan Belinkov. LLMs know more than they show: On the intrinsic representation of LLM hallucinations, 2024. [10] Farhad Nooralahzadeh, Omid Rohanian, Yi Zhang, Jonathan Fürst, and Kurt Stockinger. Arbitration failure, not perceptual blindness: How vision-language models resolve visual-linguistic conflicts. arXiv preprint arXiv:2604.09364, 2026. [11] Haruka Kawasaki, Ryota Tanaka, and Kyosuke Nishida. Responses fall short of understanding: Revealing the gap between internal representations and responses in visual document understanding. arXiv preprint arXiv:2604.04411, 2026. [12] Jing Tang, Kun Wang, Haolang Lu, Hongjin Chen, KaiTao Chen, Zhongxiang Sun, Qiankun Li, Lingjuan Lyu, Guoshun Nan, and Zhigang Zeng. Diagnosing knowledge conflict in multimodal long-chain reasoning. arXiv preprint arXiv:2602.14518, 2026. [13] Xinyan Yu, Sewon Min, Luke Zettlemoyer, and Hannaneh Hajishirzi. Crepe: Open-domain question answering with false presuppositions. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 10457–10480, 2023. [14] Najoung Kim, Phu Mon Htut, Samuel R. Bowman, and Jackson Petty. (QA)2 : Question answering with questionable assumptions. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 8466–8487, 2023. [15] Ethan Perez, Sam Ringer, Kamilė Lukošiūtė, et al. Discovering language model behaviors with model-written evaluations. In Findings of the Association for Computational Linguistics: ACL 2023, pages 13387–13434, 2023. [16] Mrinank Sharma, Meg Tong, Tomasz Korbak, David Duvenaud, Amanda Askell, Samuel R. Bowman, Newton Cheng, Esin Durmus, Zac Hatfield-Dodds, Scott R. Johnston, Shauna Kravec, Timothy Maxwell, Sam McCandlish, Kamal Ndousse, Oliver Rausch, Nicholas Schiefer, Da Yan, Miranda Zhang, and Ethan Perez. Towards understanding sycophancy in language models, 2023. [17] Jerry Wei, Da Huang, Yifeng Lu, Denny Zhou, and Quoc V. Le. Simple synthetic data reduces sycophancy in large language models, 2023.

10

[18] Shuo Li, Tao Ji, Xiaoran Fan, Linsheng Lu, Leyi Yang, Yuming Yang, Zhiheng Xi, Rui Zheng, Yuran Wang, Xiaohui Zhao, Tao Gui, Qi Zhang, and Xuanjing Huang. Have the vlms lost confidence? a study of sycophancy in vlms, 2024. [19] Yunpu Zhao, Rui Zhang, Junbin Xiao, et al. Sycophancy in vision-language models: A systematic analysis and an inference-time mitigation framework, 2024. [20] Stephanie Lin, Jacob Hilton, and Owain Evans. Truthfulqa: Measuring how models mimic human falsehoods. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 3214–3252, 2022. [21] Yanxu Zhu, Shitong Duan, Xiangxu Zhang, Jitao Sang, Peng Zhang, Tun Lu, Xiao Zhou, Jing Yao, Xiaoyuan Yi, and Xing Xie. Mohobench: Assessing honesty of multimodal large language models via unanswerable visual questions. Proceedings of the AAAI Conference on Artificial Intelligence, 40(34), 2026. [22] Kunchang Li, Yali Wang, Yinan He, Yizhuo Li, Yi Wang, Yi Liu, Zun Wang, Jilan Xu, Guo Chen, Ping Luo, Limin Wang, and Yu Qiao. Mvbench: A comprehensive multi-modal video understanding benchmark, 2023. [23] Munan Ning, Bin Zhu, Yujia Xie, et al. Video-bench: A comprehensive benchmark and toolkit for evaluating video-based large language models, 2023. [24] S Sakshi, Utkarsh Tyagi, Sonal Kumar, Ashish Seth, Ramaneswaran Selvakumar, Oriol Nieto, Ramani Duraiswami, Sreyan Ghosh, and Dinesh Manocha. MMAU: A massive multi-task audio understanding and reasoning benchmark. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=TeVAZXr3yv. [25] Qian Yang, Jin Xu, Wenrui Liu, Yunfei Chu, Ziyue Jiang, Xiaohuan Zhou, Yichong Leng, Yuanjun Lv, Zhou Zhao, Chang Zhou, et al. Air-bench: Benchmarking large audio-language models via generative comprehension. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1979–1998, 2024. [26] Chaoyou Fu, Yuhan Dai, Yongdong Luo, Lei Li, et al. Video-mme: The first-ever comprehensive evaluation benchmark of multi-modal llms in video analysis, 2025. [27] Yizhi Li, Yinghao Ma, Ge Zhang, Ruibin Yuan, et al. Omnibench: Towards the future of universal omni-language models, 2024. [28] Ziwei Zhou, Rui Wang, Zuxuan Wu, and Yu-Gang Jiang. Daily-omni: Towards audio-visual reasoning with temporal alignment across modalities, 2025. [29] Jack Hong, Shilin Yan, Jiayin Cai, Xiaolong Jiang, Yao Hu, and Weidi Xie. Worldsense: Evaluating real-world omnimodal understanding for multimodal llms, 2025. [30] Kim Sung-Bin, Oh Hyun-Bin, JungMok Lee, Arda Senocak, Joon Son Chung, and Tae-Hyun Oh. Avhbench: A cross-modal hallucination benchmark for audio-visual large language models, 2024. [31] Yuanhan Zhang, Yunice Chew, Yuhao Dong, Aria Leo, Bo Hu, and Ziwei Liu. Towards video thinking test: A holistic benchmark for advanced video reasoning and understanding. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 20626– 20636, 2025. [32] Binge Society. Binge society (youtube channel), 2026. URL https://www.youtube.com/ @bingesociety. [33] Boxoffice Movie Scenes. Boxoffice movie scenes (youtube channel), 2026. URL https: //www.youtube.com/@BoxofficeMoviesScenes. [34] Max Bain, Arsha Nagrani, Andrew Brown, and Andrew Zisserman. Condensed movies: Story based retrieval with contextual embeddings. In Proceedings of the Asian Conference on Computer Vision, 2020.

11

[35] Zuyan Liu, Yuhao Dong, Jiahui Wang, Ziwei Liu, Winston Hu, Jiwen Lu, and Yongming Rao. Ola: Pushing the frontiers of omni-modal language model. arXiv preprint arXiv:2502.04328, 2025. [36] Hanrong Ye, Chao-Han Huck Yang, Arushi Goel, et al. Omnivinci: Enhancing architecture and data for omni-modal understanding llm, 2025. [37] Jin Xu, Zhifang Guo, Jinzheng He, Hangrui Hu, et al. Qwen2.5-omni technical report, 2025. [38] Yuan Yao, Tianyu Yu, Ao Zhang, Chongyi Wang, et al. Minicpm-v: A gpt-4v level mllm on your phone, 2024. [39] Yunxin Li, Xinyu Chen, Shenyuan Jiang, et al. Uni-moe-2.0-omni: Scaling language-centric omnimodal large model with advanced moe, training and data, 2025. [40] Yadong Li, Jun Liu, Tao Zhang, Song Chen, Tianpeng Li, Zehuan Li, Lijun Liu, Lingfeng Ming, Guosheng Dong, Da Pan, et al. Baichuan-omni-1.5 technical report, 2025. [41] Changli Tang, Yixuan Li, Yudong Yang, et al. video-salmonn 2: Caption-enhanced audio-visual large language models, 2025. [42] Kaichen Zhang, Bo Li, Peiyuan Zhang, Fanyi Pu, Joshua Adrian Cahyono, Kairui Hu, Shuai Liu, Yuanhan Zhang, Jingkang Yang, Chunyuan Li, and Ziwei Liu. LMMs-eval: Reality check on the evaluation of large multimodal models. In Findings of the Association for Computational Linguistics: NAACL 2025, 2025. doi: 10.18653/v1/2025.findings-naacl.51. URL https://aclanthology.org/2025.findings-naacl.51/. [43] Nora Belrose, Igor Ostrovsky, Lev McKinney, et al. Eliciting latent predictions from transformers with the tuned lens, 2023. [44] John Hewitt and Percy Liang. Designing and interpreting probes with control tasks, 2019. [45] Yanai Elazar, Shauli Ravfogel, Alon Jacovi, and Yoav Goldberg. Amnesic probing: Behavioral explanation with amnesic counterfactuals, 2020. [46] Sicong Leng, Hang Zhang, Guanzheng Chen, Xin Li, Shijian Lu, Chunyan Miao, and Lidong Bing. Mitigating object hallucinations in large vision-language models through visual contrastive decoding. In CVPR, 2024. [47] Chaeyoung Jung, Youngjoon Jang, and Joon Son Chung. Avcd: Mitigating hallucinations in audio-visual large language models through contrastive decoding, 2025. [48] OpenAI. Gpt-4o system card, 2024. [49] Qwen Team. Qwen3.5: Towards native multimodal agents, February 2026. URL https: //qwen.ai/blog?id=qwen3.5. [50] Davide Caffagni, Federico Cocchi, Luca Barsellotti, et al. The revolution of multimodal large language models: A survey, 2024. [51] Zesen Cheng, Sicong Leng, Hang Zhang, Yifei Xin, et al. VideoLLaMA 2: Advancing spatial-temporal modeling and audio understanding in Video-LLMs, 2024. [52] Xun Zhu, Zheng Zhang, Xi Chen, Yiming Shi, Miao Li, and Ji Wu. Connector-s: A survey of connectors in multi-modal large language models. In Proceedings of IJCAI-25, 2025. [53] Chenzhuang Du, Jiaye Teng, Tingle Li, Yichen Liu, Yue Wang, Yang Yuan, and Hang Zhao. Modality laziness: Everybody’s business is nobody’s business, 2022. URL https: //openreview.net/forum?id=1eGFH6yYAJn. [54] Sicong Leng, Yun Xing, Zesen Cheng, Yang Zhou, et al. The curse of multi-modalities: Evaluating hallucinations of large multimodal models across language, visual, and audio, 2024. [55] Vipula Rawte, Amit Sheth, and Amitava Das. A survey of hallucination in large foundation models, 2023. 12

[56] Vipula Rawte, Swagata Chakraborty, Agnibh Pathak, et al. The troubling emergence of hallucination in large language models: An extensive definition, quantification, and prescriptive remediations. In EMNLP, 2023. [57] Zhi Zhang, Srishti Yadav, Fengze Han, and Ekaterina Shutova. Cross-modal information flow in multimodal large language models, 2024. [58] Rui Cai, Bangzheng Li, Xiaofei Wen, Muhao Chen, and Zhe Zhao. Diagnosing and mitigating modality interference in multimodal large language models, 2025. [59] Xu Zheng, Chenfei Liao, Yuqian Fu, et al. Mllms are deeply affected by modality bias, 2025. [60] Jean Park, Kuk Jin Jang, Basam Alasaly, et al. Assessing modality bias in video question answering benchmarks with multimodal large language models, 2024. [61] Bin Zhu, Yinxuan Gui, Huiyan Qi, Jingjing Chen, Chong-Wah Ngo, and Ee-Peng Lim. Benchmarking gaslighting negation attacks against multimodal large language models, 2025. [62] Miles Turpin, Julian Michael, Ethan Perez, and Samuel R. Bowman. Language models don’t always say what they think: Unfaithful explanations in chain-of-thought prompting, 2023. [63] Xintong Wang, Jingheng Pan, Liang Ding, and Chris Biemann. Mitigating hallucinations in large vision-language models with instruction contrastive decoding. In Findings of ACL, 2024. [64] Chaeyoung Jung, Youngjoon Jang, Jongmin Choi, and Joon Son Chung. Fork-merge decoding: Enhancing multimodal understanding in audio-visual large language models. arXiv preprint arXiv:2505.20873, 2025. [65] Qidong Huang, Xiaoyi Dong, Pan Zhang, Bin Wang, Conghui He, Jiaqi Wang, Dahua Lin, Weiming Zhang, and Nenghai Yu. Opera: Alleviating hallucination in multi-modal large language models via over-trust penalty and retrospection-allocation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 13418–13427, 2024. [66] Fushuo Huo, Wenchao Xu, Zhong Zhang, Haozhao Wang, Zhicheng Chen, and Peilin Zhao. Self-introspective decoding: Alleviating hallucinations for large vision-language models, 2024. [67] Yung-Sung Chuang, Yujia Xie, Hongyin Luo, Yoon Kim, James Glass, and Pengcheng He. Dola: Decoding by contrasting layers improves factuality in large language models, 2023. [68] Mu Cai, Reuben Tan, Jianrui Zhang, et al. Temporalbench: Benchmarking fine-grained temporal understanding for multimodal video models, 2024. [69] Kanchana Ranasinghe, Xiang Li, Kumara Kahatapitiya, and Michael S. Ryoo. Understanding long videos with multimodal language models, 2024. [70] Heqing Zou, Tianze Luo, et al. From seconds to hours: Reviewing multimodal large language models on comprehensive long video understanding, 2024. [71] Junhao Cheng, Yuying Ge, Teng Wang, Yixiao Ge, Jing Liao, and Ying Shan. Video-holmes: Can mllm think like holmes for complex video reasoning?, 2025. [72] Ruohao Guo, Wei Xu, and Alan Ritter. How to protect yourself from 5g radiation? investigating llm responses to implicit misinformation. In EMNLP, 2025. [73] Mohammadamin Shafiei, Hamidreza Saffari, and Nafise Sadat Moosavi. Multihoax: A dataset of multi-hop false-premise questions. In Findings of ACL, 2025. [74] Yunkai Dang, Mengxi Gao, Yibo Yan, et al. Exploring response uncertainty in mllms: An empirical evaluation under misleading scenarios, 2024.

13

A

Appendix Overview

The appendices provide full implementation details, extended results, and supporting analyses for all experiments reported in the main text. Table 5 lists each appendix with its scope and the main-text section it supports. Table 5: Appendix overview. “Ref.” indicates the main-text section where the appendix is primarily cited.

B

App.

Title

Contents

Ref.

B

Verification Tool & Statistics

§2.4

C

Prompt Intervention Details

D

Position Bias Control

E

Temporal Decay Analysis

F

LLM-as-Judge Analysis

G

PGLA Implementation

H

Category Breakdowns

I

Prompt Templates

J

Evaluation Implementation

K

Related Work

L

Residualized Probe Analysis

M

Limitations

N

Broader Impact

O

Qualitative Examples

Annotation tool screenshots and aggregated quality metrics over the full 500-video / 2,000-item benchmark (3.92/4 clarity, 3.91/4 answer correctness, 3.93/4 timestamp correctness, 100% valid misleading premises) Full per-split results for all seven prompt variants (A1–A7) Option-shuffling protocol and per-sample consistency analysis Accuracy stratified by video duration and evidence position; logistic regression ruling out temporal decay as primary factor Prediction–explanation faithfulness results for A5 binary-with-explanation format Hidden-state extraction, probe training, hyperparameter grid, cross-validation protocol, Pareto curve, per-split breakdown Per-model accuracy by question type (8 categories) and misleading subcategory (18 categories) All single-turn evaluation prompts (A1–A7) and annotation pipeline prompts Per-model input configuration, hidden-state extraction, reproducibility details Extended discussion of omnimodal LLMs, modality laziness, inference-time intervention, and evaluation benchmarks Ridge regression + orthogonal projection protocol; per-model residualized probe accuracy confirming cross-modal signal Domain generalization, model coverage, PGLA transfer, and annotation scope Positive (safety diagnostics) and negative (adversarial crafting, copyrighted content) societal impacts Two additional annotated samples extending the in-text Figure 3

§4 §4.1 §6

§4.1 §5

§4.1 §3 §3 §1

§4.3

§6 —

§2.3

Verification Tool and Statistics

To validate our annotation pipeline, the authors used a custom web-based tool to manually verify every item in the benchmark: all 500 videos × 4 splits, for a total of 2,000 items. For each item the tool presents the video alongside the question and its six options (A–F, where E and F are the misleading-escape options “The visual/audio detail in the question is incorrect”). The annotator rates three criteria on a 1–4 Likert scale, with the full rubric shown inline beneath each radio group so raters never have to recall the anchors. Rubric.

14

• Question Clarity (1–4). Does the question describe a scene detail with a single reading and a single answer? – 4, Clear: the detail matches the ground-truth scene, there is only one way to read the question, and it leads to one answer. – 3, Mostly Clear: a single intended reading, but phrasing is slightly awkward or verbose. – 2, Ambiguous: admits multiple readings, or more than one of the options is plausible. – 1, Unclear: the question cannot be understood or does not lead to a single answer. • Answer Correctness (1–4). How well does the labeled correct option match the caption evidence? The rubric branches by split: – Standard items (gold A–D): ◦ 4, Exact Match: the gold option matches the caption detail closely. ◦ 3, Close Match: matches the idea but wording differs. ◦ 2, Off by Detail: partial match that misses specifics (colour, count, object type). ◦ 1, No Match: the gold option does not describe the caption detail. – Misleading items (gold E/F): ◦ 4, Clear Swap: the premise swap clearly contradicts the caption, so E/F is the right escape. ◦ 3, Close Swap: the swap is wrong, but its wording stays near the ground-truth detail. ◦ 2, Swap Off by Detail: the swap only slightly differs from the ground-truth detail. ◦ 1, Swap Accidentally True: the swap is consistent with the caption, so E/F is inappropriate. • Timestamp Correctness (1–4). Does the answer evidence actually live inside the stated 10 s segment? – 4, In-Segment: the evidence is clearly inside the stated [Xs, Y s] window. – 3, Boundary: the evidence sits near the edge of the segment, very close to an adjacent one, but can still be attributed to the stated segment. – 2, Adjacent: the evidence actually belongs to the neighbouring ±10 s segment. – 1, Misaligned: the evidence sits in a non-adjacent segment elsewhere in the video. For misleading items (Figure 5), the tool additionally displays the misleading category (e.g., person_identity) and a human-readable description of the detail swap (e.g., “Changed the younger man’s shirt color from maroon to blue”); the annotator flags whether the misleading premise is valid (Yes/No). Relabel pass for flagged items. Any item receiving Answer Correctness ≤ 2 or a Misleading Premise Valid = No verdict in the initial annotation pass was treated as a candidate defect and re-examined by the authors. For each flag, the authors (i) confirmed the defect by mutual agreement against the video content, and (ii) either manually relabeled the QA item (by rewriting the incorrect distractor text, anchoring the premise swap on a caption-grounded detail), or, when the flag was judged a false positive of the initial rater, restored the original label with a corrected score. All statistics reported below and in the main text are computed after this relabel pass, so they reflect the final benchmark state rather than the raw output of the first annotation pass. Only a small fraction of items triggered a flag in the initial verification pass: under 10% of the 2,000 items were flagged on either correctness or misleading-premise validity (198/2,000, 9.9%), and roughly two-thirds of those flags (133/198, 67.2%) turned out to be false positives where the initial rater was systematically strict rather than the item being defective. Only 63 items (3.15%) actually required a manual QA edit. Because the correction cost scales linearly with this defect rate, the pipeline remains tractable at the 500-video benchmark size and would scale to substantially larger collections without losing quality, which we interpret as evidence of robustness: the pipeline produces items that are right on the first pass the large majority of the time, and the few defective items are easy to identify and repair with the verification tool. We acknowledge one limitation of this protocol: due to time and human-resource constraints, we did not perform an overlap pass with multiple independent annotators per item, so we do not report cross-annotator agreement statistics. To partially compensate, every flagged defect item was discussed jointly by all authors before relabeling or false-positive dismissal, which we expect to resolve the disagreements that would otherwise have arisen between independent raters during this stage. Post-relabel quality statistics. Aggregated over all 2,000 items, the benchmark is of consistently high quality: mean question clarity 3.92/4 (92.55% at 4, 7.30% at 3, 0.15% at 2), mean answer 15

Figure 4: Annotation tool interface for standard questions. The annotator views the video, reads the question with six options (A–F), and rates question clarity, answer correctness, and timestamp correctness on a 1–4 Likert scale. The full rubric is shown inline beneath each radio group so raters never have to recall the scale. Metadata shows answer timestamp, modality, and question category.

Figure 5: Annotation tool interface for misleading questions. In addition to the three 1–4 scales used for standard items, the tool displays the misleading category and a human-readable description of the detail swap. The annotator additionally flags whether the misleading premise is valid (Yes/No). correctness 3.91/4 (91.45% at 4, 8.55% at 3), mean timestamp correctness 3.93/4 (92.65% at 4, 7.20% at 3, 0.15% at 2), and misleading premise validity 100% (1,000/1,000 misleading items).

C

Single-Turn Prompt Intervention Details

Purpose. The single-turn experiments (A1–A7) systematically vary prompt format to assess how different levels of explicitness affect misleading detection. Each variant is applied to all 500 videos across all four splits, yielding 2,000 evaluation instances per model per variant (inference settings in §3).

16

Table 6: Single-turn prompt variants (A1–A7). “Tokens” = max new tokens. A1–A5 use the full video; A6/A7 reduce temporal context to test the memory-deficit hypothesis. ID

Name

Description

Tokens

A1 A2

Baseline Binary

16 64

A3

CoT

A4 A5

Warned BinExplain

A6 A7

GT-Only GT+50%

Standard 6-choice MCQ; options shuffled (K=3) to control position bias TRUE/FALSE question asking whether the stated visual or audio description is accurate Same as A1 with chain-of-thought instruction; model reasons before selecting a letter A1 with an explicit warning that the visual or audio premise may be incorrect TRUE/FALSE with a 1–2 sentence explanation; used for LLM-as-Judge faithfulness analysis A1 with video trimmed to the ground-truth answer timestamp only A1 with video trimmed to the ground-truth timestamp ±50% temporal padding

512 16 256 16 16

Setup. Each model receives video input (frames + audio) alongside the text prompt. The max new tokens parameter controls response length, ranging from 16 tokens (A1, forcing a single-letter answer) to 512 tokens (A3, allowing extended reasoning). All prompts follow the same structure: a system message (model-specific), followed by the multimodal input (video frames + audio waveform), followed by the text question with options. The six options are always labeled A–F, where A–D are content answers drawn from the QA generation pipeline, E is “The visual detail in the question is incorrect,” and F is “The audio detail in the question is incorrect.” The key differences between variants are: • A1 (Baseline): The question and six options are presented directly; the model is asked to respond with a single letter. Options are shuffled per sample (K=3 independent shuffles using a deterministic MD5 seed from hash(video_id + correct_answer + shuffle_id)); after the model responds, predictions are mapped back to the original letter space via the inverse permutation. • A2 (Binary): Instead of 6-choice MCQ, the model receives a TRUE/FALSE question: “Is the following visual/audio description accurate: [premise]?” This collapses the task to binary verification, removing the need to select among distractors. • A3 (CoT): Same 6-choice format as A1 but prefixed with “Think step by step before answering.” The model generates up to 512 tokens of reasoning; the answer is extracted as the last valid letter (A–F) in the response. • A4 (Warned): Same as A1 but with an explicit warning prepended: “Note: the visual or audio premise in this question may be incorrect. Verify before answering.” • A5 (BinExplain): Same binary TRUE/FALSE format as A2 but with “Explain your answer in 1–2 sentences” appended, generating both a verdict and a justification (used for the LLM-as-Judge analysis in Appendix F). • A6/A7 (Temporal trimming): Same prompt as A1, but the video is trimmed to the ground-truth answer timestamp only (A6) or ±50% temporal padding (A7), testing whether reducing irrelevant temporal context helps the model focus on the evidence. Interpretation. A1 is the most diagnostic setting because it reveals default trust behavior. Higherintervention variants (A2–A5) test whether specific modifications can activate latent verification capacity, while A6/A7 test the temporal hypothesis. Table 6 summarizes all seven variants; Table 7 provides the complete per-split results. Key patterns across variants. Several cross-variant patterns merit discussion. A recurring theme is that prompt interventions (A2–A5) can dramatically increase misleading detection, but this increase typically comes at the expense of standard accuracy, resembling the explicit verification paradigm of AVHBench [30] rather than grounding improvement. Chain-of-thought (A3) reveals extreme format sensitivity: Qwen2.5-Omni’s standard accuracy collapses to 9–12% while misleading detection rises to 39–56%, suggesting that these models possess verification circuits that, once activated by extended reasoning, over-trigger and reject both genuine and fabricated premises. OmniVinci under A5 achieves 86.8% on misleading vision but only 22.4% on standard vision, indicating a FALSE-bias artifact rather than genuine improvement. The binary-with-explanation format (A5) is the most diagnostic of

17

Table 7: Complete single-turn accuracy (%) across all seven prompt variants. Column headers: sv/sa = standard vision/audio; mv/ma = misleading vision/audio. A1: Baseline Model OLA OmniVinci Qwen2.5-Omni MiniCPM-o 2.6 Uni-MoE-2.0-Omni Baichuan-Omni-1.5 Video-SALMONN-2 Qwen3-Omni

A2: Binary

sv

sa

mv

ma

sv

sa

mv

ma

sv

sa

mv

ma

71.0 75.4 64.4 56.6 74.8 66.0 69.8 40.6

71.6 71.4 69.0 54.2 69.0 66.8 66.6 46.6

6.8 6.6 16.0 9.0 9.0 13.8 16.2 72.8

0.0 0.0 0.6 6.6 0.0 0.6 0.0 23.6

74.0 76.6 95.4 75.8 81.4 95.6 95.8 63.4

92.8 77.6 99.0 79.2 88.2 98.8 98.2 50.2

34.8 32.0 5.8 24.4 24.2 8.0 12.0 57.8

11.8 28.4 2.0 20.6 18.0 1.2 4.6 61.0

65.4 72.0 9.4 37.2 67.8 39.0 44.6 10.4

66.2 64.6 12.0 34.4 60.6 41.8 43.4 24.8

26.0 5.8 39.4 30.0 17.0 40.2 66.4 89.8

11.4 4.0 56.2 21.8 23.4 34.0 5.6 52.0

A4: Warned Model OLA OmniVinci Qwen2.5-Omni MiniCPM-o 2.6 Uni-MoE-2.0-Omni Baichuan-Omni-1.5 Video-SALMONN-2 Qwen3-Omni

A3: CoT

A5: BinExplain

A6: GT-Only

sv

sa

mv

ma

sv

sa

mv

ma

sv

sa

mv

ma

68.4 76.2 58.4 55.4 72.6 61.4 70.0 30.8

69.4 70.0 62.6 52.8 67.6 63.0 68.0 46.0

10.6 13.8 40.8 13.8 11.2 28.0 22.2 80.0

0.8 0.2 1.0 7.4 0.0 19.0 1.4 41.8

60.0 22.4 17.6 55.0 37.8 65.4 94.6 23.4

97.0 22.2 46.0 42.8 40.4 78.2 99.0 24.4

46.0 86.8 92.2 53.0 69.0 40.8 11.6 90.6

8.4 82.6 63.2 57.6 60.6 21.2 3.2 82.2

73.8 78.6 71.8 77.2 77.8 70.8 72.8 42.2

72.8 73.6 70.2 72.4 69.8 69.0 64.8 36.8

7.2 10.2 20.8 5.4 13.6 15.8 16.8 76.6

0.0 0.0 0.2 0.8 0.0 0.4 0.0 43.2

A7: GT+50% Model OLA OmniVinci Qwen2.5-Omni MiniCPM-o 2.6 Uni-MoE-2.0-Omni Baichuan-Omni-1.5 Video-SALMONN-2 Qwen3-Omni

sv

sa

mv

ma

72.2 77.4 66.8 70.0 76.8 67.8 71.2 45.4

72.2 74.8 67.0 69.8 70.4 70.0 67.6 48.6

6.6 7.0 20.0 6.6 9.0 15.4 16.0 72.6

0.0 0.0 2.0 0.8 0.0 0.8 0.0 28.8

true understanding: models that genuinely detect the mismatch should produce both a correct rejection and a faithful explanation. The LLM-as-Judge analysis (Appendix F) reveals that only Qwen3-Omni achieves tight prediction–explanation alignment under A5 (1.9% right-answer-wrong-reason), while other models frequently select E/F with factually incorrect justifications (4.9–33.2%), confirming that their elevated misleading scores reflect prompt-induced bias rather than perceptual verification. The temporal trimming experiments (A6/A7) produce limited and inconsistent gains, confirming that video duration is not the primary bottleneck.

D

Position Bias Control (Option Shuffling)

Setup. All six options are randomly permuted per sample using a deterministic seed (MD5 hash of video_id + correct_answer + shuffle_id). Each model is evaluated with K=3 independent shuffles, verified to produce a uniform distribution (16.7% ± 1.2pp per position). Full results with 95% CIs are reported in Table 1. Interpretation. Shuffling has minimal effect on misleading accuracy (|∆| ≤ 2pp) for five of the eight open-source models. Per-sample consistency analysis reveals that on misleading splits, 75–95% of samples are never answered correctly across any shuffle, confirming the failure is systematic rather than positional. Qwen3-Omni shows the largest sensitivity (∆=−11.2pp), suggesting some position-dependent behavior, but even with shuffling it maintains 37.0% misleading detection, far

18

Table 8: Accuracy (%) averaged across 8 open-source models, stratified by (a) video duration and (b) evidence position. Standard accuracy degrades with duration; misleading detection is flat. Split

Short

Med

Long

Split

Early

Mid

Late

std_v std_a mis_v mis_a

75.6 68.6 9.8 0.6

68.4 68.6 11.6 1.3

65.0 61.9 10.3 0.9

−10.6 −6.7 +0.5 +0.3

std_v std_a mis_v mis_a

67.8 64.3 12.7 1.2

69.5 64.7 10.4 1.3

67.5 70.6 10.5 0.9

(a) By duration bin.

(b) By answer position ratio.

Figure 6: Accuracy by video duration bin, per split. Standard accuracy degrades with duration; misleading accuracy stays flat. above any other model. Video-SALMONN-2 shows a notable improvement with shuffling (+5.4pp), suggesting its audio-misleading detection was partially suppressed by position bias in the default format.

E

Temporal Decay Analysis

Purpose. If models struggle more with long videos, misleading detection should degrade with duration or with temporal distance between evidence and query. We test this hypothesis directly. Setup. Video durations span 60–300s (mean 149s, median 140s). Videos are binned by duration (short: 60–100s, medium: 100–180s, long: 180–300s) and answer position ratio (early: 0–0.33, middle: 0.33–0.66, late: 0.66–1.0). All 16,000 samples (8 open-source models × 2,000) are included. Interpretation. Standard comprehension degrades monotonically with duration (−10.6pp vision, −6.7pp audio), consistent with context window pressure. Misleading detection, however, is flat across all bins (Tables 8a–8b; Figures 6–7). A logistic regression on all 16,000 samples achieves 76.7±0.5% 5-fold CV accuracy; the is_misleading coefficient dominates (β̂=−1.34) while temporal variables contribute negligibly (|β̂|<0.1), indicating that video duration and evidence position do not explain the misleading detection failure.

19

Figure 7: Accuracy by answer evidence position ratio. Misleading detection is independent of where in the video the contradicting evidence appears. Table 9: LLM-as-Judge results for A5 (16,000 entries, 0 parse errors). W+R=0 across all eight models (so E-Acc equals R+R), reflecting both the common pattern that explanations rarely contradict their own predictions and IMAVB’s design, in which producing a correct explanation while predicting wrong would require simultaneously identifying and ignoring the false premise.

F

Model

P-Acc

E-Acc

R+R

R+W

OLA OmniVinci Qwen2.5-Omni MiniCPM-o 2.6 Uni-MoE-2.0-Omni Baichuan-Omni-1.5 Video-SALMONN-2 Qwen3-Omni

52.8 53.5 54.8 52.1 51.9 51.4 52.1 55.2

47.9 38.5 36.6 18.9 45.9 37.4 45.4 53.3

47.9 38.5 36.6 18.9 45.9 37.4 45.4 53.3

4.9 15.0 18.2 33.2 6.0 14.0 6.7 1.9

LLM-as-Judge Prediction–Explanation Analysis

Purpose. The A5 binary-with-explanation format enables us to assess not just prediction accuracy but the faithfulness of the model’s reasoning. If models rely on shallow heuristics, they should produce correct predictions paired with incorrect explanations. Setup. Each model generates a TRUE/FALSE prediction plus a 1–2 sentence explanation for all 2,000 samples. An LLM-as-Judge (Qwen3.5-27B in non-thinking mode) evaluates whether each explanation correctly identifies the relevant evidence. A total of 16,000 entries were judged with zero parse errors (Table 9). Metrics: P-Acc (prediction accuracy), E-Acc (explanation accuracy), R+R (both right), R+W (right prediction, wrong explanation). Interpretation. The R+W column quantifies the dissociation between prediction and explanation. MiniCPM-o 2.6 shows the most extreme mismatch: 33.2% of its predictions are correct but paired with factually wrong explanations, suggesting reliance on shallow pattern matching. OLA (4.9%) and Uni-MoE-2.0-Omni (6.0%) show tight coupling, indicating that when they succeed, the reasoning is generally faithful. Qwen3-Omni achieves the best alignment (1.9% R+W), consistent with its superior misleading detection being grounded in evidence use rather than heuristic shortcuts.

20

Table 10: PGLA probe accuracy (%, eval set) at the peak layer l∗ used for the confidence-gated intervention. Binary = single-layer MLP; Enhanced = multi-layer PCA + meta-classifier. Peak layers are selected by cross-validated binary probe accuracy. Model Qwen3-Omni OLA Uni-MoE-2.0-Omni MiniCPM-o 2.6 Qwen2.5-Omni Video-SALMONN-2 OmniVinci Baichuan-Omni-1.5

G

Layer l∗

Binary

Enhanced

30 14 16 17 17 15 14 2

72.3 71.9 71.7 71.6 70.2 71.3 71.5 97.0

71.5 73.3 71.9 71.1 70.1 70.0 67.3 87.8

PGLA Implementation and Extended Results

Purpose. Probe-Guided Logit Adjustment (PGLA) tests whether the internally encoded misleading signal is actionable by feeding it back to steer output logits at inference time, providing a diagnostic test of the Representation–Action Gap. Hidden state extraction. For each model, we extract last-token hidden states at every transformer layer for all 2,000 samples during a single forward pass. States are stored as tensors of shape (nlayers , dhidden ) (e.g., (29, 3584) for OLA and (48, 2048) for Qwen3-Omni) alongside the model’s choice logits for options A–F. Probe training. A two-layer MLP probe (input → 256 hidden units → ReLU → 2-class output) is trained on hidden states at the peak probe layer l∗ (Table 10). Training uses 25% of the data (500 samples), with StandardScaler normalization and Adam optimization (lr=10−3 , 100 epochs). An enhanced variant concatenates hidden states from a window of ±2 layers around l∗ , applies PCA (retaining 99.9% variance), and trains a deeper 3-layer MLP (512 hidden, dropout 0.2); a logistic-regression meta-classifier then stacks single-layer, multi-layer, and deep probe predictions with behavioral features (logit gap, entropy, E/F signal strength). Confidence-gated intervention. The intervention (Eq. 5–6) has five hyperparameters tuned per model: sigmoid steepness γ ∈ {0.5, 1.0, 2.0}, probe power p ∈ {1.0, 2.0}, confidence threshold α ∈ {0.3, 0.5, 1.0}, gap scale s ∈ {0.75, 1.0, 1.5}, and fixed boost δ ∈ {5, 8, 12}. The debiasing term β is computed as the mean E−F logit difference on standard training samples; it corrects for systematic positional preference between the two rejection options. This yields 3×2×3×3×3 = 162 configurations per model, swept exhaustively during each cross-validation fold. Cross-validation protocol. We use 5-fold stratified cross-validation on the 75% evaluation set (1,500 samples, ∼300 per fold). For each fold: (i) the probe is trained on the fixed 25% training set, (ii) hyperparameters are tuned on four folds (∼1,200 samples), selecting the configuration that maximizes balanced accuracy, and (iii) the selected configuration is evaluated on the held-out fifth fold (∼300 samples). Table 4 reports the mean held-out test performance across five folds. Pareto analysis. Table 11 shows the tradeoff between balanced accuracy gain and standard accuracy cost at different operating points. At conservative budgets (≤3pp std loss), PGLA achieves +9.9pp mean balanced improvement. As the budget increases, gains grow sublinearly (from +9.9pp at 3pp cost to +15.0pp unconstrained), indicating diminishing returns from additional standard accuracy sacrifice. Per-split breakdown. Table 12 shows the per-split accuracy after intervention, using each model’s best configuration (selected on the 75% evaluation split). The largest gains appear on mis_a, which rises from near-zero to 48–69% for the six standard models. Standard accuracy drops more on the audio side (std_a) than the vision side (std_v) across all models, suggesting the intervention interacts more strongly with the audio processing pathway.

21

Table 11: PGLA Pareto curve (5-fold CV). All rows: mean across all eight open-source models. Constrained rows (≤1–10pp): per model, the configuration with highest balanced accuracy whose standard-accuracy loss from baseline stays within the budget. Unconstrained row: per model, the overall best configuration. ∆Bal = balanced accuracy improvement; Uncon. = unconstrained. Std Budget

Mean ∆Bal

Mean Std

Mean Mis

≤1pp ≤2pp ≤3pp ≤10pp Uncon.

+5.4 +8.0 +9.9 +15.9 +15.0

69.0 67.8 66.9 60.7 51.6

17.9 24.3 29.0 47.1 54.3

Table 12: Per-split accuracy (%) after PGLA intervention (best configuration per model, evaluated on the 75% split). Baselines in Table 1. Model

std_v

std_a

mis_v

mis_a

Bal

Uni-MoE-2.0-Omni MiniCPM-o 2.6 OLA Qwen3-Omni Video-SALMONN-2 OmniVinci Qwen2.5-Omni Baichuan-Omni-1.5

64.8 66.4 64.5 50.8 59.1 67.7 64.0 23.9

44.7 54.0 52.9 21.4 38.1 48.9 47.1 28.2

54.4 48.3 53.8 66.0 56.2 47.0 47.8 67.1

65.8 54.4 48.5 87.6 69.0 53.1 56.3 64.5

57.4 55.8 54.9 56.5 55.6 54.2 53.8 45.9

Qwen3-Omni anomaly. As noted in §5, Qwen3-Omni is the sole model where both standard and misleading accuracy improve under PGLA. The mechanism is the debiasing term β: Qwen3-Omni over-selects E by a factor of 3−30× over F, and β redistributes this mass back toward content options A–D. Both constrained and unconstrained optimization select the same configuration, confirming that there is no standard–misleading tradeoff for this model. Tune–test consistency. Across all eight open-source models and five folds, the mean tune–test gap is 0.4pp (range: 0.1–1.7pp), indicating that the cross-validation protocol effectively controls overfitting.

H

Question Type and Misleading Subcategory Breakdowns

Purpose. We categorize questions along two dimensions to identify which types of reasoning and which perceptual domains are most vulnerable to misleading failure. Setup. Question types span 8 categories (existence, time_order, emotional, scene_description, cross_modality, plot, causal, temporal), assigned during QA generation based on the reasoning required. Misleading subcategories (9 vision, 9 audio) are determined by which perceptual element the false premise targets. Both taxonomies are assigned automatically and verified during manual quality review. Question type analysis. Table 13 shows that existence and time_order questions are easiest for the open-source models (42–43% for the best), while causal and temporal reasoning are hardest (34–39%), reflecting their greater inferential demands. Gemini 3.1 Pro scores 57–67% across all eight question types with notably smaller variance, ranking first on every category driven by its elevated misleading detection. Speech-dominant videos yield ∼4–5pp higher standard accuracy than scene-dominant ones for open-source models, and on misleading splits video category makes little difference across those models, indicating that the failure to detect false premises is independent of the dominant modality in the video; Gemini 3.1 Pro shows a larger scene–speech gap on misleading splits (66.4% vs. 76.2%) consistent with its higher overall detection rate.

22

Table 13: A1 baseline accuracy (%) by question type and video category. All 4 splits combined. Bold = best per row. N

OLA

OmniV.

Qwen2.5-O

MiniCPM-o

Uni-MoE-O

Baichuan-O

V-SAL-2

Qwen3-O

Gemini 3.1 Pro‡

existence time_order emotional scene_description cross_modality plot causal temporal

260 248 264 260 272 164 260 272

42.3 40.7 37.5 37.3 36.4 35.4 34.6 34.2

43.1 37.9 39.4 37.7 37.9 36.6 37.3 36.4

42.7 37.1 36.4 39.2 37.1 37.8 34.2 35.7

33.8 34.7 32.6 30.4 29.8 29.9 32.7 28.7

41.2 40.7 36.0 40.0 37.1 35.4 38.1 36.4

41.9 35.9 35.2 37.3 35.7 35.4 33.5 39.0

43.5 36.3 39.0 40.4 37.1 36.6 35.8 36.0

49.2 46.4 46.6 45.4 44.9 42.1 47.3 44.1

61.4 63.1 66.7 60.8 57.1 62.3 59.0 62.5

scene_dom (std) speech_dom (std)

500 500

69.0 73.6

71.0 75.8

64.8 68.6

53.6 57.2

70.2 73.6

64.4 68.4

65.6 70.8

43.6 43.6

48.8 55.2

scene_dom (mis) speech_dom (mis)

500 500

3.6 3.2

3.6 3.0

8.0 8.6

8.2 7.4

4.6 4.4

6.0 8.4

8.6 7.6

46.8 49.6

66.4 76.2

Video

Question Type

Category

Table 14: A1 baseline misleading detection (%) by subcategory. Bold = best per row. Red = exactly 0%. N

OLA

OmniV.

Qwen2.5-O

MiniCPM-o

Uni-MoE-O

Baichuan-O

V-SAL-2

Qwen3-O

Gemini 3.1 Pro‡

person_position person_action person_identity person_appearance object_location object_type object_attribute location_setting location_detail

81 122 90 87 38 27 26 15 14

7.4 7.4 7.8 8.0 7.9 3.7 0.0 0.0 7.1

11.1 7.4 8.9 6.9 2.6 0.0 0.0 0.0 0.0

18.5 17.4 15.6 17.2 23.7 7.4 7.7 6.7 7.1

8.6 10.7 8.9 13.8 5.3 3.7 7.7 0.0 0.0

13.6 9.9 8.9 9.2 5.3 7.4 0.0 0.0 14.3

13.6 17.4 14.4 14.9 10.5 7.4 3.8 13.3 14.3

28.4 16.5 16.7 11.5 13.2 11.1 11.5 6.7 7.1

77.8 79.3 71.1 69.0 71.1 66.7 61.5 66.7 64.3

93.8 95.1 92.2 98.9 86.8 92.6 96.2 93.3 85.7

Vision avg

500

6.8

6.6

16.0

9.0

9.0

13.8

16.2

72.8

94.0

speech_tone sound_type ambient_sound speech_content sound_source sound_intensity speech_context background_music speech_speaker

36 77 29 95 69 19 95 29 51

0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0

0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0

2.8 0.0 0.0 0.0 0.0 0.0 1.1 0.0 2.0

11.1 10.4 10.3 8.5 5.8 5.3 3.2 3.4 2.0

0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0

0.0 2.6 0.0 0.0 1.4 0.0 0.0 0.0 0.0

0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0

13.9 27.3 17.2 18.1 30.4 36.8 23.2 34.5 19.6

58.3 59.7 31.0 49.5 47.8 42.1 52.6 27.6 41.2

Audio avg

500

Audio

Vision

Subcategory

Vision–Audio Gap

0.0

0.0

0.6

6.6

0.0

0.6

0.0

23.6

48.6

6.8

6.6

15.4

2.4

9.0

13.2

16.2

49.2

45.4

Misleading subcategory analysis. Table 14 shows that within vision, person-related swaps cluster around 7–17% detection for most open-source models, while object and location attributes are harder (0–14%). The audio table is dominated by red cells: most open-source models score exactly 0% across nearly all subcategories. MiniCPM-o 2.6 is the sole 7B model with non-trivial audio detection (3–11%), yielding the smallest vision–audio gap (2.4pp). Qwen3-Omni achieves 61–79% on vision subcategories but only 14–37% on audio, with non-speech elements (sound_intensity 36.8%, background_music 34.5%, sound_source 30.4%) detected more reliably than speech-related claims (speech_tone 13.9%, speech_content 18.1%), suggesting that salient environmental sounds are easier to verify than linguistic content. Gemini 3.1 Pro extends both trends to a much higher absolute level: 86–99% on vision subcategories and 28–60% on audio, with sound_type (59.7%) and speech_tone (58.3%) leading; the vision–audio gap nevertheless remains large (45.4pp), indicating that the asymmetry persists even at proprietary scale.

I

Evaluation Prompt Templates

I.1

Single-Turn Prompt Templates

A1: Baseline

(max_new_tokens=16)

Question: {question} Options: A. {option_a} B. {option_b} C. {option_c} D. {option_d} E. The visual detail in the question is incorrect F. The audio detail in the question is incorrect Answer with the option’s letter from the given choices directly.

23

A2: Binary (max_new_tokens=64) Vision variant: The following question describes a visual scene from a video: "{question}" Based on what you actually SEE in this video, is the visual description in the question accurate? Does the scene described actually appear? Answer with only: TRUE or FALSE

Audio variant: The following question describes audio/sounds from a video: "{question}" Based on what you actually HEAR in this video, is the audio description in the question accurate? Do the sounds described actually occur? Answer with only: TRUE or FALSE

A3: CoT

(max_new_tokens=512)

Think step by step. First, does the video match the audio/visual premise? Carefully compare what you actually see and hear against the description. If visual description is wrong, select E. If audio is wrong, select F. [Question + Options as A1] Reasoning and answer:

A4: Warned

(max_new_tokens=16)

Important: Check closely -- the visual or audio premise may be incorrect. Consider whether what you see/hear matches the description before answering. If visual description does not match, select E. If audio description does not match, select F. [Question + Options as A1] Answer with the option’s letter from the given choices directly.

A5: Binary Explain

(max_new_tokens=256)

Same TRUE/FALSE format as A2 with the addition: “Explain your reasoning in 1–2 sentences.” A6/A7: Temporal Trimming

(max_new_tokens=16)

Same prompt as A1; video is trimmed to the ground-truth answer timestamp (A6) or the ground-truth timestamp ±50% padding (A7). This tests whether reducing temporal context helps models focus on the relevant evidence segment. I.2

Annotation Pipeline Methodology

Figure 2 summarizes the annotation pipeline; here we provide the per-pass details and design rationale. Pass 1: Raw Caption Generation. Each video is segmented into non-overlapping 10 s clips with three caption streams per segment. Vision: GPT-4o [48] receives frames at 1 fps (10 frames) and provides a vision-only caption for each segment. Audio: Qwen3-Omni-30B-A3B-Captioner [3] receives the mono audio track and provides an audio-only caption for each segment. Omni: Qwen3Omni-30B-A3B-Thinking [3] receives both 10 frames and audio, with the previous segment’s caption as context for continuity and provides an omnimodal caption for each segment. Pass 2: Detail Enhancement. Qwen3.5-27B [49] integrates all three streams into a unified caption per segment. Because streams occasionally disagree, a strict trust hierarchy governs conflict resolution: Omni > Vision > Audio. Omni captions capture both modalities accurately, and vision captions provide reliable visual detail. Audio captions offer detailed and thorough descriptions of audible content, but without visual context they sometimes attempt to infer visual events and can be incorrect. This hierarchy ensures such guesses do not propagate into the fused caption. 24

Pass 3: Sequential Narrative Unification. Qwen3.5-27B performs a single-shot global merge of all enhanced segment captions into one unified, deduplicated, timestamped narrative per video, resolving remaining inter-segment inconsistencies. QA Generation. From each unified narrative, Qwen3.5-27B generates four question variants per video in the 2×2 design (modality × premise condition). The generator is instructed to target a single modality per question and to swap exactly one premise detail to produce misleading variants. I.3

Annotation Pipeline Prompts

Level-1 Vision Caption User prompt: Describe this 10-second video clip. Focus on visible content only: the people, actions, objects, setting, and any notable visual changes. Write a short, concrete caption.

Level-1 Audio Caption No explicit text prompt is used. The model receives only the audio segment with the chat template scaffold. Pass 1 (Omni Caption): First Segment User prompt: Describe this video clip in detail. Include: 1. What you see: people, actions, setting, objects 2. What you hear: speech (transcribe it), sounds, music Write a natural description combining visual and audio.

Pass 1 (Omni Caption): Subsequent Segments User prompt: For context, here is what happened in the last 10s of the video: {previous_caption} Use this context to understand continuity (same people, ongoing actions, conversation flow). Now describe THIS current video clip. Include: 1. What you see: people, actions, setting, objects 2. What you hear: speech (transcribe it), sounds, music Write a natural description combining visual and audio.

Pass 2: Detail Enhancement System prompt: You are an expert video caption enhancer. Add specific details while maintaining the primary source’s accuracy.

User prompt: You are enhancing a video segment caption by combining details from multiple sources. Your output must be a clean, natural description of what happens in the video - NEVER mention the sources or any conflicts between them. ## Primary Caption (MOST RELIABLE): {primary_caption} ## Vision Caption (RELIABLE for visual details): {vision_caption}

25

## Audio Caption (may have errors - lacks visual context): {audio_caption} ## Your Task: Combine these sources into ONE enhanced caption: 1. Primary Caption = TRUTH - Start with this as your base 2. Add visual details from Vision Caption 3. Add audio details ONLY if they match the scene 4. Resolve conflicts internally - Trust Primary > Vision > Audio ## CRITICAL RULES: - Never reference models, captions, sources, or conflicts - Write ONLY what a viewer would see and hear - If sources conflict, choose the most reliable source silently Enhanced caption:

Pass 3: Sequential Narrative Unification System prompt: You are a novelist adapting a video into prose. Your cardinal rule: describe everything ONCE, then never again. The input segments contain massive repetition because they were captioned independently your job is to deduplicate them. Setting details go in the opening [0s-10s] only. Each character’s appearance is described once on first appearance, then only pronouns or names. Ambient sounds noted once, repeated only if they genuinely change. Dialogue lines appear ONCE (they often repeat across adjacent input segments - include each line only in its first occurrence). You never reference cameras, microphones, audio equipment, recording techniques, sound engineering terms (reverb, fidelity, stereo field, sub-bass, frequency, HVAC, soundscape, etc.), captions, models, or any technical process.

User prompt: You are writing a chapter of a novel based on a video. The video has been captioned in {num_segments} overlapping 10-second segments. **IMPORTANT**: These segments were captioned independently by a vision+audio model, which means: 1. **Each segment describes the FULL scene** as if the model had never seen prior segments 2. **Settings are re-described** in nearly every segment (walls, furniture, lighting, room layout) 3. **Character appearances are re-described** every time they appear (clothing, hair, features) 4. **Ambient sounds are re-introduced** repeatedly (music, hum, traffic, chatter) 5. **Dialogue lines may appear in 2-3 adjacent segments** because the model doesn’t know what was already captured **Your job is to deduplicate these redundant descriptions into a flowing narrative.** ## SEGMENT CAPTIONS (WITH EXTENSIVE REPETITION): {all_segments} ## YOUR TASK: Rewrite these as a single flowing narrative with [0s-10s] through [{last_start}s-{last_end}s] timestamp markers. Remove ALL repeated descriptions while preserving the timeline. **CRITICAL STRUCTURE -- THE OPENING vs CONTINUATION RULE:** - **[0s-10s] (OPENING)**: Establish everything once and for all: - **Setting**: Full room/location description (walls, floor, furniture, lighting, windows, decor). This is the ONLY segment where you describe the space. - **Characters**: Every person’s complete appearance (clothing from head to toe, hair color/style, distinguishing features, accessories). This is the ONLY segment where you describe what they’re wearing. - **Ambient sounds**: Background audio that persists (music genre, traffic hum, machine noise, crowd chatter). These stay constant unless explicitly changed later. - **[10s-20s] through [{last_start}s-{last_end}s] (CONTINUATION)**: Write ONLY what is NEW: - **Actions and movements** (walking, gesturing, picking up objects) - **New dialogue** (each spoken line appears ONCE, in the segment where it first occurs) - **Changes to the scene** (new character enters -> describe them once; light turns off -> mention it; music stops -> mention it) - **Use pronouns/names for characters**: "he", "she", "they", character names, or role labels ("the host", "the driver"). NEVER use clothing or hair as identifiers. **DEDUPLICATION EXAMPLES:** **BAD (repeating setting):** "[0s-10s] The couple sits in a dimly lit living room with cream-colored walls and a burgundy sofa. [10s -20s] They continue talking in the dimly lit living room with cream-colored walls. [20s-30s] The conversation unfolds in the same dimly lit space with burgundy furniture." **GOOD (setting described once):**

26

"[0s-10s] The couple sits in a dimly lit living room with cream-colored walls and a burgundy sofa. [10s -20s] They continue talking, leaning closer. [20s-30s] She gestures toward the window as he nods." --**BAD (repeating character appearance):** "[0s-10s] A woman in a red jacket and blonde hair speaks. [10s-20s] The woman in the red jacket nods. [20s-30s] The blonde woman in the red jacket smiles." **GOOD (appearance described once, pronouns after):** "[0s-10s] A woman in a red jacket, her blonde hair pulled back, speaks into the microphone. [10s-20s] She nods, leaning forward. [20s-30s] She smiles and glances at the audience." --**BAD (repeating ambient sound):** "[0s-10s] Piano music plays softly in the background. [10s-20s] The piano continues its gentle melody. [20s-30s] Soft piano notes fill the air. [30s-40s] The piano music persists." **GOOD (ambient sound mentioned once):** "[0s-10s] Piano music plays softly in the background. [10s-20s] She opens the envelope and pulls out a letter. [20s-30s] She reads silently, her expression shifting. [30s-40s] She sets the letter down and exhales." --**BAD (repeating dialogue):** "[20s-30s] He says, ’Where did you go?’ [30s-40s] ’Where did you go?’ he asks again." **GOOD (dialogue appears once):** "[20s-30s] He says, ’Where did you go?’ [30s-40s] She hesitates, then looks away without answering." **OTHER RULES:** 1. ALL {num_segments} timestamp markers must appear: [0s-10s], [10s-20s], ..., [{last_start}s-{last_end} s]. Never skip or combine. 2. Each segment includes both visual AND audio details. 3. Each segment continues from where the previous ended -- flowing narrative, not independent paragraphs. 4. NEVER mention technical terms: "the audio model", "the vision model", "the caption", "recording equipment", audio engineering vocabulary (reverb, fidelity, stereo field, sub-bass, frequency, HVAC, soundscape, etc.) Begin writing with [0s-10s]:

QA Generation System prompt: You create benchmark questions to test whether video understanding models truly watch the video or just guess from text patterns. QUESTION FORMAT -- each question is one sentence with two parts: PREMISE (describes a specific scene moment) + QUESTION (asks one detail) Example: "When the man in the red jacket sits down at the table, what does he pick up first?" ^^^^^^^^^^^^^^^^ premise ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ question ^^^^^^^^^^^^ THE 4 VARIANTS you must create: Q_std_v -- correct premise + vision question (answer = something you SEE) Q_mis_v -- premise with ONE wrong visual detail + SAME vision question Q_std_a -- correct premise + audio question (answer = something you HEAR) Q_mis_a -- premise with ONE wrong audio detail + SAME audio question RULES (violating ANY of these makes the output invalid): 1) MODALITY -- the question part determines the modality. Vision = answer is visible: gesture, position, object, expression, movement, color, clothing. Audio = answer is audible: spoken words, sounds, music, tone of voice, volume. The premise CAN mention both audio+visual to set context. WRONG vision Q: "what does he shout?" -> shouting is audio. WRONG audio Q: "what gesture does he make?" -> gesture is visual. 2) MISLEADING = SIMPLE SWAP. Write Q_std first, then COPY it to Q_mis and change exactly ONE detail in the premise. The question part (everything after the premise) must be WORD-FOR-WORD IDENTICAL. Do NOT rewrite the sentence. Do NOT add or remove words in the question part. Good: Q_std_v: "When the man in the RED jacket sits at the table, what does he pick up?" Q_mis_v: "When the man in the BLUE jacket sits at the table, what does he pick up?"

27

(Only RED->BLUE changed. Rest is identical.) Bad -- question part changed: Q_std_a: "After the glass shatters, what sound cuts through the air?" Q_mis_a: "After the glass shatters, what soft piano melody cuts through the air?" (WRONG: "sound" was replaced with "soft piano melody" in the question part.) 3) PREMISE SPECIFICITY -- must pinpoint ONE moment. Include: timestamp [Xs-Ys], character-identifying details, specific action. Bad: "When the man walks" -- too vague. Good: "At [20s-30s], when the tall man in the gray suit pauses at the doorway" 4) TIMESTAMPS -- use [Xs-Ys] from the caption’s 10-second segments. answer_timestamp = the exact segment where the ANSWER appears in the caption. Double-check against the caption text. 5) CHOICES -- all 4 choices (A/B/C/D) must be UNIQUE and DIFFERENT from each other. No two choices can have the same text. The correct answer must directly match something stated in the caption -- do not ask for details the caption does not describe. 6) ANSWER GROUNDING -- the correct answer must be a fact DIRECTLY stated in the caption. Do NOT ask about details the caption does not mention (e.g., do not ask "what color" if the caption only says "large" without naming a color). 7) NO ANSWER IN PREMISE -- the standard question’s premise must NOT contain the answer. The premise sets the scene; the question asks for a DIFFERENT detail from that moment. Bad: premise "man in red jacket" + question "what color is his jacket?" (answer in premise) Good: premise "man in red jacket sits at table" + question "what does he pick up?"

User prompt: === VIDEO CAPTION === {unified_caption} === END CAPTION === Create 4 question variants. Correct answer at position {correct_position}. Question focus (target this reasoning type): {question_focus} Vision misleading category (pick one): {vision_categories} Audio misleading category (pick one): {audio_categories} CRITICAL RULES -- your output will be rejected if any are violated: - Q_mis_v must be a COPY of Q_std_v with exactly ONE detail swapped in the premise. The question part must be word-for-word identical. - Q_mis_a must be a COPY of Q_std_a with exactly ONE detail swapped in the premise. The question part must be word-for-word identical. - Vision questions: the answer must be something VISIBLE. Never ask about sounds/speech. - Audio questions: the answer must be something AUDIBLE. Never ask about appearance/position. - All 4 choices (A/B/C/D) must have UNIQUE, DIFFERENT text. No duplicates. - The correct answer must be a fact DIRECTLY stated in the caption. Output ONLY valid JSON: { "shared_intro": "Brief video description", "visual_element": { "correct_detail": "the real visual detail from caption", "wrong_detail": "the swapped-in wrong visual detail", "timestamp_range": "[Xs-Ys]" }, "audio_element": { "correct_detail": "the real audio detail from caption", "wrong_detail": "the swapped-in wrong audio detail", "timestamp_range": "[Xs-Ys]" }, "Q_std_v": "premise with correct visual detail + vision question", "Q_mis_v": "SAME sentence with ONE visual detail swapped", "Q_std_a": "premise with correct audio detail + audio question", "Q_mis_a": "SAME sentence with ONE audio detail swapped", "vision_choices": {"A": "...", "B": "...", "C": "...", "D": "..."}, "audio_choices": {"A": "...", "B": "...", "C": "...", "D": "..."}, "correct_answer": "{correct_position}", "vision_answer_timestamp": "[Xs-Ys]", "audio_answer_timestamp": "[Xs-Ys]", "vision_misleading": {"category": "from list", "description": "what was swapped"}, "audio_misleading": {"category": "from list", "description": "what was swapped"} }

28

I.4

LLM-as-Judge Prompt

The prompt below is used by the LLM-as-Judge analysis (Appendix F) to evaluate predictionexplanation alignment for the A5 binary-with-explanation outputs. The GROUND TRUTH paragraph has two branches selected by the gold label of the item; only one branch is shown to the judge per item. You are a judge evaluating whether a model’s explanation for a TRUE/FALSE question is correct. TASK: A model was shown a video and asked whether a description in a question matches what’s in the video. The model answered {pred} and gave an explanation. You need to judge if the explanation is correct. QUESTION GIVEN TO MODEL: "{question}" [Branch A: gold == "FALSE"] GROUND TRUTH: The description in the question is INACCURATE (FALSE). The question contains a misleading {modality} premise of type: {misleading_category}. This means the {modality} event described in the question does NOT actually occur in the video. [Branch B: gold == "TRUE"] GROUND TRUTH: The description in the question is ACCURATE (TRUE). The {modality} event described in the question actually occurs in the video. MODEL’S RESPONSE: "{explanation}" EVALUATION CRITERIA: 1. extraction_correct: Does the model’s response clearly state "{pred}" as its answer? (true/false) 2. explanation_correct: Is the model’s reasoning valid and consistent with the ground truth? Consider: - If ground truth is FALSE (misleading): Does the model correctly identify that the described event is inaccurate or doesn’t occur? The model doesn’t need to identify the exact misleading category, but its reasoning should align with the ground truth. - If ground truth is TRUE (accurate): Does the model correctly validate that the described event occurs? - A model that gives the right answer (TRUE/FALSE) but with wrong reasoning should be marked as explanation_correct=false. - A model that gives the wrong answer but explains something reasonable about the content should still be marked as explanation_correct=false (since the conclusion is wrong). - If the explanation is empty or nonsensical, mark explanation_correct=false. Respond ONLY with a JSON object. Keep judge_reasoning under 15 words: {"extraction_correct": true/false, "explanation_correct": true/false, "judge_reasoning": "short reason"}

J

Evaluation Implementation Details

Evaluation Framework. As described in §3, all experiments use the lmms-eval framework [42]. The benchmark dataset and evaluation code will be publicly released upon acceptance; all code (including hidden-state extraction, probe training, and PGLA) is included in the supplementary material. An anonymous copy of the dataset is available for reviewer access at https: //huggingface.co/datasets/anonymousneurips/IMAVB. Dataset Preprocessing. The 500 IMAVB clips are drawn from three sources (§2.1) under the following selection criteria: (i) minimum 720p resolution, (ii) clear audio with meaningful sound design, (iii) 60–300 s duration, and (iv) no duplicate content across clips. Preprocessing: the final 20 s of each clip are removed to exclude outros; durations are further trimmed to multiples of 10 s for segment-aligned captioning; video is extracted at ≥25 fps; audio is resampled to 16 kHz mono. Each video is additionally labeled speech-dominant or scene-dominant based on which modality carries the majority of perceivable information, enabling stratified analysis. Source video and audio content are preserved without further editing throughout. Multimodal Input Processing. All models receive identical input: 50 uniformly sampled video frames and the full-length audio track resampled to 16 kHz mono. The eight open-source models process these through their official processor and tokenizer; Gemini 3.1 Pro receives equivalent input via the Gemini API. For modality ablation experiments (open-source models only), audio or video tokens are selectively omitted from the input to isolate cross-modal interference effects.

29

Hidden State Extraction. For representational analysis (linear probing, logit lens), we extract the last-token hidden state at every transformer layer using forward hooks registered on each decoder layer via register_forward_hook(). The layer access pattern varies by architecture (e.g., model.thinker.model.layers for the Qwen family). Each extraction produces a tensor of shape (num_layers, hidden_dim) per sample, saved as .pt files. A total of 16,000 hidden-state extractions (2,000 samples × 8 open-source models) were performed; Gemini 3.1 Pro is excluded from representational analysis as hidden-state access is not available via the API. Logit Lens Normalization. Consistent with the logit-lens convention [43], we apply the model’s final pre-LM-head normalization to every intermediate hidden state before projecting through the unembedding matrix (Eq. 3). All eight open-source models’ LLM backbones use RMSNorm as the final pre-LM-head normalization; we load the trained norm weights from each model’s model.norm module (or the architecturally equivalent module) and apply them uniformly across intermediate layers rather than using per-layer norm weights. This makes layer-wise zl values scale-comparable; omitting the normalization produces spurious monotonic trajectories driven by residual-stream magnitude rather than semantic signal. The cross-model and cross-layer Pl (correct) values reported in Table 3 are therefore computed under a common, architecture-consistent procedure. Reproducibility. All open-source experiments use temperature=0 with top-p=top-k=1; Gemini 3.1 Pro is evaluated via the Google API with temperature=0. Shuffled evaluations use MD5-seeded permutations for reproducibility. For method comparisons, we perform paired bootstrap resampling over the per-sample held-out prediction differences (each evaluation sample appears in exactly one held-out fold under 4-fold stratified group cross-validation; B=10,000); reported p-values reflect the proportion of bootstrap resamples with non-positive mean difference, and values at the resolution limit of B −1 are reported as p < 1/B. Open-source models are evaluated on 8× NVIDIA H100 80 GB GPUs.

K

Related Work

Omnimodal LLMs. The omnimodal landscape has expanded rapidly [50]. Connector-based approaches combine pre-trained modality encoders with frozen LLMs via learned adapters [51, 52], exemplified by OLA [35], OmniVinci [36], Video-SALMONN-2 [41], and MiniCPM-o 2.6 [38]. Mixture-of-experts designs such as Uni-MoE-2.0-Omni [39] route different modalities through specialized sub-networks, while native omni-models like Qwen2.5-Omni [37] and Qwen3-Omni [3] train end-to-end on interleaved multimodal token sequences. All share the challenge of aligning visual, acoustic, and textual representations in a shared latent space, and as we show, all fail when the textual premise conflicts with sensory evidence, even when their hidden states contain linearly decodable signal for the mismatch. Modality Laziness and Cross-Modal Hallucination. A growing body of work identifies systematic imbalances in multimodal processing. Modality laziness [53] describes disproportionate reliance on the dominant modality, a pattern that interacts with prompt-driven hallucination [54–56] where misleading textual premises override conflicting sensory evidence. Mechanistic analyses reveal that cross-modal information flow can be disrupted under modality conflict [57, 58], and modality bias pervades MLLM behavior at multiple stages [59, 60]. Recent work on sycophancy in vision-language models [19] and gaslighting negation attacks [61] further demonstrates that MLLMs systematically defer to textual cues even when they contradict visual evidence. We extend this line by showing that the failure goes beyond behavior: hidden states contain linearly decodable signal for the premise– perception mismatch, yet this signal does not propagate to the output distribution, a finding consistent with concurrent work showing that LLMs’ hidden states encode information not reflected in their outputs [9] and that chain-of-thought explanations can systematically misrepresent the true basis of a model’s prediction [62]. Three contemporaneous papers report related encoding–grounding dissociations in vision-language models [10–12]; we extend this line to audio and omnimodal grounding and quantify the resulting modality asymmetry. Inference-Time Intervention and Contrastive Decoding. A parallel line of work addresses hallucination through inference-time logit modification rather than retraining. Visual Contrastive Decoding (VCD) [46] contrasts output distributions from original and noise-perturbed visual inputs; 30

Table 15: Benchmark comparison. A=audio, V=video, I=image. MCk=k-choice MCQ. Long=videos>60 s. AV=both audio and vision required. IMAVB is unique in pairing each cooperative item with a stimulus-matched implicit misleading variant, enabling representational analysis of the standard/misleading distinction on identical inputs. Benchmark

Modality

#Items

#QA

Format

Long

Premise Type

AV

OmniBench AVHBench WorldSense Daily-Omni Video-Holmes

A+I A+V A+V A+V V+A

1,142 2,136 1,662 684 270

1,142 5,302 3,172 1,197 1,837

MC4 Y/N MC4 MC4 MC6

✗ ✗ ✓ ✗ ✓

Cooperative Explicit verification Cooperative Cooperative Cooperative

✓ ✓ ✓ ✓ ✗

IMAVB (Ours)

A+V

500

2,000

MC6

Cooperative + implicit misleading

Instruction Contrastive Decoding (ICD) [63] perturbs the instruction instead. AVCD [47] extends this paradigm to audio-visual LLMs using attention-guided modality perturbation, and Fork-Merge Decoding [64] processes modalities separately through early layers before merging. OPERA [65] penalizes over-trusted summary tokens in attention, while Self-Introspective Decoding [66] identifies unimportant vision tokens internally to construct a hallucination signal without a second forward pass. At the LLM level, DoLa [67] contrasts early and late layer distributions to improve factuality, Inference-Time Intervention (ITI) [8] shifts activations along “truthful directions” identified by probes, and Representation Engineering [7] applies population-level reading vectors to steer model behavior. Our PGLA shares the probe-then-intervene philosophy of ITI and RepE but applies it to the audio-visual multimodal setting, using a linear probe to adjust output logits in a single forward pass, avoiding the double-inference cost of contrastive decoding methods. Multimodal Evaluation Benchmarks. Existing benchmarks vary along two axes: modalities evaluated and whether premises are cooperative or adversarial. Video-only benchmarks such as MVBench [22], Video-Bench [23], and TemporalBench [68] assess visual comprehension without audio. Video-MME [26] includes audio but evaluates only under cooperative premises, while longvideo understanding remains challenging even for state-of-the-art models [69, 70]. Omnimodal benchmarks incorporate audio but assume cooperative premises: OmniBench [27] tests tri-modal binding, Daily-Omni [28] targets audio-visual temporal alignment, Video-Holmes [71] tests complex video reasoning over suspense short films, and WorldSense [29] covers eight real-world domains. The closest adversarial work, AVHBench [30], targets cross-modal hallucinations and identifies failure modes such as audio-driven visual hallucination. IMAVB differs in three respects: (i) AVHBench uses short clips (∼10 s) with temporally concentrated evidence, while IMAVB uses 1–5 minute videos demanding sustained cross-modal tracking; (ii) AVHBench employs explicit verification prompts, while IMAVB embeds false premises implicitly as presuppositions testing default trust behavior; and (iii) AVHBench evaluates only behavioral accuracy, while IMAVB adds representational analysis to diagnose why models fail. False-Premise and Adversarial Evaluation. The implicit false-premise design of IMAVB connects to a broader literature on testing models’ resistance to flawed assumptions. In the text-only domain, ECHOMIST [72] is the first benchmark for implicit misinformation embedded in queries, and MultiHoax [73] extends this to multi-hop false-premise questions requiring chained reasoning. The Multimodal Uncertainty Benchmark [74] addresses misleading premises in vision-language settings but lacks audio and temporal dynamics. IMAVB generalizes the implicit-premise paradigm to the audio-visual multimodal setting, combining it with long-form video and representational analysis (Table 15).

L

Residualized Probe Analysis

This appendix details the residualized probing procedure used to isolate multimodal signal from text-predictable variance in hidden-state representations (§4.3).

31

Table 16: Residualized probe analysis (4-fold stratified group CV, grouped by video). l∗ = peak probe layer. Original: within-modality probe (std_v vs. mis_v for vision; std_a vs. mis_a for audio), which is more conservative than Table 3; Table 3 uses cross-modality negatives (all standard samples as negatives), making it an easier task; the within-modality setup here is the appropriate control for residualization. Residualized: probe after projecting out text-predictive features. SBERT: sentenceBERT text-only baseline. ∆ = residualized − SBERT; all values positive with paired bootstrap p < 1/B on per-sample held-out differences (B = 10,000). Note that TF-IDF (73.4%/71.4%) is a stronger text-only baseline than SBERT; margins over TF-IDF are approximately 3–7pp for vision. Text features explain at most 1–4pp of probe accuracy for the six 7B models; the remaining signal is genuinely multimodal. Original

Residualized

SBERT Baseline

∆ (Resid. − SBERT)

Model

l

Vis

Aud

Vis

Aud

Vis

Aud

Vis

Aud

OLA OmniVinci Qwen2.5-Omni MiniCPM-o 2.6 Uni-MoE-2.0-Omni Baichuan-Omni-1.5 Video-SALMONN-2 Qwen3-Omni

14 14 17 17 16 2 15 30

82.8 80.4 79.4 81.2 78.8 99.9 82.5 83.4

69.6 70.1 70.4 70.3 66.9 100.0 66.7 66.9

79.0 78.9 77.7 78.7 76.7 99.8 80.7 79.8

67.7 66.1 67.0 69.5 65.6 100.0 65.8 65.0

66.8 66.8 66.8 66.8 66.8 66.8 66.8 66.8

57.3 57.3 57.3 57.3 57.3 57.3 57.3 57.3

+12.2 +12.1 +10.9 +11.9 +9.9 +33.0 +13.9 +13.0

+10.4 +8.8 +9.7 +12.2 +8.3 +42.7 +8.5 +7.7

Method. For each model, we extract last-token hidden states at the peak probe layer l∗ and compute 384-dimensional sentence-BERT embeddings (all-MiniLM-L6-v2) for the corresponding question texts. To remove text-predictive features without data leakage, we employ a nested 4-fold stratified group cross-validation protocol grouped by video, so all four query variants of a given video stay in the same fold: within each group fold, a Ridge regression (α=1.0, no intercept) is fit on the training split to map hidden states to text embeddings, yielding a weight matrix W ∈ Rdtext ×dhidden . We compute the SVD W = U SV ⊤ and project both training and test hidden states onto the null space of W via hres = h − Vk Vk⊤ h, where Vk retains components with singular values above 10−5 · smax . A logistic regression probe (C=1.0, L-BFGS, 1000 iterations) is then trained on the residualized training states and evaluated on the residualized test states. Crucially, the Ridge projection is fit only on training data within each fold, preventing any information from test samples from influencing the residualization. Full results. Table 16 reports the complete per-model breakdown. Across all eight open-source models, residualized probe accuracy remains well above chance (50%) and above the sentenceBERT text-only ceiling (66.8%/57.3%), with the held-out per-sample correctness gap positive for every model and modality (paired bootstrap on per-sample held-out predictions, p < 1/B where B=10,000). Against the stronger TF-IDF baseline (73.4%/71.4%), the residualized margin narrows to approximately 3–7pp for vision, indicating that lexical features capture a portion of the signal; the consistent residualized advantage over both baselines nevertheless supports genuine multimodal encoding. Baichuan-Omni-1.5 retains near-perfect accuracy (99.8%/100.0%) even after text removal, consistent with its layer-2 peak reflecting raw modality encoder outputs that are trivially separable but genuinely non-textual. Qwen3-Omni’s residualized vision accuracy (79.8%) is comparable to the best 7B models (76.7–80.7%) despite operating at a deeper layer (l∗ =30), suggesting robust multimodal integration at scale. Probe signal decay. The binary probe (standard vs. misleading) peaks at mid-layers and then decays toward the final layer, quantifying the output-translation bottleneck discussed in §6. Table 17 reports peak and final-layer accuracy for each model. Across the six standard 7B models the decay ranges from 5.6 to 9.0pp (≈6–9pp); Baichuan-Omni-1.5 decays more sharply (12.6pp) because its near-ceiling signal at layer 2 has many more layers to traverse before the output.

32

Table 17: Binary probe accuracy (%) at peak layer l∗ vs. final layer. Decay = final − peak. The misleading signal partially dissipates during late-layer processing across all models, consistent with an output-translation bottleneck rather than an absence of representational signal.

M

Model

l∗

Peak

Final

Decay

OLA Uni-MoE-2.0-Omni MiniCPM-o 2.6 Qwen2.5-Omni OmniVinci Video-SALMONN-2 Baichuan-Omni-1.5

14 16 17 17 14 15 2

71.9 71.7 71.6 70.2 71.5 71.3 97.0

62.9 63.0 63.9 63.8 65.3 65.7 84.4

−9.0 −8.7 −7.7 −6.4 −6.2 −5.6 −12.6

Limitations

IMAVB uses movie clips, which may not generalize to all video domains (e.g., surveillance, lectures, or user-generated content with weaker audio-visual correlation), and our misleading premises swap a single detail per question; longer or multi-step adversarial compositions may exhibit different signatures. While the automated QA generation pipeline introduces text-distributional cues detectable by text-only classifiers (TF-IDF: 73.4%, SBERT: 66.8%), residualized probing confirms that ≈10– 14pp of probe accuracy is genuinely multimodal and survives complete text-feature removal (§4.3); nonetheless, human-written misleading premises could further strengthen this control. A related concern is generation–evaluation family overlap: the captioning and QA-generation pipeline uses Qwen-family models (Qwen3-Omni-30B for omnimodal captions, Qwen3.5-27B for fusion and QA generation), and our evaluation includes Qwen2.5-Omni and Qwen3-Omni; Qwen3-Omni’s outlier behavior on misleading detection could in principle reflect family-specific familiarity with the generated question distribution rather than superior grounding, and we report the LLM-as-Judge prediction–explanation alignment (§F) as partial evidence that its rejections are grounded rather than stylistic, with a full controlled comparison left to future work. Our representational analyses (probing, logit lens, PGLA) require hidden-state access and are therefore limited to the eight open-source models. We include one proprietary model (Gemini 3.1 Pro) for behavioral evaluation, but API cost constraints and the lack of hidden-state access preclude extending the full diagnostic pipeline to additional closed-source models. PGLA is trained and tuned on splits of the same benchmark distribution; no external transfer test is reported, and out-of-distribution generalization remains an open question. The intervention trades standard accuracy for misleading detection on seven of the eight open-source models and should be interpreted as diagnostic evidence for the Representation– Action Gap rather than a deployment-ready solution.

N

Broader Impact

IMAVB is designed to diagnose a safety-relevant failure mode in omnimodal LLMs: the systematic inability to detect when textual premises contradict sensory evidence. Identifying this vulnerability enables developers to build more trustworthy multimodal systems, particularly for applications where adversarial or erroneous text inputs could mislead model behavior (e.g., content moderation, accessibility tools, autonomous agents). A potential negative consequence is that the detailed characterization of the Representation–Action Gap could inform adversarial prompt crafting strategies that exploit models’ tendency to trust text over perception. We believe the diagnostic value outweighs this risk, as the failure mode is already exploitable without our analysis. The benchmark uses movie clips from publicly available sources; these may contain violence or mature content typical of commercial cinema, and users should be aware of this when working with the dataset. The video content is sourced from publicly available movie scenes and is distributed solely for non-commercial research purposes under fair use. We open-source all annotations, benchmark code, and evaluation tools for non-commercial research use; code is included in the supplementary material and all assets will be publicly released upon acceptance. The video content remains the intellectual property of the original copyright holders, and we will remove any clip upon request from rights holders.

33

O

Qualitative Examples

To complement the in-text Figure 3, we present two more annotated samples from IMAVB illustrating further types of misleading premises the benchmark employs. Red boxes in the filmstrips highlight the visual region targeted by the misleading premise. Red text in the questions marks the fabricated or swapped details.

Audio cue: synthesised electronic music reminiscent of late-1980s video games with “bip bip” bursts; then a processed voice announces “And now, Danny boy! Let’s talk about safety in the workplace,” followed by “oops.”

Vision

Audio

Standard premise

Misleading premise

Qvstd (A): When the alien-like figure with reddish-brown skin appears on the monitor wearing a bright yellow hard hat, how are its eyes described? A. large and expressive B. small and black C. glowing green D. hidden behind sunglasses E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Qvmis (E): When the alien-like figure with reddish-brown skin appears on the monitor wearing a bright blue hard hat, how are its eyes described? A. large and expressive B. small and black C. glowing green D. hidden behind sunglasses E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Qastd (A): While the synthesised electronic music loop reminiscent of late-1980s video games plays in the background, what specific phrase does the processed voice announce? A. And now, Danny boy! Let’s talk about safety in the workplace. B. Welcome to the factory floor, everyone stay safe. C. Danger ahead, please evacuate immediately. D. The system is ready for inspection. E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Qamis (F): While the synthesised electronic music loop reminiscent of 1950s jazz club plays in the background, what specific phrase does the processed voice announce? A. And now, Danny boy! Let’s talk about safety in the workplace. B. Welcome to the factory floor, everyone stay safe. C. Danger ahead, please evacuate immediately. D. The system is ready for inspection. E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Figure 8: Example 1. Frames 1–5: a man in a dark industrial setting approaches machinery. Frames 6–10: a creature on a monitor wears a yellow hard hat (red boxes). Visual swap: hard-hat colour (yellow → blue). Audio swap: music style (late-1980s video games → 1950s jazz club).

34

Audio cue: a woman tells the man softly to stop eating, then the man murmurs “I know, I know” in a soft, resigned tone.

Vision

Standard premise

Misleading premise

Qvstd (A): When Billy responds to Heidi’s remark

Qvmis (E): When Billy responds to Heidi’s remark while wearing a blue suit jacket, what color is his shirt underneath? A. white B. black C. gray D. blue E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

while wearing a brown suit jacket, what color is his shirt underneath? A. white B. black C. gray D. blue E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect. Audio

Qastd (A): After Heidi tells Billy to stop eating like that, how does Billy murmur ‘I know, I know’? A. soft and resigned B. loud and angry C. whispering fiercely D. shouting in panic E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Qamis (F): After Heidi tells Billy to stop eating like that in a loud and angry tone, how does Billy murmur ‘I know, I know’? A. soft and resigned B. loud and angry C. whispering fiercely D. shouting in panic E. The visual detail in the question is incorrect. F. The audio detail in the question is incorrect.

Figure 9: Example 2. Frames 1–5: a car drives at night. Frames 6–10: interior shot of a man and a woman; red boxes on frames 8–9 mark the brown suit jacket, a small-region detail that makes even the standard variant challenging. Visual swap: jacket colour (brown → blue). Audio insertion: a fabricated “loud and angry tone” is added to the woman’s speech, though she actually speaks softly.

35

Record · ID 180691 · SHA-256 d9084113068ed20d
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.