Search papers, labs, and topics across Lattice.
The paper introduces Jagle, a large-scale (9.2M instances) Japanese multimodal post-training dataset for vision-language models, addressing the scarcity of non-English VQA datasets. They generate VQA pairs from heterogeneous sources like images, image-text pairs, and PDFs using VLM-based QA generation, translation, and text rendering. Experiments show that a 2.2B model trained on Jagle outperforms InternVL3.5-2B on Japanese tasks and improves English performance when combined with FineVision.
Training VLMs on Jagle, the largest Japanese multimodal dataset, not only crushes existing models on Japanese tasks, but *also* boosts English performance when combined with English data.
Developing vision-language models (VLMs) that generalize across diverse tasks requires large-scale training datasets with diverse content. In English, such datasets are typically constructed by aggregating and curating numerous existing visual question answering (VQA) resources. However, this strategy does not readily extend to other languages, where VQA datasets remain limited in both scale and domain coverage, posing a major obstacle to building high-quality multilingual and non-English VLMs. In this work, we introduce Jagle, the largest Japanese multimodal post-training dataset to date, comprising approximately 9.2 million instances across diverse tasks. Rather than relying on existing VQA datasets, we collect heterogeneous source data, including images, image-text pairs, and PDF documents, and generate VQA pairs through multiple strategies such as VLM-based QA generation, translation, and text rendering. Experiments demonstrate that a 2.2B model trained with Jagle achieves strong performance on Japanese tasks, surpassing InternVL3.5-2B in average score across ten Japanese evaluation tasks and approaching within five points of Qwen3-VL-2B-Instruct. Furthermore, combining Jagle with FineVision does not degrade English performance; instead, it improves English performance compared to training with FineVision alone. To facilitate reproducibility and future research, we release the dataset, trained models, and code.