Papers › Doc-V*:Coarse-to-Fine Interactive Visual Reasoning for Multi-Page Document VQA

Doc-V*:Coarse-to-Fine Interactive Visual Reasoning for Multi-Page Document VQA

15 Apr 2026arXiv:2604.13731added by Syntology

Yuanlei Zheng, Pei Fu, Hang Li, Ziyang Wang, Yuyi Zhang, Wenyu Ruan, Xiaojin Zhang, Zhongyu Wei, Zhenbo Luo, Jian Luan, Wei Chen, Xiang Bai

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-page Document Visual Question Answering requires reasoning over semantics, layouts, and visual elements in long, visually dense documents. Existing OCR-free methods face a trade-off between capacity and precision: end-to-end models scale poorly with document length, while visual retrieval-based pipelines are brittle and passive. We propose Doc-V^*, an \textbf{OCR-free agentic} framework that casts multi-page DocVQA as sequential evidence aggregation. Doc-V^* begins with a thumbnail overview, then actively navigates via semantic retrieval and targeted page fetching, and aggregates evidence in a structured working memory for grounded reasoning. Trained by imitation learning from expert trajectories and further optimized with Group Relative Policy Optimization, Doc-V^* balances answer accuracy with evidence-seeking efficiency. Across five benchmarks, Doc-V^* outperforms open-source baselines and approaches proprietary models, improving out-of-domain performance by up to \textbf{47.9%} over RAG baseline. Other results reveal effective evidence aggregation with selective attention, not increased input pages.

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.13731")

Code

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

By repository: found in paper text by Syntology: 19 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.

SeerRay-Lab/Doc-V 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

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

19unverified

Licence: 19 of the 19 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 SeerRay-Lab/Doc-V. “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.

build_generator SeerRay-Lab/Doc-V/model/generator.py found in paper text by Syntology unverified no licence file found · pointer only · 80981f2f28f2178b · report
build_retriever SeerRay-Lab/Doc-V/model/retriever.py found in paper text by Syntology unverified no licence file found · pointer only · 1a2c5225ee485bde · report
create_thumbnail_grids SeerRay-Lab/Doc-V/preprocess/thumbnail.py found in paper text by Syntology unverified no licence file found · pointer only · 8ee649f976515f62 · report
extract_answer SeerRay-Lab/Doc-V/inference/agent.py found in paper text by Syntology unverified no licence file found · pointer only · 52a7f587ad7bd317 · report
extract_answer SeerRay-Lab/Doc-V/inference/rag.py found in paper text by Syntology unverified no licence file found · pointer only · 2dcb4cc46acab4c7 · report
extract_summary SeerRay-Lab/Doc-V/inference/agent.py found in paper text by Syntology unverified no licence file found · pointer only · 2e1d893c52a28293 · report
load_dataset_config SeerRay-Lab/Doc-V/preprocess/extract_images.py found in paper text by Syntology unverified no licence file found · pointer only · 1746a7b50335113f · report
load_dataset_config SeerRay-Lab/Doc-V/preprocess/resize_images.py found in paper text by Syntology unverified no licence file found · pointer only · 58d2ef8689ce5639 · report
load_existing_embeddings SeerRay-Lab/Doc-V/preprocess/embed.py found in paper text by Syntology unverified no licence file found · pointer only · 4c3292dd50caa019 · report
load_existing_results SeerRay-Lab/Doc-V/inference/rag.py found in paper text by Syntology unverified no licence file found · pointer only · 13197f238dbc6d99 · report
load_existing_results SeerRay-Lab/Doc-V/preprocess/retrieve.py found in paper text by Syntology unverified no licence file found · pointer only · ee2436fd2db6bc85 · report
load_existing_thumbnails SeerRay-Lab/Doc-V/preprocess/thumbnail.py found in paper text by Syntology unverified no licence file found · pointer only · 90077ae3170532e0 · report
load_image SeerRay-Lab/Doc-V/preprocess/utils.py found in paper text by Syntology unverified no licence file found · pointer only · a27b1f74c7ce9098 · report
load_retrieved_data SeerRay-Lab/Doc-V/inference/agent.py found in paper text by Syntology unverified no licence file found · pointer only · c0a8642c22ce4a13 · report
process_and_save SeerRay-Lab/Doc-V/preprocess/resize_images.py found in paper text by Syntology unverified no licence file found · pointer only · c843418a14dd8bb5 · report
process_image SeerRay-Lab/Doc-V/preprocess/resize_images.py found in paper text by Syntology unverified no licence file found · pointer only · ecf7f61f827439e0 · report
register_generator SeerRay-Lab/Doc-V/model/generator.py found in paper text by Syntology unverified no licence file found · pointer only · 409495a42fec8071 · report
register_retriever SeerRay-Lab/Doc-V/model/retriever.py found in paper text by Syntology unverified no licence file found · pointer only · 99de54bad6d5e582 · report
worker_thread SeerRay-Lab/Doc-V/preprocess/thumbnail.py found in paper text by Syntology unverified no licence file found · pointer only · 0b2173d67c6c988f · report

Results from the paper

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