ACL 2025long0 citations

Scaling Text-Rich Image Understanding via Code-Guided Synthetic Multimodal Data Generation

Yue Yang, Ajay Patel, Matt Deitke, Tanmay Gupta, Luca Weihs, Andrew Head, Mark Yatskar, Chris Callison-Burch

Abstract

Reasoning about images with rich text, such as charts and documents, is a critical application of vision-language models (VLMs). However, VLMs often struggle in these domains due to the scarcity of diverse text-rich vision-language data. To address this challenge, we present CoSyn, a framework that leverages the coding capabilities of text-only large language models (LLMs) to automatically create synthetic text-rich multimodal data. Given input text describing a target domain (e.g., “nutrition fact labels”), CoSyn prompts an LLM to generate code (Python, HTML, LaTeX, etc.) for rendering synthetic images. With the underlying code as textual representations of the synthetic images, CoSyn can generate high-quality instruction-tuning data, again relying on a text-only LLM. Using CoSyn, we constructed a dataset comprising 400K images and 2.7M rows of vision-language instruction-tuning data. Comprehensive experiments on seven benchmarks demonstrate that models trained on our synthetic data achieve state-of-the-art performance among competitive open-source models, including Llama 3.2, and surpass proprietary models such as GPT-4V and Gemini 1.5 Flash. Furthermore, CoSyn can produce synthetic pointing data, enabling VLMs to ground information within input images, showcasing its potential for developing multimodal agents capable of acting in real-world environments.

BibTeX
@inproceedings{yang-etal-2025-scaling,
    title = "Scaling Text-Rich Image Understanding via Code-Guided Synthetic Multimodal Data Generation",
    author = "Yang, Yue  and
      Patel, Ajay  and
      Deitke, Matt  and
      Gupta, Tanmay  and
      Weihs, Luca  and
      Head, Andrew  and
      Yatskar, Mark  and
      Callison-Burch, Chris  and
      Krishna, Ranjay  and
      Kembhavi, Aniruddha  and
      Clark, Christopher",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.855/",
    doi = "10.18653/v1/2025.acl-long.855",
    pages = "17486--17505",
    ISBN = "979-8-89176-251-0"
}
Scaling Text-Rich Image Understanding via Code-Guided Synthetic Multimodal Data Generation · ACL 2025