paper-with-me

홈 › Papers

ChartArena: Benchmarking Chart Parsing across Languages, Scenarios, and Formats

2026-05-31 · Shangpin Peng, Gengluo Li, Xingyu Wan, Chengquan Zhang, Hao Feng, Binghong Wu, Huawen Shen, Weinong Wang, Ziyi Cai, Zhuotao Tian, Han Hu, Can Ma, Yu Zhou arxiv

Charts are a primary medium for conveying quantitative and relational information, yet systematically evaluating chart parsing models remains difficult. Existing benchmarks focus on narrow chart types and leave diagrammatic structures such as flowcharts and mind maps largely unaddressed, while models produce outputs in incompatible formats, and datasets rarely include the printed or hand-drawn images encountered in practice. To address these issues, we introduce ChartArena, a comprehensive bilingual benchmark covering eight chart families spanning both numeric charts and diagrammatic structures, each evaluated across three visual scenarios: digital renderings, printed photos, and hand-drawn photos. The dataset is built via a human-agent collaborative annotation pipeline with multi-stage human verification to ensure annotation reliability. To enable fair cross-model comparison, we further design a format-agnostic evaluation protocol that maps heterogeneous outputs into two canonical semantic spaces, a normalized triple view and a directed graph view, and scores them with structure-aware metrics. Through extensive evaluation of 26 leading MLLMs, we observe three consistent findings: (i) frontier proprietary models such as Gemini 3.1 Pro lead overall, yet the strongest open-source systems are rapidly closing the gap; (ii) document parsing models handle numeric charts reasonably but fall sharply behind on diagrammatic structures; and (iii) expert chart parsers remain limited to narrow chart families. Across all models, radar charts and hand-drawn scenarios stay especially challenging. These findings show that ChartArena exposes clear capability gaps and provides a unified foundation for future progress. ChartArena is publicly available at https://github.com/pspdada/ChartArena.

📄 PDF Abstract BibTeX arXiv:2606.01348

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

POLYCHARTQA: Benchmarking Large Vision-Language Models with Multilingual Chart Question Answering

2025-07-16 · Yichen Xu, Liangyu Chen, Liang Zhang, Jianzhe Ma 외 arxiv

Charts are a universally adopted medium for data communication, yet existing chart understanding benchmarks are overwhelmingly English-centric, limiting their accessibility and relevance to global audiences. To address t…

Chart Question Answering

CycleChart: A Unified Consistency-Based Learning Framework for Bidirectional Chart Understanding and Generation

2025-12-22 · Dazhen Deng, Sen Yang, Yuchen He, Yuan Tian 외 arxiv

Current chart-related tasks, such as chart generation (NL2Chart), chart schema parsing, chart data parsing, and chart question answering (ChartQA), are typically studied in isolation, preventing models from learning the …

Chart Question Answering

OneChart: Purify the Chart Structural Extraction via One Auxiliary Token

2024-04-15 · Jinyue Chen, Lingyu Kong, Haoran Wei, Chenglong Liu 외

Chart parsing poses a significant challenge due to the diversity of styles, values, texts, and so forth. Even advanced large vision-language models (LVLMs) with billions of parameters struggle to handle such tasks satisf…

Decoder

Charting the European LLM Benchmarking Landscape: A New Taxonomy and a Set of Best Practices

2025-10-28 · Špela Vintar, Taja Kuzman Pungeršek, Mojca Brglez, Nikola Ljubešić arxiv

While new benchmarks for large language models (LLMs) are being developed continuously to catch up with the growing capabilities of new models and AI in general, using and evaluating LLMs in non-English languages remains…

Contextual Distortion Reveals Constituency: Masked Language Models are Implicit Parsers

2023-06-01 · Jiaxi Li, Wei Lu

Recent advancements in pre-trained language models (PLMs) have demonstrated that these models possess some degree of syntactic awareness. To leverage this knowledge, we propose a novel chart-based method for extracting p…