CharTool-7B is a tool-integrated multimodal agent for fine-grained chart perception and accurate numerical reasoning. It can use image cropping for localized visual perception and Python code execution for numerical computation.
CharTool relies on a tool-integrated inference loop and a code sandbox. Please follow the
evaluation instructions in the CharTool repository.
1python src/generate.py \
2 --model_name chartool \
3 --split val \
4 --mode reasoning \
5 --model_path OpenDFM/CharTool-7B
1@article{zhang2026chartool,
2 title = {CharTool: Tool-Integrated Visual Reasoning for Chart Understanding},
3 author = {Zhang, Situo and Zhang, Yifan and Zhu, Zichen and Ma, Da and Pan, Lei and Zhang, Danyang and Zhao, Zihan and Chen, Lu and Yu, Kai},
4 journal = {arXiv preprint arXiv:2604.02794},
5 year = {2026}
6}