Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
id
int64
image
image
answer
int64
1
3
2
1
3
1
4
1
5
4
6
3
7
4
8
2
9
4
10
3
11
1
12
3
13
2
14
2
15
1
16
3
17
3
18
1
19
2
20
3
21
2
22
2
23
3
24
3
25
4
26
3
27
3
28
3
29
4
30
2
31
4
32
4
33
3
34
1
35
3
36
2
37
2
38
3
39
2
40
1
41
1
42
2
43
1
44
2
45
2
46
4
47
2
48
3
49
2
50
1
51
2
52
1
53
3
54
3
55
2
56
4
57
1
58
4
59
1
60
1
61
4
62
3
63
4
64
1
65
4
66
1
67
4
68
4
69
4
70
2
71
1
72
4
73
1
74
1
75
1
76
1
77
3
78
3
79
2
80
4
81
4
82
1
83
3
84
2
85
4
86
1
87
1
88
1
89
3
90
3
91
3
92
1
93
3
94
2
95
4
96
1
97
2
98
2
99
3
100
2
End of preview. Expand in Data Studio

ComicVQA: A Benchmark for Visual Reasoning in Multimodal LLMs

Check out our paper here

ComicVQA is a specialized diagnostic benchmark designed to assess the visual reasoning capabilities of Multimodal Large Language Models (MLLMs) in the comics domain. ComicVQA focuses of 2 distinct reasoning tasks:

  1. Missing Panel Prediction: Predict the missing panel given a comic sequence.
  2. Panel Sorting: Choose which of the 4 comic sequences is the correct arrangement.

These tasks leverage the sequential nature of comics to expose vulnerabilities in how models synthesize visual and textual information over a temporal sequence.

Do refer to our Github respository for the handling of data and evaluation codes.


🖋️ Citation

Cite us!

@inproceedings{gan-etal-2026-comicvqa,
    title = "{C}omic{VQA}: A Benchmark for Visual Reasoning in Multimodal {LLM}s",
    author = "Gan, Esther  and
      Brown, Hannah  and
      Herel, David  and
      Kawaguchi, Kenji  and
      Kan, Min-Yen  and
      Shieh, Michael Qizhe",
    editor = "Liakata, Maria  and
      Moreira, Viviane P.  and
      Zhang, Jiajun  and
      Jurgens, David",
    booktitle = "Findings of the {A}ssociation for {C}omputational {L}inguistics: {ACL} 2026",
    month = jul,
    year = "2026",
    address = "San Diego, California, United States",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2026.findings-acl.1268/",
    pages = "25347--25370",
    ISBN = "979-8-89176-395-1",
    abstract = "We introduce Comic Visual Question Answering (\textbf{ComicVQA}), a comics-based benchmark for evaluating MLLMs on visual reasoning. ComicVQA comprises of (i) \textbf{Missing Panel Prediction}, testing fine-grained visual grounding and (ii) \textbf{Panel Sorting}, which evaluates sequential narrative understanding. Proprietary models achieve up to 62.6{\%} on Missing Panel Prediction and 46.4{\%} on Panel Sorting, whereas open-source models reach only 47.7{\%} and 26.9{\%}, respectively. In contrast, human annotators achieve over 83{\%} accuracy on both tasks, revealing a large gap between current models and human-level multimodal understanding in comics. Through controlled ordering ablations and a detailed error taxonomy, we show that current MLLMs rely primarily on coarse temporal cues and struggle with fine-grained visual reasoning. These findings demonstrate ComicVQA as a diagnostic benchmark for advancing multimodal visual reasoning in comics."
}
Downloads last month
80