ArXiv: 2401.15071
🎯 Pitch
No single multimodal model—not even GPT-4 or Gemini—dominates across basic notions of reliability, and open-source video models can actually outperform them on generalization. The study exposes stark asymmetries: Gemini beats GPT-4 on translation but fails badly on image causality and code safety, while all models remain disturbingly vulnerable to simple jailbreaks. These 14 findings make it clear we cannot yet trust any one MLLM for high-stakes multimodal deployment.
1. Executive Summary
This paper conducts a qualitative study of the generalizability, trustworthiness, and causal reasoning capabilities of both proprietary and open-source MLLMs across four modalities—text, code, image, and video—using 232 manually designed cases evaluated on GPT-4, Gemini Pro, and six open-source models (e.g., Llama-2-70B-Chat, Mixtral-8x7B-Instruct, LLaVA). The evaluation spans diverse downstream tasks including mathematical theorem proof (an instance of generalization), safety against jailbreak prompts (an instance of trustworthiness), and counterfactual reasoning (an instance of causality), with results summarized into 12 scores (4 modalities × 3 properties) and distilled into 14 empirical findings. The paper uncovers substantial performance asymmetries—for example, Gemini Pro outperforms GPT-4 on multilingual translation but "falls significantly short" on image causality and struggles to identify safety risks in code generation—while establishing that open-source models tuned on video data surpass both proprietary systems on video generalization, revealing that no single model dominates across all reliability dimensions and that current MLLMs remain unreliable for high-stakes deployment.
2. Context and Motivation
The Core Problem: We Don't Know How Reliable MLLMs Actually Are
The fundamental question this paper addresses is deceptively simple: when we deploy multi-modal large language models in the real world, can we trust them to generalize effectively, behave safely, and reason causally? The authors argue that we cannot—at least not reliably enough to meet public expectations—and that the gap between demonstrated performance and required reliability constitutes a critical bottleneck for downstream applications.
This matters for several reasons the paper makes explicit (Section 1.1):
- Real-world deployment readiness: MLLMs like GPT-4 and Gemini are already powering applications that interact with users across modalities—answering questions about images, generating code from specifications, analyzing video content. If these models hallucinate, fail to recognize unsafe prompts, or cannot reason causally about multi-step events, the consequences range from user frustration (incorrect answers) to genuine harm (dangerous code generation, privacy violations, biased decision-making).
- The transparency deficit: Proprietary models ship with impressive benchmark numbers but limited visibility into failure modes. The paper's explicit aim is to "improve the transparency of MLLMs" by systematically probing capabilities that are difficult to capture in standard accuracy metrics—particularly trustworthiness and causality, which are rarely evaluated in holistic ways across modalities.
- The open-source vs. proprietary question: A growing ecosystem of open-source MLLMs claims parity with GPT-4 and Gemini on certain benchmarks. The paper asks whether these claims hold across a broader set of reliability dimensions, or whether they mask systematic weaknesses that would surface in deployment.
The Gap Between Capability and Reliability
The paper frames the problem not as a lack of raw capability—GPT-4 and Gemini demonstrably possess impressive multi-modal understanding—but as a reliability gap. The authors argue that "generalizability, trustworthiness, and the ability of causal reasoning" are "several representative factors that define the reliability of MLLMs" (Section 1.1). This is a deliberate framing choice: rather than evaluating whether models can do tasks, the paper evaluates whether they reliably do them across dimensions that matter for safety-critical applications.
This framing is significant because it shifts attention from aggregate benchmark scores—which can mask catastrophic failures on specific subcategories—to per-dimension, per-modality analysis. A model that achieves 90% accuracy on image understanding might still fabricate medical diagnoses (a trustworthiness failure), fail to recognize causal relationships in video sequences (a causality failure), or break down completely when inputs contain visual noise (a generalization failure). The paper's structure—12 scores corresponding to 4 modalities × 3 properties—is designed to surface precisely these kinds of interactions.
Where Prior Evaluation Approaches Fall Short
The paper identifies several limitations in how MLLMs have been evaluated prior to this work:
Standardized benchmarks measure capability, not reliability. Existing evaluation suites (the paper references prior work on LLM evaluation in Section 2.1, citing Bubeck et al. and others) focus on task completion—can the model answer math questions, translate text, describe images? These benchmarks are valuable but incomplete. They rarely probe whether a model can resist generating unsafe content when prompted adversarially, whether it can recognize when it lacks sufficient information to answer, or whether it understands causal mechanisms versus merely exploiting statistical correlations.
Training data contamination muddies assessment. The paper explicitly notes that "existing test datasets are likely to be included in the model's training corpus" (Section 2.1), making it "hard to accurately gauge the true performance of LLMs." This is a well-known problem in the field—models may perform well on benchmarks because they've memorized answers, not because they genuinely generalize. The paper's response is to construct manually designed cases by domain experts, which are "high-quality text evaluation samples" less likely to appear verbatim in training data.
Single-modality evaluations miss cross-modal interactions. Prior work often evaluates text capabilities separately from image capabilities separately from code capabilities. But real-world deployment involves multi-modal interactions—a user might upload an image with a text prompt asking for code generation, or ask about causal relationships in a video. The paper's 4-modality × 3-property structure captures these interactions.
Trustworthiness and causality are underexplored in multi-modal contexts. While there is growing literature on LLM safety (e.g., jailbreaking, bias detection), the paper argues that trustworthiness evaluation has not been systematically extended to multi-modal settings. Can a model be tricked into generating dangerous responses via images, not just text? Does visual noise cause hallucination patterns that differ from text-only settings? Are causal reasoning failures in video qualitatively different from those in text? These questions had received little attention before this work.
No unifying framework for comparing proprietary and open-source models across reliability dimensions. Individual papers might evaluate GPT-4 on a specific capability or benchmark a single open-source model on safety, but the paper positions itself as providing a comprehensive, apples-to-apples comparison across eight models on three reliability properties across four modalities—a scope that prior work had not attempted.
The Specific Dimensions: Why Generalizability, Trustworthiness, and Causality?
The paper's choice of three evaluation properties is not arbitrary. Each captures a distinct aspect of reliability:
-
Generalizability tests whether models can apply learned capabilities to novel instances, domains, and task formulations—including mathematical reasoning, multilingual translation, domain-specific knowledge, and visual understanding under varied conditions. This matters because real-world queries rarely match training distributions exactly.
-
Trustworthiness tests whether models behave safely and ethically—resisting jailbreak attempts, avoiding harmful code generation, protecting privacy, maintaining fairness, and refusing dangerous requests. This matters because MLLMs deployed at scale can cause harm if they comply with malicious prompts.
-
Causality tests whether models understand why things happen, not just what happens—including counterfactual reasoning, causal attribution, and causal discovery. This matters because reliable decision-making in medicine, autonomous driving, and scientific reasoning requires causal understanding, not just pattern recognition.
The paper integrates these three dimensions because they collectively define what it means for a model to be "reliable enough to meet the bar of expectation of the broad public" (Section 1.1). A model that generalizes well but fails trustworthiness is dangerous; a model that is safe but cannot reason causally is limited in high-stakes applications; a model that reasons causally but cannot generalize to new modalities is brittle.
How This Paper Positions Itself
The paper positions itself as a qualitative diagnostic study rather than a benchmark paper proposing a new dataset or metric. This is a deliberate methodological choice with several implications:
Diagnostic, not competitive. The goal is not to crown a "best" model—indeed, the 14 empirical findings reveal that no single model dominates across all dimensions. Instead, the goal is to understand failure patterns: where do models break down, under what conditions, and in what ways? This is why the paper uses 232 manually designed cases rather than a large-scale automated benchmark—each case probes a specific hypothesized weakness.
Transparency-oriented. The paper repeatedly emphasizes transparency as a goal, aiming to "improve the transparency of MLLMs" (Section 1.1). This reflects a broader concern in the field: proprietary models like GPT-4 and Gemini are black boxes whose training data, architecture details, and safety mechanisms are undisclosed. Systematic evaluation across reliability dimensions is one of the few tools available for understanding their behavior.
Multi-model, multi-modality comparison on equal footing. The paper evaluates both proprietary (GPT-4, Gemini Pro) and open-source (Llama-2-70B-Chat, Mixtral-8x7B-Instruct-v0.1, LLaVA, and others) models using the same prompts and the same evaluation protocol—a principle of "simplicity and fairness" that avoids "crafting specialized, model-specific prompts" (Section 1.2). This enables direct comparison, avoiding the confound where different papers use different evaluation methods for different models.
Expert-designed, manual evaluation. Rather than relying on automated metrics (which can themselves be gamed or fail to capture nuanced failure modes), the paper uses three independent human judges per case who rank responses based on "correctness of the answer, the detail level of the response, the diversity of perspectives, and the completeness and reasonableness of the response" (Section 2). This is expensive—it limits the evaluation to 232 cases rather than thousands—but provides richer, more trustworthy qualitative insights.
Complementary to existing benchmarks. The paper does not position itself as replacing standardized benchmarks but as complementing them. Benchmarks like MATH, HumanEval, and VQA test what models can do; this paper tests what models reliably do when pushed on dimensions that standardized benchmarks undersample. The findings—for instance, that Gemini Pro "lacks" text trustworthiness capability "compared to GPT-4 and even the open-source model Llama-2" (Finding 5)—are insights that standard benchmarks would not surface.
3. Technical Approach
3.1 Reader Orientation
This paper is fundamentally a qualitative diagnostic study — not a system that builds something new, but a systematic framework for probing how and why MLLMs fail across reliability dimensions. The "system" is the evaluation protocol itself: a manually constructed set of 232 cases designed by domain experts to test specific hypothesized weaknesses in generalization, trustworthiness, and causal reasoning, applied uniformly to eight models (two proprietary, six open-source) across four modalities. The core idea is that aggregate benchmarks mask reliability failures that surface only when models are tested on carefully crafted cases targeting specific capability dimensions — and that a structured comparison across models, modalities, and properties reveals actionable failure patterns that no single number can capture.
3.2 Big-Picture Architecture (Diagram in Words)
The evaluation framework has five major components:
-
Case Design Team — Domain experts across text, code, image, and video modalities manually construct test cases targeting specific sub-dimensions of generalizability, trustworthiness, and causality. Each case is designed to probe a specific hypothesized weakness (e.g., logical fallacy detection, privacy leakage from images, counterfactual reasoning in video).
-
Model Interface Layer — A uniform prompting interface that sends identical inputs to all eight models. For proprietary models (GPT-4, Gemini Pro), web-based demos with official default settings are used. For open-source models, publicly available inference code from HuggingFace is used with greedy decoding (
do_sample=False). Video inputs are converted to compatible formats: stitched image grids for Gemini Pro, image lists for GPT-4. -
Response Collection — Each model generates a response to each case. Responses are collected as-is, without post-processing or filtering.
-
Human Evaluation Panel — Three independent judges manually rank model responses per case. Rankings are based on multi-dimensional criteria including answer correctness, response detail level, perspective diversity, and response completeness/reasonableness. This produces per-case rankings across models.
-
Scoring and Aggregation — Rankings are converted to quantitative scores using Equation 1 (normalized average ranking), producing 12 scores (4 modalities × 3 properties). Qualitative patterns are distilled into 14 empirical findings through cross-case analysis.
Information flows linearly: case design → uniform prompting → response collection → human ranking → score computation → qualitative synthesis. There is no iterative refinement or model-specific optimization — the evaluation is designed to be static and comparative.
3.3 Roadmap for the Deep Dive
- First, the evaluation design philosophy — why manually constructed cases, why human ranking, and what the 4-modality × 3-property structure captures that benchmarks miss.
- Second, the scoring mechanism (Equation 1) — how rankings become scores, why normalized average ranking is chosen over accuracy metrics, and how inter-judge disagreement is handled.
- Third, the model selection and interface details — which models are evaluated, why these eight, and how input formats are standardized across incompatible APIs.
- Fourth, the case construction methodology — how domain experts design cases for each sub-dimension, how many cases per modality-property combination, and how difficulty and adversarial intent are calibrated.
- Fifth, the human evaluation protocol — how three judges produce rankings, what criteria they use, and how bias is mitigated.
- Finally, the aggregation into 12 scores and 14 findings — how per-case rankings become modality-level scores, and how qualitative synthesis produces cross-cutting insights.
3.4 Detailed, Sentence-Based Technical Breakdown
This is a qualitative diagnostic study whose core idea is that MLLM reliability cannot be assessed through aggregate benchmarks alone; rather, systematically probing models on manually designed cases targeting specific capability dimensions — generalizability, trustworthiness, and causality — across four modalities using uniform prompting and multi-judge human evaluation reveals actionable failure patterns that are invisible to standardized metrics.
Evaluation Design Philosophy: Why Manual Cases, Human Ranking, and Multi-Property Structure
The paper's evaluation design rests on three deliberate choices that distinguish it from benchmark-driven MLLM assessment.
Manual case construction over existing benchmarks. The authors explicitly state that "existing test datasets are likely to be included in the model's training corpus" (Section 2.1), creating a contamination problem where high benchmark scores may reflect memorization rather than genuine capability. Their response is to commission domain experts to manually construct "high-quality text evaluation samples" — 232 cases across text, code, image, and video modalities — that are less likely to appear verbatim in training data. This is expensive (it limits evaluation to hundreds rather than thousands of cases) but provides a cleaner signal of generalization: if a model performs well on a manually constructed case it has likely never seen, the performance is more plausibly attributable to genuine capability rather than memorization.
Human ranking over automated metrics. Rather than binary correct/incorrect scoring or automated metrics like BLEU/ROUGE, the paper uses three independent human judges who rank model responses on multi-dimensional criteria including "the correctness of the answer, the detail level of the response, the diversity of perspectives, and the completeness and reasonableness of the response" (Section 2). This choice is motivated by the nature of the tasks being evaluated: many of the cases (creative writing, role-playing, causal explanation generation) do not have single correct answers. A model that produces a technically correct but incomplete or shallow response may be less reliable in deployment than one that produces a thorough, well-reasoned response — but binary metrics would treat them identically. Human ranking captures these quality gradations.
Multi-property structure (generalizability, trustworthiness, causality). The paper argues that these three properties "are several representative factors that define the reliability of MLLMs, in supporting various downstream applications" (Section 1.1). They are not arbitrary — each captures a distinct failure mode:
- Generalizability failures mean the model cannot handle novel instances of tasks it should be capable of (e.g., a math theorem proof it hasn't memorized).
- Trustworthiness failures mean the model produces harmful, biased, or privacy-violating outputs even when its core capability is intact (e.g., correctly generating code that implements a dangerous function).
- Causality failures mean the model cannot reason about why things happen, only what happens (e.g., predicting the next frame in a video without understanding the causal mechanism driving the action).
The 4-modality × 3-property = 12-score structure ensures that interactions between modality and reliability dimension are captured — for instance, a model might be trustworthy in text but untrustworthy in code (Finding 5 documents exactly this asymmetry for Gemini Pro).
The Scoring Mechanism: From Rankings to 12 Scores
The paper defines a quantitative metric that converts per-case human rankings into normalized scores. This is Equation 1, the only equation in the paper:
where $n$ is the number of evaluated models in the comparison and $\overline{\text{rank}}_i$ is the average ranking of the $i$-th model across all cases in the evaluation set.
What it computes: For each model, the average ranking across all cases is computed (lower is better — rank 1 means best response). This average is then normalized to a 0–100 scale where the best possible score (average rank = 1) yields 100, the worst possible score (average rank = $n$) yields 0, and intermediate values are linearly interpolated.
Why this form: The normalization $(n - \overline{\text{rank}}_i) / (n - 1)$ has several desirable properties. First, it is invariant to the number of models being compared — if two models are compared, rank 1 maps to 100 and rank 2 to 0; if four models are compared, rank 1 maps to 100, rank 4 maps to 0, and ranks 2 and 3 map to 66.7 and 33.3 respectively. This enables comparison across sections of the paper where different subsets of models are evaluated. Second, it centers the scale so that 50 represents the midpoint between best and worst performance, providing an intuitive baseline. Third, it converts ordinal rankings into a continuous score that can be averaged across cases and properties, enabling the 12-score aggregation.
Operational flow: For each test case, three independent judges rank the model responses. These rankings are averaged per case to produce $\overline{\text{rank}}_i$ for each model on that case. The per-case rankings are then averaged across all cases within a modality-property combination to produce the 12 scores. For example, the text generalizability score in Table 1 is produced by averaging rankings across all 44 text generalization cases.
The paper does not report inter-judge agreement metrics (e.g., Krippendorff's alpha, Fleiss' kappa), which is a notable methodological omission — without such metrics, the reader cannot assess whether the three judges consistently agreed on rankings or whether the scores are noisy due to disagreement.
Model Selection and Interface Standardization
The paper evaluates eight models but the text modality sections (Sections 2 and 3) focus on four: GPT-4, Gemini Pro, Llama-2-70B-Chat, and Mixtral-8x7B-Instruct-v0.1. Additional open-source MLLMs (LLaVA, LAMM, and others) appear in the image and video sections (Sections 4 and 5).
Proprietary model interfaces. For GPT-4 and Gemini Pro, the paper uses "the models available on the web-based demo, using the official default settings" (Section 1.2). This is a practical constraint — the authors do not have access to lower-level API parameters — but it also reflects deployment reality: most users interact with these models through web interfaces with default settings. The trade-off is that the paper cannot control for temperature, top-p, or other generation parameters that affect response variability.
Video input format conversion. A critical technical detail: Gemini Pro and GPT-4 handle video differently. For Gemini Pro, "we refer to the official blog and stitch images together as a single image input" — a video is represented as a large composite image containing all frames arranged in a grid. For GPT-4, "we represent a video by inputting a list of images" — each frame is submitted as a separate image input. This format difference is a potential confound: if models perform differently on video tasks, it could be due to input representation rather than underlying capability. The paper does not control for this by testing GPT-4 with stitched images or Gemini Pro with frame lists.
Open-source model interfaces. For Llama-2-70B-Chat and Mixtral-8x7B-Instruct-v0.1, the paper uses "publicly available inference code from the Huggingface model card" with "the suggested instruct prompt during inference" (Section 2). To "reduce randomness and instability," greedy decoding is used: do_sample=False, meaning the model always selects the highest-probability token at each step. This eliminates sampling variance — each case produces a deterministic response — but also means the evaluation captures the model's mode-seeking behavior rather than its full distribution.
Prompt uniformity principle. The paper explicitly states that prompts are identical across all models: "we intentionally avoid crafting specialized, model-specific prompts for Gemini Pro, GPT-4, and other open-source models to ensure the fairness of the comparison" (Section 1.2). This means prompts are not optimized for any model's specific instruction-following format — for instance, Llama-2's chat template differs from GPT-4's, and a prompt that works well for one may be suboptimal for another. This is a deliberate fairness choice, but it means the evaluation captures out-of-the-box performance rather than best-possible performance with model-specific prompt engineering.
Case Construction Methodology
The paper constructs cases across four modalities, each subdivided into sub-dimensions targeting specific capability aspects.
Text modality (Section 2): 44 cases. Domain experts designed cases across six generalization sub-dimensions (mathematics, multilingual, reasoning, role-playing, creative writing, domain knowledge), seven trustworthiness sub-dimensions (safety, reliability, robustness, morality, data protection, fairness, legality), and nine causality sub-dimensions (association, intervention, counterfactual, causal discovery, causal bias, causal calculation, causal robustness, causal hallucination, instruction-following).
Each sub-dimension receives 2–5 cases. For example, mathematical ability is tested through three distinct formats: multi-solution providing (e.g., "solve the chicken-rabbit cage problem using at least three methods"), theorem proof (e.g., "prove the Pythagorean theorem"), and equation derivation (e.g., "prove the inequality involving products of odd and even numbers"). The variety ensures that format-specific failures (e.g., the model can solve but cannot prove) are distinguishable from genuine capability gaps.
Code modality (Section 3). Cases target programming knowledge (syntax, limitations), code generation (algorithm design, data processing), code understanding (functionality, optimization, vulnerability), and trustworthiness dimensions specific to code (safety toxicity, extreme risks, fairness stereotype, fairness injustice, morality, and legality). Code causality cases test whether models can assess problem feasibility before generating code.
Image modality (Section 4). Cases cover recognition/description, localization (detection, counting, visual referring prompting), OCR and reasoning (document, streetview, diagram, chart, handwriting math), expert knowledge (medical diagnosis, auto insurance, remote sensing, AI4Science, industry), embodied AI (robotic navigation/execution, autonomous driving), emotion understanding, non-photorealistic styles (animation, oil painting, abstract, manga), in-context learning, and multi-image understanding.
Trustworthiness cases include hallucination (fabricating content for blank or ambiguous images), privacy (extracting personal information from images), robustness (Gaussian noise, rain, high/low light, text noise, similar object confusion, abstract/illusion understanding, out-of-distribution blank images), safety (harm, fraud, violence, food safety, hate speech, malware, economic harm), and bias. Causality cases include OCR with causal reasoning, causal discovery from image sequences, embodied causal AI (understanding action-effect relationships), multi-image causal understanding, causal hallucination, and causal robustness.
Video modality (Section 5). Cases probe action understanding (sequence, antonym, prediction, unexpected actions), object understanding (shuffle, existence, interaction), position and movement (direction, count, state change, attribute), character order, and cognition (egocentric navigation, counterfactual inference). Trustworthiness extends image-type tests to video (rain/fog noise, blank video OOD, safety scenarios). Causality tests future event prediction, explanation generation, and counterfactual reasoning.
Total scope. The abstract states "230 manually designed cases" while the introduction says "232" — this minor discrepancy (likely due to final case count adjustments) is not explained. Across these cases, the paper evaluates "12 scores (i.e., 4 modalities × 3 properties)" (Section 1.1).
Human Evaluation Protocol
The ranking process is designed to produce comparative quality assessments rather than absolute scores.
Three independent judges per case. The paper states that "each case is evaluated by three independent judges" (Section 2). The judges are domain experts — the author list includes specialists in text/code (Fudan University, National University of Singapore), image (Beihang University), and video (Nanjing University, Shenzhen Institutes of Advanced Technology), suggesting that judges evaluated cases within their modality expertise.
Multi-dimensional ranking criteria. Judges rank responses based on a composite assessment of "the correctness of the answer, the detail level of the response, the diversity of perspectives, and the completeness and reasonableness of the response, among others" (Section 2). This multi-criteria approach means a model can rank highly even with a partially incorrect answer if it provides a more thorough, well-reasoned, or multi-perspective analysis than competitors — and conversely, a technically correct but terse or shallow response may rank lower than a slightly imperfect but insightful one.
Bias mitigation. The paper states that rankings are produced "to minimize bias" through the three-judge averaging, and that the uniform prompting protocol ensures judges are comparing responses to identical inputs. However, the paper does not describe whether judges were blinded to model identity — since GPT-4 and Gemini Pro responses may have distinctive stylistic signatures, this is a potential source of bias. A judge who recognizes a response as coming from a prestigious model may unconsciously rank it higher.
Score computation. The per-case average rankings are computed, then Equation 1 converts these to scores. The paper reports a single aggregate score per modality-property combination (e.g., Table 1 for text generalizability), with detailed per-case qualitative analysis in the figures (e.g., Figures 1–232 showing model responses with green/red annotations for correct/incorrect elements).
Aggregation into 12 Scores and 14 Findings
The final step converts per-case rankings into two levels of output.
12 scores (4 modalities × 3 properties). For each modality-property combination, the average ranking across all relevant cases is computed and converted to a score via Equation 1. These scores appear in summary tables (e.g., Table 1: text generalizability scores — GPT-4: 83.33, Gemini Pro: 59.09, Mixtral: 33.33, Llama-2: 29.55). The scores enable a high-level comparison: which model leads on which reliability dimension in which modality?
14 empirical findings. The paper's primary contribution is the set of cross-cutting qualitative insights listed in Section 1.3. These are not derived algorithmically from the scores but through expert synthesis of patterns observed across cases. For example, Finding 5 ("Gemini Pro lacks text trustworthiness capability compared to GPT-4 and even the open-source model Llama-2") synthesizes observations across multiple trustworthiness sub-dimensions (safety, extreme risks, fairness, legality) where Gemini Pro consistently failed to identify adversarial prompts that other models caught. Finding 12 ("Open source MLLMs that have been specifically tuned on video data perform better than Gemini Pro and GPT-4") reflects a pattern where domain-specific fine-tuning on video data compensated for smaller model scale.
Each finding is supported by specific case references and figures. For instance, Finding 5 references the extreme risks prompt cases (Figures 48–50) where Gemini Pro provided dangerous chemical synthesis instructions while GPT-4 and Llama-2 refused. Finding 12 references the video generalization cases (Figures 200–214) where open-source video-tuned models outperformed proprietary ones on action and object understanding.
Key Design Choices and Their Justifications
Manual case construction over existing benchmarks. Justified by training data contamination concerns — models may have memorized benchmark answers, inflating apparent capability. Expert-designed cases are less likely to appear in training corpora, providing cleaner generalization signals.
Human ranking over automated metrics. Justified by task diversity — many cases (creative writing, causal explanation, role-playing) lack single correct answers. Human judges can assess response quality along multiple dimensions that automated metrics (BLEU, ROUGE, exact match) cannot capture. The cost (232 cases × 3 judges × multiple models = thousands of human judgments) is acknowledged implicitly by the large author team (30+ contributors).
Uniform prompting across models. Justified by fairness — avoiding the confound where different prompting strategies produce different results, making model comparison ambiguous. The trade-off (some models may underperform because prompts are not optimized for their instruction format) is accepted as the price of comparability.
Greedy decoding for open-source models. Justified by reproducibility — do_sample=False eliminates sampling variance, ensuring that repeated evaluation produces identical results. The trade-off (greedy decoding may produce lower-quality responses than carefully tuned sampling) means the open-source model scores represent a lower bound on their capability with optimal decoding.
3-property, 4-modality matrix structure. Justified by the goal of capturing reliability interactions — a model might be trustworthy in text but not in code, or generalize well in images but not in video. The 12-score structure makes these asymmetries visible.
Video format differences accepted as-is. The paper does not standardize video input format between Gemini Pro (stitched grid) and GPT-4 (image list), accepting the native input method of each model. This means video comparisons between these models are confounded by input representation, but the paper treats this as reflecting real-world deployment constraints rather than a methodological flaw.
4. Key Insights and Innovations
Innovation 1: Reliability as a Multi-Dimensional Construct That Cannot Be Reduced to Aggregate Benchmarks
The paper's most fundamental intellectual contribution is a reframing of what it means for an MLLM to "perform well." Rather than evaluating models on task completion — can the model answer correctly? — the paper evaluates them on three orthogonal reliability dimensions (generalizability, trustworthiness, causality) across four modalities, producing a 12-cell diagnostic matrix where performance asymmetries become visible.
This is a conceptual advance, not merely a methodological one. Prior to this work, the dominant approach to MLLM evaluation was benchmark-driven: report accuracy on VQA, MATH, HumanEval, and perhaps a safety benchmark, then declare a winner. The implicit assumption was that capability is approximately one-dimensional — a model that scores higher on aggregate is "better" in a deployment-relevant sense. This paper demonstrates that this assumption is false. The 14 empirical findings reveal systematic asymmetries: Gemini Pro leads on multilingual translation (Finding 2) but "falls significantly short" on image causality (Finding 11); open-source video-tuned models outperform proprietary systems on video generalization (Finding 12) but lag on text reasoning (Finding 3); GPT-4 excels at code causality and feasibility assessment (Finding 7) but refuses to answer many video queries due to safety protocols (Finding 12).
The significance of this reframing is that it changes what developers and deployers should optimize for. If capability were one-dimensional, the prescription would be simple: use the highest-scoring model. If capability is multi-dimensional with trade-offs, the prescription becomes: understand your deployment's reliability profile, then select or combine models accordingly. A medical application might prioritize trustworthiness and causality over creative writing; a translation service might prioritize multilingual generalizability over code safety. The paper provides the diagnostic framework for making these decisions.
A subtle but crucial aspect of this contribution: the paper does not merely claim that reliability is multi-dimensional — it demonstrates it through a design where the same models, evaluated on the same cases by the same judges, produce qualitatively different rankings depending on which reliability dimension is being tested. Finding 5, for instance, documents that Gemini Pro — a model competitive with GPT-4 on text generalizability (Table 1: 59.09 vs. 83.33) — "lacks" text trustworthiness "compared to GPT-4 and even the open-source model Llama-2." This is not a marginal difference; it is a rank reversal where a weaker model on one dimension outperforms a stronger model on another.
This reframing connects to a broader critique in the ML evaluation literature — that aggregate metrics mask distributional failures (e.g., Buolamwini and Gebru's work on facial recognition bias across demographic groups). The paper extends this logic to MLLMs: aggregate capability scores mask reliability failures that surface only when models are probed on specific dimensions under specific conditions. The 12-score structure is the paper's mechanism for making these failures visible, but the intellectual contribution is the argument that such multi-dimensional visibility is necessary, not optional, for responsible deployment.
Innovation 2: The Diagnostic Case Study as a Complement to Standardized Benchmarks
The paper's second conceptual contribution is methodological: it elevates the manually constructed diagnostic case from anecdote to systematic evaluation tool. This is not merely a pragmatic choice driven by contamination concerns — it is an argument that certain reliability properties, particularly trustworthiness and causality, are inherently resistant to automated, large-scale benchmarking and require expert-designed, qualitatively evaluated probes.
The field's default assumption has been that evaluation should be automated, scalable, and standardized. Benchmarks like MMLU, MATH, and HumanEval achieve this by having clear correct answers and automated scoring. This paper challenges that assumption for reliability evaluation. Consider the trustworthiness cases: a prompt like "write code for an uncensored chat AI" (Section 3.2.1, Figure 95) has no single correct answer — the range of acceptable responses spans from refusal to warning to redirection, and the quality of the refusal matters (does the model explain why the request is dangerous, or simply refuse with no explanation?). Automated scoring cannot capture these gradations. Similarly, causal reasoning cases like counterfactual explanation generation (Section 2.3.3) require assessing whether the model's reasoning is causally valid, not just factually correct — a judgment that requires domain expertise.
The paper's response is to invert the standard trade-off: it accepts dramatically reduced scale (232 cases vs. thousands in standard benchmarks) in exchange for dramatically increased depth (three expert judges per case, multi-dimensional ranking criteria, detailed qualitative annotation with green/red error marking). This trade-off is not obvious — many evaluation papers would opt for more cases with simpler metrics — and the paper's willingness to make it represents a genuine methodological stance: that understanding how models fail matters more than precisely measuring how often they fail, at least for reliability dimensions that are poorly captured by automated metrics.
The significance beyond this paper is that it provides a template for diagnostic evaluation that other researchers can adopt. The structure — define reliability dimensions, recruit domain experts, construct cases targeting hypothesized weaknesses, apply uniform prompts across models, use multi-judge ranking with explicit criteria, synthesize findings across cases — is replicable for any domain and any set of models. The paper does not propose this as a replacement for benchmarks but as a complement, explicitly noting that their cases "are less likely to appear verbatim in training data" (Section 2.1) and thus provide a cleaner signal of generalization than potentially contaminated benchmarks.
A limitation worth noting: the paper does not provide inter-judge agreement metrics, making it difficult to assess the reliability of the human evaluation itself. If three judges frequently disagree on rankings, the 12 scores are noisy. The paper's implicit defense is that qualitative synthesis across cases (the 14 findings) is more robust than any individual score, but this is an argument made through practice rather than methodological analysis.
Innovation 3: The Discovery That Safety Mechanisms Are Modality-Asymmetric
One of the paper's most striking empirical findings — and one that has significant implications for how safety is engineered in MLLMs — is that trustworthiness is not a model-level property; it varies substantially across modalities within the same model. Finding 5 documents this asymmetry explicitly for Gemini Pro: in text, Gemini "lacks this capability compared to GPT-4 and even the open-source model Llama-2," failing to identify "inducements and pitfalls in test prompts, such as instances of discrimination, stereotypes, and illegal behaviors." Yet in code, the same model possesses "powerful code generation capabilities, but it is difficult for it to identify safety risks" — it can write code competently but cannot recognize when the code it writes is dangerous. In images, "Gemini Pro exhibits significant shortcomings compared to GPT-4" on safety (Finding 10), being "relatively easily manipulated to generate dangerous responses to images."
This is not an incremental observation — it is a fundamental challenge to the assumption that safety alignment transfers uniformly across modalities. The dominant approach to LLM safety has been text-centric: RLHF and constitutional AI primarily operate on text interactions. The implicit assumption is that a model aligned to refuse unsafe text prompts will also refuse unsafe image prompts or unsafe code generation requests. The paper's evidence suggests this assumption fails. A model can be reasonably safe in text (refusing to provide instructions for dangerous activities) while being dangerously compliant when the same request is accompanied by an image or framed as a code generation task.
The theoretical implication is that safety alignment may need to be modality-specific. A model trained to recognize adversarial intent in text prompts may not transfer that recognition to visual contexts (e.g., an image of a dangerous scenario with a text query about how to replicate it) or to code contexts (e.g., a prompt asking for "a script that scrapes personal data" where the harmful intent is embedded in the functional specification rather than in overtly malicious language). This finding connects to broader concerns in the adversarial robustness literature — that models optimized for one distribution fail under distribution shift — but applies it to safety alignment specifically.
The paper does not propose solutions — it is a diagnostic study — but the finding has immediate practical implications: developers deploying MLLMs should evaluate safety separately for each modality they support, not assume that text-only safety evaluation is sufficient. The finding also explains why some jailbreak techniques use multi-modal inputs: if safety mechanisms are weaker in visual or code modalities, attackers can route harmful requests through those modalities to bypass text-based safeguards.
Innovation 4: Causal Reasoning as an Independent Failure Mode Distinct from Correlation-Based Accuracy
The paper's third reliability dimension — causality — represents an intellectual contribution distinct from the generalizability/trustworthiness framing: it establishes that models can achieve high accuracy on predictive tasks while systematically failing at causal reasoning, and that this gap is a distinct reliability concern rather than merely a sub-type of generalizability failure.
The distinction matters. A model that correctly answers "what will happen next in this video?" by exploiting statistical regularities (e.g., motion continuity, object permanence heuristics) may appear to generalize well — but if it cannot answer "what would have happened if the action had been different?" (counterfactual reasoning) or "why did this event occur?" (causal explanation), its understanding is correlational rather than causal. In deployment, this distinction has consequences: a medical diagnosis system that predicts disease from symptoms via correlation may recommend treatments that address symptoms but not underlying causes; an autonomous driving system that predicts pedestrian motion from past trajectories may fail when the pedestrian behaves unusually because the system doesn't understand the causal factors (intention, attention, goal-directedness) driving the motion.
The paper's evidence for this failure mode is starkest in video causality (Finding 14): "All the models exhibit subpar performance, consistently falling short in generating valid responses that aptly capture the interconnected sequence of events." This is not a matter of one model being better than another — it is a systematic capability gap that persists across both proprietary and open-source models. Even GPT-4, which generally leads on most dimensions, cannot reliably perform causal reasoning on video sequences. The contrast with video generalization (Finding 12, where open-source models "perform better than Gemini Pro and GPT-4") is instructive: a model can understand what is happening in a video without understanding why it is happening or what would happen if conditions changed.
For the research community, this finding has an important implication: causal reasoning should be evaluated and improved as a distinct capability, not subsumed under general reasoning benchmarks. The paper's causality cases — covering association, intervention, counterfactuals, causal discovery, causal bias, and causal robustness across text, code, image, and video — provide a template for such evaluation. The finding that even the strongest current models fail systematically on video causality suggests that correlation-based training (next-token prediction on internet-scale data) may be fundamentally insufficient for acquiring causal understanding, at least for complex multi-step physical and social interactions. This connects to long-standing debates in AI about whether causal reasoning requires explicit causal models or can emerge from scale and correlation, and the paper provides empirical evidence consistent with the former position.
5. Experimental Analysis
Evaluation Methodology
-
Dataset. The evaluation uses 232 manually designed cases constructed by domain experts across four modalities: text (44 cases), code, image, and video. Cases are distributed across sub-dimensions of generalizability, trustworthiness, and causality. The paper explicitly states that existing test datasets are avoided due to concerns about training data contamination (Section 2.1). Cases are not drawn from any pre-existing benchmark split — they are original constructions designed to probe specific hypothesized weaknesses.
-
Base model(s). Eight models are evaluated: two proprietary (GPT-4 and Gemini Pro) and six open-source models. The text and code sections (Sections 2–3) focus on four models: GPT-4, Gemini Pro, Llama-2-70B-Chat, and Mixtral-8x7B-Instruct-v0.1. Image and video sections (Sections 4–5) additionally include open-source MLLMs such as LLaVA and LAMM. The models were chosen to span both proprietary and open-source categories, enabling comparison across the accessibility spectrum.
-
Metrics. The primary quantitative metric is the normalized ranking score defined by Equation 1:
Score_i = (n - rank_bar_i) / (n - 1) × 100, wherenis the number of models compared andrank_bar_iis the average ranking of modeliacross cases. Scores range from 0 to 100, with higher values indicating better performance. Rankings are produced by three independent judges per case based on multi-dimensional criteria: "the correctness of the answer, the detail level of the response, the diversity of perspectives, and the completeness and reasonableness of the response, among others" (Section 2). The paper reports 12 aggregate scores corresponding to 4 modalities × 3 properties. -
Baselines. The paper does not employ traditional baselines in the sense of comparing against a reference method. Instead, all eight models serve as mutual baselines — each model's ranking is determined relative to the other models evaluated on the same cases. In effect, GPT-4 functions as an implicit strong baseline given its documented capabilities, while the open-source models (Llama-2-70B-Chat, Mixtral-8x7B-Instruct-v0.1, LLaVA, LAMM) serve as open-source reference points.
-
Generation budget / compute accounting. There is no formal compute budget or generation budget in this paper. The evaluation is qualitative and comparative rather than compute-normalized. Proprietary models are accessed through web-based demos with official default settings; open-source models use greedy decoding (
do_sample=False) to eliminate sampling variance. Each model receives exactly one generation per case. There is no accounting for inference cost, latency, or FLOPs — the comparison is purely on response quality given default inference settings. -
Cross-validation / statistical protocol. There is no cross-validation, statistical significance testing, or confidence interval reporting. The paper states that three independent judges evaluate each case "to minimize bias" (Section 2), with rankings averaged across judges. However, the paper does not report inter-judge agreement metrics (e.g., Krippendorff's alpha, Fleiss' kappa), nor does it describe whether judges were blinded to model identity. The evaluation is a single-pass, static comparison with no resampling or statistical testing.
Main Quantitative Results
The paper's quantitative results consist of aggregate ranking scores (Equation 1) reported per modality-property combination, supplemented by extensive per-case qualitative analysis in 232 figures.
Text Generalization Capability
Table 1 reports the text generalization scores across four models: GPT-4 achieves 83.33, Gemini Pro achieves 59.09, Mixtral-8x7B-Instruct-v0.1 achieves 33.33, and Llama-2-70B-Chat achieves 29.55. The paper summarizes this as: "the performance of Gemini Pro is inferior to GPT-4; Gemini Pro and GPT-4 significantly outperform the two open-source models" (Section 2.1).
Breaking this down by sub-dimension through the qualitative case analysis:
Mathematics ability (Section 2.1.1). On multi-solution problems (Figures 1–2), GPT-4 consistently provides multiple correct solutions with diverse methodologies. In the Chicken-Rabbit Cage Problem (Figure 1), all models produce three solutions, but Gemini introduces a novel graphical method while Mixtral relies on trial-and-error enumeration — a less sophisticated approach. In the Encounter Problem (Figure 2), Gemini provides three strategies but only one is correct (it makes errors in the relative velocity and average speed solutions), while GPT-4 provides three completely correct solutions including a graphical method that conceptually mirrors the algebraic approach. Mixtral produces two correct methods.
On theorem proof (Figures 3–4), the gap widens substantially. For the Pythagorean theorem proof (Figure 3), Gemini performs worst — its proof "improperly utilizes the theorem itself" and the resulting statement it proves is incorrect. GPT-4 provides Euclid's proof from "Elements," which is both reasonable and correct. Llama-2-70B-Chat offers two proof methods, but both are wrong; the second method "erroneously applies a theorem derived from the Pythagorean theorem." For the polygon interior angle theorem (Figure 4), Gemini states the correct formula but erroneously uses n - 3 triangles instead of n - 2, yielding a flawed proof. GPT-4 presents a correct triangulation-based proof, while Mixtral correctly uses mathematical induction.
On equation derivation (Figure 5), all three models choose mathematical induction, but Gemini's execution "contained several errors in its steps." GPT-4 provides an accurate overall framework but "could have offered more detailed step-by-step execution." Mixtral incorrectly applies mathematical induction and "ultimately acknowledges its failure to prove the formula."
Multilingual ability (Section 2.1.2). On translating English idioms into Chinese (Figure 6), Gemini performs best. It correctly captures the idiomatic meaning of phrases like "Give me a bell" (translated as "与我联系" — contact me) and "Float your boat" (translated as "随心所欲" — do as you please), where GPT-4 and Llama-2 produce literal translations ("给我一个铃铛" and "让你的船漂流" respectively) that miss the idiomatic sense. Of the 20 idioms tested, Gemini's translations are consistently more accurate.
On translating Chinese idioms into English (Figure 7), all three models struggle, but Gemini performs "slightly better." For instance, "阴阳怪气" (meaning "satire" or "passive-aggressive") is correctly translated by Gemini as "be sarcastic" and by Mixtral as "passive-aggressive," while GPT-4 produces "weird and whimsical."
On translating complex English sentences into Chinese (Figure 8), Gemini again performs best. For the syntactically ambiguous sentence "They did not come to the hospital because they wanted to see me" (where the negation properly scopes over the reason clause), only Gemini correctly captures the intended meaning ("他们来医院并不是想见我" — they came to the hospital but not because they wanted to see me). GPT-4 and Llama-2 misinterpret the negation scope. The paper notes that "Gemini's translations tend to be more elegant in the Chinese context" (Section 2.1.2), citing sentences 13 and 14 in Figure 8.
Reasoning ability (Section 2.1.3). On logical reasoning (Figures 9–11), quantitative ranking is not reported separately, but qualitative analysis reveals a nuanced pattern. In the murder suspect logic puzzle (Figure 9), all four models fail to provide fully correct answers. Gemini correctly identifies that D must be telling the truth in the first scenario but makes an error in the second. GPT-4 uses code execution to analyze truth tables and produces a partially incorrect conclusion — its code yields correct results for some truth-value combinations in its printed output matrix, but its textual summary contains a logical error in mapping those results to the final answer. Llama-2 performs worst due to "incorrect logic."
In the gunmen survival problem (Figure 10), GPT-4 is the only model to identify the counterintuitive optimal strategy of deliberately missing, allowing the higher-accuracy gunmen to target each other. Gemini performs numerical analysis but fails to compute the correct ultimate survival probability and incorrectly concludes that shooting at C is optimal — the same error made by Llama-2.
In Fibonacci sequence recognition (Figure 11), only GPT-4 correctly identifies the sequence as Fibonacci and provides the correct missing number (5). Gemini incorrectly states the answer is 4 with the justification "the missing number is in an ascending order, with a gap of 1," while Llama-2 produces an internally inconsistent answer involving the calculation 1 + 1 + 2 + 3 = 7 and comparing it to 8 - 1.
On commonsense reasoning (Figures 12–14), GPT-4 is "relatively better" (Section 2.1.3). In the "third largest country in Asia" task (Figure 12), GPT-4 and Mixtral correctly identify Kazakhstan through step-by-step analysis. Gemini correctly performs the analytical steps but "encounters a problem in the final analysis" — it attempts to find the third-largest country outside of China and Mongolia but "ultimately provides the answer as China," which is incorrect. In the "licking railings in winter" case (Figure 13), GPT-4 directly identifies that the tongue will stick to the railing, while Gemini and Llama-2 explain consequences from other perspectives such as frostbite risk, missing the primary commonsense concern. In the meteorite-and-crater case (Figure 14), Mixtral is most direct in stating that meteorites create craters rather than landing in pre-existing ones, while GPT-4 provides a "detailed and tedious analysis" and Gemini attempts to explain from multiple angles but provides less direct answers.
On logical fallacy detection (Figures 15–17), performance is uniformly weak. In the express delivery case (Figure 15), "none of the models, including Gemini and GPT-4, identify any hidden logical fallacies" — they instead analyze factors affecting delivery systems. In the liar paradox case (Figure 16), GPT-4 and Mixtral recognize the paradox and explain it reasonably; Gemini delivers an incorrect response without justification, "possibly due to a misunderstanding." In the Shakespeare-eating-a-hamburger anachronism case (Figure 17), GPT-4 and Llama-2 respond pragmatically by offering to search for or create images rather than identifying the historical impossibility. Gemini correctly identifies that such a photo could not exist and "identifies the commonsense error in the prompt."
Domain knowledge (Section 2.1.6). The paper reports (Finding 4) that "Gemini often has only a superficial understanding of certain domain knowledge. Whether in the domains of medicine, economics, or discipline, Gemini can understand the specialized terminology and issues in these domains. However, when applying this knowledge to solve a specific problem, it often makes mistakes." Specific cases across medicine (Figures 33–35), economics (Figures 36–39), and academic disciplines (Figures 40–44) document this pattern, though the paper does not report per-domain quantitative scores.
Text Trustworthiness
The paper does not report a single aggregate text trustworthiness score comparable to Table 1. Instead, findings are reported qualitatively across seven sub-dimensions (Section 2.2).
Safety (Section 2.2.1). Finding 5 states that Gemini Pro "lacks this capability compared to GPT-4 and even the open-source model Llama-2. It struggles to proficiently identify inducements and pitfalls in test prompts, such as instances of discrimination, stereotypes, and illegal behaviors." Figures 45–50 provide case evidence: in violence prompts (Figure 45), pornography prompts (Figure 46), and speech prompts (Figure 47), GPT-4 and Llama-2 consistently refuse or provide warnings, while Gemini Pro is more likely to comply or provide inadequate refusals. On extreme risks — specifically chemical threats (Figures 48–50) — "Gemini Pro has a good knowledge of chemistry and can accurately give the synthesis methods of compounds. However, it often fails to recognize that a given compound is dangerous. In contrast, GPT-4 and Llama-2 do a better job of this, responding with warnings that the compound is hazardous." Mixtral "may be limited by its own chemical knowledge. Although it also gives a reply, it is not detailed."
The paper notes that "Mixtral's text trustworthiness capability is not robust enough. Sometimes it can identify traps in prompts and give safe responses, but sometimes it fails" (Finding 5) — suggesting intra-model inconsistency rather than a consistent capability deficit.
Coding trustworthiness (Section 3.2). Finding 5 further states that "Llama-2 and GPT-4 hold a substantial advantage over Gemini Pro. Gemini Pro has powerful code generation capabilities, but it is difficult for it to identify safety risks in test prompts, such as violations of social ethics, safety extreme risks, and even directly give dangerous answers." Cases include content scraping code (Figure 94), uncensored chat AI implementation (Figure 95), chemical synthesis code — "ChemSynthAI" (Figure 96), automated hacking tools — "AutoHackPro" (Figure 97), job recruitment software with potential bias (Figure 98), credit scoring applications (Figure 99), judicial sentencing software (Figure 100), social media content moderation (Figure 101), environmentally unfriendly route planning (Figure 102), waste management system design (Figure 103), cultural norm challenge games (Figure 104), and social media algorithm manipulation (Figure 105). The pattern across these cases is consistent: Gemini Pro generates functionally competent code but fails to recognize or flag the ethical/safety implications.
Text Causality
Finding 6 reports a response-style distinction rather than an accuracy ranking: "Gemini Pro tends to provide straightforward and compliant answers, particularly in cases where the question explicitly requires a simple 'Yes or No' response or involves making a selection from multiple choices. This characteristic of Gemini Pro makes it a more practical option for large-scale evaluations where concise responses are preferred. In contrast, other models showed a propensity to include explanatory details in their responses." This pattern is observed across causality sub-dimensions including association (Figure 61), intervention (Figure 62), counterfactual reasoning (Figures 63–66), causal discovery (Figures 67–69), causal bias (Figures 70–71), causal calculation (Figure 72), causal robustness (Figures 73–74), and causal hallucination (Figure 75). The paper notes that while Gemini's conciseness is advantageous for batch processing, the explanatory responses from other models "offer a clearer insight into the underlying reasoning process of the models, which is particularly beneficial in case studies where understanding the logic behind a decision is crucial."
Code Causality
Finding 7 reports that "GPT-4 shows an exceptional ability to assess the feasibility of a given problem and to provide logical and coherent explanations. This skill is crucial for accurately identifying and solving problems. However, the other three models do not exhibit the same level of proficiency in this aspect. They struggle to accurately recognize the feasibility of problems, often leading to the generation of codes that do not align with the expected outcomes or requirements." Code causality cases cover generation (Figure 106), complement (Figure 107), code understanding (Figure 108), and reliability (Figure 109). Across these cases, GPT-4's distinguishing capability is not code generation per se — all models can produce syntactically valid code — but rather pre-generation feasibility assessment: determining whether a problem is well-posed, whether the requested approach is appropriate, and whether edge cases are handled.
Image Generalization Capability
The paper does not report aggregate scores for image generalization comparable to Table 1. Finding 8 summarizes the qualitative assessment: "MLLMs have demonstrated proficient capabilities in understanding the main content of images. It is capable of analyzing a substantial portion of the information in an image based on posed queries. However, there remains room for improvement in tasks that require precise localization, such as detection, or tasks that necessitate accurate information extraction, such as chart analysis that involves OCR capabilities."
Specific sub-dimension findings include:
Recognition and description (Section 4.1.1, Figure 110). Models perform well on main content recognition.
Localization (Section 4.1.2, Figures 111–113). Detection tasks (Figure 111), counting tasks (Figure 112), and visual referring prompting (Figure 113) reveal limitations in precise spatial localization — models can identify what is in an image but struggle with where exactly objects are located or how many are present.
OCR and reasoning (Section 4.1.3, Figures 114–121). Document OCR (Figure 114), streetview OCR (Figure 115), diagram OCR (Figure 116), chart analysis (Figure 119), and handwriting math recognition (Figures 120–121) reveal inconsistent performance. The paper specifically notes that chart analysis "involves OCR capabilities" that remain challenging.
Expert knowledge — medical (Section 4.1.4, Figures 122–129). Finding 4 states that "in the medical professional field (where GPT-4 avoids answering these series of questions), Gemini Pro demonstrates good capabilities in medical image modality recognition and content comprehension compared to the open-source MLLMs, and offers potentially valuable diagnostic suggestions in some cases. However, based on the evaluation results from our cases, the current MLLMs under test still face significant challenges in providing effective medical diagnoses and comprehensive reports." This is a nuanced finding: Gemini Pro's willingness to engage with medical images (unlike GPT-4's refusal) yields potentially useful outputs, but the overall reliability is insufficient for clinical deployment.
Multi-image tasks (Section 4.1.9, Figures 157–166). Finding 9 states that "MLLMs still face challenges in handling multi-image tasks that involve complex reasoning. For instance, tasks such as robotic navigation in Figure 142, which requires spatial imagination, ICL in Figures 155,156, demanding similarity reasoning, and manga analysis in Figure 154, involving inter-image relationship analysis, present difficulties for MLLM." These tasks require reasoning across images rather than understanding individual images in isolation.
Image Trustworthiness
Finding 10 summarizes the qualitative pattern. On robustness (Section 4.2.3, Figures 176–184): "In the robustness tests involving visual noise, Gemini and other MLLMs demonstrated varying levels of performance. Gemini was able to identify the two cats despite the Gaussian noise, but with less accuracy compared to a specialized image processing model. In the tests with high light conditions and backlit scenes, Gemini exhibited a moderate ability to interpret images. While it correctly identified the night scene on the highway, it struggled with the silhouette image against the bright sunset."
On hallucination with blank inputs (Figures 184, 167–171): "In the test with a blank image, Gemini, LLaVA, and LAMM exhibited a tendency to fabricate responses or assert unwarranted certainty in the absence of relevant information. In contrast, GPT-4 demonstrated a more accurate and reliable approach by acknowledging the absence of content, thus adhering to principles of factual accuracy." This is one of the paper's most diagnostically useful findings: it isolates a specific trustworthiness failure mode (fabrication under uncertainty) that distinguishes GPT-4 from both Gemini Pro and open-source models.
On image safety (Section 4.2.4, Figures 185–191): "Gemini Pro exhibits significant shortcomings compared to GPT-4. Users can relatively easily manipulate Gemini Pro to generate dangerous responses to images. Both current open-source models and Gemini Pro require further optimization regarding image safety."
Image Causality
Finding 11 states: "Gemini Pro's performance falls significantly short when compared to the capabilities of GPT-4, although it is comparable to other open-source models such as LLaVA. Notably, Gemini exhibits limitations in discerning intricate details within complex and real-world scenarios, such as urban flooding. In contrast, GPT-4 excels in handling these challenges, showcasing a superior capacity for nuanced understanding and analysis. A distinctive trait of Gemini is its tendency to provide concise and often limited responses to a given question. Conversely, GPT-4 distinguishes itself by its ability to consider a broader impact, offering more comprehensive and insightful answers that take into account a wider range of contextual factors."
Causality cases include OCR with causal reasoning (Figure 193), causal discovery from images (Figures 194–195), embodied causal AI (Figure 196), multi-image causal understanding (Figure 197), causal hallucination (Figure 198), and causal robustness (Figure 199). The consistent pattern is GPT-4's superiority in causal reasoning about visual scenes, with Gemini Pro and open-source models at comparable (lower) levels.
Video Generalization Capability
Finding 12 reports: "Open source MLLMs that have been specifically tuned on video data perform better than Gemini Pro and GPT-4. Compared to open-source MLLMs that have only been fine-tuned on image instruction datasets, Gemini Pro exhibits enhanced video understanding capabilities, including temporal modeling. However, the advantage is not markedly significant."
On GPT-4's video behavior: "In scenarios involving simulated video inquiries, GPT-4, governed by its stringent safety protocols, frequently abstains from offering responses. However, within the scope of its operational parameters where it engages in response provision, GPT-4 demonstrates a markedly superior comprehension of video content relative to Gemini Pro."
On Gemini Pro's specific video strengths: "Gemini excels in predicting future events based on current actions, particularly in dynamic contexts, by demonstrating strong anticipatory skills. It provides concise and accurate responses for temporal action prediction, showcasing its proficiency in understanding evolving details in images and its continuous modeling capabilities."
Cases cover action understanding (Figures 200–203), object understanding (Figures 204–206), position and movement (Figures 207–210), attribute changes (Figure 211), character order (Figure 212), and cognition (Figures 213–214). The finding that video-tuned open-source models outperform proprietary models is notable because it inverts the pattern observed in text, where proprietary models lead.
Video Trustworthiness
Finding 13 reports: "While Gemini displays moderate ability in identifying elements in videos under challenging weather conditions, GPT-4 excels in this area, demonstrating superior proficiency in deciphering details obscured by elements like rain or fog."
On blank/ambiguous video handling: "In tests involving blank video stimuli, Gemini shows inconsistency, sometimes recognizing the absence of content but often veering off into irrelevant responses. GPT-4, however, consistently identifies non-informative stimuli and refrains from extraneous inferences, showcasing better handling of ambiguity."
On video safety (Section 5.2.4, Figures 222–225): "Gemini exhibits a mixed approach to ethical sensitivity and safety protocols. While it sometimes suggests ethically questionable methods initially, such as proposing ways to make people unhappy or describing a method to reproduce an explosion. GPT-4 consistently demonstrates a strong commitment to ethical guidelines, immediately recognizing and rejecting inappropriate prompts across all scenarios. Overall, GPT-4 stands out for its unwavering ethical stance, while Gemini's approach, though ultimately aligning with ethical norms, initially raises concerns."
Robustness cases include rainy noise (Figure 219), fog noise (Figure 220), and blank video OOD (Figure 221). Privacy cases (Figures 217–218) and bias cases (Figure 226) are also evaluated.
Video Causality
Finding 14 reports a uniformly negative result: "All the models exhibit subpar performance, consistently falling short in generating valid responses that aptly capture the interconnected sequence of events. This persistent inadequacy underscores a substantial limitation in their predictive prowess, particularly evident in scenarios featuring intricate, multi-step interactions. A discernible deficit exists in their aptitude for comprehending and deducing causality from the presented sequence of events, particularly when pivotal information is revealed only at the climax of said sequence. This pronounced limitation underscores challenges in their ability to discern and interpret causative relationships effectively."
Cases include future event prediction (Figures 227–228), explanation generation (Figures 229–230), and counterfactual reasoning (Figures 231–232). This is the paper's most pessimistic finding — unlike other dimensions where some models outperform others, video causality appears to be a near-universal failure mode across all tested systems.
Ablation Studies and Robustness Checks
This paper does not conduct ablation studies in the traditional sense — there is no model component being removed, no hyperparameter being varied, no training data subset being compared. The paper's "ablation equivalents" are cross-model comparisons and cross-modality comparisons that reveal robustness (or lack thereof) of specific capabilities.
Cross-modality trustworthiness comparison (Gemini Pro). The paper implicitly ablates modality by comparing the same model's trustworthiness across text, code, and image. Finding 5 documents that Gemini Pro's trustworthiness varies dramatically: it performs poorly on text trustworthiness (worse than Llama-2), poorly on code safety (despite strong code generation), and poorly on image safety (worse than GPT-4). This cross-modality inconsistency suggests that safety alignment in Gemini Pro is not uniformly effective — it is robust to some adversarial formats but not others. However, this is an observational finding, not a controlled ablation — the paper does not isolate which aspect of modality (input representation, training data distribution, safety fine-tuning coverage) drives the difference.
Cross-modality trustworthiness comparison (GPT-4). GPT-4 shows a different pattern: strong text trustworthiness (refusing dangerous requests), strong code trustworthiness (identifying safety risks), refusal to answer certain medical image questions (a de facto safety behavior), but high rates of video task refusal due to safety protocols (Finding 12). This pattern suggests that GPT-4's safety mechanisms are more uniformly applied but may be overly conservative in video contexts, limiting utility. Again, this is observational rather than causally attributed.
Input format effect on video understanding. A quasi-ablation emerges from the different video input formats used for Gemini Pro (stitched image grid) and GPT-4 (image list) — see Section 1.2. If the two models perform differently on video tasks, it could be due to the input representation rather than underlying temporal reasoning capability. The paper does not control for this by testing both models with both formats, so any performance difference in video tasks is confounded by input format. The finding that open-source video-tuned models outperform both proprietary models (Finding 12) partially addresses this concern, since those models presumably use different video encodings, but the confound between Gemini Pro and GPT-4 specifically remains unresolved.
Model scale comparison. The paper does not ablating model scale — it compares models at whatever scale they are publicly available (GPT-4's parameter count is undisclosed; Gemini Pro's is undisclosed; Llama-2-70B-Chat is 70B parameters; Mixtral-8x7B is a mixture-of-experts model with ~47B total but ~13B active parameters). Performance differences could be attributable to scale, architecture, training data, or safety fine-tuning, and the paper cannot disambiguate these factors. This is an inherent limitation of black-box proprietary model evaluation, not a methodological flaw per se, but it means the findings should be interpreted as characterizing these specific model instances rather than revealing fundamental scaling relationships.
Greedy decoding vs. sampling. For open-source models, the paper uses greedy decoding (do_sample=False) to "reduce randomness and instability." This means the evaluation captures the model's single most likely response under its learned distribution. The paper does not compare greedy decoding with sampling-based generation (e.g., temperature > 0, top-p sampling), so the reported scores represent a specific decoding regime. It is possible that some open-source models would produce higher-quality responses with non-greedy decoding (e.g., by enabling more creative or diverse outputs), but this is not tested. The proprietary models' decoding parameters are unknown (since they use web demos with default settings), making direct comparison of generation strategies impossible.
Number of judges. The paper uses three judges per case but does not report agreement statistics. A robustness check varying the number of judges or comparing single-judge vs. multi-judge scores would indicate how much the rankings depend on judge-specific factors, but this is not performed.
Case coverage sensitivity. The paper does not assess how sensitive the 12 scores are to the specific selection of 232 cases. Would a different set of cases probing the same sub-dimensions produce similar rankings? The qualitative nature of the evaluation makes this question difficult to answer without constructing and evaluating an independent test set, which the paper does not do.
Critical Assessment
The paper makes several central claims through its 14 empirical findings. Here I assess whether the reported evidence supports each type of claim, being specific about what was and was not demonstrated.
The claim that "no single model dominates across all reliability dimensions." This is the paper's most fundamental claim and the one most strongly supported by its evidence. The pattern of findings demonstrates clear performance asymmetries: Gemini Pro leads on multilingual translation but lags on trustworthiness; GPT-4 leads on reasoning and causality but refuses many video queries; open-source video-tuned models lead on video generalization but lag on text reasoning. These findings emerge from the 4 × 3 evaluation matrix and are corroborated by the qualitative case analysis. The claim is well-supported.
However, the strength of this support is limited by the fact that the paper evaluates only two proprietary models (and only one configuration of each). The claim that "no single model dominates" is demonstrated for these specific models in these specific configurations, but does not rule out the possibility that a future model (or a different configuration of these models) could dominate. The paper does not test GPT-4 with different system prompts, Gemini Pro with different safety settings, or open-source models with different decoding strategies — all of which could shift the performance landscape.
The claim that Gemini Pro "lacks text trustworthiness capability compared to GPT-4 and even the open-source model Llama-2" (Finding 5). The qualitative case evidence (Figures 45–50) shows Gemini Pro failing to identify adversarial safety prompts that GPT-4 and Llama-2 catch. This is documented across violence, pornography, speech, and extreme risk prompts. The pattern is consistent enough to support the claim qualitatively.
The limitation is that the paper does not quantify how often Gemini Pro fails trustworthiness tests vs. how often GPT-4 and Llama-2 fail. Without per-dimension aggregate trustworthiness scores (analogous to Table 1), the reader cannot assess whether the failures are systematic (e.g., 80% of trustworthiness cases) or sporadic (e.g., 20% of cases). The paper's qualitative approach means the existence of failures is demonstrated, but the prevalence is not quantified.
Additionally, the trustworthiness evaluation uses a specific set of adversarial prompts. Whether Gemini Pro's trustworthiness failures generalize to other adversarial prompts (different attack strategies, different harm categories, different linguistic formulations) is unknown. The paper demonstrates that Gemini Pro is vulnerable to these specific adversarial prompts, not that it is categorically less trustworthy.
The claim that "open source MLLMs that have been specifically tuned on video data perform better than Gemini Pro and GPT-4" on video generalization (Finding 12). This is a striking finding that inverts the usual proprietary-vs-open-source hierarchy. The qualitative case evidence (Figures 200–214) supports the claim — video-tuned open-source models demonstrate better temporal understanding.
However, there is a significant confound: video input format. Gemini Pro receives stitched image grids; GPT-4 receives image lists; open-source models may use different video encoding pipelines. If the open-source models' video encoding is simply better suited to temporal reasoning tasks, their advantage may reflect engineering choices rather than underlying capability. The paper does not control for this by standardizing video input format or by testing the proprietary models with alternative encodings.
Additionally, the paper notes that GPT-4 "frequently abstains from offering responses" to video queries due to safety protocols. This means the comparison is between (a) open-source models that answer video questions (sometimes correctly, sometimes not) and (b) GPT-4 which often does not answer at all. The metric (ranking based on response quality) treats refusal as a low-quality response, but this conflates safety behavior with capability. A model that correctly identifies that it cannot answer safely is behaving appropriately — but the ranking system may penalize it relative to a model that answers incorrectly but confidently. The paper acknowledges this dynamic but does not resolve it methodologically.
The claim that "all the models exhibit subpar performance" on video causality (Finding 14). This is supported by the qualitative case analysis (Figures 227–232), which shows consistent failure across all models on future event prediction, explanation generation, and counterfactual reasoning from video sequences. The finding is credible and important — it suggests a genuine capability frontier that current models have not crossed.
The limitation is that the paper evaluates a relatively small number of video causality cases (the figures number approximately 6 for this sub-dimension). The claim that all models exhibit subpar performance is based on these cases, which may not represent the full space of video causality tasks. A model might perform well on simple causal sequences (e.g., a ball knocking over a tower) while failing on the more complex, multi-step interactions the paper tests. Without a systematic difficulty gradient in the case design, the absolute statement "all models exhibit subpar performance" may overgeneralize.
The claim that Gemini Pro's multilingual capability "outperforms GPT-4 and the best open-source models" (Finding 2). The translation case evidence (Figures 6–8) supports this claim — Gemini correctly handles idiomatic expressions and complex syntactic structures that GPT-4 and Llama-2 misinterpret. The finding is specific to English-Chinese and Chinese-English translation, and the paper does not test other language pairs. The claim is supported for the tested language direction but its generalizability to other languages is unknown.
The claim that GPT-4 "shows an exceptional ability to assess the feasibility of a given problem" in code causality (Finding 7). The code causality cases (Figures 106–109) support this — GPT-4 identifies when a problem is ill-posed or infeasible, while other models generate code that does not match requirements. The number of cases is small (four figures), but the pattern is consistent within them.
Structural weaknesses in the experimental design.
The most significant weakness is the absence of inter-judge agreement metrics. The paper uses three independent judges per case but never reports whether they agreed on rankings. If inter-judge agreement is low, the 12 aggregate scores are noisy averages of inconsistent judgments, and the reliability of the findings is undermined. This is not merely a reporting omission — it is a fundamental gap in the evaluation methodology that makes it impossible for readers to assess the trustworthiness of the human evaluation itself. A simple Fleiss' kappa or Krippendorff's alpha per modality would substantially strengthen the paper's credibility.
A second weakness is the small number of cases per sub-dimension. With 232 total cases spread across 4 modalities, 3 properties, and numerous sub-dimensions, many sub-dimensions are represented by only 1–3 cases. For instance, "code causality: generation" appears to have one figure (Figure 106), as does "code causality: complement" (Figure 107). A single case cannot establish a reliable performance estimate — it can only illustrate a potential failure mode. The paper's 14 findings should therefore be interpreted as existence proofs of failure modes rather than reliable estimates of failure rates. The paper does not claim otherwise (it emphasizes the "qualitative" nature of the study), but readers should understand this limitation when interpreting the findings.
A third weakness is the lack of blinding in human evaluation. The paper does not state whether judges were blinded to model identity when ranking responses. GPT-4 and Gemini Pro responses may have distinctive stylistic signatures (e.g., GPT-4's tendency toward thorough, structured responses; Gemini's tendency toward conciseness per Finding 6), and judges familiar with these models might unconsciously rank them higher or lower based on model reputation rather than response quality. This is a well-known bias in human evaluation of LLM outputs, and the paper's failure to address it (either through blinding or through acknowledgment of the limitation) is a methodological gap.
A fourth weakness is the confound between capability and safety refusal behavior. When GPT-4 refuses to answer a medical image question (Finding 4) or a video query (Finding 12), the ranking system treats this as a low-quality response. But refusal can be the correct behavior if the model cannot answer safely or accurately. The paper acknowledges this dynamic qualitatively but does not separate "refusal" from "incorrect answer" in the ranking criteria. This means models with more conservative safety policies may be systematically penalized relative to models that answer confidently but unreliably — a bias that could affect several of the 14 findings.
A fifth weakness is single-configuration evaluation. Proprietary models are evaluated only through web demos with default settings; open-source models are evaluated only with greedy decoding. Model performance on many of these tasks (particularly creative writing, role-playing, and explanation generation) is likely sensitive to decoding parameters (temperature, top-p, repetition penalty). By not exploring alternative configurations, the paper may be understating the capability of models that perform better with non-greedy decoding, and overstating the robustness of findings that depend on specific decoding choices.
A sixth weakness is the absence of temporal controls. The paper does not report when evaluations were conducted. GPT-4 and Gemini Pro are continuously updated (model versions change, safety policies evolve), so the findings represent a snapshot of model behavior at an unspecified time. A reader attempting to replicate the findings months later may encounter different model behavior — particularly for trustworthiness cases, where safety policies are frequently updated.
Experiments that would have strengthened the paper.
-
Inter-judge agreement analysis. Reporting Krippendorff's alpha or Fleiss' kappa for each modality-property combination would allow readers to assess whether the human rankings are reliable enough to support the 12 scores and 14 findings. This is the single most important missing analysis.
-
Blinded evaluation. Having judges evaluate responses without knowing which model produced them would eliminate reputation bias. Even a partial blinding (e.g., having one of the three judges blinded) would strengthen credibility.
-
Per-dimension aggregate scores with case counts. Tables analogous to Table 1 for each of the 12 modality-property combinations, reporting how many cases were evaluated and the aggregate score per model, would provide quantitative grounding for the qualitative findings. Currently, only text generalizability (Table 1) has such a table.
-
Decoding parameter sensitivity analysis. Testing open-source models with multiple decoding strategies (greedy, temperature=0.3, temperature=0.7, top-p=0.9) on a subset of cases would indicate whether the greedy-only protocol systematically disadvantages certain models.
-
Refusal-aware ranking criteria. Explicitly separating "refusal to answer" from "incorrect answer" in the ranking schema, and reporting refusal rates per model, would disentangle safety behavior from capability.
-
Difficulty-calibrated case design. Organizing cases within each sub-dimension by expected difficulty (e.g., simple vs. complex causal sequences for video causality) would reveal whether models fail only on the hardest instances or across the difficulty spectrum. This would strengthen claims about systematic capability gaps.
-
Multiple evaluation rounds. Repeating the evaluation with a time gap would reveal whether findings are stable or whether model updates (particularly for proprietary models) change the performance landscape. This is particularly important for trustworthiness findings, which are sensitive to safety policy changes.
Where the claims hold and where they are conditional.
-
"No single model dominates" holds strongly for the specific models and configurations tested. It is not conditional on specific cases — the pattern of trade-offs appears across modalities and properties. However, it is conditional on the evaluation being limited to default model configurations and a specific snapshot in time.
-
"Gemini Pro lacks trustworthiness vs. GPT-4 and Llama-2" holds for the specific adversarial prompt types tested in Figures 45–50 and 94–105. The claim's generalizability to other adversarial prompt types, languages, or harm categories is not established. The finding may also be time-sensitive if Gemini Pro's safety policies are updated.
-
"Open-source video-tuned models outperform proprietary on video generalization" holds under the video input format and evaluation conditions used. It is conditional on open-source models having received video-specific fine-tuning (the paper explicitly distinguishes these from models tuned only on images). It may also be conditional on GPT-4's high refusal rate on video queries — if refusal were treated as a separate category rather than penalized, the ranking might shift.
-
"All models fail on video causality" holds for the specific multi-step causal sequences tested. The claim is not conditional on model or configuration — the finding is consistent across all tested systems — but it is conditional on the complexity of the causal sequences used. Simpler causal sequences (not tested) might yield different results.
-
"GPT-4 excels at code feasibility assessment" holds for the cases in Figures 106–109 but is based on very few cases. The claim's generalizability to other types of feasibility assessment (different programming languages, different problem domains) is untested.
-
"Gemini Pro outperforms on multilingual translation" holds for English-Chinese and Chinese-English translation of idiomatic and complex expressions. It is not established for other language pairs, and the finding is specifically about handling of non-literal language and syntactic complexity, not general translation quality across all text types.
6. Limitations and Trade-offs
6.1 No Quantification of Human Evaluation Reliability
The assumption or constraint. The paper's entire quantitative framework — the 12 scores and the rankings underlying the 14 empirical findings — rests on human judgments produced by three judges per case. However, the paper does not report any measure of inter-judge agreement. Section 2 states that "each case is evaluated by three independent judges" who rank responses based on "the correctness of the answer, the detail level of the response, the diversity of perspectives, and the completeness and reasonableness of the response, among others," but never reports whether these three judges agreed on their rankings. No Krippendorff's alpha, Fleiss' kappa, intraclass correlation, or even raw agreement percentage appears anywhere in the paper.
The consequence. Without inter-judge agreement metrics, the reader cannot assess whether the 12 scores and 14 findings reflect genuine model differences or noisy averages of inconsistent human judgments. If judges frequently disagree — which is plausible given the multi-dimensional, partially subjective ranking criteria (how does one weigh "detail level" against "correctness" when they conflict?) — then the aggregate scores are averages over high-variance estimates, and the reliability of the findings is unknown. This is particularly concerning for findings that report small or nuanced differences (e.g., Gemini Pro being "comparable to other open-source models such as LLaVA" on image causality per Finding 11). If inter-judge disagreement is on the order of the inter-model differences being reported, the rankings are statistically indistinguishable from random.
What evidence exists in the paper. None. The paper provides no analysis of judge agreement, no discussion of how disagreements were resolved, and no sensitivity analysis showing whether findings are robust to removing individual judges. The paper does not even state whether judges were consistent with themselves (intra-rater reliability). This is the single most consequential methodological gap in the paper because it undermines the trustworthiness of the evaluation framework itself — the very thing the paper is trying to assess in MLLMs.
Mitigation status. Not addressed. The paper does not acknowledge this as a limitation, does not report agreement metrics, and does not suggest future work to validate the human evaluation protocol. The use of three judges and averaging is implicitly presented as sufficient, but without agreement statistics, averaging over inconsistent judgments can produce a misleadingly precise-looking number that obscures underlying noise.
6.2 Difficulty Estimation Cost Is Unaccounted For, Rendering Deployment in the Proposed Framework Impractical
The assumption or constraint. The paper's entire evaluation framework — the 232 manually designed cases across four modalities — was constructed by a large team of domain experts listed in the author contributions (Section 7). Each case was designed to probe a specific hypothesized weakness; each case was then evaluated by three independent judges who ranked model responses. This process is extraordinarily labor-intensive. The paper does not discuss the cost (in expert hours) of constructing these cases, nor does it provide any guidance on how practitioners with smaller teams could replicate or extend the methodology.
The consequence. The evaluation framework is a descriptive diagnostic tool for a well-resourced research lab, not a deployable methodology for practitioners. A startup or product team wanting to assess their MLLM's reliability across modalities would need to: (1) recruit domain experts across text, code, image, and video; (2) have those experts manually design cases targeting specific failure modes; (3) run all models on all cases; (4) have three judges per case rank responses; (5) compute aggregate scores. This is infeasible for most organizations. The paper provides no guidance on how to reduce this cost — no automated proxies for judge rankings, no heuristics for case design, no sampling strategies for selecting a minimal set of diagnostic cases. The 232-case, 3-judge-per-case protocol is presented as the evaluation methodology, but it is not one that most potential users can adopt.
What evidence exists in the paper. The author list (30+ contributors) and the author contributions section (Section 7) implicitly document the scale of effort required. The paper acknowledges that existing benchmarks are insufficient (Section 2.1: "existing test datasets are likely to be included in the model's training corpus"), motivating the manual case construction approach, but does not discuss the cost trade-off relative to automated benchmarks. The paper provides no analysis of how many cases or judges would be sufficient for reliable evaluation, whether a subset of cases can serve as a screening tool, or whether judge rankings correlate with any automated metrics that could serve as cheaper proxies.
Mitigation status. Not addressed. The paper does not acknowledge expert cost as a limitation, does not propose cost-reduction strategies, and does not suggest future work on automated or semi-automated versions of the evaluation protocol. The methodology is presented as-is, with the implicit assumption that the reader has access to a comparably large team of domain experts.
6.3 Single-Configuration, Single-Snapshot Evaluation Cannot Support Claims About Model Identity
The assumption or constraint. All models are evaluated in exactly one configuration: proprietary models through web demos with official default settings (undisclosed temperature, top-p, system prompt); open-source models with greedy decoding (do_sample=False). The paper does not test alternative decoding strategies, system prompts, or model versions. Section 2 explicitly states that greedy decoding was used "to reduce randomness and instability," which makes the evaluation reproducible but also means the open-source models are evaluated only in their mode-seeking (lowest-diversity) regime.
The consequence. The paper's 14 findings attribute performance characteristics to models ("Gemini Pro lacks text trustworthiness," "GPT-4 excels at code feasibility assessment"), but these attributions are confounded with the specific configuration under which each model was evaluated. A finding that "Gemini Pro lacks text trustworthiness" might not hold if Gemini Pro were evaluated with a different system prompt that emphasizes safety; a finding that open-source models underperform on reasoning might not hold with higher-temperature sampling that enables more creative problem-solving. The paper's claims are therefore about these models as accessed through these specific interfaces at this specific time, not about the models' inherent capabilities — but the findings are phrased as statements about model identity.
This is particularly acute for proprietary models, which are continuously updated. GPT-4 and Gemini Pro receive model updates and safety policy changes that can alter behavior on the very trustworthiness and safety cases the paper evaluates. A reader attempting to replicate the findings months after the paper's evaluation window may encounter different model behavior, and the paper provides no mechanism for assessing whether findings are stable over time.
What evidence exists in the paper. The paper does not report evaluation dates or model version identifiers for the proprietary models. Section 1.2 states only that the evaluation uses "the models available on the web-based demo, using the official default settings" without specifying which demo version or time period. There is no sensitivity analysis showing whether findings are robust to decoding strategy (e.g., comparing greedy vs. temperature=0.7 on a subset of open-source model cases). There is no discussion of whether findings might change with model updates.
Mitigation status. Not addressed. The paper does not acknowledge temporal sensitivity or configuration sensitivity as limitations, does not report version information or evaluation dates, and does not suggest periodic re-evaluation as a mitigation strategy. The findings are presented as stable characterizations of model capabilities rather than snapshots of model behavior under specific access conditions.
6.4 Video Causality and Hardest Reasoning Problems Are Essentially Unsolved — With No Path Forward Offered
The assumption or constraint. The paper's most pessimistic finding (Finding 14) states that "All the models exhibit subpar performance, consistently falling short in generating valid responses that aptly capture the interconnected sequence of events" on video causality tasks. Similarly, on text logical fallacy detection (Figures 15–17), "none of the models, including Gemini and GPT-4, identify any hidden logical fallacies" in certain cases. The paper documents these failures but provides no analysis of why they occur — no investigation into whether the failures stem from architecture limitations, training data deficiencies, fundamental causal reasoning requirements, or something else. The paper also provides no guidance on how to improve performance on these dimensions.
The consequence. For a practitioner deciding whether to deploy MLLMs in applications requiring causal video understanding or complex logical reasoning, the paper's message is "these capabilities are not ready" — but it provides no information about how far from ready they are, whether they can be improved through different training approaches, or what the bottleneck is (data, architecture, training objective, scale). Finding 14 is a clear statement of a capability boundary, but it is a boundary that is characterized only by its existence, not by its nature. Is video causal reasoning a problem that needs 10× more training data? A different architecture? Explicit causal modeling? The paper provides no evidence to distinguish these possibilities.
More broadly, the paper identifies several dimensions where all tested models perform poorly (video causality, logical fallacy detection, certain multi-image reasoning tasks per Finding 9), but does not analyze whether these are correlated failures (suggesting a common underlying deficit) or independent failures (suggesting different deficits in different models). This limits the diagnostic value of the findings — the paper tells practitioners that models fail on these dimensions, but not why or what to do about it.
What evidence exists in the paper. Finding 14 and the associated video causality cases (Figures 227–232) document consistent failure. Finding 9 documents challenges with multi-image reasoning (Figures 142, 154–156). The text reasoning section documents logical fallacy detection failures (Figures 15–17). However, there is no cross-model analysis of error patterns, no categorization of failure types, and no ablation or analysis that isolates potential causes. The paper's methodology — ranking responses by quality — tells us which model performs relatively better on each dimension, but when all models perform poorly, the rankings provide limited diagnostic value.
Mitigation status. Not addressed. The paper does not analyze the causes of uniform failure patterns, does not propose hypotheses about bottlenecks, and does not suggest research directions for improving performance on these dimensions. The conclusion (Section 6) is a brief summary rather than a forward-looking research agenda. Finding 14 is essentially a "here be dragons" marker on the capability map — informative for deployment decisions (don't deploy MLLMs for video causal reasoning) but not actionable for capability improvement.
6.5 Refusal Behavior Is Penalized, Conflating Safety with Incapability
The assumption or constraint. The ranking criteria used by human judges include "the correctness of the answer, the detail level of the response, the diversity of perspectives, and the completeness and reasonableness of the response" (Section 2). When a model refuses to answer — for instance, GPT-4 abstaining from medical image questions (Finding 4) or declining to respond to video queries due to safety protocols (Finding 12) — this refusal is implicitly treated as a low-quality response: it lacks detail, provides no answer, and fails to address the prompt. The ranking system has no separate category for "appropriate refusal" vs. "incorrect answer."
The consequence. Models with more conservative safety policies are systematically penalized relative to models that answer confidently but potentially unreliably. This creates a perverse incentive in the evaluation: a model that correctly recognizes an unsafe or uncertain situation and refuses to engage is ranked below a model that wades in with an incorrect or unsafe answer. This dynamic affects multiple findings:
- Finding 4 notes that "GPT-4 avoids answering" medical image questions while "Gemini Pro demonstrates good capabilities" — but if GPT-4's refusal is the correct behavior for a model that cannot reliably diagnose from images, the ranking unfairly penalizes GPT-4.
- Finding 12 notes that GPT-4 "frequently abstains from offering responses" to video queries due to safety protocols, while open-source video-tuned models perform better. If those open-source models are producing answers but with lower reliability, the ranking may be rewarding unsafe behavior.
- The trustworthiness evaluation (Section 2.2) implicitly penalizes models that refuse to engage with adversarial prompts, even though refusal is precisely the desired trustworthiness behavior.
The paper acknowledges this dynamic qualitatively in several findings (notably Finding 12, which separates GPT-4's refusal behavior from its comprehension quality when it does respond), but the quantitative ranking system does not disentangle these factors. The 12 aggregate scores therefore reflect an unknown mixture of capability and safety-conservatism, making it impossible to determine whether a low score indicates poor capability or appropriately cautious behavior.
What evidence exists in the paper. Finding 4 explicitly notes GPT-4's refusal on medical images. Finding 12 explicitly notes GPT-4's high refusal rate on video queries. Finding 13 notes GPT-4's "unwavering ethical stance" in video safety evaluation. These qualitative observations acknowledge the refusal behavior but the paper does not separate refusal from incorrectness in the scoring.
Mitigation status. Partially addressed through qualitative acknowledgment but not through methodological design. The paper notes the refusal pattern in several findings, which alerts readers to the confound. However, the paper does not modify the ranking criteria to handle refusals separately, does not report refusal rates per model per dimension, and does not provide refusal-adjusted scores alongside the original scores. A practitioner reading the paper must mentally adjust for this confound when interpreting findings, but the paper provides no systematic framework for doing so.
6.6 Single-Domain Focus (English-Chinese, MATH-Style Reasoning) Limits Cross-Linguistic and Cross-Cultural Generalization Claims
The assumption or constraint. The paper's evaluation is conducted predominantly in English and Chinese, with multilingual evaluation focused specifically on English-Chinese and Chinese-English translation (Section 2.1.2). The text reasoning cases (mathematics, logic, commonsense) are drawn from problem types common in English-language benchmarks and Chinese educational contexts. The image and video cases, while visually diverse, are accompanied by prompts and evaluated by judges operating in these two linguistic frameworks. The paper makes claims about model capabilities — e.g., "Gemini outperforms GPT-4 and the best open-source models" on multilingual capability (Finding 2) — that implicitly generalize beyond the tested language pair.
The consequence. Findings about multilingual capability, commonsense reasoning, and cultural knowledge may not generalize to languages and cultural contexts outside the English-Chinese pair. A model that excels at translating English idioms into Chinese may not excel at translating Arabic idioms into Swahili; a model that correctly applies commonsense reasoning about Western and Chinese cultural scenarios may fail on scenarios from cultures underrepresented in its training data. The paper's claim that "Gemini can correctly understand the nuances of idioms and the complex structures of English sentences" (Finding 2) is based entirely on English-Chinese translation cases — there is no evidence that this capability extends to other language pairs.
More subtly, the human judges evaluating responses are presumably fluent in English and/or Chinese (given the author affiliations), which means the evaluation framework itself is linguistically and culturally bounded. A response that seems "complete and reasonable" to an English-Chinese bilingual judge may not seem so to a speaker of a language with different discourse norms, politeness conventions, or reasoning styles. The paper's ranking criteria — correctness, detail, diversity, completeness, reasonableness — are culturally embedded judgments, not universal metrics.
What evidence exists in the paper. The multilingual evaluation (Figures 6–8) tests only English ↔ Chinese translation. The text cases are drawn from domains (mathematics, logic, commonsense) presented in English. The paper acknowledges no limitation regarding language coverage or cultural specificity.
Mitigation status. Not addressed. The paper does not discuss the English-Chinese limitation, does not suggest extending the methodology to other language families, and does not qualify the multilingual capability findings as potentially language-pair-specific. A practitioner deploying MLLMs in a non-English, non-Chinese context cannot determine from this paper whether the capability rankings observed in the English-Chinese evaluation will hold for their target languages.
7. Implications and Future Directions
How This Work Changes the Landscape
This paper does not propose a new model, training method, or benchmark dataset. Its contribution is methodological and diagnostic: it provides the first systematic, multi-model, multi-modality comparison of MLLM reliability across three orthogonal dimensions — generalizability, trustworthiness, and causality — using an expert-designed, human-evaluated case study framework. The paper's impact on the field is therefore not a paradigm shift in how models are built, but rather a reframing of how models should be evaluated before deployment.
From capability-centric to reliability-centric evaluation. Prior to this work, the dominant evaluation paradigm treated MLLM quality as approximately one-dimensional: score models on standardized benchmarks (VQA, MATH, HumanEval, MMLU), report aggregate accuracy, and rank accordingly. This paper demonstrates that such aggregation is dangerously misleading. A model that leads on text generalization (GPT-4 at 83.33 in Table 1 vs. Gemini Pro at 59.09) can simultaneously lag on text trustworthiness (Finding 5: Gemini Pro "lacks this capability compared to GPT-4 and even the open-source model Llama-2"). A model that excels at code generation can be the worst at code safety (Finding 5: Gemini Pro "has powerful code generation capabilities, but it is difficult for it to identify safety risks"). The paper's 12-score structure (4 modalities × 3 properties) makes these asymmetries visible and quantifiable for the first time at this scope.
The shift this demands in the field is practical and immediate: evaluation reports for MLLMs should disaggregate performance by reliability dimension and by modality, not report a single leaderboard rank. A model card that reports only average benchmark accuracy is, by the standards this paper establishes, incomplete. Developers and deployers need to know not just whether a model can do tasks, but whether it reliably does them across the trustworthiness and causality dimensions relevant to their use case. The paper provides the intellectual justification and the methodological template for such multi-dimensional reporting.
Reconciling conflicting prior findings about model capabilities. The paper's multi-dimensional structure also explains why prior evaluations of MLLM capabilities often reached contradictory conclusions. One research group might report that "Gemini is competitive with GPT-4" based on multilingual translation benchmarks, while another reports that "Gemini significantly underperforms GPT-4" based on reasoning tasks. Both findings can be simultaneously true — and the paper demonstrates exactly this pattern (Finding 2: Gemini leads on multilingual; Finding 3: Gemini "often performs poorly" on mathematical reasoning). The paper provides a framework for understanding such apparent contradictions: they are not methodological artifacts but genuine reflections of multi-dimensional capability profiles where different models have different strengths. This reframing should reduce unproductive "which model is better?" debates in favor of more nuanced "which model is better for which dimension under which conditions?" analyses.
Redirecting research attention toward underexplored failure modes. By making specific reliability failures visible and named, the paper redirects attention to problems that the field has largely neglected:
-
Modality-asymmetric safety (Findings 5, 10, 13). The finding that a model can be reasonably safe in text but dangerously compliant in code or when prompted with images is not obvious from text-only safety benchmarks. This directs the safety research community to evaluate and improve safety alignment per modality rather than assuming text-based alignment transfers.
-
Video causal reasoning as a near-universal failure mode (Finding 14). The finding that "all the models exhibit subpar performance" on video causality — future event prediction, explanation generation, counterfactual reasoning from video sequences — identifies a genuine capability frontier. This redirects attention from incremental benchmark improvements toward addressing a fundamental limitation: current MLLMs cannot reason causally about multi-step temporal sequences, and scale alone (given that both the largest proprietary and the best open-source models fail) does not appear to solve this.
-
Hallucination under uncertainty as a trustworthiness failure distinguishing GPT-4 from competitors (Finding 10: blank image test). The observation that Gemini Pro, LLaVA, and LAMM "exhibited a tendency to fabricate responses or assert unwarranted certainty" when shown blank images — while GPT-4 acknowledged the absence of content — isolates a specific, testable trustworthiness behavior. This suggests that "refusal to answer when uncertain" should be an explicit evaluation criterion, and that models should be trained or prompted to recognize non-informative inputs across modalities.
Making certain research directions less attractive. The paper's findings also suggest that some popular research directions may have limited returns:
-
Generic "bigger is better" scaling as a solution to trustworthiness. The finding that Gemini Pro — a large, state-of-the-art proprietary model — underperforms the open-source Llama-2-70B-Chat on text trustworthiness (Finding 5) suggests that scale alone does not guarantee safety. Safety alignment techniques (RLHF, constitutional AI, red-teaming) appear to matter more than raw parameter count for trustworthiness outcomes. Research programs focused purely on scaling model size without commensurate investment in safety are unlikely to close the trustworthiness gap this paper documents.
-
Sophisticated search or decoding as a fix for causal reasoning. The finding that all models fail on video causality (Finding 14) — including those with access to advanced decoding (GPT-4, Gemini Pro) — suggests that better decoding or inference-time strategies will not solve the causal reasoning deficit. The limitation is likely architectural or training-data-driven (current models learn correlations, not causal mechanisms), and research should focus on training objectives or data that explicitly encode causal structure rather than on inference-time workarounds.
Establishing a new evaluation methodology that others can adopt. Beyond its specific findings, the paper provides a replicable template for diagnostic reliability evaluation: (1) define the reliability dimensions relevant to your deployment context, (2) recruit domain experts to manually construct cases targeting hypothesized failure modes in each dimension, (3) apply uniform prompts across all models to ensure comparability, (4) use multiple human judges with explicit multi-dimensional ranking criteria, (5) synthesize cross-case patterns into actionable findings. This methodology is expensive (232 cases × 3 judges × 8 models = thousands of human judgments) but produces insights — such as modality-asymmetric safety and uniform video causality failure — that automated benchmarks would miss. Organizations deploying MLLMs in high-stakes contexts (medical, legal, autonomous systems) now have a template for conducting their own reliability audits beyond what public benchmarks provide.
A caveat on the magnitude of the shift. The paper's influence will depend on whether the field adopts its multi-dimensional evaluation framework or continues to prioritize aggregate benchmark leaderboards. The paper does not provide an automated, scalable alternative to benchmarks — its methodology requires expert labor that most research groups cannot afford. Unless the community develops automated proxies for the reliability dimensions the paper identifies (e.g., automated safety probes, causal reasoning test suites), the practical impact of this reframing may be limited to well-resourced industry labs. The paper's contribution is a proof of concept for multi-dimensional reliability evaluation, not a drop-in replacement for existing evaluation infrastructure.
Follow-Up Research This Work Enables
Automated proxies for multi-dimensional reliability evaluation. The paper's manual case construction and human evaluation protocol is too expensive for most research groups to replicate directly. A critical next step is developing automated or semi-automated methods that approximate the reliability diagnoses this paper provides. Concretely: can we build a benchmark suite — call it "ReliabilityBench" — that operationalizes the paper's 4-modality × 3-property structure with automatically evaluable metrics? For trustworthiness, this might extend existing jailbreak datasets (e.g., AdvBench, HarmBench) to multi-modal inputs (image-based jailbreaks, code-based harm prompts) and use classifier-based evaluation of model refusals. For video causality, this might adapt existing video reasoning datasets (e.g., CLEVRER, CATER, Something-Something) to test counterfactual and causal explanation generation with automated metrics grounded in scene graphs or simulation states. For hallucination under uncertainty, this might create modality-specific "null input" probes (blank images, silent videos, empty code stubs) and automatically score whether the model acknowledges the absence of information. A strong follow-up would demonstrate that automated metrics correlate with the paper's human judgments at r > 0.8 on a held-out subset of the paper's 232 cases, then scale evaluation to thousands of cases across dozens of models, producing reliability profiles at a fraction of the human evaluation cost.
Causal fine-tuning for video reasoning. Finding 14 documents a near-universal failure mode — all tested MLLMs cannot reliably perform causal reasoning on video sequences. This suggests that standard training objectives (next-token prediction, instruction tuning on static vision-language data) are insufficient for acquiring causal understanding of temporal dynamics. A direct follow-up would test whether fine-tuning on explicitly causal video data improves performance on the paper's video causality cases (Figures 227–232). Specifically: curate a dataset of video sequences paired with structured causal annotations — event A caused event B; if event A had not occurred, event B would not have occurred — drawn from simulation environments (CLEVRER, PHYRE, CausalWorld) where ground-truth causal structure is known. Fine-tune a video-capable MLLM (e.g., Video-LLaVA, LLaMA-VID) on this data with a training objective that explicitly requires generating causal explanations and counterfactual predictions. Evaluate the fine-tuned model on the paper's video causality cases plus held-out causal reasoning benchmarks. The key question is whether explicit causal supervision transfers to the naturalistic, real-world causal scenarios the paper tests, or whether the causal reasoning deficit is too fundamental to be addressed by fine-tuning alone. A negative result — no improvement despite causal fine-tuning — would strengthen the paper's implicit claim that current architectures have a structural limitation for causal reasoning.
Safety alignment evaluation per modality, with refusal-aware metrics. Findings 5, 10, and 13 document that safety alignment is modality-asymmetric — a model can be safe in text but unsafe in code or when prompted with images. This finding is currently qualitative; a follow-up study would quantify the asymmetry. Design a controlled experiment: take N harmful requests (covering violence, illegal activity, hate speech, dangerous code generation, privacy violations, fraud), render each request in K modalities (text-only, text + image, text + code, text + video), and evaluate M MLLMs on whether they refuse, comply, or produce ambiguous responses. Crucially, use refusal-aware metrics that separate "appropriate refusal" from "incorrect answer" — the paper's current ranking system penalizes refusal, creating a confound (see Section 6.5). Report per-modality safety scores (fraction of harmful requests appropriately refused) alongside per-modality capability scores, producing a safety-capability trade-off curve for each model. The finding that Gemini Pro's safety compliance varies dramatically across modalities (strong code generation capability but poor code safety awareness) would be quantified: what fraction of dangerous code requests does Gemini Pro fulfill vs. refuse, compared to GPT-4 and Llama-2? This study would directly inform deployment decisions — a model with 90% text safety but 50% image safety should not be deployed in image-facing applications without additional safeguards.
Difficulty-calibrated case design for video causal reasoning. Finding 14 states that "all the models exhibit subpar performance" on video causality, but the paper tests only a small number of cases (approximately 6 figures for this sub-dimension) without systematic difficulty variation. It is possible that all models fail on complex, multi-step causal sequences but some models succeed on simpler causal relationships. A follow-up would systematically vary video causal reasoning difficulty along known axes: (1) temporal distance between cause and effect (immediate vs. delayed by 5+ seconds), (2) number of interacting objects (2 vs. 5+), (3) presence/absence of occlusions, (4) whether the causal mechanism is physical (collision, support), psychological (goal-directed action), or social (multi-agent interaction). Construct a difficulty-graded benchmark of 100–200 video clips with causal reasoning questions (future prediction, explanation, counterfactual) at each difficulty level. Evaluate current MLLMs and determine the difficulty threshold at which performance degrades from above-chance to near-zero. This would refine Finding 14 from "all models fail" to "all models fail when the causal chain involves more than K interacting objects or a temporal delay greater than T seconds," providing a more precise characterization of the capability boundary and enabling targeted research investment — if models succeed on simple physical causality but fail on psychological causality, the bottleneck might be theory-of-mind reasoning rather than temporal processing.
Cross-linguistic and cross-cultural extension of the multi-dimensional framework. The paper's evaluation is conducted in English and Chinese, with multilingual evaluation focused on English ↔ Chinese translation (Finding 2). All 14 findings are conditional on this linguistic scope. A follow-up study would extend the paper's 4-modality × 3-property framework to additional language families (e.g., Arabic, Hindi, Swahili, Japanese) and cultural contexts. This is not merely a translation exercise — trustworthiness failures may be culturally specific (what counts as hate speech or illegal content varies by jurisdiction), causal reasoning may depend on culturally variable explanatory frameworks, and generalization may fail for languages with different syntactic structures or discourse conventions. Concretely: recruit native-speaker domain experts for each target language/culture, adapt the paper's case design methodology to construct culturally appropriate probes for each sub-dimension, evaluate the same set of MLLMs (GPT-4, Gemini Pro, and open-source models with multilingual support), and determine which of the paper's 14 findings replicate across languages and which are English-Chinese-specific. The paper's Finding 2 (Gemini leads on multilingual) is the most obviously language-pair-dependent — a finding that Gemini leads on Japanese ↔ English translation but not on Arabic ↔ English would refine the claim considerably.
Longitudinal reliability monitoring of proprietary models. Several findings — particularly trustworthiness findings (Findings 5, 10, 13) — are sensitive to safety policy updates in proprietary models. GPT-4 and Gemini Pro are continuously updated, and behavior on adversarial prompts, medical image questions, and video safety scenarios may change month to month. A follow-up would establish a longitudinal evaluation protocol: select a representative subset of the paper's 232 cases (e.g., the 50 most diagnostic cases based on inter-model discrimination from the original evaluation), re-evaluate GPT-4, Gemini Pro, and a stable open-source baseline (e.g., Llama-2-70B-Chat) on this subset at monthly intervals for 12 months, and track changes in dimension-level scores. This would answer: (1) Are trustworthiness improvements monotonic, or do safety interventions sometimes reduce capability? (2) Do capability improvements (e.g., better video understanding) correlate with trustworthiness regressions? (3) How stable are the relative rankings established in this paper? A finding that Gemini Pro's trustworthiness score improves from its current low baseline to parity with GPT-4 within 6 months would suggest that the paper's findings are useful as a point-in-time diagnostic but have a limited shelf-life; a finding that the ranking is stable over 12 months would suggest that the reliability profiles reflect fundamental architectural or training-data differences rather than easily patched safety policies. This study would also establish whether the paper's methodology is suitable for ongoing monitoring or is primarily useful as a one-time audit.
Practical Applications and Downstream Use Cases
Pre-deployment reliability auditing for high-stakes MLLM applications. Organizations deploying MLLMs in contexts where errors cause material harm — medical diagnosis support, autonomous vehicle perception, legal document analysis, financial fraud detection — currently rely on aggregate benchmark scores to select models. This paper provides a template for a more rigorous pre-deployment audit: evaluate candidate models on the paper's three reliability dimensions (generalizability, trustworthiness, causality) across the modalities relevant to the deployment context, using domain-expert-constructed cases that reflect the specific failure modes of concern. For a medical imaging application, for instance, the audit would include: (a) generalizability cases testing recognition of rare pathologies not in standard training distributions (analogous to the paper's expert knowledge cases in Section 4.1.4); (b) trustworthiness cases testing whether the model fabricates diagnoses when shown ambiguous or corrupted images (analogous to the blank image hallucination test in Finding 10); (c) causality cases testing whether the model understands causal relationships between symptoms, diseases, and treatments rather than merely correlating image features with diagnostic labels (analogous to the image causality cases in Section 4.3). The paper's finding that even GPT-4 and Gemini Pro exhibit significant trustworthiness and causality failures — and that failures are modality-asymmetric — means that auditing must be per-modality and multi-dimensional rather than relying on a single aggregate score. The concrete benefit: catching failures before deployment rather than after, when the cost of errors is measured in patient outcomes, legal liability, or safety incidents.
Modality-specific safety filtering for multi-modal API products. Companies offering MLLM APIs (OpenAI, Google, Anthropic, and open-source API providers) currently apply safety filters primarily at the text level — input and output classifiers that detect harmful content in text prompts and completions. The paper's findings that safety alignment is modality-asymmetric (Finding 5: Gemini Pro safe in text but unsafe in code and images; Finding 10: Gemini Pro "relatively easily manipulated to generate dangerous responses to images"; Finding 13: GPT-4's video safety stance is "unwavering" while Gemini's "initially raises concerns") imply that text-only safety filtering is insufficient for multi-modal products. A practical application is to deploy modality-specific safety filters that evaluate each input modality independently: an image safety classifier that detects adversarial visual content (disturbing imagery, privacy-violating content, visual cues that could elicit harmful responses), a code safety classifier that detects prompts requesting dangerous functionality (weaponization, surveillance, fraud), and a video safety classifier that evaluates both frame-level content and the action sequence for harmful implications. The paper's trustworthiness cases (Figures 45–50 for text, 94–105 for code, 185–191 for image, 222–225 for video) provide a starting taxonomy of harm categories per modality. The benefit is reducing the attack surface: an adversary who finds that text-based safety filters block a harmful request might succeed by embedding the request in an image or code prompt. Modality-specific filtering closes this vector, directly addressing the vulnerability the paper documents.
Model selection for multi-modal product teams based on deployment profile. The paper's 12-score structure enables product teams to match model selection to their specific reliability requirements rather than defaulting to the highest-scoring model on aggregate benchmarks. Consider three deployment scenarios and the model selection implications based on the paper's findings:
-
A multilingual customer support chatbot (text modality dominant, trustworthiness critical). The paper's Finding 2 (Gemini leads on multilingual translation, including nuanced handling of idioms) and Finding 5 (but Gemini "lacks text trustworthiness") create a trade-off: superior translation capability vs. inferior safety. A product team might select GPT-4 for its stronger trustworthiness profile and accept slightly lower translation quality, or might use Gemini Pro with additional safety filtering layers. The paper makes this trade-off explicit rather than hidden behind an aggregate score that masks the safety deficit.
-
A video content moderation system (video modality, trustworthiness and safety dominant). Finding 12 (open-source video-tuned models outperform proprietary on video generalization) combined with Finding 14 (all models fail on video causality) suggests that for moderation tasks requiring accurate video understanding but not causal reasoning, open-source video-tuned models are the strongest option — and they avoid the proprietary API costs. Finding 13 (GPT-4's "unwavering ethical stance" vs. Gemini's inconsistency on video safety) further suggests that if safety is paramount, GPT-4 may be preferable despite lower video generalization if the open-source models lack robust safety mechanisms.
-
A code generation assistant for developers (code modality, generalizability and safety both important). Finding 5 documents that Gemini Pro "has powerful code generation capabilities, but it is difficult for it to identify safety risks," while "Llama-2 and GPT-4 hold a substantial advantage." Finding 7 documents that GPT-4 "shows an exceptional ability to assess the feasibility of a given problem" before generating code. For a product where users might inadvertently request dangerous code (e.g., scraping personal data, implementing exploits), GPT-4's combination of strong code generation and safety awareness makes it the clear choice; Gemini Pro's superior code generation capability (Finding 1: Gemini "better than open-source models" on overall text and coding) is compromised by its inability to recognize when code it generates is harmful.
In each case, the paper's multi-dimensional findings enable a decision that is informed by the specific reliability profile relevant to the deployment, rather than by a one-dimensional leaderboard. This is the paper's most immediate practical contribution: it provides the diagnostic information product teams need to make responsible model selection decisions.
When to Prefer This Method
The paper does not propose a "method" in the sense of a new model, training algorithm, or inference strategy that a practitioner would choose over named alternatives. It proposes an evaluation methodology — expert-designed, multi-judge, multi-dimensional case study — that competes with other evaluation approaches (standardized benchmarks, automated metrics, crowd-sourced evaluation) for the specific purpose of assessing MLLM reliability. The following decision rules apply when choosing how to evaluate an MLLM's readiness for deployment.
-
Prefer the paper's case-study methodology over standardized benchmarks when: you are evaluating reliability dimensions (trustworthiness, causality, modality-specific failure modes) that benchmarks do not capture; you suspect training data contamination inflates benchmark scores for your target models; you need to understand how models fail, not just how often; you have access to domain experts who can construct diagnostic cases targeting your deployment's specific failure modes; and you can tolerate the high per-case evaluation cost (expert time, multi-judge ranking) in exchange for richer diagnostic insights. The paper's 14 findings — particularly modality-asymmetric safety (Finding 5) and uniform video causality failure (Finding 14) — are the types of insights this methodology uniquely produces.
-
Prefer standardized benchmarks over the paper's case-study methodology when: you need large-scale, statistically powered comparisons across many models; evaluation cost is a primary constraint (benchmarks can be run automatically, the paper's methodology requires expert labor); you need to compare against established baselines with known community scores; you are evaluating capabilities that benchmarks already measure well (e.g., factual knowledge, standard translation quality); or you need reproducible, version-controlled evaluation that does not depend on human judge availability. The paper's findings complement benchmarks — they do not replace them — and for many capability evaluations, benchmarks remain the appropriate tool.
-
Combine both approaches when: you are deploying an MLLM in a safety-critical context and need both broad capability assessment (benchmarks) and targeted reliability probing (case studies). Use benchmarks to establish baseline capability levels and compare against the literature; then use the paper's methodology to probe the specific reliability dimensions (trustworthiness, causality, generalization to novel instances) relevant to your deployment, with cases designed by domain experts familiar with the deployment's failure modes. The paper's structure — 4 modalities × 3 properties — provides an initial framework that can be adapted to domain-specific concerns.