paper-with-me

Papers

Effective Training Data Synthesis for Improving MLLM Chart Understanding

2025-08-08 · Yuwei Yang, Zeyu Zhang, Yunzhong Hou, Zhuowan Li, Gaowen Liu, Ali Payani, Yuan-Sen Ting, Liang Zheng arxiv

Being able to effectively read scientific plots, or chart understanding, is a central part toward building effective agents for science. However, existing multimodal large language models (MLLMs), especially open-source ones, are still falling behind with a typical success rate of 30%-50% on challenging benchmarks. Previous studies on fine-tuning MLLMs with synthetic charts are often restricted by their inadequate similarity to the real charts, which could compromise model training and performance on complex real-world charts. In this study, we show that modularizing chart generation and diversifying visual details improves chart understanding capabilities. In particular, we design a five-step data synthesis pipeline, where we separate data and function creation for single plot generation, condition the generation of later subplots on earlier ones for multi-subplot figures, visually diversify the generated figures, filter out low quality data, and finally generate the question-answer (QA) pairs with GPT-4o. This approach allows us to streamline the generation of fine-tuning datasets and introduce the effective chart dataset (ECD), which contains 10k+ chart images and 300k+ QA pairs, covering 25 topics and featuring 250+ chart type combinations with high visual complexity. We show that ECD consistently improves the performance of various MLLMs on a range of real-world and synthetic test sets. Code, data and models are available at: https://github.com/yuweiyang-anu/ECD.

📄 PDF Abstract BibTeX arXiv:2508.06492

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EXaMCaP: Subset Selection with Entropy Gain Maximization for Probing Capability Gains of Large Chart Understanding Training Sets

2026-02-04 · Jiapeng Liu, Liang Li, Bing Li, Peng Fu 외 arxiv

Recent works focus on synthesizing Chart Understanding (ChartU) training sets to inject advanced chart knowledge into Multimodal Large Language Models (MLLMs), where the sufficiency of the knowledge is typically verified…

Advancing Multimodal Large Language Models in Chart Question Answering with Visualization-Referenced Instruction Tuning

2024-07-29 · Xingchen Zeng, Haichuan Lin, Yilin Ye, Wei Zeng

Emerging multimodal large language models (MLLMs) exhibit great potential for chart question answering (CQA). Recent efforts primarily focus on scaling up training datasets (i.e., charts, data tables, and question-answer…

Chart Question AnsweringQuestion Answering

Distill Visual Chart Reasoning Ability from LLMs to MLLMs

2024-10-24 · wei he, Zhiheng Xi, Wanxu Zhao, Xiaoran Fan 외

Solving complex chart Q&A tasks requires advanced visual reasoning abilities in multimodal large language models (MLLMs). Recent studies highlight that these abilities consist of two main parts: recognizing key informati…

Multimodal ReasoningVisual Reasoning

Chart-HQA: A Benchmark for Hypothetical Question Answering in Charts

2025-03-06 · Xiangnan Chen, Yuancheng Fang, Qian Xiao, Juncheng Li 외

Multimodal Large Language Models (MLLMs) have garnered significant attention for their strong visual-semantic understanding. Most existing chart benchmarks evaluate MLLMs' ability to parse information from charts to answ…

counterfactualCounterfactual ReasoningQuestion Answering

OpusAnimation: Code-Based Dynamic Chart Generation

2025-10-02 · Bozheng Li, Miao Yang, Zhenhan Chen, Jiawang Cao 외 arxiv

Dynamic Chart Generation (DCG) involves producing code-rendered animated visualizations as charts. While recent advances in multi-modal large language models (MLLMs) have significantly improved their capability on static…