MIT researchers release massive ChartNet dataset to refine AI visual reasoning
A new open-source dataset of one million synthetic charts enables smaller AI models to outperform larger commercial systems in complex visual data tasks.

Researchers from the Massachusetts Institute of Technology and the MIT-IBM Computing Research Lab have introduced ChartNet, a comprehensive dataset comprising over one million charts designed to enhance the visual and numerical reasoning capabilities of vision-language models. This release addresses a persistent failure in current large language models, which frequently struggle to integrate the visual, linguistic, and numerical data required for accurate chart interpretation.
The dataset provides a multifaceted resource for training, incorporating synthetic charts alongside their source code, descriptive text, and structured numerical tables. Each entry includes specific question-and-answer pairs to facilitate supervised learning. By providing this granular data, the researchers aim to reduce the high error rates in chart-based data extraction that currently plague enterprise-grade AI deployments.
The development of ChartNet relied on a two-step automated pipeline that converts existing chart images into executable code. This base code is then iteratively modified to generate variations in chart type, color schemes, data values, and thematic attributes. Jovana Kondic, the MIT graduate student who led the project, noted the scalability of this approach during the development phase.
We can start from a single chart and come up with hundreds of augmentations of it. This is how we were able to build a dataset with more than a million diverse images.
To maintain high standards of data integrity, the team implemented an automated quality control process that verifies the executability and accuracy of every synthetic chart generated. The dataset also features a subset of human-annotated examples, which allows practitioners to fine-tune models for specialized domains. This hybrid approach ensures that models remain grounded in real-world visual conventions while benefiting from the scale of synthetic data.
The researchers evaluated model performance by comparing smaller open-source architectures against proprietary commercial systems across four distinct benchmarks. These benchmarks measured accuracy in chart reconstruction, raw data extraction, textual summarization, and complex multi-step question-answering. The results showed that smaller models trained on ChartNet achieved higher precision in numerical extraction than their larger, general-purpose commercial counterparts.
The performance metrics indicate a significant shift in model efficiency, as smaller open-source models trained on ChartNet consistently outperformed larger commercial alternatives. These smaller models demonstrated superior capabilities in reconstruction, data extraction, summarization, and complex question-answering tasks. This result suggests that high-quality, domain-specific training data can offset the need for massive parameter counts in specialized visual tasks.
The implications for resource-constrained organizations are substantial, as smaller firms can now achieve high-fidelity data analysis without relying on expensive proprietary systems. By making the dataset available for public download, the researchers provide a pathway for developers to lower their infrastructure costs while improving model accuracy. Accurate chart interpretation remains a critical bottleneck for automated workflows, and this dataset offers a standardized benchmark for future development.
The research team plans to expand the scope of ChartNet by incorporating more complex chart architectures and integrating feedback from the broader machine learning community. The project is scheduled for formal presentation at the upcoming IEEE Computer Vision and Pattern Recognition Conference, where the researchers will detail the underlying methodology. The dataset is currently available as an open-source resource for the research community to utilize in training and benchmarking new vision-language architectures.
Future work will likely focus on improving the diversity of the synthetic charts and testing the robustness of models against edge-case visual representations. As the community adopts this dataset, the focus will shift toward evaluating how these models perform in high-stakes environments where precision is non-negotiable. The project highlights the growing importance of curated, high-quality synthetic data in the next phase of computer vision development. This work represents a major step forward for the field of automated visual data analysis.


