AIAny
Icon for item

CLBench-V: Evaluating Multimodal Context Learning from Grounding to Knowledge Acquisition

Evaluates multimodal context learning across grounding, new information application, and knowledge acquisition using a 3,443-instance benchmark spanning science, finance, long documents, spatial reasoning, and web VQA; finds current multimodal models perform poorly (best score 0.2847) and analyzes failure modes.

Introduction

Multimodal context learning is important because many real tasks require models to learn new, task-specific knowledge from images, tables, or web pages rather than relying solely on pretraining. This paper exposes a large gap: when context itself is multimodal, current models struggle not only to retrieve supporting regions but to apply and internalize new information needed to solve the task.

Key Findings
  • Benchmark scope and construction: CLBench-V aggregates converted public datasets and newly constructed tasks using automated construction and filtering to produce 3,443 instances across domains such as science, finance, long-document understanding, spatial reasoning, and web-based visual QA. This design isolates three failure modes: context grounding, new information application, and new knowledge learning.
  • Empirical outcome: Evaluations on six recent multimodal models yield a best overall score of 0.2847, indicating substantial headroom. InternVL3.5-30B-A3B leads on context grounding and new knowledge acquisition, while Qwen3.5-Plus leads on new information application, highlighting model-specific strengths.
  • Dataset and analysis utility: The benchmark includes 3,443 instances and 31,607 verification rubrics, enabling fine-grained diagnosis (judge reliability, context length, image count) and representative failure-case analysis to guide model improvements.
Who it's for + Tradeoffs

Great fit if you need a diagnostic benchmark to measure and debug how multimodal agents learn from task-specific visual+textual context—especially for research on grounding, RAG-style retrieval with images/tables, and domain adaptation in science or finance. Look elsewhere if you only need pass/fail accuracy on isolated visual QA or short-context retrieval: CLBench-V focuses on tasks where new, out-of-pretraining knowledge must be extracted, applied, and internalized, and its automated construction can introduce dataset noise or domain artifacts that require careful interpretation. The benchmark favors diagnostic depth over turnkey evaluation metrics and is most useful when combined with targeted model probes and localized retrieval strategies.

Information

  • Websitearxiv.org
  • AuthorsLai Wei, Chengqi Li, Jiapeng Li, Ruina Hu, Yue Wang, Weiran Huang
  • Published date2026/07/28

More Items

Evaluates whether vision-language models can make actionable decisions for a physical body by decoupling decision-making from low-level motor execution. Introduces HumanCLAW-Bench with 1,218 long-horizon egocentric episodes across 41 indoor scenes and diagnoses a lack of embodied self-awareness in current VLMs.

Directly maps visual observations and language instructions to continuous robot actions, replacing LLM-centric V→L→A pipelines. Uses separate visual and language encoders with lightweight bidirectional interaction and a compact decoder to cut inference cost and VRAM, achieving ~31 ms latency and <1 GB VRAM on an RTX 4090; suited for real-time robotic manipulation under tight compute budgets.

Hugging Face

Provides 2,000 hours of synchronized, high‑fidelity robot‑free bimanual manipulation demonstrations with multi‑view video, calibrated end‑effector trajectories, gripper states, and language annotations. Curated from a 20,000+ hour corpus; features 6 camera views, ~3 mm pose accuracy, <40 µs cross‑sensor sync, and LeRobot v3‑style Parquet+MP4 export under CC BY 4.0.