DVBench: Benchmarking MLLMs for Understanding Dynamic Charts and Narratives in Data Videos

Bomiao Wang*, Zekai Shao*, Jiexiang Lan, Xiaoliang Fu, Xingchen Zeng, Siming Chen

1Fudan University  ·  2The Hong Kong University of Science and Technology (Guangzhou)

*Equal contribution   Corresponding author

EMNLP 2026 Findings

Abstract

While MLLMs have made significant strides in chart comprehension and video understanding, current evaluations largely isolate these capabilities, leaving a critical gap in understanding temporally evolving structured visual information. We introduce DVBench, a benchmark for evaluating MLLMs on data videos—a storytelling medium that integrates dynamic charts with structured narratives. DVBench contains 300 real-world data videos and 1,000 human-verified QA pairs curated through a rigorous semi-automated pipeline. Evaluations of nine MLLMs show that Gemini 3.1 Pro achieves the best overall performance, while Kimi K2.5 is the strongest model in the paper's open-source grouping.

The five DVBench evaluation dimensions

Narrative

High-level storytelling logic, topic, intent, and communicative stance.

Animation

Dynamic transitions across visual elements, annotations, camera, and pacing.

Chart Perception

Direct reading of titles, axes, legends, ticks, labels, and values.

Chart Reasoning

Higher-level insights inferred across visual elements and video frames.

Alignment

Reconstruction of masked narration from visual evidence and subtitle context.

Benchmark Construction

DVBench construction pipeline

The benchmark is constructed in three stages: (1) video collection, (2) QA candidate generation, and (3) expert curation. We collect videos from previous research and download the videos and subtitles. Then we utilize MLLM to identify data clips. During QA candidate generation, we employ dimension-specific strategies: Narrative questions are generated via MLLMs and undergo rigorous distractor design and filtering; Chart Perception and Animation questions are manually curated to target fundamental visual elements and dynamic transitions; Chart Reasoning utilizes an automated pipeline to extract, formalize, and cluster data insights for complex cross-frame queries; and Alignment questions are formulated as subtitle cloze tasks. Finally, annotators establish selection criteria and conduct benchmark curation and verification

Dataset Statistics

DVBench dataset statistics

The 1,000 questions span five dimensions, diverse chart types, video lengths from under 30 seconds to about 37 minutes, and ten real-world video topics.

Main Results

Model Closed-ended Dimensions Alignment
Avg.Narr.Anim.Perc.Reas. BL-2METBERT F1EMSEMSrefHuman Eval.
Human91.9387.1490.7495.3194.52
Proprietary Models
Gemini-3.1-Pro77.9176.5769.9286.1677.8726.7738.2083.0226.4954.833.95
Claude-4.6-Sonnet72.5175.4368.4274.8471.5825.8138.2683.2827.1754.553.89
GPT-5.465.3169.1463.9168.5562.5719.8831.6877.6726.5552.933.71
Open-source Models
Kimi-k2.575.8772.5772.1883.6575.4125.7741.2283.0927.4854.893.97
Qwen3.5-27B62.3074.2959.4064.1556.8317.8127.5779.2126.2552.733.48
Qwen3.5-397B-A17B61.8273.1462.4164.7854.9216.9426.1876.7725.8952.523.25
Qwen3.5-122B-A10B59.3070.8658.6562.2652.7312.9621.7477.6125.7851.963.00
Gemma-4-31B-It58.8264.0057.8960.3856.0116.5325.7578.1826.2652.652.95
Qwen3.5-9B52.8255.4354.8961.0147.278.2016.0773.9825.4550.412.73

The four closed-ended dimensions are evaluated by accuracy. Alignment reports BLEU-2, METEOR, BERTScore F1, EMScore, EMScore-ref, and five-point human evaluation. Bold and underlined values denote the best and second-best MLLM results, respectively.

Proprietary models lead overallProprietary models generally perform best, while Kimi K2.5 is a notable exception: it reaches the second-highest average accuracy of 75.87% and surpasses Claude Sonnet 4.6 and GPT-5.4.
Model size does not determine performanceWithin the Qwen3.5 family, the smaller dense 27B model outperforms the larger mixture-of-experts variants in average accuracy and Alignment.
Narrative and visual skills divergeOpen-source models approach proprietary systems in macro-level narrative understanding, yet remain substantially weaker in fine-grained Animation and Chart Reasoning.

Fine-grained Analysis

Animation

Failure to Capture Non-linear Animation Pacing

The Timeline layer is particularly challenging, with nearly all models below 37.50% accuracy. Current MLLMs struggle to perceive how animation pace changes over time, including acceleration and deceleration.

Chart Reasoning

Dynamic Charts Induce Counting Hallucinations

Aggregation is among the hardest reasoning categories. Several open-source models achieve only around 40% accuracy when counting condition-matching elements across dynamic charts and multiple frames.

Alignment

Insight and Context Grounding Diverge

Proprietary models and Kimi K2.5 generally ground Data Insight better than Data Context, while other open-source models drop more sharply on Data Insight. The gap is driven mainly by visual-text grounding errors rather than phrasing differences.

Video Length

Strong Models Remain Robust on Long Videos

Leading proprietary models and Kimi K2.5 remain stable beyond six minutes, whereas weaker models decline almost linearly. Narrative understanding stays comparatively stable, but fine-grained visual tasks often fall below 50%.

Frame Ablation

More Frames Do Not Necessarily Help

Performance does not improve monotonically with denser sampling. Across all tested Qwen3.5 models, 2 fps underperforms 0.5 and 1 fps, showing that additional frames do not necessarily provide more useful evidence.

Subtitle Ablation

Subtitles Primarily Benefit Semantic Understanding

Subtitles improve every model on average, with gains concentrated in Narrative and Chart Reasoning. For Qwen3.5 and Gemma, Chart Reasoning improves by 7.92–11.47 points, while visual-perception gains are smaller and less consistent.

Citation

If you find DVBench useful for your research, please cite our work.

@inproceedings{wang2026dvbench,
  title={DVBench: Benchmarking MLLMs for Understanding Dynamic Charts and Narratives in Data Videos},
  author={Wang, Bomiao and Shao, Zekai and Lan, Jiexiang and Fu, Xiaoliang and Zeng, Xingchen and Chen, Siming},
  booktitle={Findings of the Association for Computational Linguistics: EMNLP 2026},
  year={2026}
}