Papers › WebQA: Multihop and Multimodal QA

WebQA: Multihop and Multimodal QA

1 Sep 2021CVPR 2022 1arXiv:2109.00590archive 2025-07-28

Yingshan Chang, Mridu Narang, Hisami Suzuki, Guihong Cao, Jianfeng Gao, Yonatan Bisk

Scaling Visual Question Answering (VQA) to the open-domain and multi-hop nature of web searches, requires fundamental advances in visual representation learning, knowledge aggregation, and language generation. In this work, we introduce WebQA, a challenging new benchmark that proves difficult for large-scale state-of-the-art models which lack language groundable visual representations for novel objects and the ability to reason, yet trivial for humans. WebQA mirrors the way humans use the web: 1) Ask a question, 2) Choose sources to aggregate, and 3) Produce a fluent language response. This is the behavior we should be expecting from IoT devices and digital assistants. Existing work prefers to assume that a model can either reason about knowledge in images or in text. WebQA includes a secondary text-only QA task to ensure improved visual performance does not come at the cost of language understanding. Our challenge for the community is to create unified multimodal reasoning models that answer questions regardless of the source modality, moving us closer to digital assistants that not only query language knowledge, but also the richer visual online world.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2109.00590")

Code

Syntology Ran 4 of 13 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong.

By repository: community (archive-listed): 13 samples from 2 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

WebQnA/WebQA_Baseline mentioned on GitHubpytorch report
luomancs/remuq mentioned on GitHub report
shubham-gupta-iitr/mmmlX mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 4 ran; 2 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
2ran · our draft was wrong
9unverified

Licence: 12 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

swish shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/modeling.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · 0f786c407fb1ee4c · report
detectNum WebQnA/WebQA_Baseline/vlp/decode_webqa.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · 89ae895a1fff23b2 · report
url_to_filename shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/file_utils.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · af64ec220e8bcdbc · report
warmup_constant shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/optimization.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · e7d542062316094a · report
cached_path shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/file_utils.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 349d780dd4a89a37 · report
filename_to_url shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/file_utils.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · db0ac56aaf6e35e6 · report
gelu shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/modeling.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · db8040436dc60177 · report
load_vocab shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/tokenization.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 232295eeb04a142e · report
scatter_imbalance shubham-gupta-iitr/mmmlX/misc/data_parallel.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 162a4118bd4b42b1 · report
scatter_kwargs_imbalance shubham-gupta-iitr/mmmlX/misc/data_parallel.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 1f83e9eb8603cd57 · report
warmup_cosine shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/optimization.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 35f7cddf90dd05d4 · report
warmup_linear shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/optimization.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 806f7e4b56361b23 · report
whitespace_tokenize shubham-gupta-iitr/mmmlX/pytorch_pretrained_bert/tokenization.py community (archive-listed) unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · da7295883cd7da14 · report

Tasks

Image RetrievalMultimodal ReasoningQuestion AnsweringRepresentation LearningText GenerationVisual Question AnsweringVisual Question Answering (VQA)

Datasets

Introduced by this paper, per the archive.

WebQA

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections