Exploring OCR-augmented Generation for Bilingual VQA
JoonHo Lee, Sunho Park
TL;DR
The paper investigates OCR-augmented generation for multilingual Visual Question Answering by integrating OCR capabilities into Vision Language Models. It introduces KLOCR, an open-source bilingual OCR model trained on a 100M dataset, and KOCRBench, a Korean VQA benchmark, and demonstrates that OCR-extracted text markedly boosts VLM performance across both open-source and commercial models. A key finding is that character-accurate information from OCR is crucial for accurate answers, especially for Key Information Extraction tasks. The work provides datasets, models, and empirical insights to advance multilingual VQA and identifies directions for improving OCR accuracy and reasoning in VLMs.
Abstract
We investigate OCR-augmented generation with Vision Language Models (VLMs), exploring tasks in Korean and English toward multilingualism. To support research in this domain, we train and release KLOCR, a strong bilingual OCR baseline trained on 100M instances to augment VLMs with OCR ability. To complement existing VQA benchmarks, we curate KOCRBench for Korean VQA, and analyze different prompting methods. Extensive experiments show that OCR-extracted text significantly boosts performance across open source and commercial models. Our work offers new insights into OCR-augmented generation for bilingual VQA. Model, code, and data are available at https://github.com/JHLee0513/KLOCR.
