Back to Feed
Benchmarks & Evals / Multimodal

Evaluating Cross-Concept Reasoning in Multimodal Models

Original: Can MLLMs Decode the Creative Leap? Introducing C4 for Cross-Concept Understanding

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 2 concepts

Key Takeaways

  • The C4 framework uses a chengyu-oriented cross-concept network to test complex conceptual reasoning across visual clues.
  • The C4-Eval dataset includes 184 synthetic items and 37 web-collected figures, categorized into four difficulty levels (L1 to L4).
  • Top closed-source MLLMs achieved primary accuracy rates of 50.7% and 48.0%, significantly outperforming open-source counterparts.
  • Providing candidate constraints to the models improved their primary accuracy by 17.3 to 56.0 percentage points.

Summary & Methodology Analysis

The researchers addressed the challenge of evaluating cross-concept understanding by constructing a manually annotated, third-party-reviewed network based on chengyu, which are Chinese idioms. This approach operationalizes cross-concept encoding by fixing a target chengyu and using bridge paths to traverse concepts, ultimately rendering these into visual clues. By formalizing these relationships, the authors created C4-Eval, a standardized test suite comprised of 184 synthetic items and 37 web-collected figures. The complexity of these items is segmented into four tiers (L1 through L4) based on the depth and count of the bridge paths required to solve the task. Evaluation involves five distinct settings (T1 to T5) that range from open-ended image recovery to tasks where the model is provided with known answers for explanation.

Ten different MLLMs were evaluated, including GPT-5.5, Kimi-K2.6, Grok-4.3, MIMO-v2.5, Mistral-Large-3, GLM-4.1V-9B-Thinking, InternVL3.5-8B, Gemma3n-E4B-it, Nemotron-Nano-12B-v2-VL, and Qwen3.5-9B. The performance is measured via exact string recovery of the target chengyu. Results show a clear performance gap between closed and open-source models. When the models were given candidate constraints, their accuracy improved between 17.3 and 56.0 percentage points compared to open-ended recovery attempts. These results highlight a significant headroom for improvement in current model architectures when handling non-linear, cross-concept associations.

Despite these findings, the study highlights critical limitations that engineers should consider when using this benchmark. First, the reliance on exact string recovery as the primary success metric may not fully capture the nuance of creative reasoning. Second, the synthetic items are derived from a specific set of annotated paths, which might limit the diversity of the test cases. Furthermore, the paper notes that explanation faithfulness remains a concern. Even when a model recovers the correct answer, it is not guaranteed that the underlying reasoning process actually reconstructed the bridge paths as intended, leaving a potential gap between output accuracy and valid internal logic.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What problem does this paper solve?

It addresses the lack of methods to evaluate the creative capabilities of Multimodal Large Language Models, specifically their ability to handle cross-concept understanding.

Q2. What is C4-Eval?

It is a dataset designed to evaluate MLLMs, consisting of 184 synthetic items and 37 web-collected figures.

Q3. Which models performed the best in this evaluation?

The strongest closed-source MLLMs achieved primary accuracy scores of 50.7% and 48.0%.

Q4. How are the difficulty levels in C4-Eval determined?

Difficulty is categorized from L1 to L4 based on the bridge count and depth of the cross-concept paths.

Q5. What is the impact of candidate constraints on model performance?

Providing candidate constraints improved accuracy for all models by 17.3 to 56.0 percentage points compared to open recovery.

Q6. Does the paper account for all aspects of creativity in its metrics?

No, the authors note that the reliance on exact recovery as a metric may not capture all aspects of creativity.

Q7. How did open-source models compare to closed-source models?

Open-source models performed substantially lower than the strongest closed-source MLLMs.

Q8. What is the main concern regarding model explanations?

Explanation faithfulness is a concern, as recovering the correct answer does not guarantee the model has correctly reconstructed the encoded bridge paths.

Q9. Are there specific hardware requirements provided for running these evaluations?

The paper does not specify hardware requirements.