CLJun 11, 2025

ChartReasoner: Code-Driven Modality Bridging for Long-Chain Reasoning in Chart Question Answering

arXiv:2506.10116v110 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of preserving visual details in multimodal reasoning for chart analysis, offering an incremental improvement over existing methods.

The paper tackles the challenge of extending long-chain reasoning to visual tasks like chart question answering by proposing ChartReasoner, a code-driven two-stage framework that converts charts into structured codes and synthesizes reasoning data, achieving performance comparable to state-of-the-art open-source models with fewer parameters and approaching GPT-4o in out-of-domain settings.

Recently, large language models have shown remarkable reasoning capabilities through long-chain reasoning before responding. However, how to extend this capability to visual reasoning tasks remains an open challenge. Existing multimodal reasoning approaches transfer such visual reasoning task into textual reasoning task via several image-to-text conversions, which often lose critical structural and semantic information embedded in visualizations, especially for tasks like chart question answering that require a large amount of visual details. To bridge this gap, we propose ChartReasoner, a code-driven novel two-stage framework designed to enable precise, interpretable reasoning over charts. We first train a high-fidelity model to convert diverse chart images into structured ECharts codes, preserving both layout and data semantics as lossless as possible. Then, we design a general chart reasoning data synthesis pipeline, which leverages this pretrained transport model to automatically and scalably generate chart reasoning trajectories and utilizes a code validator to filter out low-quality samples. Finally, we train the final multimodal model using a combination of supervised fine-tuning and reinforcement learning on our synthesized chart reasoning dataset and experimental results on four public benchmarks clearly demonstrate the effectiveness of our proposed ChartReasoner. It can preserve the original details of the charts as much as possible and perform comparably with state-of-the-art open-source models while using fewer parameters, approaching the performance of proprietary systems like GPT-4o in out-of-domain settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes