Papers › IRPAPERS: A Visual Document Benchmark for Scientific Retrieval and Question Answering

IRPAPERS: A Visual Document Benchmark for Scientific Retrieval and Question Answering

5 Feb 2026arXiv:2602.17687added by Syntology

Connor Shorten, Augustas Skaburskas, Daniel M. Jones, Charles Pierse, Roberto Esposito, John Trengrove, Etienne Dilocker, Bob van Luijt

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

AI systems have achieved remarkable success in processing text and relational data, yet visual document processing remains relatively underexplored. Whereas traditional systems require OCR transcriptions to convert these visual documents into text and metadata, recent advances in multimodal foundation models offer retrieval and generation directly from document images. This raises a key question: How do image-based systems compare to established text-based methods? We introduce IRPAPERS, a benchmark of 3,230 pages from 166 scientific papers, with both an image and an OCR transcription for each page. Using 180 needle-in-the-haystack questions, we compare image- and text-based retrieval and question answering systems. Text retrieval using Arctic 2.0 embeddings, BM25, and hybrid text search achieved 46% Recall@1, 78% Recall@5, and 91% Recall@20, while image-based retrieval reaches 43%, 78%, and 93%, respectively. The two modalities exhibit complementary failures, enabling multimodal hybrid search to outperform either alone, achieving 49% Recall@1, 81% Recall@5, and 95% Recall@20. We further evaluate efficiency-performance tradeoffs with MUVERA and assess multiple multi-vector image embedding models. Among closed-source models, Cohere Embed v4 page image embeddings outperform Voyage 3 Large text embeddings and all tested open-source models, achieving 58% Recall@1, 87% Recall@5, and 97% Recall@20. For question answering, text-based RAG systems achieved higher ground-truth alignment than image-based systems (0.82 vs. 0.71), and both benefit substantially from increased retrieval depth, with multi-document retrieval outperforming oracle single-document retrieval. We analyze the complementary limitations of unimodal text and image representations and identify question types that require one modality over the other. The IRPAPERS dataset and all experimental code are publicly available.

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="2602.17687")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

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

weaviate/IRPAPERS found in paper text by SyntologyMIT report
weaviate/query-agent-benchmarking 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

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

12unverified

Licence: 0 of the 12 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 weaviate/query-agent-benchmarking. “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.

aggregate_metrics weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/core/domain/analysis.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · c417197188899940 · report
get_named_vector_target_entry weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/config/config.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 512f0dd6b6ba2b40 · report
get_object_by_dataset_id weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/core/domain/display.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 0443ead669787717 · report
get_system_prompt weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/config/qa_system_prompt_registry.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · ac61116f90ca6017 · report
load_config weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/config/loader.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 3dbd15749a6ef77f · report
make_json_serializable weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/core/domain/display.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 53596aa180622122 · report
merge_configs weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/config/loader.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 056bbbb54bdfab38 · report
parse_extra_metrics weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/core/domain/metrics_config.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 2f8c08bb2bb41820 · report
print_results_comparison weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/core/domain/display.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 4a6c22418652756d · report
resolve_metrics_profile weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/core/domain/metrics_config.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 425af887cca74d94 · report
resolve_named_vector_target weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/config/config.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · f4b44fb2924aac65 · report
resolve_primary_metric weaviate/query-agent-benchmarking/query_agent_benchmarking/internal/core/domain/metrics_config.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 9bcf4199f500223e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.17687, was issued in February 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