Papers › DocScope: Benchmarking Verifiable Reasoning for Trustworthy Long-Document Understanding

DocScope: Benchmarking Verifiable Reasoning for Trustworthy Long-Document Understanding

9 May 2026arXiv:2605.08888added by Syntology

Xiang Feng, Jiawei Zhou, Zhangfeng Huang, Kewei Wang, Shanshan Ye, Jinxin Hu, Zulong Chen, Yong Luo, Jing Zhang

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

Evaluating whether Multimodal Large Language Models can produce trustworthy, verifiable reasoning over long, visually rich documents requires evaluation beyond end-to-end answer accuracy. We introduce DocScope, a benchmark that formulates long-document QA as a structured reasoning trajectory prediction problem: given a complete PDF document and a question, the model outputs evidence pages, supporting evidence regions, relevant factual statements, and a final answer. We design a four-stage evaluation protocol -- Page Localization, Region Grounding, Fact Extraction, and Answer Verification -- that audits each level of the trajectory independently through inter-stage decoupling, with all judges selected and calibrated via human alignment studies. DocScope comprises 1,124 questions derived from 273 documents, with all hierarchical evidence annotations completed by human annotators. We benchmark 6 proprietary models, 12 open-weight models, and several domain-specific systems. Our experiments reveal that answer accuracy cannot substitute for trajectory-level evaluation: even among correct answers, the highest observed rate of complete evidence chains is only 29\%. Across all models, region grounding remains the weakest trajectory stage. Furthermore, the primary difficulty stems from aggregating evidence dispersed across long distances and multiple document clusters, while an oracle study identifies faithful perception and fact extraction as the dominant capability bottleneck. Cross-architecture comparisons further suggest that activated parameter count matters more than total scale. The benchmark and code will be publicly released at https://github.com/MiliLab/DocScope.

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

Code

Syntology Ran 10 of 14 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

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

MiliLab/DocScope 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

14 samples harvested; 10 ran; 1 honoured the contract we drafted; 4 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 · honoured contract
6ran · our draft was wrong
1ran · fixture could not drive it
2ran
4unverified

Licence: 14 of the 14 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 MiliLab/DocScope. “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.

Citation MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran no licence file found · pointer only · 349c03947130361a · report
_Mask MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran no licence file found · pointer only · 422a0227ede97d97 · report
_apply_mask MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · d2f7410083b41ac7 · report
_attribute_and_render MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 884005fcb5a1f515 · report
_bbox_is_normalized MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · f5f52d8b4b5db9e1 · report
_clean_sentence MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 4ae2acba664e409d · report
_parse_citation_match MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 3b61053b6054a8f6 · report
_protect_abbreviations MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · a8ab925a3eb0bd33 · report
_regex_split_sentences MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · b7c8cc61ff19b313 · report
_restore_non_citation MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · d85bd4d72ee4e3a7 · report
_icu_split_sentences MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology unverified no licence file found · pointer only · 1231d04011a65748 · report
extract_citations MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology unverified no licence file found · pointer only · 2da663d6e555af68 · report
mask_regions MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology unverified no licence file found · pointer only · 7f384f70c7f69c5a · report
split_sentences MiliLab/DocScope/code/infer/reasoning_prompts.py found in paper text by Syntology unverified no licence file found · pointer only · c33b421f2b37e992 · report

Results from the paper

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