ChartAgent: A Multimodal Agent for Visually Grounded Reasoning in Complex Chart Question Answering
Rachneet Kaur, Nishan Srishankar, Zhen Zeng, Sumitra Ganesh, Manuela Veloso
TL;DR
ChartAgent introduces a visually grounded, tool-augmented multimodal agent for chart understanding that iteratively decomposes chart questions into visual subtasks and manipulates the chart image via chart-specific tools. The ReAct-like loop, together with a modular tool library and visual self-verification, enables precise grounding beyond OCR and textual shortcuts, yielding state-of-the-art results on ChartBench and ChartX, including strong gains on unannotated and numerically intensive queries. The framework demonstrates plug-and-play compatibility with multiple base LLMs and offers extensive ablations, recovery analyses, and a detailed failure-mode study to guide future improvements. Together, these contributions advance reliable chart reasoning with interpretable, tool-driven visual reasoning and have practical implications for robust chart QA across diverse chart types.
Abstract
Recent multimodal LLMs have shown promise in chart-based visual question answering, but their performance declines sharply on unannotated charts, those requiring precise visual interpretation rather than relying on textual shortcuts. To address this, we introduce ChartAgent, a novel agentic framework that explicitly performs visual reasoning directly within the chart's spatial domain. Unlike textual chain-of-thought reasoning, ChartAgent iteratively decomposes queries into visual subtasks and actively manipulates and interacts with chart images through specialized actions such as drawing annotations, cropping regions (e.g., segmenting pie slices, isolating bars), and localizing axes, using a library of chart-specific vision tools to fulfill each subtask. This iterative reasoning process closely mirrors human cognitive strategies for chart comprehension. ChartAgent achieves state-of-the-art accuracy on the ChartBench and ChartX benchmarks, surpassing prior methods by up to 16.07% absolute gain overall and 17.31% on unannotated, numerically intensive queries. Furthermore, our analyses show that ChartAgent is (a) effective across diverse chart types, (b) achieve the highest scores across varying visual and reasoning complexity levels, and (c) serves as a plug-and-play framework that boosts performance across diverse underlying LLMs. Our work is among the first to demonstrate visually grounded reasoning for chart understanding using tool-augmented multimodal agents.
