Papers › WikiSeeker: Rethinking the Role of Vision-Language Models in Knowledge-Based Visual...

WikiSeeker: Rethinking the Role of Vision-Language Models in Knowledge-Based Visual Question Answering

7 Apr 2026arXiv:2604.05818added by Syntology

Yingjian Zhu, Xinming Wang, Kun Ding, Ying Wang, Bin Fan, Shiming Xiang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Multi-modal Retrieval-Augmented Generation (RAG) has emerged as a highly effective paradigm for Knowledge-Based Visual Question Answering (KB-VQA). Despite recent advancements, prevailing methods still primarily depend on images as the retrieval key, and often overlook or misplace the role of Vision-Language Models (VLMs), thereby failing to leverage their potential fully. In this paper, we introduce WikiSeeker, a novel multi-modal RAG framework that bridges these gaps by proposing a multi-modal retriever and redefining the role of VLMs. Rather than serving merely as answer generators, we assign VLMs two specialized agents: a Refiner and an Inspector. The Refiner utilizes the capability of VLMs to rewrite the textual query according to the input image, significantly improving the performance of the multimodal retriever. The Inspector facilitates a decoupled generation strategy by selectively routing reliable retrieved context to another LLM for answer generation, while relying on the VLM's internal knowledge when retrieval is unreliable. Extensive experiments on EVQA, InfoSeek, and M2KR demonstrate that WikiSeeker achieves state-of-the-art performance, with substantial improvements in both retrieval accuracy and answer quality. Our code will be released on https://github.com/zhuyjan/WikiSeeker.

PaperPDFCode 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="2604.05818")

Code

Syntology Ran 1 of 16 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zhuyjan/WikiSeeker found in paper text by Syntology report

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

16 samples harvested; 1 ran; 0 honoured the contract we drafted; 15 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.

1ran
15unverified

Licence: 0 of the 16 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 zhuyjan/WikiSeeker. “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.

generate_config_from_args zhuyjan/WikiSeeker/verl/model_merger/base_model_merger.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8896f4e2bafe8abc · report
encode_image_to_base64 zhuyjan/WikiSeeker/gen_refined_queries.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2f8815aeb8fd2a80 · report
eval_recall zhuyjan/WikiSeeker/run_retrieval_with_service.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6d3965d7fe3b7d5d · report
exact_match_score zhuyjan/WikiSeeker/utils/infoseek_evaluation_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7055aa97f2bde50e · report
extract_query_from_response zhuyjan/WikiSeeker/gen_refined_queries.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5628f356ff1a3709 · report
get_image zhuyjan/WikiSeeker/utils/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d862607dc4bbee23 · report
get_retriever zhuyjan/WikiSeeker/utils/retriever_manager.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5ef488471c45d4b8 · report
get_train_image zhuyjan/WikiSeeker/utils/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 259527389313b6f0 · report
load_csv_data zhuyjan/WikiSeeker/utils/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5d45d4d98e2da070 · report
make_prompt zhuyjan/WikiSeeker/gen_refined_queries.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 93de3112886f0ae2 · report
metric_max_over_ground_truths zhuyjan/WikiSeeker/utils/infoseek_evaluation_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 921382b550348607 · report
multianswer_exact_match zhuyjan/WikiSeeker/utils/evqa_evaluation_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 660ed1d7e213c2a3 · report
normalize_answer zhuyjan/WikiSeeker/utils/infoseek_evaluation_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4925192ddc8dfa9a · report
parse_gpu_ids zhuyjan/WikiSeeker/utils/retriever_service.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d70aa8c9fa086a8d · report
preprocess_answer zhuyjan/WikiSeeker/utils/evqa_evaluation_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 56fd4c74dfbb98ac · report
singleanswer_exact_match zhuyjan/WikiSeeker/utils/evqa_evaluation_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2084871add13d2d4 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.05818, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

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