This repository contains the dataset for IndicVisionBench, introduced in
“IndicVisionBench: Benchmarking Cultural and Multilingual Understanding in VLMs”
📄 arXiv:2511.04727
🏛️ Accepted at ICLR 2026
🔗 OpenReview: https://openreview.net/forum?id=LmJoLn04iL
IndicVisionBench is a culturally grounded, multilingual vision-language benchmark designed to evaluate Vision–Language Models (VLMs) on visual understanding tasks in the Indian context. The benchmark focuses on:
Unlike generic VQA datasets, IndicVisionBench emphasizes Indian cultural context, regional diversity, and Indic language coverage, enabling systematic evaluation of multilingual and culturally-aware VLMs.
IndicVisionBench consists of five main configurations:
| Config | Task | #Images | Description |
|---|---|---|---|
mmt | Multimodal Machine Translation | 106 | Image-grounded translations across Indic languages |
ocr | Optical Character Recognition | 876 | OCR in multiple Indic scripts |
vqa_en | Visual Question Answering | 4,117 | Culturally grounded VQA in English |
vqa_indic | Visual Question Answering | 1,007 | Culturally grounded VQA in Indic languages |
vqa_parallel | Visual Question Answering | 1,166 | Same QA pairs across multiple languages for cross-lingual consistency |
mmt)Image-grounded translation benchmark with aligned captions across multiple Indic languages.
Features:
imagetopicState/UTsource_urlThis subset evaluates:
ocr)OCR dataset consisting of scanned pages in Indic scripts from Wikisource.
Features:
imagetextlanguagepage_urlThis subset evaluates OCR capabitilies on Indic scripts/languages.
vqa_en)Culturally grounded VQA in English.
Each example includes:
topic, language, State/UT, 'source_url'This subset evaluates:
vqa_indic)Same VQA format as in vqa_en, but in Indic languages.
This subset evaluates:
vqa_parallel)Same VQA format as in vqa_en. Parallel multilingual QA pairs for the same image.
This subset enables the study of
All configurations can be loaded using datasets:
from datasets import load_dataset
# Example: load English VQA split
ds = load_dataset("krutrim-ai-labs/IndicVisionBench", "vqa_en")["test"]
print(ds[0])
The following five configurations/splits are present in the dataset:
Images are stored directly within the dataset and loaded automatically by 🤗 Datasets.
IndicVisionBench is designed to measure:
The official inference and evaluation codebase for IndicVisionBench is available on GitHub.
GitHub Repository: https://github.com/ola-krutrim/IndicVisionBench
The repository provides the complete pipeline for running inference and reproducing benchmark results across all evaluation tracks.
The codebase includes:
If you use this dataset, please cite:
@inproceedings{faraz2026indicvisionbench,
title={IndicVisionBench: Benchmarking Cultural and Multilingual Understanding in VLMs},
author={Ali Faraz and Akash and Shaharukh Khan and Raja Kolla and Akshat Patidar and Suranjan Goswami and Abhinav Ravi and Chandra Khatri and Shubham Agarwal},
booktitle={International Conference on Learning Representations (ICLR)},
year={2026},
url={https://openreview.net/forum?id=LmJoLn04iL}
}
2 commits
This repository contains the dataset for IndicVisionBench, introduced in
“IndicVisionBench: Benchmarking Cultural and Multilingual Understanding in VLMs”
📄 arXiv:2511.04727
🏛️ Accepted at ICLR 2026
🔗 OpenReview: https://openreview.net/forum?id=LmJoLn04iL
IndicVisionBench is a culturally grounded, multilingual vision-language benchmark designed to evaluate Vision–Language Models (VLMs) on visual understanding tasks in the Indian context. The benchmark focuses on:
Unlike generic VQA datasets, IndicVisionBench emphasizes Indian cultural context, regional diversity, and Indic language coverage, enabling systematic evaluation of multilingual and culturally-aware VLMs.
IndicVisionBench consists of five main configurations:
| Config | Task | #Images | Description |
|---|---|---|---|
mmt | Multimodal Machine Translation | 106 | Image-grounded translations across Indic languages |
ocr | Optical Character Recognition | 876 | OCR in multiple Indic scripts |
vqa_en | Visual Question Answering | 4,117 | Culturally grounded VQA in English |
vqa_indic | Visual Question Answering | 1,007 | Culturally grounded VQA in Indic languages |
vqa_parallel | Visual Question Answering | 1,166 | Same QA pairs across multiple languages for cross-lingual consistency |
mmt)Image-grounded translation benchmark with aligned captions across multiple Indic languages.
Features:
imagetopicState/UTsource_urlThis subset evaluates:
ocr)OCR dataset consisting of scanned pages in Indic scripts from Wikisource.
Features:
imagetextlanguagepage_urlThis subset evaluates OCR capabitilies on Indic scripts/languages.
vqa_en)Culturally grounded VQA in English.
Each example includes:
topic, language, State/UT, 'source_url'This subset evaluates:
vqa_indic)Same VQA format as in vqa_en, but in Indic languages.
This subset evaluates:
vqa_parallel)Same VQA format as in vqa_en. Parallel multilingual QA pairs for the same image.
This subset enables the study of
All configurations can be loaded using datasets:
from datasets import load_dataset
# Example: load English VQA split
ds = load_dataset("krutrim-ai-labs/IndicVisionBench", "vqa_en")["test"]
print(ds[0])
The following five configurations/splits are present in the dataset:
Images are stored directly within the dataset and loaded automatically by 🤗 Datasets.
IndicVisionBench is designed to measure:
The official inference and evaluation codebase for IndicVisionBench is available on GitHub.
GitHub Repository: https://github.com/ola-krutrim/IndicVisionBench
The repository provides the complete pipeline for running inference and reproducing benchmark results across all evaluation tracks.
The codebase includes:
If you use this dataset, please cite:
@inproceedings{faraz2026indicvisionbench,
title={IndicVisionBench: Benchmarking Cultural and Multilingual Understanding in VLMs},
author={Ali Faraz and Akash and Shaharukh Khan and Raja Kolla and Akshat Patidar and Suranjan Goswami and Abhinav Ravi and Chandra Khatri and Shubham Agarwal},
booktitle={International Conference on Learning Representations (ICLR)},
year={2026},
url={https://openreview.net/forum?id=LmJoLn04iL}
}
2 commits