Papers › FineVerify: Scaling Test-Time Compute with Fine-Grained Self-Verification for Agentic Search

FineVerify: Scaling Test-Time Compute with Fine-Grained Self-Verification for Agentic Search

30 May 2026arXiv:2606.00660added by Syntology

James Xu Zhao, Hui Chen, Bryan Hooi, See-Kiong Ng

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

Agentic search requires language model agents to explore many sources and answer complex information-seeking questions. Scaling test-time compute is a promising way to improve these agents, but current approaches can fail, because correct answers are often sparse and score-based selection depends on model calibration. We propose FineVerify, a fine-grained self-verification framework that decomposes each question into checkable sub-questions, verifies sampled candidates against each sub-question, and selects the candidate with the highest aggregated score. This per-check structure turns selection into simpler local judgments and produces scores under the same explicit criteria. Across four agentic search benchmarks and two models, FineVerify consistently outperforms standard scaling baselines. With only four sampled trajectories, it improves GPT-5-mini by 8.2 accuracy points and Gemini-3-flash by 5.6% on average. With 12 samples, FineVerify enables GPT-5-mini to surpass frontier GPT-5 on BrowseComp-Plus. Beyond accuracy, FineVerify produces interpretable verification traces that help audit benchmark errors, suggesting broader applications for inspecting agentic search systems. Code and data are available at https://github.com/XuZhao0/fineverify

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

Code

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

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

XuZhao0/fineverify 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; 11 ran; 0 honoured the contract we drafted; 5 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.

11ran
5unverified

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 XuZhao0/fineverify. “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.

call_llm_api XuZhao0/fineverify/gemini_bc_decompose.py found in paper text by Syntology ran MIT (permissive) · b704f57a0150f855 · report
finalize_defaults XuZhao0/fineverify/gemini_fineverify.py found in paper text by Syntology ran MIT (permissive) · 67d954368ecf15ea · report
format_query XuZhao0/fineverify/prompts.py found in paper text by Syntology ran MIT (permissive) · 5118a2591c02ba6a · report
is_relative_to XuZhao0/fineverify/search_agent/gpt5_mini_bc_fineverify.py found in paper text by Syntology ran MIT (permissive) · eb4bea908ec63670 · report
load_config_to_args XuZhao0/fineverify/gemini_fineverify.py found in paper text by Syntology ran MIT (permissive) · 3df6a57f0f185815 · report
load_config_to_args XuZhao0/fineverify/gpt5_mini_fineverify.py found in paper text by Syntology ran MIT (permissive) · d7f41dc1fc130ece · report
load_config_to_args XuZhao0/fineverify/search_agent/gemini_bc_fineverify.py found in paper text by Syntology ran MIT (permissive) · 7d6b4b417f7962bc · report
parse_float XuZhao0/fineverify/tools.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 33ddee9096d20923 · report
resolve_existing_path XuZhao0/fineverify/gemini_fineverify.py found in paper text by Syntology ran MIT (permissive) · 5756102720f5c78f · report
safe_filename XuZhao0/fineverify/tools.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 92f610ebc9667cd2 · report
safe_int XuZhao0/fineverify/tools.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 1cad81d9856d1b1e · report
call_llm_api XuZhao0/fineverify/gemini_decompose.py found in paper text by Syntology unverified MIT (permissive) · 94969da0bbe44a34 · report
get_searcher_class XuZhao0/fineverify/search_agent/gpt5_mini_bc_fineverify.py found in paper text by Syntology unverified MIT (permissive) · 9c7dc936c4e564b2 · report
load_records_for_run XuZhao0/fineverify/gpt5_mini_fineverify.py found in paper text by Syntology unverified MIT (permissive) · f3dfcc555b8d619f · report
load_searcher_module_direct XuZhao0/fineverify/search_agent/gpt5_mini_bc_fineverify.py found in paper text by Syntology unverified MIT (permissive) · 02e7c978277ad889 · report
resolve_existing_path XuZhao0/fineverify/search_agent/gemini_bc_fineverify.py found in paper text by Syntology unverified MIT (permissive) · 15c256a7c93ff2e6 · report

Results from the paper

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