WikiVQABench: A Knowledge-Grounded Visual Question Answering Benchmark from Wikipedia and Wikidata
Summary
WikiVQABench is a new human-curated, knowledge-grounded Visual Question Answering (VQA) benchmark designed to address the limitation of existing VQA tasks that primarily rely on visual content alone. It systematically combines Wikipedia images, their associated article captions, and structured knowledge from Wikidata. The creation pipeline involves large language models (LLMs) generating candidate multiple-choice image-question-answer sets, which are then rigorously reviewed by human annotators for factual correctness, visual-text consistency, and the explicit requirement of external knowledge. This benchmark aims to evaluate knowledge-aware vision-language models (VLMs). An evaluation of fifteen VLMs, ranging from 256M to 90B parameters, showed a performance spread of 24.7% to 75.6% accuracy, confirming its effectiveness in discriminating model capabilities on knowledge-intensive reasoning. The dataset and benchmarking code are publicly available.
Key takeaway
For AI Scientists and Machine Learning Engineers developing or evaluating vision-language models, WikiVQABench offers a critical tool to assess knowledge-intensive reasoning capabilities. You should integrate this benchmark into your evaluation suite to identify how well your models leverage external knowledge, moving beyond purely perception-based VQA. This will highlight model strengths and weaknesses in real-world, knowledge-dependent applications.
Key insights
Knowledge-grounded VQA benchmarks are crucial for real-world scenarios requiring external information beyond visual content.
Principles
- Real-world VQA demands external knowledge.
- Human curation ensures factual and knowledge-intensive questions.
- LLMs can aid in VQA dataset generation.
Method
A pipeline using LLMs to generate VQA candidates, followed by human curation for factual correctness, visual-text consistency, and external knowledge requirement.
In practice
- Integrate Wikipedia/Wikidata for VQA knowledge grounding.
- Evaluate VLMs on knowledge-intensive reasoning tasks.
- Use LLMs for initial VQA dataset generation.
Topics
- Visual Question Answering
- Knowledge-Grounded AI
- Vision-Language Models
- Benchmark Datasets
- Wikipedia
- Wikidata
- Large Language Models
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.