ChartDiff: A Large-Scale Benchmark for Comprehending Pairs of Charts
Summary
ChartDiff is introduced as the first large-scale benchmark designed for cross-chart comparative summarization, addressing a critical gap where existing benchmarks primarily focus on single-chart interpretation. Comprising 8,541 chart pairs, ChartDiff encompasses diverse data sources, chart types, and visual styles. Each pair is annotated with LLM-generated and human-verified summaries detailing differences in trends, fluctuations, and anomalies. Evaluations using ChartDiff reveal that frontier general-purpose models achieve the highest GPT-based quality, while specialized and pipeline-based methods yield higher ROUGE scores but lower human-aligned evaluation, indicating a discrepancy between lexical overlap and true summary quality. The benchmark also highlights that multi-series charts pose a significant challenge across all model families, though strong end-to-end models show robustness to varying plotting libraries. These findings underscore that comparative chart reasoning remains a substantial hurdle for current vision-language models.
Key takeaway
For AI Scientists and Machine Learning Engineers developing vision-language models, you should integrate ChartDiff into your evaluation pipelines to rigorously test comparative chart reasoning capabilities. Focus your research on improving model performance specifically for multi-series charts, as these remain a significant challenge. Furthermore, prioritize human-aligned evaluation metrics over traditional lexical overlap scores like ROUGE, which the benchmark shows do not accurately reflect summary quality in this domain.
Key insights
ChartDiff is the first large-scale benchmark for cross-chart comparative summarization, exposing challenges for current vision-language models.
Principles
- Lexical overlap (ROUGE) does not align with human-aligned summary quality for chart comparisons.
- Multi-series charts present a significant challenge for vision-language models.
- End-to-end models can be robust to plotting library variations.
Method
ChartDiff constructs 8,541 chart pairs with LLM-generated, human-verified summaries for comparative trend, fluctuation, and anomaly analysis.
In practice
- Use ChartDiff to evaluate vision-language models on comparative chart reasoning.
- Focus model development on improving multi-series chart comprehension.
- Prioritize human-aligned evaluation metrics over lexical overlap for chart summarization.
Topics
- ChartDiff
- Vision-Language Models
- Comparative Chart Reasoning
- Multi-chart Understanding
- LLM Summarization
- Benchmark Evaluation
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.