Benchgen

MTVQA — Results

RankModelScore
1internvl2-5-78b31.9
2helpy-v-reasoning31.6
3qwen2-vl-72b30.9

MTVQA

1 phaseActive

6,778 human-annotated QA pairs across 2,116 images in 9 low-resource languages, testing multilingual scene-text comprehension.

Overview

MTVQA

Category Metric Tasks Saturation Created

Paper GitHub

Quick answer: MTVQA is the first multilingual text-centric visual question answering benchmark built with high-quality human expert annotations, covering 9 widely-used but low-resource languages (Arabic, German, French, Italian, Japanese, Korean, Russian, Thai, Vietnamese) to test genuine multilingual scene-text comprehension.

At a Glance

What it tests: Reading and reasoning over visual text (signs, documents, UI, labels) embedded in images across 9 non-English, non-Chinese languages — a scenario most prior text-centric VQA benchmarks skip.

Why it matters: Earlier multilingual VQA efforts relied on machine-translating English question-answer pairs, which causes a "visual-textual misalignment" problem — the translated text no longer matches the actual scene text in the image; MTVQA avoids this with native human annotation in each target language.

Known limitations: Coverage is limited to 9 languages, so it does not capture the full diversity of world scripts and languages, and scene-text OCR difficulty varies significantly across these languages (e.g., Thai and Japanese remain especially hard).

What MTVQA Measures

MTVQA features 6,778 question-answer pairs across 2,116 images, with high-quality human expert annotations spanning 9 diverse languages. Unlike translation-based multilingual VQA construction, which prioritizes the text in QA pairs while disregarding the actual visual text in images, MTVQA's native-language annotation avoids the resulting misalignment and better captures nuanced meaning, contextual distortion, language bias, and diverse question types.

At release, the paper found substantial headroom for improvement even among state-of-the-art MLLMs — Qwen2-VL scored 30.9 versus a 79.7 human baseline — establishing MTVQA as a meaningfully unsaturated multilingual text-comprehension benchmark. The dataset also supplies multilingual training data, and the authors demonstrated that straightforward fine-tuning on this data substantially improves multilingual TEC-VQA performance.

MTVQA has been rapidly adopted as a standard multilingual OCR/VQA reference point, with continuous leaderboard updates as new frontier and open-source MLLMs are tested (InternVL2.5, Qwen2-VL 72B, BlueLM-V-3B, and others).

Benchmark Specifications

FieldValue
Task categoryMultimodal (multilingual text-centric visual QA)
MetricAccuracy (%), reported per language and averaged overall
Number of tasks6,778 QA pairs across 2,116 images in 9 languages
SaturationLow — best models still trail human accuracy by a wide margin
Created byJingqun Tang, Qi Liu, Yongjie Ye, Jinghui Lu, and collaborators
Source paperTang et al. 2024 (ACL 2025 Findings)
CodeGitHub
DatasetHugging Face

How MTVQA Is Scored

Each language subset is scored as accuracy against ground-truth answers, then reported both per-language (AR, DE, FR, IT, JA, KO, RU, TH, VI) and as an overall average, letting teams identify language-specific weaknesses (e.g., a model strong in European languages but weak in Thai or Japanese).

State-of-the-Art Results

RankModelScore (AVG)Source
1InternVL2.5 78B31.9MTVQA leaderboard
2Helpy-V Reasoning31.6MTVQA leaderboard
3Qwen2-VL 72B30.9MTVQA leaderboard

Scores sourced from the official MTVQA leaderboard; see the repository for the full per-language breakdown.

MTVQA on Benchgen

No Benchgen results yet — be the first to run MTVQA.

MTVQA vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
MTVQAMultilingual text-centric visual QA (9 languages)6,778low
MMEBroad perception + cognition, yes/no questions2,374high
MMSearchMultimodal search-engine reasoning300low

MTVQA fills a gap that broad multimodal benchmarks like MME largely skip — genuine multilingual scene-text comprehension — making it a key reference for teams targeting non-English deployments.

Run MTVQA on Your Model

Benchgen lets teams run MTVQA against their own model or agent versions on demand, tracking per-language accuracy over time to catch multilingual regressions that an English-only evaluation suite would miss entirely.

Explore related multimodal benchmarks like MME and MMSearch to compare broad perception and search-engine reasoning with MTVQA's multilingual text-comprehension focus.

Frequently Asked Questions

What is MTVQA? MTVQA is the first multilingual text-centric visual question answering benchmark with human expert annotations across 9 low-resource languages, testing whether MLLMs can read and reason over visual text in non-English scripts.
What does a good MTVQA score look like? At release, the best models scored around 30-32 average accuracy versus a 79.7 human baseline, so any model materially above the low-30s average represents a meaningfully strong result.
Who created MTVQA? MTVQA was created by Jingqun Tang and collaborators at ByteDance, accepted at ACL 2025 Findings.