Automated Generation of Challenging Multiple-Choice Questions for Vision Language Model Evaluation
Yuhui Zhang, Yuchang Su, Yiming Liu, Xiaohan Wang, James Burgess, Elaine Sui, Chenyu Wang, Josiah Aklilu, Alejandro Lozano, Anjiang Wei, Ludwig Schmidt, Serena Yeung-Levy
TL;DR
The authors address inconsistencies in evaluating vision-language models when using open-ended VQA by proposing AutoConverter, a multi-agent GPT-4o-based system that automatically converts open-ended questions into challenging, correct MC items. They build VMCBench by transforming 20 VQA datasets into a unified MC format and validating a large corpus of questions with human checks. Across 33 VLMs, VMCBench demonstrates scalable, reproducible evaluation and reveals that modern public models are approaching the performance of private systems, with clear benefits from model scaling and cross-domain coverage. The work provides open-source tooling and outlines limitations (e.g., remaining errors tied to ground-truth data) and future opportunities to broaden dataset and model coverage for continued standardization of VLM benchmarking.
Abstract
The rapid development of vision language models (VLMs) demands rigorous and reliable evaluation. However, current visual question answering (VQA) benchmarks often depend on open-ended questions, making accurate evaluation difficult due to the variability in natural language responses. To address this, we introduce AutoConverter, an agentic framework that automatically converts these open-ended questions into multiple-choice format, enabling objective evaluation while reducing the costly multiple-choice question creation process. Our experiments demonstrate that AutoConverter can generate correct and challenging multiple-choice questions, with VLMs demonstrating consistently similar or lower accuracy on these questions compared to human-created ones. Using AutoConverter, we construct VMCBench, a benchmark created by transforming 20 existing VQA datasets into a unified multiple-choice format, totaling 9,018 questions. We comprehensively evaluate 33 state-of-the-art VLMs on VMCBench, setting a new standard for scalable, consistent, and reproducible VLM evaluation.
