MV-Bench: Benchmarking Multimodal Large Language Models for Coordinated Multi-View Interface Construction

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

MV-Bench is a new benchmark designed to evaluate Multimodal Large Language Models (MLLMs) on coordinated multi-view interface construction, an area underexplored by existing single-chart generation evaluations. This benchmark utilizes Tableau workbook files as ground truth, converting their specifications into executable web interfaces through a multi-stage pipeline. MV-Bench comprises 92 base interfaces and 1,048 verified instances, each including executable code, a rendered interface, a dataset, and interaction annotations. Evaluations of five MLLMs revealed that the strongest model achieved 75.45% accuracy in visual layout reproduction. However, its performance dropped significantly to 21.71% for data binding and 11.68% for interaction completeness, indicating current MLLMs can reproduce visual appearance but struggle with the data semantics and interactive logic essential for complex multi-view interfaces.

Key takeaway

For Machine Learning Engineers developing MLLMs for automated visualization, recognize that current models excel at visual layout but significantly underperform in generating correct data binding and interaction logic for coordinated multi-view interfaces. You should prioritize research and development efforts on improving MLLM capabilities in these specific areas, as iterative refinement alone does not close the performance gap. Focus on robust data semantics and interactive logic generation to advance MLLM utility in complex visualization tasks.

Key insights

MLLMs reproduce multi-view interface visuals well but fail significantly at generating correct data binding and interactive logic.

Principles

Method

MV-Bench converts Tableau workbook files, encoding data bindings and interactions, into executable web interfaces using a multi-stage pipeline and structured intermediate representations.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.