andyjzhao commited on
Commit
54d6bda
·
verified ·
1 Parent(s): 89c5d91

Upload folder using huggingface_hub

Browse files
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/appendix_chunks.jsonl ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0100", "section": "A. Limitation", "page_start": 11, "page_end": 11, "type": "Text", "text": "While Med-TIV demonstrates substantial improvements over existing medical reasoning verification approaches, several limitations warrant discussion and suggest directions for future research.", "source": "marker_v2", "marker_block_id": "/page/10/Text/2"}
2
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0101", "section": "A. Limitation", "page_start": 11, "page_end": 11, "type": "Text", "text": "Process Supervision. Our current training paradigm relies solely on trace-level outcome rewards, providing no supervision on intermediate verification behaviors such as when to search, what queries to formulate, or how to integrate retrieved evidence. While this design eliminates the need for costly step-level annotations, it may lead to suboptimal search patterns or redundant retrieval operations. Future work could explore supervision for the verification task itself, or leverage techniques such as search behavior cloning from stronger models to provide denser optimization signals.", "source": "marker_v2", "marker_block_id": "/page/10/Text/3"}
3
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0102", "section": "A. Limitation", "page_start": 11, "page_end": 11, "type": "Text", "text": "Retrieval Corpus Coverage. Med-TIV's verification accuracy is inherently bounded by the coverage and quality of the underlying medical corpus. Our retrieval system indexes documents from PubMed abstracts and medical textbooks, which provides broad coverage of established medical knowledge but may lack recent findings, rare disease information, or region-specific clinical guidelines. Verification of reasoning traces involving cutting-edge treatments or highly specialized subspecialties may be limited by corpus gaps.", "source": "marker_v2", "marker_block_id": "/page/10/Text/4"}
4
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0103", "section": "A. Limitation", "page_start": 11, "page_end": 11, "type": "Text", "text": "Language and Domain Scope. All training and evaluation are conducted on English-language medical reasoning benchmarks. The generalization of Med-TIV to multilingual medical content or non-Western medical traditions remains unexplored. Additionally, while our benchmarks span multiple medical subdomains, certain specialized areas such as genomics, radiology interpretation, and surgical planning may require domain-adapted retrieval corpora for optimal verification performance.", "source": "marker_v2", "marker_block_id": "/page/10/Text/5"}
5
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0104", "section": "B.1. Hyperparameter Settings", "page_start": 11, "page_end": 11, "type": "Text", "text": "Table 4 provides comprehensive hyperparameter configurations for Med-TIV training across both iterations. We maintain mostly consistent settings between iterations to isolate the effect of iterative training from hyperparameter tuning.", "source": "marker_v2", "marker_block_id": "/page/10/Text/8"}
6
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0105", "section": "B.1. Hyperparameter Settings", "page_start": 11, "page_end": 11, "type": "TableGroup", "text": "Hyperparameters Iteration 1 Iteration 2 RL Algorithm Dr.GRPO Dr.GRPO Clip ratio (low / high) 0.2 / 0.3 0.2 / 0.3 Learning rate 1e-6 1e-6 Warmup steps 10 10 Training epochs 5 5 Global batch size 256 256 Mini-batch size 256 256 Group size (G) 5 8 Rollout sampling temperature 1.0 1.0 Rollout top-p 0.95 0.95 Curriculum filtering Enabled Enabled Table 4. Hyperparameter configurations for Med-TIV training across iterations.", "source": "marker_v2", "marker_block_id": "/page/10/TableGroup/309"}
7
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0106", "section": "B.2. Retrieval Setup", "page_start": 11, "page_end": 11, "type": "Text", "text": "We construct our retrieval infrastructure using a dense retrieval architecture optimized for medical domain queries. The corpus is derived from the MedRAG (Zhao et al., 2025) collection, specifically combining the PubMed and Textbooks subcorpora into a unified index. The PubMed subset contains approximately 23.9 million biomedical abstracts covering research publications, while the Textbooks subset includes content from standard medical textbooks spanning clinical medicine, pharmacology, pathology, and related disciplines. After deduplication and quality filtering, the combined corpus contains approximately 24 million snippets.", "source": "marker_v2", "marker_block_id": "/page/10/Text/12"}
8
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0107", "section": "B.2. Retrieval Setup", "page_start": 11, "page_end": 11, "type": "Text", "text": "We employ MedCPT (Jin et al., 2023) as our dense retrieval encoder, specifically the query encoder variant for encoding", "source": "marker_v2", "marker_block_id": "/page/10/Text/13"}
9
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0108", "section": "B.2. Retrieval Setup", "page_start": 12, "page_end": 12, "type": "Text", "text": "Table 5. Prompt template.", "source": "marker_v2", "marker_block_id": "/page/11/Text/1"}
10
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0109", "section": "User Prompt", "page_start": 12, "page_end": 12, "type": "Text", "text": "You are a reasoning validator for medical problems. Your task is to think step by step and evaluate whether the given reasoning trace of a medical problem contains errors.", "source": "marker_v2", "marker_block_id": "/page/11/Text/4"}
11
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0110", "section": "User Prompt", "page_start": 12, "page_end": 12, "type": "Text", "text": "First, you must always perform a step-by-step analysis to examine the entire reasoning process. Then, based on your analysis, you will make a definitive judgment.", "source": "marker_v2", "marker_block_id": "/page/11/Text/5"}
12
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0111", "section": "User Prompt", "page_start": 12, "page_end": 12, "type": "ListGroup", "text": "Use 1 if the reasoning trace is free of errors. Use 0 if the reasoning trace contains one or more errors.", "source": "marker_v2", "marker_block_id": "/page/11/ListGroup/387"}
13
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0112", "section": "Output Instruction", "page_start": 12, "page_end": 12, "type": "Text", "text": "You must conduct your step-by-step analysis inside <think> and </think> first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by <search> query </search> and it will return the top searched results between <information> and </information>. You can search as many times as you want. If you find no further external knowledge needed, you can directly provide the answer inside <answer> and </answer>, without detailed illustrations.", "source": "marker_v2", "marker_block_id": "/page/11/Text/9"}
14
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0113", "section": "Output Instruction", "page_start": 12, "page_end": 12, "type": "Code", "text": "Medical Problem: {The full Medical Problem on one or more lines.} Reasoning Trace: {The full Reasoning Trace on one or more lines.}", "source": "marker_v2", "marker_block_id": "/page/11/Code/10"}
15
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0114", "section": "Output Instruction", "page_start": 12, "page_end": 12, "type": "Text", "text": "search queries and article encoder for encoding corpus snippets. Document embeddings are pre-computed and stored in a FAISS index using the Flat configuration for maximum retrieval accuracy, distributed across multiple GPUs using FAISS's GPU sharding capability to enable parallel similarity search. For each search query, we retrieve the top-3 most relevant documents for both training and inference.", "source": "marker_v2", "marker_block_id": "/page/11/Text/12"}
16
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0115", "section": "B.3. Baseline Setup", "page_start": 12, "page_end": 12, "type": "Text", "text": "We describe the configuration of reward model baselines used in our experiments. For Med-PRM, which employs static retrieval-augmented generation, we equip it with the same retrieval corpus, encoder, and top-k setting as our framework to ensure a controlled comparison. MedS 3 does not support external tool invocation and is therefore evaluated without retrieval augmentation. For confidence score extraction and inference hyperparameter settings, we follow the configurations specified in each baseline's original publication.", "source": "marker_v2", "marker_block_id": "/page/11/Text/16"}
17
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0116", "section": "B.4. Prompt Template", "page_start": 12, "page_end": 12, "type": "Text", "text": "We design a structured prompt template that guides the verifier through systematic reasoning with explicit tool invocation syntax. The complete prompt is shown in Table 5.", "source": "marker_v2", "marker_block_id": "/page/11/Text/20"}
18
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0117", "section": "C.1. Benchmarks", "page_start": 12, "page_end": 12, "type": "Text", "text": "We evaluate Med-TIV on four established medical reasoning benchmarks that collectively assess verification capability across varying difficulty levels and medical subdomains.", "source": "marker_v2", "marker_block_id": "/page/11/Text/25"}
19
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0118", "section": "C.1. Benchmarks", "page_start": 12, "page_end": 12, "type": "Text", "text": "• MedQA (Jin et al., 2020) : A dataset of multiple-choice questions derived from the United States Medical Licensing Examination (USMLE), designed to evaluate clinical reasoning and medical knowledge integration across diverse specialties.", "source": "marker_v2", "marker_block_id": "/page/11/Text/27"}
20
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0119", "section": "C.1. Benchmarks", "page_start": 12, "page_end": 12, "type": "Text", "text": "• MedMCQA (Pal et al., 2022) : A large-scale multi-subject benchmark sourced from Indian medical entrance examinations (AIIMS and NEET-PG), covering 21 medical subjects with emphasis on factual knowledge and clinical application.", "source": "marker_v2", "marker_block_id": "/page/11/Text/29"}
21
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0120", "section": "C.1. Benchmarks", "page_start": 12, "page_end": 12, "type": "Text", "text": "• MMLU-Med (Hendrycks et al., 2021) : An aggregation of medical-related subsets from the Massive Multitask Language Understanding benchmark, encompassing anatomy, clinical knowledge, college biology, college medicine, medical", "source": "marker_v2", "marker_block_id": "/page/11/Text/31"}
22
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0121", "section": "C.1. Benchmarks", "page_start": 13, "page_end": 13, "type": "Text", "text": "genetics, and professional medicine.", "source": "marker_v2", "marker_block_id": "/page/12/Text/1"}
23
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0122", "section": "C.1. Benchmarks", "page_start": 13, "page_end": 13, "type": "Text", "text": "• MedXpertQA (Zuo et al., 2025) : An expert-level benchmark featuring challenging questions that require multi-step clinical reasoning, differential diagnosis, and treatment planning at the level expected of practicing physicians.", "source": "marker_v2", "marker_block_id": "/page/12/Text/2"}
24
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0123", "section": "C.2. Baselines", "page_start": 13, "page_end": 13, "type": "Text", "text": "We compare Med-TIV against comprehensive baselines spanning proprietary systems, general-purpose models, and domainspecialized approaches.", "source": "marker_v2", "marker_block_id": "/page/12/Text/4"}
25
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0124", "section": "Proprietary Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "GPT-4o-mini (OpenAI et al., 2024) : A compact variant of OpenAI's GPT-4o optimized for efficiency while maintaining strong reasoning capabilities across diverse tasks. Gemini-2.0-Flash: Google's efficient multimodal model designed for fast inference with competitive performance on knowledge-intensive benchmarks.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/388"}
26
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0125", "section": "General Reasoning Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "DeepSeek-R1 (Guo et al., 2025) : A 671B parameter reasoning model trained with RL, representing the current frontier of open-weight reasoning capabilities. R1-Distill-Qwen / R1-Distill-Llama: Distilled variants of DeepSeek-R1 at 7B and 8B scales respectively, designed to transfer reasoning capabilities to smaller architectures.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/389"}
27
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0126", "section": "General Foundation Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "Qwen2.5 (Yang et al., 2025) : A family of open-weight language models with strong multilingual and reasoning capabilities, evaluated at 7B and 32B parameter scales. Llama3.1 (Grattafiori et al., 2024) : Meta's open-source foundation model demonstrating competitive performance across diverse benchmarks, evaluated at the 8B scale.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/390"}
28
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0127", "section": "Medical Domain Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "AlphaMed (Liu et al., 2025a) : A medical reasoning model that employs RL with rule-based rewards to enhance clinical reasoning without reliance on distillation from larger models. UltraMedical (Zhang et al., 2024) : A specialized medical model combining high-quality instruction tuning on curated biomedical corpora with preference optimization for improved clinical accuracy. HuatuoGPT-o1 (Chen et al., 2024) : A medical reasoning model incorporating chain-of-thought reasoning with internal verification mechanisms to improve diagnostic accuracy.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/391"}
29
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0128", "section": "Medical Reward Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "MedS 3 (Jiang et al., 2025b) : A self-evolved soft dual-sided process supervision framework for medical reasoning that generates training signals through iterative self-improvement without external annotations. Med-PRM (Yun et al., 2025) : A process reward model for medical reasoning verification that provides step-level supervision using static retrieval-augmented generation with guideline-based verification.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/392"}
30
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0129", "section": "D. Case Analysis", "page_start": 13, "page_end": 13, "type": "Text", "text": "Table 6 presents a complete verification example illustrating how a Med-TIV trained verifier identifies reasoning errors through dynamic evidence retrieval. The case involves a patient with bladder cancer who develops ototoxicity following chemotherapy. The generator's reasoning trace incorrectly attributes the symptoms to taxanes based on their known association with ototoxicity, concluding with answer (B). However, the model retrieves evidence establishing that cisplatin—the standard neoadjuvant therapy for transitional cell carcinoma—is the causative agent, and its mechanism involves DNA cross-linking rather than microtubule hyperstabilization. Through iterative search and reasoning, verifier correctly identifies the error, demonstrating the value of tool augmentation for catching subtle medical reasoning mistakes.", "source": "marker_v2", "marker_block_id": "/page/12/Text/22"}
31
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0130", "section": "D. Case Analysis", "page_start": 14, "page_end": 14, "type": "Text", "text": "Table 6. Complete verification demonstration. Given a medical problem and a reasoning trace, the verifier retrieves relevant evidence and correctly identifies the reasoning error within the trace.", "source": "marker_v2", "marker_block_id": "/page/13/Text/2"}
32
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0131", "section": "Medical Problem", "page_start": 14, "page_end": 14, "type": "Text", "text": "Question: A 67-year-old man with transitional cell carcinoma of the bladder comes to the physician because of a 2-day history of ringing sensation in his ear. He received this first course of neoadjuvant chemotherapy 1 week ago. Pure tone audiometry shows a sensorineural hearing loss of 45 dB. The expected beneficial effect of the drug that caused this patient's symptoms is most likely due to which of the following actions?", "source": "marker_v2", "marker_block_id": "/page/13/Text/4"}
33
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0132", "section": "Medical Problem", "page_start": 14, "page_end": 14, "type": "Text", "text": "Options: (A) Inhibition of proteasome (B) Hyperstabilization of microtubules (C) Generation of free radicals (D) Cross-linking of DNA", "source": "marker_v2", "marker_block_id": "/page/13/Text/5"}
34
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0133", "section": "Generator Reasoning Trace", "page_start": 14, "page_end": 14, "type": "Text", "text": "The patient's presentation of ringing in the ear, known as tinnitus, and a sensorineural hearing loss of 45 dB, suggest ototoxicity. Ototoxicity is a well-known side effect of certain chemotherapy drugs. Neoadjuvant chemotherapy refers to the use of chemotherapy before other treatments such as surgery. The patient has received a course of neoadjuvant chemotherapy 1 week ago, which aligns with the recent onset of ototoxic symptoms. To determine the cause of ototoxicity from the provided options, we need to identify which of the options is likely to cause sensorineural hearing loss. Option (A), Inhibition of proteasome, is associated with drugs like bortezomib (Velcade), which are less commonly associated with ototoxicity. Option (B), Hyperstabilization of microtubules, is a known mechanism of taxanes (e.g., paclitaxel, docetaxel). Taxanes are known to cause ototoxicity, making this a potential candidate. Option (C), Generation of free radicals, is a general mechanism that can cause cellular damage but is not specifically known to be associated with ototoxicity. Option (D), Cross-linking of DNA, is a known mechanism of alkylating agents like cyclophosphamide. While alkylating agents can cause ototoxicity, this mechanism is not as commonly linked to ototoxicity as other options. Considering the options, the one most commonly associated with ototoxicity is hyperstabilization of microtubules. Therefore, the drug that most likely caused this patient's symptoms is one that hyperstabilizes microtubules. The answer is (B).", "source": "marker_v2", "marker_block_id": "/page/13/Text/7"}
35
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0134", "section": "Verifier Judgment", "page_start": 14, "page_end": 14, "type": "Text", "text": "<think> Let's check the common chemotherapeutic agents used for bladder cancer and their known side effects. Transitional cell carcinoma of the bladder is often treated with cisplatin-based chemotherapy as neoadjuvant therapy. We need to determine if any of the options match the known side effects of these drugs. Let's search to confirm the side effects of cisplatin and other common bladder cancer chemotherapy drugs. </think>", "source": "marker_v2", "marker_block_id": "/page/13/Text/9"}
36
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0135", "section": "Verifier Judgment", "page_start": 14, "page_end": 14, "type": "ListGroup", "text": "<search> common side effects of cisplatin chemotherapy </search> <information> [Search Results regarding Cisplatin toxicity and mechanisms...] </information> <think> From the information, cisplatin is known to cause ototoxicity, which aligns with the patient's symptoms of sensorineural hearing loss. Now let's check the mechanisms of action for the options: Option (A): Inhibition of proteasome - This is associated with drugs like bortezomib and is not used for bladder cancer. Option (B): Hyperstabilization of microtubules - This is the mechanism of taxanes (e.g., paclitaxel, docetaxel). Option (C): Generation of free radicals - This is not specific to a single mechanism and is not commonly associated with ototoxicity. Option (D): Cross-linking of DNA - This is the mechanism of alkylating agents (e.g., cyclophosphamide). Cisplatin is an alkylating agent, and its mechanism involves cross-linking of DNA. Therefore, the correct answer should be (D). </think>", "source": "marker_v2", "marker_block_id": "/page/13/ListGroup/279"}
37
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0136", "section": "Verifier Judgment", "page_start": 14, "page_end": 14, "type": "Text", "text": "<answer>0</answer>", "source": "marker_v2", "marker_block_id": "/page/13/Text/13"}
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/appendix_text_v3.txt ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 11 | section: A. Limitation | type: Text]
2
+ While Med-TIV demonstrates substantial improvements over existing medical reasoning verification approaches, several limitations warrant discussion and suggest directions for future research.
3
+
4
+ [p. 11 | section: A. Limitation | type: Text]
5
+ Process Supervision. Our current training paradigm relies solely on trace-level outcome rewards, providing no supervision on intermediate verification behaviors such as when to search, what queries to formulate, or how to integrate retrieved evidence. While this design eliminates the need for costly step-level annotations, it may lead to suboptimal search patterns or redundant retrieval operations. Future work could explore supervision for the verification task itself, or leverage techniques such as search behavior cloning from stronger models to provide denser optimization signals.
6
+
7
+ [p. 11 | section: A. Limitation | type: Text]
8
+ Retrieval Corpus Coverage. Med-TIV's verification accuracy is inherently bounded by the coverage and quality of the underlying medical corpus. Our retrieval system indexes documents from PubMed abstracts and medical textbooks, which provides broad coverage of established medical knowledge but may lack recent findings, rare disease information, or region-specific clinical guidelines. Verification of reasoning traces involving cutting-edge treatments or highly specialized subspecialties may be limited by corpus gaps.
9
+
10
+ [p. 11 | section: A. Limitation | type: Text]
11
+ Language and Domain Scope. All training and evaluation are conducted on English-language medical reasoning benchmarks. The generalization of Med-TIV to multilingual medical content or non-Western medical traditions remains unexplored. Additionally, while our benchmarks span multiple medical subdomains, certain specialized areas such as genomics, radiology interpretation, and surgical planning may require domain-adapted retrieval corpora for optimal verification performance.
12
+
13
+ [p. 11 | section: B.1. Hyperparameter Settings | type: Text]
14
+ Table 4 provides comprehensive hyperparameter configurations for Med-TIV training across both iterations. We maintain mostly consistent settings between iterations to isolate the effect of iterative training from hyperparameter tuning.
15
+
16
+ [p. 11 | section: B.1. Hyperparameter Settings | type: TableGroup]
17
+ Hyperparameters Iteration 1 Iteration 2 RL Algorithm Dr.GRPO Dr.GRPO Clip ratio (low / high) 0.2 / 0.3 0.2 / 0.3 Learning rate 1e-6 1e-6 Warmup steps 10 10 Training epochs 5 5 Global batch size 256 256 Mini-batch size 256 256 Group size (G) 5 8 Rollout sampling temperature 1.0 1.0 Rollout top-p 0.95 0.95 Curriculum filtering Enabled Enabled Table 4. Hyperparameter configurations for Med-TIV training across iterations.
18
+
19
+ [p. 11 | section: B.2. Retrieval Setup | type: Text]
20
+ We construct our retrieval infrastructure using a dense retrieval architecture optimized for medical domain queries. The corpus is derived from the MedRAG (Zhao et al., 2025) collection, specifically combining the PubMed and Textbooks subcorpora into a unified index. The PubMed subset contains approximately 23.9 million biomedical abstracts covering research publications, while the Textbooks subset includes content from standard medical textbooks spanning clinical medicine, pharmacology, pathology, and related disciplines. After deduplication and quality filtering, the combined corpus contains approximately 24 million snippets.
21
+
22
+ [p. 11 | section: B.2. Retrieval Setup | type: Text]
23
+ We employ MedCPT (Jin et al., 2023) as our dense retrieval encoder, specifically the query encoder variant for encoding
24
+
25
+ [p. 12 | section: B.2. Retrieval Setup | type: Text]
26
+ Table 5. Prompt template.
27
+
28
+ [p. 12 | section: User Prompt | type: Text]
29
+ You are a reasoning validator for medical problems. Your task is to think step by step and evaluate whether the given reasoning trace of a medical problem contains errors.
30
+
31
+ [p. 12 | section: User Prompt | type: Text]
32
+ First, you must always perform a step-by-step analysis to examine the entire reasoning process. Then, based on your analysis, you will make a definitive judgment.
33
+
34
+ [p. 12 | section: User Prompt | type: ListGroup]
35
+ Use 1 if the reasoning trace is free of errors. Use 0 if the reasoning trace contains one or more errors.
36
+
37
+ [p. 12 | section: Output Instruction | type: Text]
38
+ You must conduct your step-by-step analysis inside <think> and </think> first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by <search> query </search> and it will return the top searched results between <information> and </information>. You can search as many times as you want. If you find no further external knowledge needed, you can directly provide the answer inside <answer> and </answer>, without detailed illustrations.
39
+
40
+ [p. 12 | section: Output Instruction | type: Code]
41
+ Medical Problem: {The full Medical Problem on one or more lines.} Reasoning Trace: {The full Reasoning Trace on one or more lines.}
42
+
43
+ [p. 12 | section: Output Instruction | type: Text]
44
+ search queries and article encoder for encoding corpus snippets. Document embeddings are pre-computed and stored in a FAISS index using the Flat configuration for maximum retrieval accuracy, distributed across multiple GPUs using FAISS's GPU sharding capability to enable parallel similarity search. For each search query, we retrieve the top-3 most relevant documents for both training and inference.
45
+
46
+ [p. 12 | section: B.3. Baseline Setup | type: Text]
47
+ We describe the configuration of reward model baselines used in our experiments. For Med-PRM, which employs static retrieval-augmented generation, we equip it with the same retrieval corpus, encoder, and top-k setting as our framework to ensure a controlled comparison. MedS 3 does not support external tool invocation and is therefore evaluated without retrieval augmentation. For confidence score extraction and inference hyperparameter settings, we follow the configurations specified in each baseline's original publication.
48
+
49
+ [p. 12 | section: B.4. Prompt Template | type: Text]
50
+ We design a structured prompt template that guides the verifier through systematic reasoning with explicit tool invocation syntax. The complete prompt is shown in Table 5.
51
+
52
+ [p. 12 | section: C.1. Benchmarks | type: Text]
53
+ We evaluate Med-TIV on four established medical reasoning benchmarks that collectively assess verification capability across varying difficulty levels and medical subdomains.
54
+
55
+ [p. 12 | section: C.1. Benchmarks | type: Text]
56
+ • MedQA (Jin et al., 2020) : A dataset of multiple-choice questions derived from the United States Medical Licensing Examination (USMLE), designed to evaluate clinical reasoning and medical knowledge integration across diverse specialties.
57
+
58
+ [p. 12 | section: C.1. Benchmarks | type: Text]
59
+ • MedMCQA (Pal et al., 2022) : A large-scale multi-subject benchmark sourced from Indian medical entrance examinations (AIIMS and NEET-PG), covering 21 medical subjects with emphasis on factual knowledge and clinical application.
60
+
61
+ [p. 12 | section: C.1. Benchmarks | type: Text]
62
+ • MMLU-Med (Hendrycks et al., 2021) : An aggregation of medical-related subsets from the Massive Multitask Language Understanding benchmark, encompassing anatomy, clinical knowledge, college biology, college medicine, medical
63
+
64
+ [p. 13 | section: C.1. Benchmarks | type: Text]
65
+ genetics, and professional medicine.
66
+
67
+ [p. 13 | section: C.1. Benchmarks | type: Text]
68
+ • MedXpertQA (Zuo et al., 2025) : An expert-level benchmark featuring challenging questions that require multi-step clinical reasoning, differential diagnosis, and treatment planning at the level expected of practicing physicians.
69
+
70
+ [p. 13 | section: C.2. Baselines | type: Text]
71
+ We compare Med-TIV against comprehensive baselines spanning proprietary systems, general-purpose models, and domainspecialized approaches.
72
+
73
+ [p. 13 | section: Proprietary Models. | type: ListGroup]
74
+ GPT-4o-mini (OpenAI et al., 2024) : A compact variant of OpenAI's GPT-4o optimized for efficiency while maintaining strong reasoning capabilities across diverse tasks. Gemini-2.0-Flash: Google's efficient multimodal model designed for fast inference with competitive performance on knowledge-intensive benchmarks.
75
+
76
+ [p. 13 | section: General Reasoning Models. | type: ListGroup]
77
+ DeepSeek-R1 (Guo et al., 2025) : A 671B parameter reasoning model trained with RL, representing the current frontier of open-weight reasoning capabilities. R1-Distill-Qwen / R1-Distill-Llama: Distilled variants of DeepSeek-R1 at 7B and 8B scales respectively, designed to transfer reasoning capabilities to smaller architectures.
78
+
79
+ [p. 13 | section: General Foundation Models. | type: ListGroup]
80
+ Qwen2.5 (Yang et al., 2025) : A family of open-weight language models with strong multilingual and reasoning capabilities, evaluated at 7B and 32B parameter scales. Llama3.1 (Grattafiori et al., 2024) : Meta's open-source foundation model demonstrating competitive performance across diverse benchmarks, evaluated at the 8B scale.
81
+
82
+ [p. 13 | section: Medical Domain Models. | type: ListGroup]
83
+ AlphaMed (Liu et al., 2025a) : A medical reasoning model that employs RL with rule-based rewards to enhance clinical reasoning without reliance on distillation from larger models. UltraMedical (Zhang et al., 2024) : A specialized medical model combining high-quality instruction tuning on curated biomedical corpora with preference optimization for improved clinical accuracy. HuatuoGPT-o1 (Chen et al., 2024) : A medical reasoning model incorporating chain-of-thought reasoning with internal verification mechanisms to improve diagnostic accuracy.
84
+
85
+ [p. 13 | section: Medical Reward Models. | type: ListGroup]
86
+ MedS 3 (Jiang et al., 2025b) : A self-evolved soft dual-sided process supervision framework for medical reasoning that generates training signals through iterative self-improvement without external annotations. Med-PRM (Yun et al., 2025) : A process reward model for medical reasoning verification that provides step-level supervision using static retrieval-augmented generation with guideline-based verification.
87
+
88
+ [p. 13 | section: D. Case Analysis | type: Text]
89
+ Table 6 presents a complete verification example illustrating how a Med-TIV trained verifier identifies reasoning errors through dynamic evidence retrieval. The case involves a patient with bladder cancer who develops ototoxicity following chemotherapy. The generator's reasoning trace incorrectly attributes the symptoms to taxanes based on their known association with ototoxicity, concluding with answer (B). However, the model retrieves evidence establishing that cisplatin—the standard neoadjuvant therapy for transitional cell carcinoma—is the causative agent, and its mechanism involves DNA cross-linking rather than microtubule hyperstabilization. Through iterative search and reasoning, verifier correctly identifies the error, demonstrating the value of tool augmentation for catching subtle medical reasoning mistakes.
90
+
91
+ [p. 14 | section: D. Case Analysis | type: Text]
92
+ Table 6. Complete verification demonstration. Given a medical problem and a reasoning trace, the verifier retrieves relevant evidence and correctly identifies the reasoning error within the trace.
93
+
94
+ [p. 14 | section: Medical Problem | type: Text]
95
+ Question: A 67-year-old man with transitional cell carcinoma of the bladder comes to the physician because of a 2-day history of ringing sensation in his ear. He received this first course of neoadjuvant chemotherapy 1 week ago. Pure tone audiometry shows a sensorineural hearing loss of 45 dB. The expected beneficial effect of the drug that caused this patient's symptoms is most likely due to which of the following actions?
96
+
97
+ [p. 14 | section: Medical Problem | type: Text]
98
+ Options: (A) Inhibition of proteasome (B) Hyperstabilization of microtubules (C) Generation of free radicals (D) Cross-linking of DNA
99
+
100
+ [p. 14 | section: Generator Reasoning Trace | type: Text]
101
+ The patient's presentation of ringing in the ear, known as tinnitus, and a sensorineural hearing loss of 45 dB, suggest ototoxicity. Ototoxicity is a well-known side effect of certain chemotherapy drugs. Neoadjuvant chemotherapy refers to the use of chemotherapy before other treatments such as surgery. The patient has received a course of neoadjuvant chemotherapy 1 week ago, which aligns with the recent onset of ototoxic symptoms. To determine the cause of ototoxicity from the provided options, we need to identify which of the options is likely to cause sensorineural hearing loss. Option (A), Inhibition of proteasome, is associated with drugs like bortezomib (Velcade), which are less commonly associated with ototoxicity. Option (B), Hyperstabilization of microtubules, is a known mechanism of taxanes (e.g., paclitaxel, docetaxel). Taxanes are known to cause ototoxicity, making this a potential candidate. Option (C), Generation of free radicals, is a general mechanism that can cause cellular damage but is not specifically known to be associated with ototoxicity. Option (D), Cross-linking of DNA, is a known mechanism of alkylating agents like cyclophosphamide. While alkylating agents can cause ototoxicity, this mechanism is not as commonly linked to ototoxicity as other options. Considering the options, the one most commonly associated with ototoxicity is hyperstabilization of microtubules. Therefore, the drug that most likely caused this patient's symptoms is one that hyperstabilizes microtubules. The answer is (B).
102
+
103
+ [p. 14 | section: Verifier Judgment | type: Text]
104
+ <think> Let's check the common chemotherapeutic agents used for bladder cancer and their known side effects. Transitional cell carcinoma of the bladder is often treated with cisplatin-based chemotherapy as neoadjuvant therapy. We need to determine if any of the options match the known side effects of these drugs. Let's search to confirm the side effects of cisplatin and other common bladder cancer chemotherapy drugs. </think>
105
+
106
+ [p. 14 | section: Verifier Judgment | type: ListGroup]
107
+ <search> common side effects of cisplatin chemotherapy </search> <information> [Search Results regarding Cisplatin toxicity and mechanisms...] </information> <think> From the information, cisplatin is known to cause ototoxicity, which aligns with the patient's symptoms of sensorineural hearing loss. Now let's check the mechanisms of action for the options: Option (A): Inhibition of proteasome - This is associated with drugs like bortezomib and is not used for bladder cancer. Option (B): Hyperstabilization of microtubules - This is the mechanism of taxanes (e.g., paclitaxel, docetaxel). Option (C): Generation of free radicals - This is not specific to a single mechanism and is not commonly associated with ototoxicity. Option (D): Cross-linking of DNA - This is the mechanism of alkylating agents (e.g., cyclophosphamide). Cisplatin is an alkylating agent, and its mechanism involves cross-linking of DNA. Therefore, the correct answer should be (D). </think>
108
+
109
+ [p. 14 | section: Verifier Judgment | type: Text]
110
+ <answer>0</answer>
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/assets.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "filename": "_page_0_Figure_9.jpeg",
4
+ "path": "data/processed_papers/icml26_20260429_1952_duequeue/marker_raw/19e76363-53a6-4f3c-8b50-844e1aea4e26/marker_markdown/19e76363-53a6-4f3c-8b50-844e1aea4e26/_page_0_Figure_9.jpeg",
5
+ "bytes": 52819,
6
+ "width": 670,
7
+ "height": 462,
8
+ "aspect_ratio": 1.4502164502164503,
9
+ "keep": true,
10
+ "reject_reason": null,
11
+ "model_path": "assets/_page_0_Figure_9.jpeg"
12
+ },
13
+ {
14
+ "filename": "_page_6_Figure_2.jpeg",
15
+ "path": "data/processed_papers/icml26_20260429_1952_duequeue/marker_raw/19e76363-53a6-4f3c-8b50-844e1aea4e26/marker_markdown/19e76363-53a6-4f3c-8b50-844e1aea4e26/_page_6_Figure_2.jpeg",
16
+ "bytes": 57571,
17
+ "width": 1345,
18
+ "height": 381,
19
+ "aspect_ratio": 3.5301837270341205,
20
+ "keep": true,
21
+ "reject_reason": null,
22
+ "model_path": "assets/_page_6_Figure_2.jpeg"
23
+ },
24
+ {
25
+ "filename": "_page_7_Figure_1.jpeg",
26
+ "path": "data/processed_papers/icml26_20260429_1952_duequeue/marker_raw/19e76363-53a6-4f3c-8b50-844e1aea4e26/marker_markdown/19e76363-53a6-4f3c-8b50-844e1aea4e26/_page_7_Figure_1.jpeg",
27
+ "bytes": 19561,
28
+ "width": 638,
29
+ "height": 481,
30
+ "aspect_ratio": 1.3264033264033264,
31
+ "keep": true,
32
+ "reject_reason": null,
33
+ "model_path": "assets/_page_7_Figure_1.jpeg"
34
+ }
35
+ ]
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/assets/_page_0_Figure_9.jpeg ADDED

Git LFS Details

  • SHA256: cc8ae194b0fb9eb0620aebb336fb7d9a3ee813db3b305e0fa79fead04e945674
  • Pointer size: 130 Bytes
  • Size of remote file: 52.8 kB
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/assets/_page_6_Figure_2.jpeg ADDED

Git LFS Details

  • SHA256: 37c8ad9454bc3023e933cbb4caf0c58c8b09c9437ed3461bbda164367d32007b
  • Pointer size: 130 Bytes
  • Size of remote file: 57.6 kB
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/assets/_page_7_Figure_1.jpeg ADDED

Git LFS Details

  • SHA256: e2f7d0136a0cc7a6b07cec05e416e47d8cfb93efda99e6ce1d7e8b8f06aaa6a7
  • Pointer size: 130 Bytes
  • Size of remote file: 19.6 kB
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/chunks_v3_anonymized.jsonl ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0000", "section": "Abstract", "page_start": 1, "page_end": 1, "type": "Text", "text": "Large language models have achieved strong performance on medical reasoning benchmarks, yet their deployment in clinical settings demands rigorous verification to ensure factual accuracy. While reward models offer a scalable approach for reasoning trace verification, existing methods face two limitations: they produce only scalar reward values without explicit justification, and they rely on single-pass retrieval that precludes adaptive knowledge access as verification unfolds. We introduce Med-TIV, an agentic framework that addresses these limitations by training medical reasoning verifiers to iteratively query external medical corpora during evaluation. Our approach combines tool-augmented verification with an iterative reinforcement learning paradigm that requires only trace-level supervision, alongside an adaptive curriculum mechanism that dynamically adjusts training data distribution. Across four medical reasoning benchmarks, Med-TIV achieves substantial gains over existing methods, improving MedQA accuracy by 23.5% and MedXpertQA by 32.0% relative to the base generator in particular. Crucially, Med-TIV demonstrates an 8× reduction in sampling budget requirement compared to prior reward model baselines. These findings establish that grounding verification in dynamically retrieved evidence offers a principled path toward more reliable medical reasoning systems.", "source": "marker_v2", "marker_block_id": "/page/0/Text/4"}
2
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0001", "section": "1. Introduction", "page_start": 1, "page_end": 1, "type": "Text", "text": "Large Language Models (LLMs) have demonstrated remarkable capabilities in medical reasoning, achieving competitive performance on clinical question answering, diagnostic", "source": "marker_v2", "marker_block_id": "/page/0/Text/6"}
3
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0002", "section": "1. Introduction", "page_start": 1, "page_end": 1, "type": "FigureGroup", "text": "Figure 1. Comparison of medical reasoning verification paradigms. Text-based judges rely on parametric knowledge and may validate erroneous reasoning, while tool-integrated judges dynamically retrieve evidence to ground their judgments.", "source": "marker_v2", "marker_block_id": "/page/0/FigureGroup/498"}
4
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0003", "section": "1. Introduction", "page_start": 1, "page_end": 1, "type": "Text", "text": "inference, and medical knowledge benchmarks (Ji et al., 2025a; Xiao et al., 2026) . While these advances hold significant promise for augmenting clinical decision making and democratizing access to medical expertise, the deployment of LLMs in high-stakes clinical settings demands rigorous verification mechanisms to ensure that generated reasoning is both factually accurate and logically sound (Zhang et al., 2025; Wang et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/0/Text/11"}
5
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0004", "section": "1. Introduction", "page_start": 1, "page_end": 1, "type": "Text", "text": "Reward-based judges have therefore emerged as a scalable solution for evaluating model outputs, supporting both posttraining refinement via reinforcement learning from human feedback (RLHF) and inference-time scaling through tree search (Snell et al., 2024) . These judges can be broadly categorized by the granularity of their supervision. Outcome Reward Models (ORMs) provide sparse trace-level supervision that quantifies the quality of the entire output, while Process Reward Models (PRMs) offer dense step-level feedback that scores each intermediate reasoning step, enabling fine-grained credit assignment and precise error localization within multi-step reasoning. Recent work has adapted both paradigms to the medical domain to assess complex clinical reasoning traces. In parallel, advances in generative reward modeling have extended judge models beyond", "source": "marker_v2", "marker_block_id": "/page/0/Text/12"}
6
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0005", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "scalar scoring, enabling them to produce natural-language critiques that explicitly justify their decisions (Liu et al., 2025c; Xiong et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/1/Text/1"}
7
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0006", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "Despite their effectiveness, reward-based judges exhibit fundamental limitations when applied to clinical reasoning tasks (Yun et al., 2025) . A primary concern is the prevalence of hallucinations in critique traces, where judge models generate plausible yet factually incorrect assessments (Figure 1) . This issue is particularly noticeable in the medical domain, where reliable verification demands grounding in authoritative clinical evidence and established medical knowledge. Unverified judgments could lead to the propagation of incorrect diagnostic or treatment recommendations. Existing medical reasoning verifiers typically provide only scalar reward signals, offering little or no justification for their judgments and thus limiting interpretability (Jiang et al., 2025b) . Furthermore, these methods often rely on a static Retrieval-Augmented Generation (RAG) pipeline, in which a fixed set of retrieved documents is prefixed to the context and remains unchanged throughout evaluation (Yun et al., 2025) . Such static design precludes adaptive, multi-turn evidence gathering and forces the verifier to a fixed retrieval budget, thus limiting scalability.", "source": "marker_v2", "marker_block_id": "/page/1/Text/2"}
8
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0007", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "To address these issues, we propose Med-TIV (Medical Tool-Integrated reasoning Verifier), an agentic reinforcement learning (RL) framework that trains LLMs to leverage external knowledge bases for judging medical reasoning traces 1 . Med-TIV features three key design principles: (1) a tool-augmented verification paradigm that enables dynamic, iterative knowledge retrieval during the evaluation process; (2) an iterative RL approach that progressively improves verification capabilities without requiring step-level expert annotations; and (3) an adaptive curriculum formulation strategy that adjusts the data distribution in response to the evolving capability of the model. By equipping judge models with tool-use capabilities, Med-TIV grounds evaluation decisions in external evidence rather than relying solely on parametric knowledge, thereby mitigating hallucination, improving interpretability, and overcoming the limitations of static RAG (Ji et al., 2025b; Xia et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/1/Text/3"}
9
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0008", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "To verify the effectiveness of Med-TIV, we conduct extensive experiments on common medical reasoning benchmarks. Our results demonstrate that Med-TIV trains strong medical verifiers: when guiding inference-time search for a 7B generator model, our trained verifier achieves relative improvements of 23.5% on MedQA and 32.0% on MedXpertQA compared to the generator model alone. Moreover, Med-TIV consistently outperforms existing medical reward model baselines and surpasses the performance of models that are up to 4× larger in scale. Notably, Med-TIV", "source": "marker_v2", "marker_block_id": "/page/1/Text/4"}
10
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0009", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "also demonstrates an 8× gain in sampling efficiency compared to prior reward-based approaches, achieving equivalent accuracy with substantially fewer sampled reasoning traces during test-time search.", "source": "marker_v2", "marker_block_id": "/page/1/Text/6"}
11
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0010", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "Our main contributions are summarized as follows:", "source": "marker_v2", "marker_block_id": "/page/1/Text/7"}
12
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0011", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "ListGroup", "text": "We propose Med-TIV, a novel tool-integrated verification framework that enables dynamic, iterative knowledge retrieval during medical reasoning evaluation, providing both interpretable, fine-grained justification and improved factual grounding. We introduce an iterative RL paradigm with curriculumbased difficulty adaptation that progressively improves verification capabilities through self-bootstrapping, requiring only trace-level supervision rather than dense steplevel expert annotations. Med-TIV achieves state-of-the-art performance on four medical reasoning benchmarks, with comprehensive ablation studies that validate each component's contribution.", "source": "marker_v2", "marker_block_id": "/page/1/ListGroup/657"}
13
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0012", "section": "2.1. Problem Setup", "page_start": 2, "page_end": 2, "type": "Text", "text": "We define medical reasoning verification as the task of assessing the correctness of a multi-step reasoning trace generated in response to a medical question. Formally, given a medical question q ∈ Q and a multi-step reasoning trace τ = (s1, s2, . . . , sm) from a generator model, a verifier model determines whether τ contains any errors. We formulate this problem as binary classification, where the verifier Vθ(q, τ ) produces a judgment ℓ ∈ {0, 1}, where ℓ = 1 indicates a error-free reasoning trace, and ℓ = 0 indicates the presence of one or more errors. Unlike scalar reward models that output continuous scores, we adopt a generative judge paradigm in which the verifier produces a discrete judgment accompanied by a detailed critique trace that provides a structured justification for the decision.", "source": "marker_v2", "marker_block_id": "/page/1/Text/13"}
14
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0013", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 2, "page_end": 2, "type": "Text", "text": "Following prior works (Jin et al., 2025) , we extend the verifier with access to an external search engine E that retrieves top-k documents from a curated medical corpus (See Appendix B.2 for details). Retrieved documents are appended verbatim to the verifier context. Given a verification instance (q, τ ), the verifier constructs an iterative verfication trajectory. At step k, the trajectory is represented as:", "source": "marker_v2", "marker_block_id": "/page/1/Text/15"}
15
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0014", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 2, "page_end": 2, "type": "Equation", "text": "\\mathbf{t}_k = \\{r_1, a_1, o_1, \\dots, r_k, a_k, o_k\\},\\", "source": "marker_v2", "marker_block_id": "/page/1/Equation/16"}
16
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0015", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 2, "page_end": 2, "type": "Text", "text": "where r i denotes a natural language reasoning step analyzing the medical content, a i is a search query formulated to retrieve relevant medical knowledge, and o i = E(ai) represents the retrieved documents. The iterative verification", "source": "marker_v2", "marker_block_id": "/page/1/Text/17"}
17
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0016", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 2, "page_end": 2, "type": "Footnote", "text": "1 Code is available at PittNAIL/med-tiv", "source": "marker_v2", "marker_block_id": "/page/1/Footnote/5"}
18
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0017", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Caption", "text": "Figure 2. Overview of Med-TIV. Left: Tool-integrated verification iteratively analyzes reasoning traces, formulates search queries, and retrieves medical evidence before producing correctness judgments. Middle: Curriculum formulation filters trivial and impossible instances, retaining boundary cases for RL training. Right: At inference time, the verifier evaluates candidate medical reasoning traces generated by a frozen model and final answers are selected via weighted self-consistency.", "source": "marker_v2", "marker_block_id": "/page/2/Caption/2"}
19
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0018", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "process is defined as:", "source": "marker_v2", "marker_block_id": "/page/2/Text/3"}
20
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0019", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "123124125", "source": "marker_v2", "marker_block_id": "/page/2/Text/29"}
21
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0020", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "135136", "source": "marker_v2", "marker_block_id": "/page/2/Text/35"}
22
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0021", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "137138", "source": "marker_v2", "marker_block_id": "/page/2/Text/36"}
23
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0022", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Equation", "text": "(r_k, a_k) \\sim V_{\\theta}(q, \\tau, \\mathbf{t}_{k-1}), o_k = \\mathcal{E}(a_k), \\mathbf{t}_k = \\mathbf{t}_{k-1} \\oplus r_k \\oplus a_k \\oplus o_k,", "source": "marker_v2", "marker_block_id": "/page/2/Equation/4"}
24
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0023", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "where \\oplus denotes sequence concatenation. This process continues until the verifier produces a final judgment \\ell \\sim V_{\\theta}(q,\\tau,\\mathbf{t}_T) at the terminal step T. By allowing multiple tool executions, the verifier dynamically retrievs medical knowledge as need to verify specific claims in the reasoning trace. Table 5 in the Appendix shows the explicit instruction used in our experiments.", "source": "marker_v2", "marker_block_id": "/page/2/Text/5"}
25
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0024", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Text", "text": "Test-time search strategies improve reasoning performance by leveraging reward models to evaluate and select among multiple candidate solutions (Shi et al., 2024). Given a frozen generator model \\pi_{\\rm gen} and a question q, we first sample N independent reasoning traces:", "source": "marker_v2", "marker_block_id": "/page/2/Text/7"}
26
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0025", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Equation", "text": "\\{\\tau^{(j)}\\}_{j=1}^N \\sim \\pi_{\\mathrm{gen}}(\\cdot \\mid q).", "source": "marker_v2", "marker_block_id": "/page/2/Equation/8"}
27
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0026", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Text", "text": "A trained verifier V_{\\theta} then scores each candidate trace, and the final output is selected based on these scores. Common selection strategies include Best-of-N sampling, which", "source": "marker_v2", "marker_block_id": "/page/2/Text/9"}
28
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0027", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Text", "text": "selects the trace with the highest score:", "source": "marker_v2", "marker_block_id": "/page/2/Text/10"}
29
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0028", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Equation", "text": "\\hat{\\tau} = \\arg\\max_{\\tau^{(j)}} V_{\\theta}(q, \\tau^{(j)}),", "source": "marker_v2", "marker_block_id": "/page/2/Equation/11"}
30
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0029", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Text", "text": "and verification-based majority voting, where candidate traces are first filtered by the verifier and the final answer is determined by consensus among verified traces. Med-TIV trains such a plug-in verifier that provides tool-grounded assessments that can be used to augment decision-making for any frozen generator model at inference time.", "source": "marker_v2", "marker_block_id": "/page/2/Text/12"}
31
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0030", "section": "3. Tool-Integrated Medical Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "Med-TIV is an agentic verification framework that trains models to leverage external knowledge bases for verifying whether a given medical reasoning trace contains errors. We adopt an iterative training approach based on dynamic curriculum learning, which requires no fine-grained step-level expert supervision and trains solely through multiple rounds of reinforcement learning (Figure 2). We next describe the training procedure of Med-TIV in details.", "source": "marker_v2", "marker_block_id": "/page/2/Text/14"}
32
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0031", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 3, "page_end": 3, "type": "Text", "text": "Data Construction. All training data across iterations is derived from the open-source Med-PRM dataset. Each original instance consists of a tuple (q, \\tau, \\ell_{\\text{step}}, \\ell_{\\text{trace}}) , where q is a medical question, \\tau is a multi-step reasoning trace, \\ell_{\\text{step}} de-", "source": "marker_v2", "marker_block_id": "/page/2/Text/16"}
33
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0032", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "notes step-level labels, and \\ell_{trace} is a trace-level correctness label<sup>2</sup>.", "source": "marker_v2", "marker_block_id": "/page/3/Text/1"}
34
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0033", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "At each training iteration, we only utilize the triplet (q,\\tau,\\ell_{\\text{trace}}) with human-annotated trace-level labels. Step-level labels \\ell_{\\text{step}} is intentionally excluded, as Med-TIV is designed to improve verification performance without replying on fine-grained supervision. For each training iteration, we fix the training data budget to 20K instances and enforce a balanced label distribution between correct ( \\ell_{\\text{trace}}=1 ) and incorrect ( \\ell_{\\text{trace}}=0 ) reasoning traces.", "source": "marker_v2", "marker_block_id": "/page/3/Text/2"}
35
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0034", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "Algorithm. We employ Dr. GRPO (Liu et al., 2025b) as the RL algorithm for training the verifier. Given a verification instance (q_i, \\tau_i) , we sample a group of G verification trajectories \\{\\mathbf{o}_i\\}_{i=1}^G from the current policy \\pi_\\theta . Each trajectory \\mathbf{o}_i = (o_i^1, \\dots, o_i^{|\\mathbf{o}_i|}) consists of reasoning tokens, search queries, retrieved documents, and a final judgment. The objective is:", "source": "marker_v2", "marker_block_id": "/page/3/Text/3"}
36
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0035", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\frac{1}{G} \\sum_{i=1}^{G} \\sum_{t=1}^{|\\mathbf{o}_i|} \\left\\{ \\min \\left[ r_i^t \\hat{A}_i^t, \\operatorname{clip} \\left( r_i^t, 1 - \\epsilon_l, 1 + \\epsilon_h \\right) \\hat{A}_i^t \\right] \\right\\}, \\quad (1)", "source": "marker_v2", "marker_block_id": "/page/3/Equation/4"}
37
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0036", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "where r_i^t = \\frac{\\pi_\\theta(o_i^t|\\mathbf{q},\\mathbf{o}_i^{< t})}{\\pi_{\\theta_{\\mathrm{old}}}(o_i^t|\\mathbf{q},\\mathbf{o}_i^{< t})} , \\mathbf{q} = (q,\\tau) denotes the input prompt containing the question and reasoning trace, \\mathbf{o}_i^{< t} represents previously generated tokens, and \\epsilon_l and \\epsilon_h are the clipping parameters. The advantage term \\hat{A}_i^t is defined as:", "source": "marker_v2", "marker_block_id": "/page/3/Text/5"}
38
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0037", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\hat{A}_i^t = R(\\mathbf{q}, \\mathbf{o}_i) - \\text{mean}\\left(\\left\\{R(\\mathbf{q}, \\mathbf{o}_1), \\dots, R(\\mathbf{q}, \\mathbf{o}_G)\\right\\}\\right).", "source": "marker_v2", "marker_block_id": "/page/3/Equation/6"}
39
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0038", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "Reward Designs. To facilitate multi-turn RL with tool execution, we design a structured reward covering two complementary objectives, following prior practices (Jin et al., 2025):", "source": "marker_v2", "marker_block_id": "/page/3/Text/7"}
40
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0039", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "(i) Correctness Reward (R_c) : This component measures whether the verifier's judgment aligns with the ground-truth label. Let \\mathbf{q} = (q, \\tau) denote the verification prompt and \\ell \\in \\{0, 1\\} the ground-truth label. We define:", "source": "marker_v2", "marker_block_id": "/page/3/Text/8"}
41
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0040", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Equation", "text": "R_c = \\mathbb{1}(\\text{extract}(\\mathbf{o}) = \\ell),", "source": "marker_v2", "marker_block_id": "/page/3/Equation/9"}
42
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0041", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "where \\mathbb{1}(\\cdot) is the indicator function and extract(o) parses the final judgment from the <answer> tags in the generated trajectory o. Intuitively, R_c=1 if the verifier's decision is correct, and R_c=0 otherwise.", "source": "marker_v2", "marker_block_id": "/page/3/Text/10"}
43
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0042", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "(ii) Format Reward (R_f) : To ensure reliable tool use and structured outputs, the verifier is required to adhere to a predefined format. Specifically, reasoning steps must be enclosed within <think> tags, search queries within <search> tags, and the final judgment within <answer>", "source": "marker_v2", "marker_block_id": "/page/3/Text/11"}
44
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0043", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "tags. To discourage degenerate outputs, we further penalize excessive tag usage. Specifically, R_f=1 if the output satisfies all formatting constraints and contains no more than 10 < answer> tag pairs; <math>R_f=0.25 if the output is correct but exhibits tag overflow; and R_f=0 otherwise.", "source": "marker_v2", "marker_block_id": "/page/3/Text/13"}
45
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0044", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "The final reward {\\cal R} is defined as the product of the two components:", "source": "marker_v2", "marker_block_id": "/page/3/Text/14"}
46
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0045", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Equation", "text": "R = R_c \\times R_f .", "source": "marker_v2", "marker_block_id": "/page/3/Equation/15"}
47
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0046", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "Adaptive Curriculum Formulation. A central challenge in RL for verification is ensuring that training data remains appropriately calibrated to the evolving capability of the model. Instances that are either trivially easy or impossibly difficult yields minimal learning signal, as the resulting policy gradients approach zero. To address this issue, we adopt a model-aware curriculum formulation mechanism that dynamically adapts the task distribution at each training iteration.", "source": "marker_v2", "marker_block_id": "/page/3/Text/17"}
48
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0047", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "Concretely, before each iteration t, we perform online filtering on the sampled batch \\mathcal{B}_t to construct an effective training set \\mathcal{D}_t :", "source": "marker_v2", "marker_block_id": "/page/3/Text/18"}
49
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0048", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\mathcal{D}_t = \\{(q, \\tau, \\ell) \\in \\mathcal{B}_t : \\exists g, g' \\in \\{1, \\dots, G\\} \\text{ s.t. } r^{(g)} \\neq r^{(g')}\\}.", "source": "marker_v2", "marker_block_id": "/page/3/Equation/19"}
50
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0049", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "Here, for each candidate instance (q, \\tau, \\ell) \\in \\mathcal{B}_t , we sample G verification trajectories \\{o^{(g)}\\}_{g=1}^G from the current policy \\pi_{\\theta_t} . We then compute the corresponding rewards \\{r^{(g)}\\}_{g=1}^G . Finally, we retain only instances if any two rewards are different, i.e., reward variance is non-zero (Khatri et al., 2025).", "source": "marker_v2", "marker_block_id": "/page/3/Text/20"}
51
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0050", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "This criterion eliminates prompts where the model either consistently succeeds or consistently fails across all sampled trajectories. By filtering these zero-gradient instances, optimization is focused on decision-boundary cases where the verifier exhibits uncertainty.", "source": "marker_v2", "marker_block_id": "/page/3/Text/21"}
52
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0051", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "To maintain a fixed training budget per iteration, we iteratively resample additional instances from the labeled pool \\mathcal{B} and apply the same filtering criterion until |\\mathcal{D}_t|=20K . This dynamic curriculum evolves naturally across iterations as the verifier improves, eliminating the need for manually designed difficulty schedules.", "source": "marker_v2", "marker_block_id": "/page/3/Text/22"}
53
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0052", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "Iterative Training via Self-Bootstrapping. We adopt an iterative training approach that progressively improves verification capabilities through multiple rounds of RL. Unlike prior work that alternates between rejection sampling, supervised fine-tuning (SFT), and RL (Xu et al., 2025), our approach operates entirely through iterative RL, following the RL-Zero paradigm where the model reinforces its verification capabilities without requiring dense turn-level expert demonstrations for cold start.", "source": "marker_v2", "marker_block_id": "/page/3/Text/23"}
54
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0053", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Footnote", "text": "& lt;sup>2</sup>Dataset is available at", "source": "marker_v2", "marker_block_id": "/page/3/Footnote/12"}
55
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0054", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "Algorithm 1 Iterative Training of Tool-Integrated Medical Reasoning Verifier", "source": "marker_v2", "marker_block_id": "/page/4/Text/1"}
56
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0055", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "249250", "source": "marker_v2", "marker_block_id": "/page/4/Text/45"}
57
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0056", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Code", "text": "Require: Base verifier \\pi_{\\theta_0}, labeled dataset pool \\mathcal{D} = \\{(q_i, \\tau_i, \\ell_i)\\}_{i=1}^N, maximum iterations T_{\\text{max}}, batch size B, group size G, search engine \\mathcal{E} Ensure: Trained verifier \\pi_{\\theta^*} 1: for t = 1 to T_{\\text{max}} do Sample labeled batch \\mathcal{B}_t \\leftarrow \\text{SAMPLEBATCH}(\\mathcal{D}, B) 3: 4: \\mathcal{D}_t \\leftarrow \\emptyset ▷ Curriculum formulation 5: for each (q, \\tau, \\ell) \\in \\mathcal{B}_t do 6: Sample verification trajectories: 7: \\{\\hat{\\ell}^{(g)}\\}_{q=1}^G \\sim \\pi_{\\theta_t}(\\cdot \\mid q, \\tau, \\mathcal{E}) Compute rewards within group: 8: r^{(\\hat{g})} \\leftarrow \\mathbb{1}[\\hat{\\ell}^{(g)} = \\ell], \\text{ for } g \\in 1, \\dots, G if \\exists g \\neq g' such that r^{(g)} \\neq r^{(g')} then 9: Add (q, \\tau, \\ell) to curriculum set \\mathcal{D}_t 10: 11: end if 12: end for 13: ▶ RL optimization on curriculum data \\pi_{\\theta_{t+1}} \\leftarrow \\text{DR.GRPO}(\\pi_{\\theta_t}, \\mathcal{D}_t, \\mathcal{E}) 15: end for 16: Return \\pi_{\\theta_{T_{\\max}}}", "source": "marker_v2", "marker_block_id": "/page/4/Code/2"}
58
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0057", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "Starting from the base model \\pi_{\\theta_0} , we perform T_{\\text{max}} iterations. Each iteration consists of three stages:", "source": "marker_v2", "marker_block_id": "/page/4/Text/3"}
59
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0058", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Code", "text": "\\begin{split} \\mathcal{B}_t \\leftarrow \\text{SampleBatch}(\\mathcal{D}, B), \\\\ \\mathcal{D}_t \\leftarrow \\text{Filter}(\\mathcal{B}_t, \\pi_{\\theta_t}), \\\\ \\pi_{\\theta_{t+1}} \\leftarrow \\text{RL}(\\pi_{\\theta_t}, \\mathcal{D}_t). \\end{split}", "source": "marker_v2", "marker_block_id": "/page/4/Code/4"}
60
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0059", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "Each iteration draws a fresh batch \\mathcal{B}_t from the annotated pool \\mathcal{D} with trace-level labels, ensuring a balanced distribution of correct and incorrect reasoning traces. The curriculum filtering then constructs the training set \\mathcal{D}_t as described above, and RL optimization updates the policy based on the structured reward.", "source": "marker_v2", "marker_block_id": "/page/4/Text/5"}
61
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0060", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "The key insight underlying this iterative approach is the coevolution of model capability and training distribution. As the verifier improves, the filtering mechanism automatically removes instances that have become too easy, while the fresh sampling introduces new challenging cases. This creates a self-bootstrapping cycle: stronger models encounter harder verification tasks, which in turn drive further improvements. Since the trace-level correctness reward is deterministic and unambiguous, this self-bootstrapping process converges reliably without the instabilities that can arise from noisy synthetic step-level labels. We summarize the overall training procedure in Algorithm 1.", "source": "marker_v2", "marker_block_id": "/page/4/Text/6"}
62
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0061", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "Evaluation benchmarks. We evaluated Med-TIV on four open-source medical question-answering benchmarks: MedQA (Jin et al., 2020), MedMCQA (Pal et al., 2022), MMLU-Med (Hendrycks et al., 2021), and MedX-pertQA (Zuo et al., 2025), using accuracy as the evaluation metric. These benchmarks collectively assess the verifier's ability to distinguish correct from erroneous reasoning across varying difficulty levels and medical subdomains. Detailed descriptions of benchmarks are in Appendix C.1.", "source": "marker_v2", "marker_block_id": "/page/4/Text/9"}
63
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0062", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "Implementation details. We trained verifiers using two light-weight backbone models: Llama3.1-8B and Qwen2.5-7B, with Llama3.1-8B as the default for results reporting. All training was conducted using the VeRL-Tool framework (Jiang et al., 2025a). Detailed hyperparameters are shown in Appendix B.1. All experiments were conducted on 4 NVIDIA H100 GPUs with 80GB of memory. Due to computational constraints, we limit the maximum number of RL iterations to T_{\\rm max}=2 and we set the group size for curriculum formulation (Section 3.2) to G=8.", "source": "marker_v2", "marker_block_id": "/page/4/Text/10"}
64
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0063", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "For inference, we used the default sampling hyperparameters for all models. In reward-guided search experiments, unless otherwise specified, we used Qwen2.5-7B as the frozen generator and sampled up to 32 candidate reasoning traces per question. We applied Hard-Weighted Self-Consistency as the default test-time search strategy.", "source": "marker_v2", "marker_block_id": "/page/4/Text/11"}
65
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0064", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "Baselines. We compared Med-TIV against two groups of baselines. 1): Off-the-shelf LLMs : GPT-40-mini (OpenAI et al., 2024), Gemini-2.0-Flash, DeepSeek-R1 series (Guo et al., 2025), Qwen2.5 series (Yang et al., 2025), Llama3.1 (Grattafiori et al., 2024), AlphaMed (Liu et al., 2025a), UltraMedical (Zhang et al., 2024), and HuatuoGPT-01 (Chen et al., 2024). 2): Medical domain-specialized Reward Models : MedS<sup>3</sup> (Jiang et al., 2025b) and Med-PRM (Yun et al., 2025). Detailed descriptions of each reward model baseline are shown in Appendix B.3.", "source": "marker_v2", "marker_block_id": "/page/4/Text/12"}
66
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0065", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "Test-Time Search Strategies. We evaluated three test-time search strategies that leverage Med-TIV to improve the reasoning performance of frozen generators. Given a reasoning trace \\tau=(s_1,s_2,\\ldots,s_K) with K steps, our verifier assigns a confidence score r_{\\tau}\\in[0,1] for the entire trace, defined as the softmax probability of the 1 token over the logits of both 1 and 0 tokens.", "source": "marker_v2", "marker_block_id": "/page/4/Text/13"}
67
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0066", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "• Best-of-N. Given a question q, we sampled N candidate traces \\{\\tau^{(j)}\\}_{j=1}^N from the generator and selected the trace with the highest verifier confidence score:", "source": "marker_v2", "marker_block_id": "/page/4/Text/14"}
68
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0067", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Equation", "text": "\\hat{\\tau} = \\arg\\max_{\\tau^{(j)}} r_{\\tau^{(j)}}.", "source": "marker_v2", "marker_block_id": "/page/4/Equation/15"}
69
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0068", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "TableGroup", "text": "Table 1. Main evaluation results on medical reasoning benchmarks. We report accuracy (%) on MedQA, MedMCQA, MMLU-Med, and MedXpertQA. Bold numbers indicate the best results among the reward model group. ✓: Verifier supports external tools for judging; ✗: Verifier does not support external tools for judging. Baselines å |Train| Size MedQA MedMCQA MMLU-Med MedXpertQA Avg. Proprietary Models GPT-4o-mini - - - 79.03 68.20 87.79 17.84 63.22 Gemini-2.0-Flash - - - 87.51 72.60 92.01 20.57 68.17 General Reasoning Models DeepSeek-R1 - - 671B 90.34 78.80 94.40 37.76 75.33 R1-Distill-Qwen - - 7B 24.82 36.40 47.47 7.43 29.03 R1-Distill-Llama - - 8B 34.96 43.60 64.19 5.35 37.03 General Non-reasoning Models Qwen2.5 - - 32B 73.21 64.83 84.94 13.87 59.21 Qwen2.5 - - 7B 60.96 56.56 76.96 12.15 51.66 Llama3.1 - - 8B 70.93 61.60 78.97 13.02 56.13 Medical Reasoning Models AlphaMed - - 7B 71.01 61.46 81.16 19.16 58.20 UltraMedical - - 8B 72.66 62.60 79.61 15.25 57.53 HuatuoGPT-o1 - - 8B 72.19 63.60 75.30 16.84 56.98 Medical Reward Models MedS3 ✗ 225k 7B 64.89 58.91 80.53 12.90 54.31 Med-PRM ✓ 111k 7B 69.99 62.36 80.99 13.51 56.71 Med-TIV (Ours) ✓ 20k 7B 75.26 64.70 85.58 16.04 60.40", "source": "marker_v2", "marker_block_id": "/page/5/TableGroup/739"}
70
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0069", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "Text", "text": "• Hard-Weighted Self-Consistency. We first filtered traces by the verifier's binary judgment, keeping only those labeled correct (Vθ(q, τ ) = 1). Among the filtered traces, we applied majority voting to determine the final answer:", "source": "marker_v2", "marker_block_id": "/page/5/Text/4"}
71
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0070", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "Equation", "text": "\\hat{a} = \\arg\\max_{a} \\sum_{j=1}^{N} \\mathbb{1} \\left[ V_{\\theta}(q, \\tau^{(j)}) = 1 \\right] \\cdot \\mathbb{1} \\left[ \\operatorname{ans}(\\tau^{(j)}) = a \\right].", "source": "marker_v2", "marker_block_id": "/page/5/Equation/5"}
72
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0071", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "Text", "text": "• Soft-Weighted Self-Consistency. Instead of binary filtering, we weighted each trace's vote by the verifier's confidence score:", "source": "marker_v2", "marker_block_id": "/page/5/Text/6"}
73
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0072", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "Equation", "text": "\\hat{a} = \\arg\\max_{a} \\sum_{j=1}^{N} r_{\\tau^{(j)}} \\cdot \\mathbb{1} \\big[ \\mathrm{ans}(\\tau^{(j)}) = a \\big].", "source": "marker_v2", "marker_block_id": "/page/5/Equation/7"}
74
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0073", "section": "4.2. Main Results", "page_start": 6, "page_end": 6, "type": "Text", "text": "Table 1 presents the main results on four medical reasoning benchmarks. Models trained with Med-TIV consistently outperform existing baselines across all benchmarks. Specifically, under guided-search using a Med-TIVtrained verifier, Qwen2.5-7B attains accuracies of 75.26%", "source": "marker_v2", "marker_block_id": "/page/5/Text/9"}
75
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0074", "section": "4.2. Main Results", "page_start": 6, "page_end": 6, "type": "Text", "text": "on MedQA, 64.70% on MedMCQA, 85.58% on MMLU-Med, and 16.04% on MedXpertQA, yielding an average accuracy of 60.40%. Notably, Med-TIV enables this 7B generator to rival substantially larger models, even surpassing the base performance of Qwen2.5-32B despite using a generator that is approximately 4× smaller. Compared to domain-specialized medical reasoning models of similar scale, Med-TIV outperforms HuatuoGPT-o1-8B and UltraMedical-8B by 3.07% and 2.60% on MedQA, respectively, demonstrating the effectiveness of our tool-integrated verification. Case analysis in Appendix D further illustrates how Med-TIV identifies subtle reasoning errors.", "source": "marker_v2", "marker_block_id": "/page/5/Text/10"}
76
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0075", "section": "4.3. Analysis", "page_start": 6, "page_end": 6, "type": "Text", "text": "We conducted a series of ablation analyses to investigate six key research questions regarding our proposed framework.", "source": "marker_v2", "marker_block_id": "/page/5/Text/12"}
77
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0076", "section": "4.3. Analysis", "page_start": 6, "page_end": 6, "type": "Text", "text": "Q1: Does Med-TIV generalize across different generator models? To evaluate the generalizability of the trained verifier, we applied Med-TIV to guide test-time search across generator models of varying sizes and capa-", "source": "marker_v2", "marker_block_id": "/page/5/Text/13"}
78
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0077", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "FigureGroup", "text": "Figure 3. Test-time scaling analysis across three medical reasoning benchmarks. Each plot shows accuracy versus sampling budget N \\in \\{1, 2, 4, 8, 16, 32\\} for four baselines. Med-TIV consistently outperforms baselines across all sampling budgets and benchmarks.", "source": "marker_v2", "marker_block_id": "/page/6/FigureGroup/226"}
79
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0078", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "TableGroup", "text": "Table 2. Performance improvements from using Med-TIV as a verifier on MedQA. For each generator model, the first row indicates the accuracy over single sampled trace per question. Models MedQA Qwen2.5-7B 60.96 + Self-Consistency 66.38 (+5.42) + Best-of-N (Med-TIV) 72.35 (+11.39) + Soft Weighted SC (Med-TIV) 75.02 (+14.06) + Hard Weighted SC (Med-TIV) 75.26 (+14.30) AlphaMed-7B 71.01 + Self-Consistency 74.23 (+3.22) + Best-of-N (Med-TIV) 75.02 (+4.01) + Soft Weighted SC (Med-TIV) 75.33 (+4.32) + Hard Weighted SC (Med-TIV) 75.65 (+4.64) Qwen2.5-32B 73.21 + Self-Consistency 75.26 (+2.05) + Best-of-N (Med-TIV) 75.57 (+2.36) + Soft Weighted SC (Med-TIV) 75.96 (+2.75) + Hard Weighted SC (Med-TIV) 75.96 (+2.75)", "source": "marker_v2", "marker_block_id": "/page/6/TableGroup/227"}
80
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0079", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "bilities. As shown in Table 2, when using Qwen2.5-7B as the generator, Hard-Weighted Self-Consistency yields a relative improvement of 23.5% over the base model's single-sample accuracy, substantially outperforming the 12.2% gain achieved by standard Self-Consistency. Notably, the domain-specialized AlphaMed-7B model also benefits from verifier guidance with a 6.5% relative improvement, indicating that our verifier provides complementary verification capabilities beyond domain-specific fine-tuning. The improvements extend to larger models as well: Qwen2.5-32B achieves a 3.8% relative gain during test-time search, demonstrating that a light-weight 8B verifier can effectively guide models that are significantly larger than itself. This", "source": "marker_v2", "marker_block_id": "/page/6/Text/6"}
81
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0080", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "cross-scale generalization suggests that Med-TIV learns transferable verification patterns rather than overfitting to specific generator characteristics.", "source": "marker_v2", "marker_block_id": "/page/6/Text/7"}
82
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0081", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "Q2: How do different test-time search strategies compare under Med-TIV? We then systematically compare different test-time search strategies under verifier guidance to identify the most effective approach for leveraging verification signals. As shown in Table 2, Hard-Weighted Self-Consistency consistently achieves the highest accuracy across all generators, followed by Soft-Weighted Self-Consistency and Best-of-N selection. On Qwen2.5-7B, Hard-Weighted Self-Consistency outperforms Best-of-N by 3% absolute accuracy, suggesting that majority voting among verified traces provides more robust answer selection than simply choosing the highest-confidence individual trace.", "source": "marker_v2", "marker_block_id": "/page/6/Text/8"}
83
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0082", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "Q3: Can Med-TIV reduce the sampling budget required to achieve state-of-the-art performance compared to existing baselines? Next, we investigated how verification performance scales with sampling budget, a critical consideration for deployment under varying computational constraints. As shown in Figure 3, Med-TIV achieves substantial efficiency advantage over existing medical reward models across all three benchmarks. In particular, Med-TIV matches the performance of baselines using only 4 samples, whereas the baselines require 32 samples, representing an 8× reduction in sampling budget. On MedOA, Med-TIV achieves 72.1% accuracy at N=4, while Med-PRM requires the full N=32 budget to reach 70.0% accuracy. Since inference cost scales approximately linearly with the number of sampled traces, this translates to equivalent performance at one-eighth the generator inference cost in practical deployment settings.", "source": "marker_v2", "marker_block_id": "/page/6/Text/9"}
84
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0083", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "Q4: Does Med-TIV generalize across different base models? To assess the generality of our proposed framework, we compared verification performance using two", "source": "marker_v2", "marker_block_id": "/page/6/Text/10"}
85
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0084", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "FigureGroup", "text": "Figure 4. Ablation on base model selection and training iterations.", "source": "marker_v2", "marker_block_id": "/page/7/FigureGroup/401"}
86
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0085", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "distinct verifier backbones: Llama3.1-8B and Qwen2.5-7B. As shown in Figure 4, both backbones achieve strong performance after two training iterations. Llama3.1-8B consistently outperforms Qwen2.5-7B by approximately 3.5% absolute accuracy on MedQA, achieving 75.86% versus 72.35% after 2 iterations of training. The parallel performance gains observed across both models indicate that Med-TIV is agnostic to backbone architectures.", "source": "marker_v2", "marker_block_id": "/page/7/Text/3"}
87
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0086", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "Q5: What is the impact of iterative training? Figure 4 presents ablation results examining the impact of iterative training with adaptive curriculum formulation. Llama3.1-8B improves from 60.96% to 75.26% after iteration 1, with marginal gains to 75.86% at iteration 2. Qwen2.5-7B follows a similar pattern, reaching 72.35% after two iterations. The rapid convergence suggest that the majority of verification capability is acquired in the first round, with subsequent iterations refining boundary cases.", "source": "marker_v2", "marker_block_id": "/page/7/Text/4"}
88
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0087", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "O6 : How does RL and tool integration impact verification performance? Table 3 highlights the dual benefits of our framework across two generators. RL", "source": "marker_v2", "marker_block_id": "/page/7/Text/5"}
89
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0088", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "TableGroup", "text": "Table 3. Ablation on RL and tool integration. Models MedQA Qwen2.5-7B 60.96 + Med-TIV (RL) 69.60 + Med-TIV (RL + Tool) 70.54 AlphaMed-7B 71.01 + Med-TIV (RL) 76.12 + Med-TIV (RL + Tool) 77.14", "source": "marker_v2", "marker_block_id": "/page/7/TableGroup/402"}
90
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0089", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "training drives the primary gain, boosting MedQA accuracy of Qwen2.5-7B by 8.64%, confirming that the verifier effectively internalizes reasoning patterns. Tool integration provides a critical secondary boost, further elevating accuracy to 70.54%. A similar cumulative trend is observed with AlphaMed-7B. This demonstrates that while RL", "source": "marker_v2", "marker_block_id": "/page/7/Text/8"}
91
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0090", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "anchors logical verification, dynamic retrieval is essential for resolving knowledge-intensive boundary cases beyond the model's parametric memory.", "source": "marker_v2", "marker_block_id": "/page/7/Text/9"}
92
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0091", "section": "5. Related Work", "page_start": 8, "page_end": 8, "type": "Text", "text": "Medical Reasoning Models. The application of large language models to medical reasoning has attracted considerable attention. Early efforts focused on domain-adaptive pretraining and instruction tuning on medical corpora (Wu et al., 2023; Singhal et al., 2025; Chen et al., 2023). More recent work has explored reasoning-enhanced medical models. HuatuoGPT-o1 (Chen et al., 2024) incorporates chainof-thought reasoning with verification mechanisms, and UltraMedical (Zhang et al., 2024) combines high-quality instruction data with preference optimization. AlphaMed (Liu et al., 2025a) employs RL to improve medical reasoning capabilities. Despite these advances, most existing approaches focus on improving the generator model itself, whereas our work addresses the complementary problem of training a plug-and-play verifier that can improve any frozen generator through test-time search.", "source": "marker_v2", "marker_block_id": "/page/7/Text/11"}
93
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0092", "section": "5. Related Work", "page_start": 8, "page_end": 8, "type": "Text", "text": "Tool-Assisted Reward and Judge Models. Standard LLM-based judges typically function as passive scorers limited by parametric knowledge. Recent work addresses this through agentic reward modeling, equipping verifiers with executable tools. Themis (Li et al., 2024) established the foundational framework by enabling access to calculators, search engines, and knowledge bases through structured tool-calling traces. TIR-Judge (Xu et al., 2025) advanced this paradigm in the general domain by integrating code execution to judge paired responses. TIM-PRM (Kuang et al., 2025) introduced independent tool queries for multi-modal verification to eliminate confirmation bias. The concept has further expanded to the Agent-as-a-Judge paradigm (You et al., 2026), which employs dynamic planning, tool augmentation and multi-agent coordination to decompose complex evaluation tasks. Our work instantiates this agentic paradigm within the medical domain, moving beyond static retrieval to iterative, evidence-grounded clinical verification.", "source": "marker_v2", "marker_block_id": "/page/7/Text/12"}
94
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0093", "section": "6. Conclusion", "page_start": 8, "page_end": 8, "type": "Text", "text": "We presented Med-TIV, an agentic RL framework for medical reasoning verification. Our approach addresses key limitations of existing medical reward models by offering explicit critique traces and enabling dynamic knowledge retrieval during verification. Empirical evaluations across four medical reasoning benchmarks demonstrate that Med-TIV substantially outperforms prior approaches. More broadly, Med-TIV introduces a general paradigm for training toolaugmented verifiers that can be extended to other highstakes domains requiring evidence-grounded evaluation.", "source": "marker_v2", "marker_block_id": "/page/7/Text/14"}
95
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0094", "section": "Impact Statement", "page_start": 9, "page_end": 9, "type": "Text", "text": "This paper introduces research aimed at improving the reliability of large language models for medical reasoning tasks. We believe our work contributes positively to the development of trustworthy medical AI systems by providing mechanisms to verify reasoning correctness before clinical deployment. Med-TIV holds potential to enhance the safety of LLM-assisted clinical decision support by reducing erroneous reasoning outputs through systematic verification. By grounding judgments in retrieved medical evidence, our approach offers improved transparency compared to opaque scalar reward models, enabling practitioners to better understand and audit verification decisions. The efficiency gains demonstrated by Med-TIV could democratize access to reliable medical reasoning verification, making robust verification feasible even in resource-constrained settings.", "source": "marker_v2", "marker_block_id": "/page/8/Text/2"}
96
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0095", "section": "References", "page_start": 9, "page_end": 9, "type": "ListGroup", "text": "Chen, J., Cai, Z., Ji, K., Wang, X., Liu, W., Wang, R., Hou, J., and Wang, B. Huatuogpt-o1, towards medical complex reasoning with llms, 2024. URL https:// arxiv.org/abs/2412.18925 . Chen, Z., Cano, A. H., Romanou, A., Bonnet, A., Matoba, K., Salvi, F., Pagliardini, M., Fan, S., Kopf, A., Mo- ¨ htashami, A., Sallinen, A., Sakhaeirad, A., Swamy, V., Krawczuk, I., Bayazit, D., Marmet, A., Montariol, S., Hartley, M.-A., Jaggi, M., and Bosselut, A. Meditron-70b: Scaling medical pretraining for large language models, 2023. URL 16079 . Grattafiori, A. et al. The llama 3 herd of models, 2024. URL . Guo, D. et al. Deepseek-r1 incentivizes reasoning in llms through reinforcement learning. Nature, 645(8081), 2025. doi: 10.1038/s41586-025-09422-z. Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D., and Steinhardt, J. Measuring massive multitask language understanding, 2021. URL https: //arxiv.org/abs/2009.03300 . Ji, Y., Ma, W., Sivarajkumar, S., et al. Mitigating the risk of health inequity exacerbated by large language models. npj Digital Medicine, 8:246, 2025a. doi: 10.1038/s41746-025-01576-4. Ji, Y., Zhang, H., and Wang, Y. Bias evaluation and mitigation in retrieval-augmented medical question-answering systems, 2025b. URL 2503.15454 .", "source": "marker_v2", "marker_block_id": "/page/8/ListGroup/529"}
97
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0096", "section": "References", "page_start": 9, "page_end": 9, "type": "ListGroup", "text": "Jiang, D., Lu, Y., Li, Z., Lyu, Z., Nie, P., Wang, H., Su, A., Chen, H., Zou, K., Du, C., Pang, T., and Chen, W. Verltool: Towards holistic agentic reinforcement learning with tool use, 2025a. URL abs/2509.01055 . Jiang, S., Liao, Y., Chen, Z., Zhang, Y., Wang, Y., and Wang, Y. Meds 3 : Towards medical slow thinking with self-evolved soft dual-sided process supervision, 2025b. URL . Jin, B., Zeng, H., Yue, Z., Yoon, J., Arik, S., Wang, D., Zamani, H., and Han, J. Search-r1: Training llms to reason and leverage search engines with reinforcement learning, 2025. URL 2503.09516 . Jin, D., Pan, E., Oufattole, N., Weng, W.-H., Fang, H., and Szolovits, P. What disease does this patient have? a large-scale open domain question answering dataset from medical exams, 2020. URL abs/2009.13081 . Jin, Q., Kim, W., Chen, Q., Comeau, D. C., Yeganova, L., Wilbur, W. J., and Lu, Z. Medcpt: Contrastive pre-trained transformers with large-scale pubmed search logs for zero-shot biomedical information retrieval. Bioinformatics, 39(11), November 2023. ISSN 1367-4811. doi: 10.1093/bioinformatics/ btad651. URL bioinformatics/btad651 . Khatri, D., Madaan, L., Tiwari, R., Bansal, R., Duvvuri, S. S., Zaheer, M., Dhillon, I. S., Brandfonbrener, D., and Agarwal, R. The art of scaling reinforcement learning compute for llms, 2025. URL abs/2510.13786 . Kuang, P., Wang, X., Liu, W., Dong, J., and Xu, K. Timprm: Verifying multimodal reasoning with tool-integrated prm, 2025. URL 22998 . Li, L., Chai, Y., Wang, S., Sun, Y., Tian, H., Zhang, N., and Wu, H. Tool-augmented reward modeling, 2024. URL . Liu, C., Wang, H., Pan, J., Wan, Z., Dai, Y., Lin, F., Bai, W., Rueckert, D., and Arcucci, R. Beyond distillation: Pushing the limits of medical llm reasoning with minimalist rule-based rl, 2025a. URL https: //arxiv.org/abs/2505.17952 . Liu, Z., Chen, C., Li, W., Qi, P., Pang, T., Du, C., Lee, W. S., and Lin, M. Understanding r1-zero-like training: A critical perspective, 2025b. URL org/abs/2503.20783 .", "source": "marker_v2", "marker_block_id": "/page/8/ListGroup/530"}
98
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0097", "section": "References", "page_start": 10, "page_end": 10, "type": "Text", "text": "495 496 497 498 Liu, Z., Wang, P., Xu, R., Ma, S., Ruan, C., Li, P., Liu, Y., and Wu, Y. Inference-time scaling for generalist reward modeling, 2025c. URL 2504.02495 .", "source": "marker_v2", "marker_block_id": "/page/9/Text/441"}
99
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0098", "section": "References", "page_start": 10, "page_end": 10, "type": "ListGroup", "text": "OpenAI et al. Gpt-4o system card, 2024. URL https: //arxiv.org/abs/2410.21276 . Pal, A., Umapathi, L. K., and Sankarasubbu, M. Medmcqa : A large-scale multi-subject multi-choice dataset for medical domain question answering, 2022. URL https: //arxiv.org/abs/2203.14371 . Shi, W., Xu, R., Zhuang, Y., Yu, Y., Sun, H., Wu, H., Yang, C., and Wang, M. D. Medadapter: Efficient test-time adaptation of large language models towards medical reasoning, 2024. URL 2405.03000 . Singhal, K., Tu, T., Gottweis, J., et al. Toward expertlevel medical question answering with large language models. Nature Medicine, 31:943–950, 2025. doi: 10. 1038/s41591-024-03423-7. Snell, C., Lee, J., Xu, K., and Kumar, A. Scaling llm testtime compute optimally can be more effective than scaling model parameters, 2024. URL org/abs/2408.03314 . Wang, K., Fu, Z., Xin, W., Zhou, L., and Chandrappa, S. K. Digital voices of survival: From social media disclosures to support provisions for domestic violence victims. arXiv preprint arXiv:2509.12288, 2025. Wu, C., Lin, W., Zhang, X., Zhang, Y., Wang, Y., and Xie, W. Pmc-llama: Towards building open-source language models for medicine, 2023. URL org/abs/2304.14454 . Xia, C., Wu, Q., Tian, S., and Hao, Y. Parallelism meets adaptiveness: Scalable documents understanding in multi-agent llm systems, 2025. URL https: //arxiv.org/abs/2507.17061 . Xiao, W., Lian, J. J., Ouyang, K., Gu, S., Ke, Z., Wei, D., Sha, X., Wang, J., Fu, S., Qiu, M., and Xu, C. Newton downhill optimizer with application to engineering optimization and breast cancer feature selection. Biomedical Signal Processing and Control, 117:109184, 2026. ISSN 1746-8094. doi: URL science/article/pii/S1746809425016957 . Xiong, W., Zhao, W., Yuan, W., Golovneva, O., Zhang, T., Weston, J., and Sukhbaatar, S. Stepwiser: Stepwise generative judges for wiser reasoning, 2025. URL .", "source": "marker_v2", "marker_block_id": "/page/9/ListGroup/439"}
100
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0099", "section": "References", "page_start": 10, "page_end": 10, "type": "ListGroup", "text": "Xu, R., Chen, J., Ye, J., Wu, Y., Yan, J., Yang, C., and Yu, H. Incentivizing agentic reasoning in llm judges via tool-integrated reinforcement learning, 2025. URL . Yang, A. et al. Qwen2.5 technical report, 2025. You, R., Cai, H., Zhang, C., Xu, Q., Liu, M., Yu, T., Li, Y., and Li, W. Agent-as-a-judge, 2026. URL https: //arxiv.org/abs/2601.05111 . Yun, J., Sohn, J., Park, J., Kim, H., Tang, X., Shao, Y., Koo, Y., Ko, M., Chen, Q., Gerstein, M., Moor, M., and Kang, J. Med-prm: Medical reasoning models with stepwise, guideline-verified process rewards, 2025. URL https: //arxiv.org/abs/2506.11474 . Zhang, H., Lou, Q., and Wang, Y. Towards safe ai clinicians: A comprehensive study on large language model jailbreaking in healthcare, 2025. URL https: //arxiv.org/abs/2501.18632 . Zhang, K., Zeng, S., Hua, E., Ding, N., Chen, Z.-R., Ma, Z., Li, H., Cui, G., Qi, B., Zhu, X., Lv, X., Jinfang, H., Liu, Z., and Zhou, B. Ultramedical: Building specialized generalists in biomedicine, 2024. URL . Zhao, X., Liu, S., Yang, S.-Y., and Miao, C. Medrag: Enhancing retrieval-augmented generation with knowledge graph-elicited reasoning for healthcare copilot, 2025. URL . Zuo, Y., Qu, S., Li, Y., Chen, Z., Zhu, X., Hua, E., Zhang, K., Ding, N., and Zhou, B. Medxpertqa: Benchmarking expert-level medical reasoning and understanding, 2025. URL .", "source": "marker_v2", "marker_block_id": "/page/9/ListGroup/440"}
101
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0100", "section": "A. Limitation", "page_start": 11, "page_end": 11, "type": "Text", "text": "While Med-TIV demonstrates substantial improvements over existing medical reasoning verification approaches, several limitations warrant discussion and suggest directions for future research.", "source": "marker_v2", "marker_block_id": "/page/10/Text/2"}
102
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0101", "section": "A. Limitation", "page_start": 11, "page_end": 11, "type": "Text", "text": "Process Supervision. Our current training paradigm relies solely on trace-level outcome rewards, providing no supervision on intermediate verification behaviors such as when to search, what queries to formulate, or how to integrate retrieved evidence. While this design eliminates the need for costly step-level annotations, it may lead to suboptimal search patterns or redundant retrieval operations. Future work could explore supervision for the verification task itself, or leverage techniques such as search behavior cloning from stronger models to provide denser optimization signals.", "source": "marker_v2", "marker_block_id": "/page/10/Text/3"}
103
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0102", "section": "A. Limitation", "page_start": 11, "page_end": 11, "type": "Text", "text": "Retrieval Corpus Coverage. Med-TIV's verification accuracy is inherently bounded by the coverage and quality of the underlying medical corpus. Our retrieval system indexes documents from PubMed abstracts and medical textbooks, which provides broad coverage of established medical knowledge but may lack recent findings, rare disease information, or region-specific clinical guidelines. Verification of reasoning traces involving cutting-edge treatments or highly specialized subspecialties may be limited by corpus gaps.", "source": "marker_v2", "marker_block_id": "/page/10/Text/4"}
104
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0103", "section": "A. Limitation", "page_start": 11, "page_end": 11, "type": "Text", "text": "Language and Domain Scope. All training and evaluation are conducted on English-language medical reasoning benchmarks. The generalization of Med-TIV to multilingual medical content or non-Western medical traditions remains unexplored. Additionally, while our benchmarks span multiple medical subdomains, certain specialized areas such as genomics, radiology interpretation, and surgical planning may require domain-adapted retrieval corpora for optimal verification performance.", "source": "marker_v2", "marker_block_id": "/page/10/Text/5"}
105
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0104", "section": "B.1. Hyperparameter Settings", "page_start": 11, "page_end": 11, "type": "Text", "text": "Table 4 provides comprehensive hyperparameter configurations for Med-TIV training across both iterations. We maintain mostly consistent settings between iterations to isolate the effect of iterative training from hyperparameter tuning.", "source": "marker_v2", "marker_block_id": "/page/10/Text/8"}
106
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0105", "section": "B.1. Hyperparameter Settings", "page_start": 11, "page_end": 11, "type": "TableGroup", "text": "Hyperparameters Iteration 1 Iteration 2 RL Algorithm Dr.GRPO Dr.GRPO Clip ratio (low / high) 0.2 / 0.3 0.2 / 0.3 Learning rate 1e-6 1e-6 Warmup steps 10 10 Training epochs 5 5 Global batch size 256 256 Mini-batch size 256 256 Group size (G) 5 8 Rollout sampling temperature 1.0 1.0 Rollout top-p 0.95 0.95 Curriculum filtering Enabled Enabled Table 4. Hyperparameter configurations for Med-TIV training across iterations.", "source": "marker_v2", "marker_block_id": "/page/10/TableGroup/309"}
107
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0106", "section": "B.2. Retrieval Setup", "page_start": 11, "page_end": 11, "type": "Text", "text": "We construct our retrieval infrastructure using a dense retrieval architecture optimized for medical domain queries. The corpus is derived from the MedRAG (Zhao et al., 2025) collection, specifically combining the PubMed and Textbooks subcorpora into a unified index. The PubMed subset contains approximately 23.9 million biomedical abstracts covering research publications, while the Textbooks subset includes content from standard medical textbooks spanning clinical medicine, pharmacology, pathology, and related disciplines. After deduplication and quality filtering, the combined corpus contains approximately 24 million snippets.", "source": "marker_v2", "marker_block_id": "/page/10/Text/12"}
108
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0107", "section": "B.2. Retrieval Setup", "page_start": 11, "page_end": 11, "type": "Text", "text": "We employ MedCPT (Jin et al., 2023) as our dense retrieval encoder, specifically the query encoder variant for encoding", "source": "marker_v2", "marker_block_id": "/page/10/Text/13"}
109
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0108", "section": "B.2. Retrieval Setup", "page_start": 12, "page_end": 12, "type": "Text", "text": "Table 5. Prompt template.", "source": "marker_v2", "marker_block_id": "/page/11/Text/1"}
110
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0109", "section": "User Prompt", "page_start": 12, "page_end": 12, "type": "Text", "text": "You are a reasoning validator for medical problems. Your task is to think step by step and evaluate whether the given reasoning trace of a medical problem contains errors.", "source": "marker_v2", "marker_block_id": "/page/11/Text/4"}
111
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0110", "section": "User Prompt", "page_start": 12, "page_end": 12, "type": "Text", "text": "First, you must always perform a step-by-step analysis to examine the entire reasoning process. Then, based on your analysis, you will make a definitive judgment.", "source": "marker_v2", "marker_block_id": "/page/11/Text/5"}
112
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0111", "section": "User Prompt", "page_start": 12, "page_end": 12, "type": "ListGroup", "text": "Use 1 if the reasoning trace is free of errors. Use 0 if the reasoning trace contains one or more errors.", "source": "marker_v2", "marker_block_id": "/page/11/ListGroup/387"}
113
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0112", "section": "Output Instruction", "page_start": 12, "page_end": 12, "type": "Text", "text": "You must conduct your step-by-step analysis inside <think> and </think> first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by <search> query </search> and it will return the top searched results between <information> and </information>. You can search as many times as you want. If you find no further external knowledge needed, you can directly provide the answer inside <answer> and </answer>, without detailed illustrations.", "source": "marker_v2", "marker_block_id": "/page/11/Text/9"}
114
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0113", "section": "Output Instruction", "page_start": 12, "page_end": 12, "type": "Code", "text": "Medical Problem: {The full Medical Problem on one or more lines.} Reasoning Trace: {The full Reasoning Trace on one or more lines.}", "source": "marker_v2", "marker_block_id": "/page/11/Code/10"}
115
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0114", "section": "Output Instruction", "page_start": 12, "page_end": 12, "type": "Text", "text": "search queries and article encoder for encoding corpus snippets. Document embeddings are pre-computed and stored in a FAISS index using the Flat configuration for maximum retrieval accuracy, distributed across multiple GPUs using FAISS's GPU sharding capability to enable parallel similarity search. For each search query, we retrieve the top-3 most relevant documents for both training and inference.", "source": "marker_v2", "marker_block_id": "/page/11/Text/12"}
116
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0115", "section": "B.3. Baseline Setup", "page_start": 12, "page_end": 12, "type": "Text", "text": "We describe the configuration of reward model baselines used in our experiments. For Med-PRM, which employs static retrieval-augmented generation, we equip it with the same retrieval corpus, encoder, and top-k setting as our framework to ensure a controlled comparison. MedS 3 does not support external tool invocation and is therefore evaluated without retrieval augmentation. For confidence score extraction and inference hyperparameter settings, we follow the configurations specified in each baseline's original publication.", "source": "marker_v2", "marker_block_id": "/page/11/Text/16"}
117
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0116", "section": "B.4. Prompt Template", "page_start": 12, "page_end": 12, "type": "Text", "text": "We design a structured prompt template that guides the verifier through systematic reasoning with explicit tool invocation syntax. The complete prompt is shown in Table 5.", "source": "marker_v2", "marker_block_id": "/page/11/Text/20"}
118
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0117", "section": "C.1. Benchmarks", "page_start": 12, "page_end": 12, "type": "Text", "text": "We evaluate Med-TIV on four established medical reasoning benchmarks that collectively assess verification capability across varying difficulty levels and medical subdomains.", "source": "marker_v2", "marker_block_id": "/page/11/Text/25"}
119
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0118", "section": "C.1. Benchmarks", "page_start": 12, "page_end": 12, "type": "Text", "text": "• MedQA (Jin et al., 2020) : A dataset of multiple-choice questions derived from the United States Medical Licensing Examination (USMLE), designed to evaluate clinical reasoning and medical knowledge integration across diverse specialties.", "source": "marker_v2", "marker_block_id": "/page/11/Text/27"}
120
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0119", "section": "C.1. Benchmarks", "page_start": 12, "page_end": 12, "type": "Text", "text": "• MedMCQA (Pal et al., 2022) : A large-scale multi-subject benchmark sourced from Indian medical entrance examinations (AIIMS and NEET-PG), covering 21 medical subjects with emphasis on factual knowledge and clinical application.", "source": "marker_v2", "marker_block_id": "/page/11/Text/29"}
121
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0120", "section": "C.1. Benchmarks", "page_start": 12, "page_end": 12, "type": "Text", "text": "• MMLU-Med (Hendrycks et al., 2021) : An aggregation of medical-related subsets from the Massive Multitask Language Understanding benchmark, encompassing anatomy, clinical knowledge, college biology, college medicine, medical", "source": "marker_v2", "marker_block_id": "/page/11/Text/31"}
122
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0121", "section": "C.1. Benchmarks", "page_start": 13, "page_end": 13, "type": "Text", "text": "genetics, and professional medicine.", "source": "marker_v2", "marker_block_id": "/page/12/Text/1"}
123
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0122", "section": "C.1. Benchmarks", "page_start": 13, "page_end": 13, "type": "Text", "text": "• MedXpertQA (Zuo et al., 2025) : An expert-level benchmark featuring challenging questions that require multi-step clinical reasoning, differential diagnosis, and treatment planning at the level expected of practicing physicians.", "source": "marker_v2", "marker_block_id": "/page/12/Text/2"}
124
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0123", "section": "C.2. Baselines", "page_start": 13, "page_end": 13, "type": "Text", "text": "We compare Med-TIV against comprehensive baselines spanning proprietary systems, general-purpose models, and domainspecialized approaches.", "source": "marker_v2", "marker_block_id": "/page/12/Text/4"}
125
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0124", "section": "Proprietary Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "GPT-4o-mini (OpenAI et al., 2024) : A compact variant of OpenAI's GPT-4o optimized for efficiency while maintaining strong reasoning capabilities across diverse tasks. Gemini-2.0-Flash: Google's efficient multimodal model designed for fast inference with competitive performance on knowledge-intensive benchmarks.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/388"}
126
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0125", "section": "General Reasoning Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "DeepSeek-R1 (Guo et al., 2025) : A 671B parameter reasoning model trained with RL, representing the current frontier of open-weight reasoning capabilities. R1-Distill-Qwen / R1-Distill-Llama: Distilled variants of DeepSeek-R1 at 7B and 8B scales respectively, designed to transfer reasoning capabilities to smaller architectures.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/389"}
127
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0126", "section": "General Foundation Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "Qwen2.5 (Yang et al., 2025) : A family of open-weight language models with strong multilingual and reasoning capabilities, evaluated at 7B and 32B parameter scales. Llama3.1 (Grattafiori et al., 2024) : Meta's open-source foundation model demonstrating competitive performance across diverse benchmarks, evaluated at the 8B scale.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/390"}
128
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0127", "section": "Medical Domain Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "AlphaMed (Liu et al., 2025a) : A medical reasoning model that employs RL with rule-based rewards to enhance clinical reasoning without reliance on distillation from larger models. UltraMedical (Zhang et al., 2024) : A specialized medical model combining high-quality instruction tuning on curated biomedical corpora with preference optimization for improved clinical accuracy. HuatuoGPT-o1 (Chen et al., 2024) : A medical reasoning model incorporating chain-of-thought reasoning with internal verification mechanisms to improve diagnostic accuracy.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/391"}
129
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0128", "section": "Medical Reward Models.", "page_start": 13, "page_end": 13, "type": "ListGroup", "text": "MedS 3 (Jiang et al., 2025b) : A self-evolved soft dual-sided process supervision framework for medical reasoning that generates training signals through iterative self-improvement without external annotations. Med-PRM (Yun et al., 2025) : A process reward model for medical reasoning verification that provides step-level supervision using static retrieval-augmented generation with guideline-based verification.", "source": "marker_v2", "marker_block_id": "/page/12/ListGroup/392"}
130
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0129", "section": "D. Case Analysis", "page_start": 13, "page_end": 13, "type": "Text", "text": "Table 6 presents a complete verification example illustrating how a Med-TIV trained verifier identifies reasoning errors through dynamic evidence retrieval. The case involves a patient with bladder cancer who develops ototoxicity following chemotherapy. The generator's reasoning trace incorrectly attributes the symptoms to taxanes based on their known association with ototoxicity, concluding with answer (B). However, the model retrieves evidence establishing that cisplatin—the standard neoadjuvant therapy for transitional cell carcinoma—is the causative agent, and its mechanism involves DNA cross-linking rather than microtubule hyperstabilization. Through iterative search and reasoning, verifier correctly identifies the error, demonstrating the value of tool augmentation for catching subtle medical reasoning mistakes.", "source": "marker_v2", "marker_block_id": "/page/12/Text/22"}
131
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0130", "section": "D. Case Analysis", "page_start": 14, "page_end": 14, "type": "Text", "text": "Table 6. Complete verification demonstration. Given a medical problem and a reasoning trace, the verifier retrieves relevant evidence and correctly identifies the reasoning error within the trace.", "source": "marker_v2", "marker_block_id": "/page/13/Text/2"}
132
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0131", "section": "Medical Problem", "page_start": 14, "page_end": 14, "type": "Text", "text": "Question: A 67-year-old man with transitional cell carcinoma of the bladder comes to the physician because of a 2-day history of ringing sensation in his ear. He received this first course of neoadjuvant chemotherapy 1 week ago. Pure tone audiometry shows a sensorineural hearing loss of 45 dB. The expected beneficial effect of the drug that caused this patient's symptoms is most likely due to which of the following actions?", "source": "marker_v2", "marker_block_id": "/page/13/Text/4"}
133
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0132", "section": "Medical Problem", "page_start": 14, "page_end": 14, "type": "Text", "text": "Options: (A) Inhibition of proteasome (B) Hyperstabilization of microtubules (C) Generation of free radicals (D) Cross-linking of DNA", "source": "marker_v2", "marker_block_id": "/page/13/Text/5"}
134
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0133", "section": "Generator Reasoning Trace", "page_start": 14, "page_end": 14, "type": "Text", "text": "The patient's presentation of ringing in the ear, known as tinnitus, and a sensorineural hearing loss of 45 dB, suggest ototoxicity. Ototoxicity is a well-known side effect of certain chemotherapy drugs. Neoadjuvant chemotherapy refers to the use of chemotherapy before other treatments such as surgery. The patient has received a course of neoadjuvant chemotherapy 1 week ago, which aligns with the recent onset of ototoxic symptoms. To determine the cause of ototoxicity from the provided options, we need to identify which of the options is likely to cause sensorineural hearing loss. Option (A), Inhibition of proteasome, is associated with drugs like bortezomib (Velcade), which are less commonly associated with ototoxicity. Option (B), Hyperstabilization of microtubules, is a known mechanism of taxanes (e.g., paclitaxel, docetaxel). Taxanes are known to cause ototoxicity, making this a potential candidate. Option (C), Generation of free radicals, is a general mechanism that can cause cellular damage but is not specifically known to be associated with ototoxicity. Option (D), Cross-linking of DNA, is a known mechanism of alkylating agents like cyclophosphamide. While alkylating agents can cause ototoxicity, this mechanism is not as commonly linked to ototoxicity as other options. Considering the options, the one most commonly associated with ototoxicity is hyperstabilization of microtubules. Therefore, the drug that most likely caused this patient's symptoms is one that hyperstabilizes microtubules. The answer is (B).", "source": "marker_v2", "marker_block_id": "/page/13/Text/7"}
135
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0134", "section": "Verifier Judgment", "page_start": 14, "page_end": 14, "type": "Text", "text": "<think> Let's check the common chemotherapeutic agents used for bladder cancer and their known side effects. Transitional cell carcinoma of the bladder is often treated with cisplatin-based chemotherapy as neoadjuvant therapy. We need to determine if any of the options match the known side effects of these drugs. Let's search to confirm the side effects of cisplatin and other common bladder cancer chemotherapy drugs. </think>", "source": "marker_v2", "marker_block_id": "/page/13/Text/9"}
136
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0135", "section": "Verifier Judgment", "page_start": 14, "page_end": 14, "type": "ListGroup", "text": "<search> common side effects of cisplatin chemotherapy </search> <information> [Search Results regarding Cisplatin toxicity and mechanisms...] </information> <think> From the information, cisplatin is known to cause ototoxicity, which aligns with the patient's symptoms of sensorineural hearing loss. Now let's check the mechanisms of action for the options: Option (A): Inhibition of proteasome - This is associated with drugs like bortezomib and is not used for bladder cancer. Option (B): Hyperstabilization of microtubules - This is the mechanism of taxanes (e.g., paclitaxel, docetaxel). Option (C): Generation of free radicals - This is not specific to a single mechanism and is not commonly associated with ototoxicity. Option (D): Cross-linking of DNA - This is the mechanism of alkylating agents (e.g., cyclophosphamide). Cisplatin is an alkylating agent, and its mechanism involves cross-linking of DNA. Therefore, the correct answer should be (D). </think>", "source": "marker_v2", "marker_block_id": "/page/13/ListGroup/279"}
137
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0136", "section": "Verifier Judgment", "page_start": 14, "page_end": 14, "type": "Text", "text": "<answer>0</answer>", "source": "marker_v2", "marker_block_id": "/page/13/Text/13"}
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/dataset_meta.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26",
3
+ "pipeline": "Paper2Markdown-V3",
4
+ "ok": true,
5
+ "page_count": 14,
6
+ "chunk_count": 137,
7
+ "main_body_chunk_count": 95,
8
+ "appendix_chunk_count": 37,
9
+ "reference_chunk_count": 5,
10
+ "model_text_chars": 39229,
11
+ "raw_markdown_chars": 64704,
12
+ "sanitized_chars": 58960,
13
+ "page_provenance": {
14
+ "min_page": 1,
15
+ "max_page": 14,
16
+ "invalid_count": 0
17
+ },
18
+ "marker_block_type_counts": {
19
+ "Caption": 1,
20
+ "Code": 3,
21
+ "Equation": 12,
22
+ "FigureGroup": 3,
23
+ "Footnote": 3,
24
+ "ListGroup": 12,
25
+ "PageFooter": 14,
26
+ "PageHeader": 17,
27
+ "SectionHeader": 39,
28
+ "TableGroup": 4,
29
+ "Text": 352
30
+ },
31
+ "asset_count_raw": 3,
32
+ "asset_count_model_kept": 3,
33
+ "asset_count_rejected": 0,
34
+ "asset_reject_reasons": {
35
+ "kept": 3
36
+ },
37
+ "artifact_leak_audit": {
38
+ "ok": true,
39
+ "hits": {
40
+ "Anonymous Authors": [],
41
+ "ACKNOWLEDGMENT": [],
42
+ "OpenReview": [],
43
+ "\"accept_label\"": [],
44
+ "\"decision\"": [],
45
+ "\"decision_tier\"": [],
46
+ "\"source_status\"": [],
47
+ "Meta-review": [],
48
+ "Official Review": [],
49
+ "official_reviews": [],
50
+ "meta_reviews": [],
51
+ "suggested_verdict_score": []
52
+ },
53
+ "artifact_count": 2
54
+ },
55
+ "default_model_input": "model_text_v3.txt",
56
+ "appendix_input": "appendix_text_v3.txt",
57
+ "reference_input": "reference_text_v3.txt",
58
+ "source": "koala_icml26_due_queue",
59
+ "run_name": "icml26_20260429_1952_duequeue"
60
+ }
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/main_body_chunks.jsonl ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0000", "section": "Abstract", "page_start": 1, "page_end": 1, "type": "Text", "text": "Large language models have achieved strong performance on medical reasoning benchmarks, yet their deployment in clinical settings demands rigorous verification to ensure factual accuracy. While reward models offer a scalable approach for reasoning trace verification, existing methods face two limitations: they produce only scalar reward values without explicit justification, and they rely on single-pass retrieval that precludes adaptive knowledge access as verification unfolds. We introduce Med-TIV, an agentic framework that addresses these limitations by training medical reasoning verifiers to iteratively query external medical corpora during evaluation. Our approach combines tool-augmented verification with an iterative reinforcement learning paradigm that requires only trace-level supervision, alongside an adaptive curriculum mechanism that dynamically adjusts training data distribution. Across four medical reasoning benchmarks, Med-TIV achieves substantial gains over existing methods, improving MedQA accuracy by 23.5% and MedXpertQA by 32.0% relative to the base generator in particular. Crucially, Med-TIV demonstrates an 8× reduction in sampling budget requirement compared to prior reward model baselines. These findings establish that grounding verification in dynamically retrieved evidence offers a principled path toward more reliable medical reasoning systems.", "source": "marker_v2", "marker_block_id": "/page/0/Text/4"}
2
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0001", "section": "1. Introduction", "page_start": 1, "page_end": 1, "type": "Text", "text": "Large Language Models (LLMs) have demonstrated remarkable capabilities in medical reasoning, achieving competitive performance on clinical question answering, diagnostic", "source": "marker_v2", "marker_block_id": "/page/0/Text/6"}
3
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0002", "section": "1. Introduction", "page_start": 1, "page_end": 1, "type": "FigureGroup", "text": "Figure 1. Comparison of medical reasoning verification paradigms. Text-based judges rely on parametric knowledge and may validate erroneous reasoning, while tool-integrated judges dynamically retrieve evidence to ground their judgments.", "source": "marker_v2", "marker_block_id": "/page/0/FigureGroup/498"}
4
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0003", "section": "1. Introduction", "page_start": 1, "page_end": 1, "type": "Text", "text": "inference, and medical knowledge benchmarks (Ji et al., 2025a; Xiao et al., 2026) . While these advances hold significant promise for augmenting clinical decision making and democratizing access to medical expertise, the deployment of LLMs in high-stakes clinical settings demands rigorous verification mechanisms to ensure that generated reasoning is both factually accurate and logically sound (Zhang et al., 2025; Wang et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/0/Text/11"}
5
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0004", "section": "1. Introduction", "page_start": 1, "page_end": 1, "type": "Text", "text": "Reward-based judges have therefore emerged as a scalable solution for evaluating model outputs, supporting both posttraining refinement via reinforcement learning from human feedback (RLHF) and inference-time scaling through tree search (Snell et al., 2024) . These judges can be broadly categorized by the granularity of their supervision. Outcome Reward Models (ORMs) provide sparse trace-level supervision that quantifies the quality of the entire output, while Process Reward Models (PRMs) offer dense step-level feedback that scores each intermediate reasoning step, enabling fine-grained credit assignment and precise error localization within multi-step reasoning. Recent work has adapted both paradigms to the medical domain to assess complex clinical reasoning traces. In parallel, advances in generative reward modeling have extended judge models beyond", "source": "marker_v2", "marker_block_id": "/page/0/Text/12"}
6
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0005", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "scalar scoring, enabling them to produce natural-language critiques that explicitly justify their decisions (Liu et al., 2025c; Xiong et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/1/Text/1"}
7
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0006", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "Despite their effectiveness, reward-based judges exhibit fundamental limitations when applied to clinical reasoning tasks (Yun et al., 2025) . A primary concern is the prevalence of hallucinations in critique traces, where judge models generate plausible yet factually incorrect assessments (Figure 1) . This issue is particularly noticeable in the medical domain, where reliable verification demands grounding in authoritative clinical evidence and established medical knowledge. Unverified judgments could lead to the propagation of incorrect diagnostic or treatment recommendations. Existing medical reasoning verifiers typically provide only scalar reward signals, offering little or no justification for their judgments and thus limiting interpretability (Jiang et al., 2025b) . Furthermore, these methods often rely on a static Retrieval-Augmented Generation (RAG) pipeline, in which a fixed set of retrieved documents is prefixed to the context and remains unchanged throughout evaluation (Yun et al., 2025) . Such static design precludes adaptive, multi-turn evidence gathering and forces the verifier to a fixed retrieval budget, thus limiting scalability.", "source": "marker_v2", "marker_block_id": "/page/1/Text/2"}
8
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0007", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "To address these issues, we propose Med-TIV (Medical Tool-Integrated reasoning Verifier), an agentic reinforcement learning (RL) framework that trains LLMs to leverage external knowledge bases for judging medical reasoning traces 1 . Med-TIV features three key design principles: (1) a tool-augmented verification paradigm that enables dynamic, iterative knowledge retrieval during the evaluation process; (2) an iterative RL approach that progressively improves verification capabilities without requiring step-level expert annotations; and (3) an adaptive curriculum formulation strategy that adjusts the data distribution in response to the evolving capability of the model. By equipping judge models with tool-use capabilities, Med-TIV grounds evaluation decisions in external evidence rather than relying solely on parametric knowledge, thereby mitigating hallucination, improving interpretability, and overcoming the limitations of static RAG (Ji et al., 2025b; Xia et al., 2025) .", "source": "marker_v2", "marker_block_id": "/page/1/Text/3"}
9
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0008", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "To verify the effectiveness of Med-TIV, we conduct extensive experiments on common medical reasoning benchmarks. Our results demonstrate that Med-TIV trains strong medical verifiers: when guiding inference-time search for a 7B generator model, our trained verifier achieves relative improvements of 23.5% on MedQA and 32.0% on MedXpertQA compared to the generator model alone. Moreover, Med-TIV consistently outperforms existing medical reward model baselines and surpasses the performance of models that are up to 4× larger in scale. Notably, Med-TIV", "source": "marker_v2", "marker_block_id": "/page/1/Text/4"}
10
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0009", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "also demonstrates an 8× gain in sampling efficiency compared to prior reward-based approaches, achieving equivalent accuracy with substantially fewer sampled reasoning traces during test-time search.", "source": "marker_v2", "marker_block_id": "/page/1/Text/6"}
11
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0010", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "Text", "text": "Our main contributions are summarized as follows:", "source": "marker_v2", "marker_block_id": "/page/1/Text/7"}
12
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0011", "section": "1. Introduction", "page_start": 2, "page_end": 2, "type": "ListGroup", "text": "We propose Med-TIV, a novel tool-integrated verification framework that enables dynamic, iterative knowledge retrieval during medical reasoning evaluation, providing both interpretable, fine-grained justification and improved factual grounding. We introduce an iterative RL paradigm with curriculumbased difficulty adaptation that progressively improves verification capabilities through self-bootstrapping, requiring only trace-level supervision rather than dense steplevel expert annotations. Med-TIV achieves state-of-the-art performance on four medical reasoning benchmarks, with comprehensive ablation studies that validate each component's contribution.", "source": "marker_v2", "marker_block_id": "/page/1/ListGroup/657"}
13
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0012", "section": "2.1. Problem Setup", "page_start": 2, "page_end": 2, "type": "Text", "text": "We define medical reasoning verification as the task of assessing the correctness of a multi-step reasoning trace generated in response to a medical question. Formally, given a medical question q ∈ Q and a multi-step reasoning trace τ = (s1, s2, . . . , sm) from a generator model, a verifier model determines whether τ contains any errors. We formulate this problem as binary classification, where the verifier Vθ(q, τ ) produces a judgment ℓ ∈ {0, 1}, where ℓ = 1 indicates a error-free reasoning trace, and ℓ = 0 indicates the presence of one or more errors. Unlike scalar reward models that output continuous scores, we adopt a generative judge paradigm in which the verifier produces a discrete judgment accompanied by a detailed critique trace that provides a structured justification for the decision.", "source": "marker_v2", "marker_block_id": "/page/1/Text/13"}
14
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0013", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 2, "page_end": 2, "type": "Text", "text": "Following prior works (Jin et al., 2025) , we extend the verifier with access to an external search engine E that retrieves top-k documents from a curated medical corpus (See Appendix B.2 for details). Retrieved documents are appended verbatim to the verifier context. Given a verification instance (q, τ ), the verifier constructs an iterative verfication trajectory. At step k, the trajectory is represented as:", "source": "marker_v2", "marker_block_id": "/page/1/Text/15"}
15
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0014", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 2, "page_end": 2, "type": "Equation", "text": "\\mathbf{t}_k = \\{r_1, a_1, o_1, \\dots, r_k, a_k, o_k\\},\\", "source": "marker_v2", "marker_block_id": "/page/1/Equation/16"}
16
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0015", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 2, "page_end": 2, "type": "Text", "text": "where r i denotes a natural language reasoning step analyzing the medical content, a i is a search query formulated to retrieve relevant medical knowledge, and o i = E(ai) represents the retrieved documents. The iterative verification", "source": "marker_v2", "marker_block_id": "/page/1/Text/17"}
17
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0016", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 2, "page_end": 2, "type": "Footnote", "text": "1 Code is available at PittNAIL/med-tiv", "source": "marker_v2", "marker_block_id": "/page/1/Footnote/5"}
18
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0017", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Caption", "text": "Figure 2. Overview of Med-TIV. Left: Tool-integrated verification iteratively analyzes reasoning traces, formulates search queries, and retrieves medical evidence before producing correctness judgments. Middle: Curriculum formulation filters trivial and impossible instances, retaining boundary cases for RL training. Right: At inference time, the verifier evaluates candidate medical reasoning traces generated by a frozen model and final answers are selected via weighted self-consistency.", "source": "marker_v2", "marker_block_id": "/page/2/Caption/2"}
19
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0018", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "process is defined as:", "source": "marker_v2", "marker_block_id": "/page/2/Text/3"}
20
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0019", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "123124125", "source": "marker_v2", "marker_block_id": "/page/2/Text/29"}
21
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0020", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "135136", "source": "marker_v2", "marker_block_id": "/page/2/Text/35"}
22
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0021", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "137138", "source": "marker_v2", "marker_block_id": "/page/2/Text/36"}
23
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0022", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Equation", "text": "(r_k, a_k) \\sim V_{\\theta}(q, \\tau, \\mathbf{t}_{k-1}), o_k = \\mathcal{E}(a_k), \\mathbf{t}_k = \\mathbf{t}_{k-1} \\oplus r_k \\oplus a_k \\oplus o_k,", "source": "marker_v2", "marker_block_id": "/page/2/Equation/4"}
24
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0023", "section": "2.2. Tool-Augmented Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "where \\oplus denotes sequence concatenation. This process continues until the verifier produces a final judgment \\ell \\sim V_{\\theta}(q,\\tau,\\mathbf{t}_T) at the terminal step T. By allowing multiple tool executions, the verifier dynamically retrievs medical knowledge as need to verify specific claims in the reasoning trace. Table 5 in the Appendix shows the explicit instruction used in our experiments.", "source": "marker_v2", "marker_block_id": "/page/2/Text/5"}
25
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0024", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Text", "text": "Test-time search strategies improve reasoning performance by leveraging reward models to evaluate and select among multiple candidate solutions (Shi et al., 2024). Given a frozen generator model \\pi_{\\rm gen} and a question q, we first sample N independent reasoning traces:", "source": "marker_v2", "marker_block_id": "/page/2/Text/7"}
26
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0025", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Equation", "text": "\\{\\tau^{(j)}\\}_{j=1}^N \\sim \\pi_{\\mathrm{gen}}(\\cdot \\mid q).", "source": "marker_v2", "marker_block_id": "/page/2/Equation/8"}
27
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0026", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Text", "text": "A trained verifier V_{\\theta} then scores each candidate trace, and the final output is selected based on these scores. Common selection strategies include Best-of-N sampling, which", "source": "marker_v2", "marker_block_id": "/page/2/Text/9"}
28
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0027", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Text", "text": "selects the trace with the highest score:", "source": "marker_v2", "marker_block_id": "/page/2/Text/10"}
29
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0028", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Equation", "text": "\\hat{\\tau} = \\arg\\max_{\\tau^{(j)}} V_{\\theta}(q, \\tau^{(j)}),", "source": "marker_v2", "marker_block_id": "/page/2/Equation/11"}
30
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0029", "section": "2.3. Test-Time Search", "page_start": 3, "page_end": 3, "type": "Text", "text": "and verification-based majority voting, where candidate traces are first filtered by the verifier and the final answer is determined by consensus among verified traces. Med-TIV trains such a plug-in verifier that provides tool-grounded assessments that can be used to augment decision-making for any frozen generator model at inference time.", "source": "marker_v2", "marker_block_id": "/page/2/Text/12"}
31
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0030", "section": "3. Tool-Integrated Medical Reasoning Verifier", "page_start": 3, "page_end": 3, "type": "Text", "text": "Med-TIV is an agentic verification framework that trains models to leverage external knowledge bases for verifying whether a given medical reasoning trace contains errors. We adopt an iterative training approach based on dynamic curriculum learning, which requires no fine-grained step-level expert supervision and trains solely through multiple rounds of reinforcement learning (Figure 2). We next describe the training procedure of Med-TIV in details.", "source": "marker_v2", "marker_block_id": "/page/2/Text/14"}
32
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0031", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 3, "page_end": 3, "type": "Text", "text": "Data Construction. All training data across iterations is derived from the open-source Med-PRM dataset. Each original instance consists of a tuple (q, \\tau, \\ell_{\\text{step}}, \\ell_{\\text{trace}}) , where q is a medical question, \\tau is a multi-step reasoning trace, \\ell_{\\text{step}} de-", "source": "marker_v2", "marker_block_id": "/page/2/Text/16"}
33
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0032", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "notes step-level labels, and \\ell_{trace} is a trace-level correctness label<sup>2</sup>.", "source": "marker_v2", "marker_block_id": "/page/3/Text/1"}
34
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0033", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "At each training iteration, we only utilize the triplet (q,\\tau,\\ell_{\\text{trace}}) with human-annotated trace-level labels. Step-level labels \\ell_{\\text{step}} is intentionally excluded, as Med-TIV is designed to improve verification performance without replying on fine-grained supervision. For each training iteration, we fix the training data budget to 20K instances and enforce a balanced label distribution between correct ( \\ell_{\\text{trace}}=1 ) and incorrect ( \\ell_{\\text{trace}}=0 ) reasoning traces.", "source": "marker_v2", "marker_block_id": "/page/3/Text/2"}
35
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0034", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "Algorithm. We employ Dr. GRPO (Liu et al., 2025b) as the RL algorithm for training the verifier. Given a verification instance (q_i, \\tau_i) , we sample a group of G verification trajectories \\{\\mathbf{o}_i\\}_{i=1}^G from the current policy \\pi_\\theta . Each trajectory \\mathbf{o}_i = (o_i^1, \\dots, o_i^{|\\mathbf{o}_i|}) consists of reasoning tokens, search queries, retrieved documents, and a final judgment. The objective is:", "source": "marker_v2", "marker_block_id": "/page/3/Text/3"}
36
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0035", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\frac{1}{G} \\sum_{i=1}^{G} \\sum_{t=1}^{|\\mathbf{o}_i|} \\left\\{ \\min \\left[ r_i^t \\hat{A}_i^t, \\operatorname{clip} \\left( r_i^t, 1 - \\epsilon_l, 1 + \\epsilon_h \\right) \\hat{A}_i^t \\right] \\right\\}, \\quad (1)", "source": "marker_v2", "marker_block_id": "/page/3/Equation/4"}
37
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0036", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "where r_i^t = \\frac{\\pi_\\theta(o_i^t|\\mathbf{q},\\mathbf{o}_i^{< t})}{\\pi_{\\theta_{\\mathrm{old}}}(o_i^t|\\mathbf{q},\\mathbf{o}_i^{< t})} , \\mathbf{q} = (q,\\tau) denotes the input prompt containing the question and reasoning trace, \\mathbf{o}_i^{< t} represents previously generated tokens, and \\epsilon_l and \\epsilon_h are the clipping parameters. The advantage term \\hat{A}_i^t is defined as:", "source": "marker_v2", "marker_block_id": "/page/3/Text/5"}
38
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0037", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\hat{A}_i^t = R(\\mathbf{q}, \\mathbf{o}_i) - \\text{mean}\\left(\\left\\{R(\\mathbf{q}, \\mathbf{o}_1), \\dots, R(\\mathbf{q}, \\mathbf{o}_G)\\right\\}\\right).", "source": "marker_v2", "marker_block_id": "/page/3/Equation/6"}
39
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0038", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "Reward Designs. To facilitate multi-turn RL with tool execution, we design a structured reward covering two complementary objectives, following prior practices (Jin et al., 2025):", "source": "marker_v2", "marker_block_id": "/page/3/Text/7"}
40
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0039", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "(i) Correctness Reward (R_c) : This component measures whether the verifier's judgment aligns with the ground-truth label. Let \\mathbf{q} = (q, \\tau) denote the verification prompt and \\ell \\in \\{0, 1\\} the ground-truth label. We define:", "source": "marker_v2", "marker_block_id": "/page/3/Text/8"}
41
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0040", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Equation", "text": "R_c = \\mathbb{1}(\\text{extract}(\\mathbf{o}) = \\ell),", "source": "marker_v2", "marker_block_id": "/page/3/Equation/9"}
42
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0041", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "where \\mathbb{1}(\\cdot) is the indicator function and extract(o) parses the final judgment from the <answer> tags in the generated trajectory o. Intuitively, R_c=1 if the verifier's decision is correct, and R_c=0 otherwise.", "source": "marker_v2", "marker_block_id": "/page/3/Text/10"}
43
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0042", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "(ii) Format Reward (R_f) : To ensure reliable tool use and structured outputs, the verifier is required to adhere to a predefined format. Specifically, reasoning steps must be enclosed within <think> tags, search queries within <search> tags, and the final judgment within <answer>", "source": "marker_v2", "marker_block_id": "/page/3/Text/11"}
44
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0043", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "tags. To discourage degenerate outputs, we further penalize excessive tag usage. Specifically, R_f=1 if the output satisfies all formatting constraints and contains no more than 10 < answer> tag pairs; <math>R_f=0.25 if the output is correct but exhibits tag overflow; and R_f=0 otherwise.", "source": "marker_v2", "marker_block_id": "/page/3/Text/13"}
45
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0044", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Text", "text": "The final reward {\\cal R} is defined as the product of the two components:", "source": "marker_v2", "marker_block_id": "/page/3/Text/14"}
46
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0045", "section": "3.1. Tool-Integrated RL with Verifiable Rewards", "page_start": 4, "page_end": 4, "type": "Equation", "text": "R = R_c \\times R_f .", "source": "marker_v2", "marker_block_id": "/page/3/Equation/15"}
47
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0046", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "Adaptive Curriculum Formulation. A central challenge in RL for verification is ensuring that training data remains appropriately calibrated to the evolving capability of the model. Instances that are either trivially easy or impossibly difficult yields minimal learning signal, as the resulting policy gradients approach zero. To address this issue, we adopt a model-aware curriculum formulation mechanism that dynamically adapts the task distribution at each training iteration.", "source": "marker_v2", "marker_block_id": "/page/3/Text/17"}
48
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0047", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "Concretely, before each iteration t, we perform online filtering on the sampled batch \\mathcal{B}_t to construct an effective training set \\mathcal{D}_t :", "source": "marker_v2", "marker_block_id": "/page/3/Text/18"}
49
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0048", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Equation", "text": "\\mathcal{D}_t = \\{(q, \\tau, \\ell) \\in \\mathcal{B}_t : \\exists g, g' \\in \\{1, \\dots, G\\} \\text{ s.t. } r^{(g)} \\neq r^{(g')}\\}.", "source": "marker_v2", "marker_block_id": "/page/3/Equation/19"}
50
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0049", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "Here, for each candidate instance (q, \\tau, \\ell) \\in \\mathcal{B}_t , we sample G verification trajectories \\{o^{(g)}\\}_{g=1}^G from the current policy \\pi_{\\theta_t} . We then compute the corresponding rewards \\{r^{(g)}\\}_{g=1}^G . Finally, we retain only instances if any two rewards are different, i.e., reward variance is non-zero (Khatri et al., 2025).", "source": "marker_v2", "marker_block_id": "/page/3/Text/20"}
51
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0050", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "This criterion eliminates prompts where the model either consistently succeeds or consistently fails across all sampled trajectories. By filtering these zero-gradient instances, optimization is focused on decision-boundary cases where the verifier exhibits uncertainty.", "source": "marker_v2", "marker_block_id": "/page/3/Text/21"}
52
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0051", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "To maintain a fixed training budget per iteration, we iteratively resample additional instances from the labeled pool \\mathcal{B} and apply the same filtering criterion until |\\mathcal{D}_t|=20K . This dynamic curriculum evolves naturally across iterations as the verifier improves, eliminating the need for manually designed difficulty schedules.", "source": "marker_v2", "marker_block_id": "/page/3/Text/22"}
53
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0052", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Text", "text": "Iterative Training via Self-Bootstrapping. We adopt an iterative training approach that progressively improves verification capabilities through multiple rounds of RL. Unlike prior work that alternates between rejection sampling, supervised fine-tuning (SFT), and RL (Xu et al., 2025), our approach operates entirely through iterative RL, following the RL-Zero paradigm where the model reinforces its verification capabilities without requiring dense turn-level expert demonstrations for cold start.", "source": "marker_v2", "marker_block_id": "/page/3/Text/23"}
54
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0053", "section": "3.2. Training Strategies", "page_start": 4, "page_end": 4, "type": "Footnote", "text": "& lt;sup>2</sup>Dataset is available at", "source": "marker_v2", "marker_block_id": "/page/3/Footnote/12"}
55
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0054", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "Algorithm 1 Iterative Training of Tool-Integrated Medical Reasoning Verifier", "source": "marker_v2", "marker_block_id": "/page/4/Text/1"}
56
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0055", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "249250", "source": "marker_v2", "marker_block_id": "/page/4/Text/45"}
57
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0056", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Code", "text": "Require: Base verifier \\pi_{\\theta_0}, labeled dataset pool \\mathcal{D} = \\{(q_i, \\tau_i, \\ell_i)\\}_{i=1}^N, maximum iterations T_{\\text{max}}, batch size B, group size G, search engine \\mathcal{E} Ensure: Trained verifier \\pi_{\\theta^*} 1: for t = 1 to T_{\\text{max}} do Sample labeled batch \\mathcal{B}_t \\leftarrow \\text{SAMPLEBATCH}(\\mathcal{D}, B) 3: 4: \\mathcal{D}_t \\leftarrow \\emptyset ▷ Curriculum formulation 5: for each (q, \\tau, \\ell) \\in \\mathcal{B}_t do 6: Sample verification trajectories: 7: \\{\\hat{\\ell}^{(g)}\\}_{q=1}^G \\sim \\pi_{\\theta_t}(\\cdot \\mid q, \\tau, \\mathcal{E}) Compute rewards within group: 8: r^{(\\hat{g})} \\leftarrow \\mathbb{1}[\\hat{\\ell}^{(g)} = \\ell], \\text{ for } g \\in 1, \\dots, G if \\exists g \\neq g' such that r^{(g)} \\neq r^{(g')} then 9: Add (q, \\tau, \\ell) to curriculum set \\mathcal{D}_t 10: 11: end if 12: end for 13: ▶ RL optimization on curriculum data \\pi_{\\theta_{t+1}} \\leftarrow \\text{DR.GRPO}(\\pi_{\\theta_t}, \\mathcal{D}_t, \\mathcal{E}) 15: end for 16: Return \\pi_{\\theta_{T_{\\max}}}", "source": "marker_v2", "marker_block_id": "/page/4/Code/2"}
58
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0057", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "Starting from the base model \\pi_{\\theta_0} , we perform T_{\\text{max}} iterations. Each iteration consists of three stages:", "source": "marker_v2", "marker_block_id": "/page/4/Text/3"}
59
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0058", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Code", "text": "\\begin{split} \\mathcal{B}_t \\leftarrow \\text{SampleBatch}(\\mathcal{D}, B), \\\\ \\mathcal{D}_t \\leftarrow \\text{Filter}(\\mathcal{B}_t, \\pi_{\\theta_t}), \\\\ \\pi_{\\theta_{t+1}} \\leftarrow \\text{RL}(\\pi_{\\theta_t}, \\mathcal{D}_t). \\end{split}", "source": "marker_v2", "marker_block_id": "/page/4/Code/4"}
60
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0059", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "Each iteration draws a fresh batch \\mathcal{B}_t from the annotated pool \\mathcal{D} with trace-level labels, ensuring a balanced distribution of correct and incorrect reasoning traces. The curriculum filtering then constructs the training set \\mathcal{D}_t as described above, and RL optimization updates the policy based on the structured reward.", "source": "marker_v2", "marker_block_id": "/page/4/Text/5"}
61
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0060", "section": "3.2. Training Strategies", "page_start": 5, "page_end": 5, "type": "Text", "text": "The key insight underlying this iterative approach is the coevolution of model capability and training distribution. As the verifier improves, the filtering mechanism automatically removes instances that have become too easy, while the fresh sampling introduces new challenging cases. This creates a self-bootstrapping cycle: stronger models encounter harder verification tasks, which in turn drive further improvements. Since the trace-level correctness reward is deterministic and unambiguous, this self-bootstrapping process converges reliably without the instabilities that can arise from noisy synthetic step-level labels. We summarize the overall training procedure in Algorithm 1.", "source": "marker_v2", "marker_block_id": "/page/4/Text/6"}
62
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0061", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "Evaluation benchmarks. We evaluated Med-TIV on four open-source medical question-answering benchmarks: MedQA (Jin et al., 2020), MedMCQA (Pal et al., 2022), MMLU-Med (Hendrycks et al., 2021), and MedX-pertQA (Zuo et al., 2025), using accuracy as the evaluation metric. These benchmarks collectively assess the verifier's ability to distinguish correct from erroneous reasoning across varying difficulty levels and medical subdomains. Detailed descriptions of benchmarks are in Appendix C.1.", "source": "marker_v2", "marker_block_id": "/page/4/Text/9"}
63
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0062", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "Implementation details. We trained verifiers using two light-weight backbone models: Llama3.1-8B and Qwen2.5-7B, with Llama3.1-8B as the default for results reporting. All training was conducted using the VeRL-Tool framework (Jiang et al., 2025a). Detailed hyperparameters are shown in Appendix B.1. All experiments were conducted on 4 NVIDIA H100 GPUs with 80GB of memory. Due to computational constraints, we limit the maximum number of RL iterations to T_{\\rm max}=2 and we set the group size for curriculum formulation (Section 3.2) to G=8.", "source": "marker_v2", "marker_block_id": "/page/4/Text/10"}
64
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0063", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "For inference, we used the default sampling hyperparameters for all models. In reward-guided search experiments, unless otherwise specified, we used Qwen2.5-7B as the frozen generator and sampled up to 32 candidate reasoning traces per question. We applied Hard-Weighted Self-Consistency as the default test-time search strategy.", "source": "marker_v2", "marker_block_id": "/page/4/Text/11"}
65
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0064", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "Baselines. We compared Med-TIV against two groups of baselines. 1): Off-the-shelf LLMs : GPT-40-mini (OpenAI et al., 2024), Gemini-2.0-Flash, DeepSeek-R1 series (Guo et al., 2025), Qwen2.5 series (Yang et al., 2025), Llama3.1 (Grattafiori et al., 2024), AlphaMed (Liu et al., 2025a), UltraMedical (Zhang et al., 2024), and HuatuoGPT-01 (Chen et al., 2024). 2): Medical domain-specialized Reward Models : MedS<sup>3</sup> (Jiang et al., 2025b) and Med-PRM (Yun et al., 2025). Detailed descriptions of each reward model baseline are shown in Appendix B.3.", "source": "marker_v2", "marker_block_id": "/page/4/Text/12"}
66
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0065", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "Test-Time Search Strategies. We evaluated three test-time search strategies that leverage Med-TIV to improve the reasoning performance of frozen generators. Given a reasoning trace \\tau=(s_1,s_2,\\ldots,s_K) with K steps, our verifier assigns a confidence score r_{\\tau}\\in[0,1] for the entire trace, defined as the softmax probability of the 1 token over the logits of both 1 and 0 tokens.", "source": "marker_v2", "marker_block_id": "/page/4/Text/13"}
67
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0066", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Text", "text": "• Best-of-N. Given a question q, we sampled N candidate traces \\{\\tau^{(j)}\\}_{j=1}^N from the generator and selected the trace with the highest verifier confidence score:", "source": "marker_v2", "marker_block_id": "/page/4/Text/14"}
68
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0067", "section": "4.1. Experimental Setup", "page_start": 5, "page_end": 5, "type": "Equation", "text": "\\hat{\\tau} = \\arg\\max_{\\tau^{(j)}} r_{\\tau^{(j)}}.", "source": "marker_v2", "marker_block_id": "/page/4/Equation/15"}
69
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0068", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "TableGroup", "text": "Table 1. Main evaluation results on medical reasoning benchmarks. We report accuracy (%) on MedQA, MedMCQA, MMLU-Med, and MedXpertQA. Bold numbers indicate the best results among the reward model group. ✓: Verifier supports external tools for judging; ✗: Verifier does not support external tools for judging. Baselines å |Train| Size MedQA MedMCQA MMLU-Med MedXpertQA Avg. Proprietary Models GPT-4o-mini - - - 79.03 68.20 87.79 17.84 63.22 Gemini-2.0-Flash - - - 87.51 72.60 92.01 20.57 68.17 General Reasoning Models DeepSeek-R1 - - 671B 90.34 78.80 94.40 37.76 75.33 R1-Distill-Qwen - - 7B 24.82 36.40 47.47 7.43 29.03 R1-Distill-Llama - - 8B 34.96 43.60 64.19 5.35 37.03 General Non-reasoning Models Qwen2.5 - - 32B 73.21 64.83 84.94 13.87 59.21 Qwen2.5 - - 7B 60.96 56.56 76.96 12.15 51.66 Llama3.1 - - 8B 70.93 61.60 78.97 13.02 56.13 Medical Reasoning Models AlphaMed - - 7B 71.01 61.46 81.16 19.16 58.20 UltraMedical - - 8B 72.66 62.60 79.61 15.25 57.53 HuatuoGPT-o1 - - 8B 72.19 63.60 75.30 16.84 56.98 Medical Reward Models MedS3 ✗ 225k 7B 64.89 58.91 80.53 12.90 54.31 Med-PRM ✓ 111k 7B 69.99 62.36 80.99 13.51 56.71 Med-TIV (Ours) ✓ 20k 7B 75.26 64.70 85.58 16.04 60.40", "source": "marker_v2", "marker_block_id": "/page/5/TableGroup/739"}
70
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0069", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "Text", "text": "• Hard-Weighted Self-Consistency. We first filtered traces by the verifier's binary judgment, keeping only those labeled correct (Vθ(q, τ ) = 1). Among the filtered traces, we applied majority voting to determine the final answer:", "source": "marker_v2", "marker_block_id": "/page/5/Text/4"}
71
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0070", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "Equation", "text": "\\hat{a} = \\arg\\max_{a} \\sum_{j=1}^{N} \\mathbb{1} \\left[ V_{\\theta}(q, \\tau^{(j)}) = 1 \\right] \\cdot \\mathbb{1} \\left[ \\operatorname{ans}(\\tau^{(j)}) = a \\right].", "source": "marker_v2", "marker_block_id": "/page/5/Equation/5"}
72
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0071", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "Text", "text": "• Soft-Weighted Self-Consistency. Instead of binary filtering, we weighted each trace's vote by the verifier's confidence score:", "source": "marker_v2", "marker_block_id": "/page/5/Text/6"}
73
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0072", "section": "4.1. Experimental Setup", "page_start": 6, "page_end": 6, "type": "Equation", "text": "\\hat{a} = \\arg\\max_{a} \\sum_{j=1}^{N} r_{\\tau^{(j)}} \\cdot \\mathbb{1} \\big[ \\mathrm{ans}(\\tau^{(j)}) = a \\big].", "source": "marker_v2", "marker_block_id": "/page/5/Equation/7"}
74
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0073", "section": "4.2. Main Results", "page_start": 6, "page_end": 6, "type": "Text", "text": "Table 1 presents the main results on four medical reasoning benchmarks. Models trained with Med-TIV consistently outperform existing baselines across all benchmarks. Specifically, under guided-search using a Med-TIVtrained verifier, Qwen2.5-7B attains accuracies of 75.26%", "source": "marker_v2", "marker_block_id": "/page/5/Text/9"}
75
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0074", "section": "4.2. Main Results", "page_start": 6, "page_end": 6, "type": "Text", "text": "on MedQA, 64.70% on MedMCQA, 85.58% on MMLU-Med, and 16.04% on MedXpertQA, yielding an average accuracy of 60.40%. Notably, Med-TIV enables this 7B generator to rival substantially larger models, even surpassing the base performance of Qwen2.5-32B despite using a generator that is approximately 4× smaller. Compared to domain-specialized medical reasoning models of similar scale, Med-TIV outperforms HuatuoGPT-o1-8B and UltraMedical-8B by 3.07% and 2.60% on MedQA, respectively, demonstrating the effectiveness of our tool-integrated verification. Case analysis in Appendix D further illustrates how Med-TIV identifies subtle reasoning errors.", "source": "marker_v2", "marker_block_id": "/page/5/Text/10"}
76
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0075", "section": "4.3. Analysis", "page_start": 6, "page_end": 6, "type": "Text", "text": "We conducted a series of ablation analyses to investigate six key research questions regarding our proposed framework.", "source": "marker_v2", "marker_block_id": "/page/5/Text/12"}
77
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0076", "section": "4.3. Analysis", "page_start": 6, "page_end": 6, "type": "Text", "text": "Q1: Does Med-TIV generalize across different generator models? To evaluate the generalizability of the trained verifier, we applied Med-TIV to guide test-time search across generator models of varying sizes and capa-", "source": "marker_v2", "marker_block_id": "/page/5/Text/13"}
78
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0077", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "FigureGroup", "text": "Figure 3. Test-time scaling analysis across three medical reasoning benchmarks. Each plot shows accuracy versus sampling budget N \\in \\{1, 2, 4, 8, 16, 32\\} for four baselines. Med-TIV consistently outperforms baselines across all sampling budgets and benchmarks.", "source": "marker_v2", "marker_block_id": "/page/6/FigureGroup/226"}
79
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0078", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "TableGroup", "text": "Table 2. Performance improvements from using Med-TIV as a verifier on MedQA. For each generator model, the first row indicates the accuracy over single sampled trace per question. Models MedQA Qwen2.5-7B 60.96 + Self-Consistency 66.38 (+5.42) + Best-of-N (Med-TIV) 72.35 (+11.39) + Soft Weighted SC (Med-TIV) 75.02 (+14.06) + Hard Weighted SC (Med-TIV) 75.26 (+14.30) AlphaMed-7B 71.01 + Self-Consistency 74.23 (+3.22) + Best-of-N (Med-TIV) 75.02 (+4.01) + Soft Weighted SC (Med-TIV) 75.33 (+4.32) + Hard Weighted SC (Med-TIV) 75.65 (+4.64) Qwen2.5-32B 73.21 + Self-Consistency 75.26 (+2.05) + Best-of-N (Med-TIV) 75.57 (+2.36) + Soft Weighted SC (Med-TIV) 75.96 (+2.75) + Hard Weighted SC (Med-TIV) 75.96 (+2.75)", "source": "marker_v2", "marker_block_id": "/page/6/TableGroup/227"}
80
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0079", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "bilities. As shown in Table 2, when using Qwen2.5-7B as the generator, Hard-Weighted Self-Consistency yields a relative improvement of 23.5% over the base model's single-sample accuracy, substantially outperforming the 12.2% gain achieved by standard Self-Consistency. Notably, the domain-specialized AlphaMed-7B model also benefits from verifier guidance with a 6.5% relative improvement, indicating that our verifier provides complementary verification capabilities beyond domain-specific fine-tuning. The improvements extend to larger models as well: Qwen2.5-32B achieves a 3.8% relative gain during test-time search, demonstrating that a light-weight 8B verifier can effectively guide models that are significantly larger than itself. This", "source": "marker_v2", "marker_block_id": "/page/6/Text/6"}
81
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0080", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "cross-scale generalization suggests that Med-TIV learns transferable verification patterns rather than overfitting to specific generator characteristics.", "source": "marker_v2", "marker_block_id": "/page/6/Text/7"}
82
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0081", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "Q2: How do different test-time search strategies compare under Med-TIV? We then systematically compare different test-time search strategies under verifier guidance to identify the most effective approach for leveraging verification signals. As shown in Table 2, Hard-Weighted Self-Consistency consistently achieves the highest accuracy across all generators, followed by Soft-Weighted Self-Consistency and Best-of-N selection. On Qwen2.5-7B, Hard-Weighted Self-Consistency outperforms Best-of-N by 3% absolute accuracy, suggesting that majority voting among verified traces provides more robust answer selection than simply choosing the highest-confidence individual trace.", "source": "marker_v2", "marker_block_id": "/page/6/Text/8"}
83
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0082", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "Q3: Can Med-TIV reduce the sampling budget required to achieve state-of-the-art performance compared to existing baselines? Next, we investigated how verification performance scales with sampling budget, a critical consideration for deployment under varying computational constraints. As shown in Figure 3, Med-TIV achieves substantial efficiency advantage over existing medical reward models across all three benchmarks. In particular, Med-TIV matches the performance of baselines using only 4 samples, whereas the baselines require 32 samples, representing an 8× reduction in sampling budget. On MedOA, Med-TIV achieves 72.1% accuracy at N=4, while Med-PRM requires the full N=32 budget to reach 70.0% accuracy. Since inference cost scales approximately linearly with the number of sampled traces, this translates to equivalent performance at one-eighth the generator inference cost in practical deployment settings.", "source": "marker_v2", "marker_block_id": "/page/6/Text/9"}
84
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0083", "section": "4.3. Analysis", "page_start": 7, "page_end": 7, "type": "Text", "text": "Q4: Does Med-TIV generalize across different base models? To assess the generality of our proposed framework, we compared verification performance using two", "source": "marker_v2", "marker_block_id": "/page/6/Text/10"}
85
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0084", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "FigureGroup", "text": "Figure 4. Ablation on base model selection and training iterations.", "source": "marker_v2", "marker_block_id": "/page/7/FigureGroup/401"}
86
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0085", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "distinct verifier backbones: Llama3.1-8B and Qwen2.5-7B. As shown in Figure 4, both backbones achieve strong performance after two training iterations. Llama3.1-8B consistently outperforms Qwen2.5-7B by approximately 3.5% absolute accuracy on MedQA, achieving 75.86% versus 72.35% after 2 iterations of training. The parallel performance gains observed across both models indicate that Med-TIV is agnostic to backbone architectures.", "source": "marker_v2", "marker_block_id": "/page/7/Text/3"}
87
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0086", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "Q5: What is the impact of iterative training? Figure 4 presents ablation results examining the impact of iterative training with adaptive curriculum formulation. Llama3.1-8B improves from 60.96% to 75.26% after iteration 1, with marginal gains to 75.86% at iteration 2. Qwen2.5-7B follows a similar pattern, reaching 72.35% after two iterations. The rapid convergence suggest that the majority of verification capability is acquired in the first round, with subsequent iterations refining boundary cases.", "source": "marker_v2", "marker_block_id": "/page/7/Text/4"}
88
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0087", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "O6 : How does RL and tool integration impact verification performance? Table 3 highlights the dual benefits of our framework across two generators. RL", "source": "marker_v2", "marker_block_id": "/page/7/Text/5"}
89
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0088", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "TableGroup", "text": "Table 3. Ablation on RL and tool integration. Models MedQA Qwen2.5-7B 60.96 + Med-TIV (RL) 69.60 + Med-TIV (RL + Tool) 70.54 AlphaMed-7B 71.01 + Med-TIV (RL) 76.12 + Med-TIV (RL + Tool) 77.14", "source": "marker_v2", "marker_block_id": "/page/7/TableGroup/402"}
90
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0089", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "training drives the primary gain, boosting MedQA accuracy of Qwen2.5-7B by 8.64%, confirming that the verifier effectively internalizes reasoning patterns. Tool integration provides a critical secondary boost, further elevating accuracy to 70.54%. A similar cumulative trend is observed with AlphaMed-7B. This demonstrates that while RL", "source": "marker_v2", "marker_block_id": "/page/7/Text/8"}
91
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0090", "section": "4.3. Analysis", "page_start": 8, "page_end": 8, "type": "Text", "text": "anchors logical verification, dynamic retrieval is essential for resolving knowledge-intensive boundary cases beyond the model's parametric memory.", "source": "marker_v2", "marker_block_id": "/page/7/Text/9"}
92
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0091", "section": "5. Related Work", "page_start": 8, "page_end": 8, "type": "Text", "text": "Medical Reasoning Models. The application of large language models to medical reasoning has attracted considerable attention. Early efforts focused on domain-adaptive pretraining and instruction tuning on medical corpora (Wu et al., 2023; Singhal et al., 2025; Chen et al., 2023). More recent work has explored reasoning-enhanced medical models. HuatuoGPT-o1 (Chen et al., 2024) incorporates chainof-thought reasoning with verification mechanisms, and UltraMedical (Zhang et al., 2024) combines high-quality instruction data with preference optimization. AlphaMed (Liu et al., 2025a) employs RL to improve medical reasoning capabilities. Despite these advances, most existing approaches focus on improving the generator model itself, whereas our work addresses the complementary problem of training a plug-and-play verifier that can improve any frozen generator through test-time search.", "source": "marker_v2", "marker_block_id": "/page/7/Text/11"}
93
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0092", "section": "5. Related Work", "page_start": 8, "page_end": 8, "type": "Text", "text": "Tool-Assisted Reward and Judge Models. Standard LLM-based judges typically function as passive scorers limited by parametric knowledge. Recent work addresses this through agentic reward modeling, equipping verifiers with executable tools. Themis (Li et al., 2024) established the foundational framework by enabling access to calculators, search engines, and knowledge bases through structured tool-calling traces. TIR-Judge (Xu et al., 2025) advanced this paradigm in the general domain by integrating code execution to judge paired responses. TIM-PRM (Kuang et al., 2025) introduced independent tool queries for multi-modal verification to eliminate confirmation bias. The concept has further expanded to the Agent-as-a-Judge paradigm (You et al., 2026), which employs dynamic planning, tool augmentation and multi-agent coordination to decompose complex evaluation tasks. Our work instantiates this agentic paradigm within the medical domain, moving beyond static retrieval to iterative, evidence-grounded clinical verification.", "source": "marker_v2", "marker_block_id": "/page/7/Text/12"}
94
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0093", "section": "6. Conclusion", "page_start": 8, "page_end": 8, "type": "Text", "text": "We presented Med-TIV, an agentic RL framework for medical reasoning verification. Our approach addresses key limitations of existing medical reward models by offering explicit critique traces and enabling dynamic knowledge retrieval during verification. Empirical evaluations across four medical reasoning benchmarks demonstrate that Med-TIV substantially outperforms prior approaches. More broadly, Med-TIV introduces a general paradigm for training toolaugmented verifiers that can be extended to other highstakes domains requiring evidence-grounded evaluation.", "source": "marker_v2", "marker_block_id": "/page/7/Text/14"}
95
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0094", "section": "Impact Statement", "page_start": 9, "page_end": 9, "type": "Text", "text": "This paper introduces research aimed at improving the reliability of large language models for medical reasoning tasks. We believe our work contributes positively to the development of trustworthy medical AI systems by providing mechanisms to verify reasoning correctness before clinical deployment. Med-TIV holds potential to enhance the safety of LLM-assisted clinical decision support by reducing erroneous reasoning outputs through systematic verification. By grounding judgments in retrieved medical evidence, our approach offers improved transparency compared to opaque scalar reward models, enabling practitioners to better understand and audit verification decisions. The efficiency gains demonstrated by Med-TIV could democratize access to reliable medical reasoning verification, making robust verification feasible even in resource-constrained settings.", "source": "marker_v2", "marker_block_id": "/page/8/Text/2"}
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/marker_meta.json ADDED
@@ -0,0 +1,1668 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "Scaling Medical Reasoning Verification via Tool-Integrated Reinforcement\nLearning",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 70.5234375,
10
+ 88.9453125
11
+ ],
12
+ [
13
+ 525.8800659179688,
14
+ 88.9453125
15
+ ],
16
+ [
17
+ 525.8800659179688,
18
+ 122.191162109375
19
+ ],
20
+ [
21
+ 70.5234375,
22
+ 122.191162109375
23
+ ]
24
+ ]
25
+ },
26
+ {
27
+ "title": "Anonymous Authors1",
28
+ "heading_level": null,
29
+ "page_id": 0,
30
+ "polygon": [
31
+ [
32
+ 239.0625,
33
+ 159.67803955078125
34
+ ],
35
+ [
36
+ 330.7948913574219,
37
+ 159.67803955078125
38
+ ],
39
+ [
40
+ 330.7948913574219,
41
+ 170.8990478515625
42
+ ],
43
+ [
44
+ 239.0625,
45
+ 170.8990478515625
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "Abstract",
51
+ "heading_level": null,
52
+ "page_id": 0,
53
+ "polygon": [
54
+ [
55
+ 148.21875,
56
+ 192.97265625
57
+ ],
58
+ [
59
+ 194.6832733154297,
60
+ 192.97265625
61
+ ],
62
+ [
63
+ 194.6832733154297,
64
+ 205.94830322265625
65
+ ],
66
+ [
67
+ 148.21875,
68
+ 205.94830322265625
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "1. Introduction",
74
+ "heading_level": null,
75
+ "page_id": 0,
76
+ "polygon": [
77
+ [
78
+ 54.685546875,
79
+ 592.83984375
80
+ ],
81
+ [
82
+ 132.27606201171875,
83
+ 592.83984375
84
+ ],
85
+ [
86
+ 132.27606201171875,
87
+ 605.7343597412109
88
+ ],
89
+ [
90
+ 54.685546875,
91
+ 605.7343597412109
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "2. Preliminaries",
97
+ "heading_level": null,
98
+ "page_id": 1,
99
+ "polygon": [
100
+ [
101
+ 306.59765625,
102
+ 311.30859375
103
+ ],
104
+ [
105
+ 388.2452087402344,
106
+ 311.30859375
107
+ ],
108
+ [
109
+ 388.2452087402344,
110
+ 323.56036376953125
111
+ ],
112
+ [
113
+ 306.59765625,
114
+ 323.56036376953125
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "2.1. Problem Setup",
120
+ "heading_level": null,
121
+ "page_id": 1,
122
+ "polygon": [
123
+ [
124
+ 306.0,
125
+ 332.50750732421875
126
+ ],
127
+ [
128
+ 388.06732177734375,
129
+ 332.50750732421875
130
+ ],
131
+ [
132
+ 388.06732177734375,
133
+ 342.4700927734375
134
+ ],
135
+ [
136
+ 306.0,
137
+ 342.4700927734375
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "2.2. Tool-Augmented Reasoning Verifier",
143
+ "heading_level": null,
144
+ "page_id": 1,
145
+ "polygon": [
146
+ [
147
+ 307.1953125,
148
+ 530.96484375
149
+ ],
150
+ [
151
+ 476.9296875,
152
+ 530.96484375
153
+ ],
154
+ [
155
+ 476.9296875,
156
+ 541.6730804443359
157
+ ],
158
+ [
159
+ 307.1953125,
160
+ 541.6730804443359
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "2.3. Test-Time Search",
166
+ "heading_level": null,
167
+ "page_id": 2,
168
+ "polygon": [
169
+ [
170
+ 52.59375,
171
+ 570.75
172
+ ],
173
+ [
174
+ 147.0,
175
+ 570.75
176
+ ],
177
+ [
178
+ 147.0,
179
+ 579.69140625
180
+ ],
181
+ [
182
+ 52.59375,
183
+ 579.69140625
184
+ ]
185
+ ]
186
+ },
187
+ {
188
+ "title": "3. Tool-Integrated Medical Reasoning Verifier",
189
+ "heading_level": null,
190
+ "page_id": 2,
191
+ "polygon": [
192
+ [
193
+ 306.0,
194
+ 523.5
195
+ ],
196
+ [
197
+ 542.25,
198
+ 523.5
199
+ ],
200
+ [
201
+ 542.25,
202
+ 534.05859375
203
+ ],
204
+ [
205
+ 306.0,
206
+ 534.05859375
207
+ ]
208
+ ]
209
+ },
210
+ {
211
+ "title": "3.1. Tool-Integrated RL with Verifiable Rewards",
212
+ "heading_level": null,
213
+ "page_id": 2,
214
+ "polygon": [
215
+ [
216
+ 305.25,
217
+ 651.62109375
218
+ ],
219
+ [
220
+ 513.0,
221
+ 651.62109375
222
+ ],
223
+ [
224
+ 513.0,
225
+ 661.5
226
+ ],
227
+ [
228
+ 305.25,
229
+ 661.5
230
+ ]
231
+ ]
232
+ },
233
+ {
234
+ "title": "3.2. Training Strategies",
235
+ "heading_level": null,
236
+ "page_id": 3,
237
+ "polygon": [
238
+ [
239
+ 306.0,
240
+ 184.078125
241
+ ],
242
+ [
243
+ 407.25,
244
+ 184.078125
245
+ ],
246
+ [
247
+ 407.25,
248
+ 193.359375
249
+ ],
250
+ [
251
+ 306.0,
252
+ 193.359375
253
+ ]
254
+ ]
255
+ },
256
+ {
257
+ "title": "4. Experiments",
258
+ "heading_level": null,
259
+ "page_id": 4,
260
+ "polygon": [
261
+ [
262
+ 304.505859375,
263
+ 68.44921875
264
+ ],
265
+ [
266
+ 385.5,
267
+ 68.44921875
268
+ ],
269
+ [
270
+ 385.5,
271
+ 78.50390625
272
+ ],
273
+ [
274
+ 304.505859375,
275
+ 78.50390625
276
+ ]
277
+ ]
278
+ },
279
+ {
280
+ "title": "4.1. Experimental Setup",
281
+ "heading_level": null,
282
+ "page_id": 4,
283
+ "polygon": [
284
+ [
285
+ 303.908203125,
286
+ 88.5
287
+ ],
288
+ [
289
+ 410.25,
290
+ 88.5
291
+ ],
292
+ [
293
+ 410.25,
294
+ 99.0
295
+ ],
296
+ [
297
+ 303.908203125,
298
+ 99.0
299
+ ]
300
+ ]
301
+ },
302
+ {
303
+ "title": "4.2. Main Results",
304
+ "heading_level": null,
305
+ "page_id": 5,
306
+ "polygon": [
307
+ [
308
+ 54.087890625,
309
+ 639.24609375
310
+ ],
311
+ [
312
+ 129.0536651611328,
313
+ 639.24609375
314
+ ],
315
+ [
316
+ 129.0536651611328,
317
+ 650.9041137695312
318
+ ],
319
+ [
320
+ 54.087890625,
321
+ 650.9041137695312
322
+ ]
323
+ ]
324
+ },
325
+ {
326
+ "title": "4.3. Analysis",
327
+ "heading_level": null,
328
+ "page_id": 5,
329
+ "polygon": [
330
+ [
331
+ 305.701171875,
332
+ 610.2935028076172
333
+ ],
334
+ [
335
+ 360.8594665527344,
336
+ 610.2935028076172
337
+ ],
338
+ [
339
+ 360.8594665527344,
340
+ 620.256103515625
341
+ ],
342
+ [
343
+ 305.701171875,
344
+ 620.256103515625
345
+ ]
346
+ ]
347
+ },
348
+ {
349
+ "title": "5. Related Work",
350
+ "heading_level": null,
351
+ "page_id": 7,
352
+ "polygon": [
353
+ [
354
+ 306.0,
355
+ 120.75
356
+ ],
357
+ [
358
+ 391.5,
359
+ 120.75
360
+ ],
361
+ [
362
+ 391.5,
363
+ 130.5
364
+ ],
365
+ [
366
+ 306.0,
367
+ 130.5
368
+ ]
369
+ ]
370
+ },
371
+ {
372
+ "title": "6. Conclusion",
373
+ "heading_level": null,
374
+ "page_id": 7,
375
+ "polygon": [
376
+ [
377
+ 306.0,
378
+ 578.25
379
+ ],
380
+ [
381
+ 377.25,
382
+ 578.25
383
+ ],
384
+ [
385
+ 377.25,
386
+ 588.97265625
387
+ ],
388
+ [
389
+ 306.0,
390
+ 588.97265625
391
+ ]
392
+ ]
393
+ },
394
+ {
395
+ "title": "Impact Statement",
396
+ "heading_level": null,
397
+ "page_id": 8,
398
+ "polygon": [
399
+ [
400
+ 52.59375,
401
+ 67.84710693359375
402
+ ],
403
+ [
404
+ 146.74185180664062,
405
+ 67.84710693359375
406
+ ],
407
+ [
408
+ 146.74185180664062,
409
+ 79.80230712890625
410
+ ],
411
+ [
412
+ 52.59375,
413
+ 79.80230712890625
414
+ ]
415
+ ]
416
+ },
417
+ {
418
+ "title": "References",
419
+ "heading_level": null,
420
+ "page_id": 8,
421
+ "polygon": [
422
+ [
423
+ 53.490234375,
424
+ 283.15814208984375
425
+ ],
426
+ [
427
+ 110.98385620117188,
428
+ 283.15814208984375
429
+ ],
430
+ [
431
+ 110.98385620117188,
432
+ 295.11334228515625
433
+ ],
434
+ [
435
+ 53.490234375,
436
+ 295.11334228515625
437
+ ]
438
+ ]
439
+ },
440
+ {
441
+ "title": "A. Limitation",
442
+ "heading_level": null,
443
+ "page_id": 10,
444
+ "polygon": [
445
+ [
446
+ 54.087890625,
447
+ 67.67578125
448
+ ],
449
+ [
450
+ 124.51715850830078,
451
+ 67.67578125
452
+ ],
453
+ [
454
+ 124.51715850830078,
455
+ 79.80230712890625
456
+ ],
457
+ [
458
+ 54.087890625,
459
+ 79.80230712890625
460
+ ]
461
+ ]
462
+ },
463
+ {
464
+ "title": "B. Additional Implementation Details",
465
+ "heading_level": null,
466
+ "page_id": 10,
467
+ "polygon": [
468
+ [
469
+ 54.38671875,
470
+ 344.1796875
471
+ ],
472
+ [
473
+ 246.73516845703125,
474
+ 344.1796875
475
+ ],
476
+ [
477
+ 246.73516845703125,
478
+ 356.96038818359375
479
+ ],
480
+ [
481
+ 54.38671875,
482
+ 356.96038818359375
483
+ ]
484
+ ]
485
+ },
486
+ {
487
+ "title": "B.1. Hyperparameter Settings",
488
+ "heading_level": null,
489
+ "page_id": 10,
490
+ "polygon": [
491
+ [
492
+ 54.38671875,
493
+ 365.90753173828125
494
+ ],
495
+ [
496
+ 182.62254333496094,
497
+ 365.90753173828125
498
+ ],
499
+ [
500
+ 182.62254333496094,
501
+ 376.27734375
502
+ ],
503
+ [
504
+ 54.38671875,
505
+ 376.27734375
506
+ ]
507
+ ]
508
+ },
509
+ {
510
+ "title": "B.2. Retrieval Setup",
511
+ "heading_level": null,
512
+ "page_id": 10,
513
+ "polygon": [
514
+ [
515
+ 55.44000244140625,
516
+ 611.0535125732422
517
+ ],
518
+ [
519
+ 140.44921875,
520
+ 611.0535125732422
521
+ ],
522
+ [
523
+ 140.44921875,
524
+ 621.01611328125
525
+ ],
526
+ [
527
+ 55.44000244140625,
528
+ 621.01611328125
529
+ ]
530
+ ]
531
+ },
532
+ {
533
+ "title": "User Prompt:",
534
+ "heading_level": null,
535
+ "page_id": 11,
536
+ "polygon": [
537
+ [
538
+ 64.248046875,
539
+ 97.83984375
540
+ ],
541
+ [
542
+ 125.2335433959961,
543
+ 97.83984375
544
+ ],
545
+ [
546
+ 125.2335433959961,
547
+ 108.82611083984375
548
+ ],
549
+ [
550
+ 64.248046875,
551
+ 108.82611083984375
552
+ ]
553
+ ]
554
+ },
555
+ {
556
+ "title": "Output Instruction:",
557
+ "heading_level": null,
558
+ "page_id": 11,
559
+ "polygon": [
560
+ [
561
+ 65.443359375,
562
+ 182.6414794921875
563
+ ],
564
+ [
565
+ 143.1463165283203,
566
+ 182.6414794921875
567
+ ],
568
+ [
569
+ 143.1463165283203,
570
+ 192.60406494140625
571
+ ],
572
+ [
573
+ 65.443359375,
574
+ 192.60406494140625
575
+ ]
576
+ ]
577
+ },
578
+ {
579
+ "title": "B.3. Baseline Setup",
580
+ "heading_level": null,
581
+ "page_id": 11,
582
+ "polygon": [
583
+ [
584
+ 53.7890625,
585
+ 416.109375
586
+ ],
587
+ [
588
+ 136.8144989013672,
589
+ 416.109375
590
+ ],
591
+ [
592
+ 136.8144989013672,
593
+ 426.9541015625
594
+ ],
595
+ [
596
+ 53.7890625,
597
+ 426.9541015625
598
+ ]
599
+ ]
600
+ },
601
+ {
602
+ "title": "B.4. Prompt Template",
603
+ "heading_level": null,
604
+ "page_id": 11,
605
+ "polygon": [
606
+ [
607
+ 53.19140625,
608
+ 508.5975341796875
609
+ ],
610
+ [
611
+ 148.97885131835938,
612
+ 508.5975341796875
613
+ ],
614
+ [
615
+ 148.97885131835938,
616
+ 518.5601196289062
617
+ ],
618
+ [
619
+ 53.19140625,
620
+ 518.5601196289062
621
+ ]
622
+ ]
623
+ },
624
+ {
625
+ "title": "C. Benchmarks and Baselines",
626
+ "heading_level": null,
627
+ "page_id": 11,
628
+ "polygon": [
629
+ [
630
+ 54.38671875,
631
+ 564.99609375
632
+ ],
633
+ [
634
+ 206.8885040283203,
635
+ 564.99609375
636
+ ],
637
+ [
638
+ 206.8885040283203,
639
+ 578.1953582763672
640
+ ],
641
+ [
642
+ 54.38671875,
643
+ 578.1953582763672
644
+ ]
645
+ ]
646
+ },
647
+ {
648
+ "title": "C.1. Benchmarks",
649
+ "heading_level": null,
650
+ "page_id": 11,
651
+ "polygon": [
652
+ [
653
+ 53.19140625,
654
+ 587.1425170898438
655
+ ],
656
+ [
657
+ 128.7747039794922,
658
+ 587.1425170898438
659
+ ],
660
+ [
661
+ 128.7747039794922,
662
+ 598.25390625
663
+ ],
664
+ [
665
+ 53.19140625,
666
+ 598.25390625
667
+ ]
668
+ ]
669
+ },
670
+ {
671
+ "title": "C.2. Baselines",
672
+ "heading_level": null,
673
+ "page_id": 12,
674
+ "polygon": [
675
+ [
676
+ 52.59375,
677
+ 118.3359375
678
+ ],
679
+ [
680
+ 114.38870239257812,
681
+ 118.3359375
682
+ ],
683
+ [
684
+ 114.38870239257812,
685
+ 128.38311767578125
686
+ ],
687
+ [
688
+ 52.59375,
689
+ 128.38311767578125
690
+ ]
691
+ ]
692
+ },
693
+ {
694
+ "title": "Proprietary Models.",
695
+ "heading_level": null,
696
+ "page_id": 12,
697
+ "polygon": [
698
+ [
699
+ 53.19140625,
700
+ 172.4765625
701
+ ],
702
+ [
703
+ 141.5865936279297,
704
+ 172.4765625
705
+ ],
706
+ [
707
+ 141.5865936279297,
708
+ 183.64813232421875
709
+ ],
710
+ [
711
+ 53.19140625,
712
+ 183.64813232421875
713
+ ]
714
+ ]
715
+ },
716
+ {
717
+ "title": "General Reasoning Models.",
718
+ "heading_level": null,
719
+ "page_id": 12,
720
+ "polygon": [
721
+ [
722
+ 54.685546875,
723
+ 252.140625
724
+ ],
725
+ [
726
+ 172.5005340576172,
727
+ 252.140625
728
+ ],
729
+ [
730
+ 172.5005340576172,
731
+ 262.1041259765625
732
+ ],
733
+ [
734
+ 54.685546875,
735
+ 262.1041259765625
736
+ ]
737
+ ]
738
+ },
739
+ {
740
+ "title": "General Foundation Models.",
741
+ "heading_level": null,
742
+ "page_id": 12,
743
+ "polygon": [
744
+ [
745
+ 54.087890625,
746
+ 330.2578125
747
+ ],
748
+ [
749
+ 177.24273681640625,
750
+ 330.2578125
751
+ ],
752
+ [
753
+ 177.24273681640625,
754
+ 340.5591125488281
755
+ ],
756
+ [
757
+ 54.087890625,
758
+ 340.5591125488281
759
+ ]
760
+ ]
761
+ },
762
+ {
763
+ "title": "Medical Domain Models.",
764
+ "heading_level": null,
765
+ "page_id": 12,
766
+ "polygon": [
767
+ [
768
+ 53.7890625,
769
+ 407.21484375
770
+ ],
771
+ [
772
+ 161.9800262451172,
773
+ 407.21484375
774
+ ],
775
+ [
776
+ 161.9800262451172,
777
+ 419.01513671875
778
+ ],
779
+ [
780
+ 53.7890625,
781
+ 419.01513671875
782
+ ]
783
+ ]
784
+ },
785
+ {
786
+ "title": "Medical Reward Models.",
787
+ "heading_level": null,
788
+ "page_id": 12,
789
+ "polygon": [
790
+ [
791
+ 53.7890625,
792
+ 511.41851806640625
793
+ ],
794
+ [
795
+ 161.97007751464844,
796
+ 511.41851806640625
797
+ ],
798
+ [
799
+ 161.97007751464844,
800
+ 521.381103515625
801
+ ],
802
+ [
803
+ 53.7890625,
804
+ 521.381103515625
805
+ ]
806
+ ]
807
+ },
808
+ {
809
+ "title": "D. Case Analysis",
810
+ "heading_level": null,
811
+ "page_id": 12,
812
+ "polygon": [
813
+ [
814
+ 53.19140625,
815
+ 592.2521514892578
816
+ ],
817
+ [
818
+ 140.549072265625,
819
+ 592.2521514892578
820
+ ],
821
+ [
822
+ 140.549072265625,
823
+ 604.2073516845703
824
+ ],
825
+ [
826
+ 53.19140625,
827
+ 604.2073516845703
828
+ ]
829
+ ]
830
+ },
831
+ {
832
+ "title": "Medical Problem:",
833
+ "heading_level": null,
834
+ "page_id": 13,
835
+ "polygon": [
836
+ [
837
+ 65.443359375,
838
+ 170.15625
839
+ ],
840
+ [
841
+ 143.5049591064453,
842
+ 170.15625
843
+ ],
844
+ [
845
+ 143.5049591064453,
846
+ 180.83203125
847
+ ],
848
+ [
849
+ 65.443359375,
850
+ 180.83203125
851
+ ]
852
+ ]
853
+ },
854
+ {
855
+ "title": "Generator Reasoning Trace:",
856
+ "heading_level": null,
857
+ "page_id": 13,
858
+ "polygon": [
859
+ [
860
+ 65.14453125,
861
+ 261.421875
862
+ ],
863
+ [
864
+ 188.04774475097656,
865
+ 261.421875
866
+ ],
867
+ [
868
+ 188.04774475097656,
869
+ 272.4891357421875
870
+ ],
871
+ [
872
+ 65.14453125,
873
+ 272.4891357421875
874
+ ]
875
+ ]
876
+ },
877
+ {
878
+ "title": "Verifier Judgment:",
879
+ "heading_level": null,
880
+ "page_id": 13,
881
+ "polygon": [
882
+ [
883
+ 65.7421875,
884
+ 447.43359375
885
+ ],
886
+ [
887
+ 147.16087341308594,
888
+ 447.43359375
889
+ ],
890
+ [
891
+ 147.16087341308594,
892
+ 459.7861022949219
893
+ ],
894
+ [
895
+ 65.7421875,
896
+ 459.7861022949219
897
+ ]
898
+ ]
899
+ }
900
+ ],
901
+ "page_stats": [
902
+ {
903
+ "page_id": 0,
904
+ "text_extraction_method": "pdftext",
905
+ "block_counts": [
906
+ [
907
+ "Span",
908
+ 326
909
+ ],
910
+ [
911
+ "Line",
912
+ 157
913
+ ],
914
+ [
915
+ "Text",
916
+ 6
917
+ ],
918
+ [
919
+ "SectionHeader",
920
+ 4
921
+ ],
922
+ [
923
+ "PageHeader",
924
+ 1
925
+ ],
926
+ [
927
+ "Footnote",
928
+ 1
929
+ ],
930
+ [
931
+ "Figure",
932
+ 1
933
+ ],
934
+ [
935
+ "Caption",
936
+ 1
937
+ ],
938
+ [
939
+ "PageFooter",
940
+ 1
941
+ ],
942
+ [
943
+ "FigureGroup",
944
+ 1
945
+ ],
946
+ [
947
+ "Reference",
948
+ 1
949
+ ]
950
+ ],
951
+ "block_metadata": {
952
+ "llm_request_count": 0,
953
+ "llm_error_count": 0,
954
+ "llm_tokens_used": 0,
955
+ "previous_text": "",
956
+ "previous_type": "",
957
+ "previous_order": 0
958
+ }
959
+ },
960
+ {
961
+ "page_id": 1,
962
+ "text_extraction_method": "pdftext",
963
+ "block_counts": [
964
+ [
965
+ "Span",
966
+ 481
967
+ ],
968
+ [
969
+ "Line",
970
+ 153
971
+ ],
972
+ [
973
+ "Text",
974
+ 13
975
+ ],
976
+ [
977
+ "ListItem",
978
+ 3
979
+ ],
980
+ [
981
+ "SectionHeader",
982
+ 3
983
+ ],
984
+ [
985
+ "PageHeader",
986
+ 1
987
+ ],
988
+ [
989
+ "Footnote",
990
+ 1
991
+ ],
992
+ [
993
+ "Equation",
994
+ 1
995
+ ],
996
+ [
997
+ "PageFooter",
998
+ 1
999
+ ],
1000
+ [
1001
+ "ListGroup",
1002
+ 1
1003
+ ],
1004
+ [
1005
+ "Reference",
1006
+ 1
1007
+ ]
1008
+ ],
1009
+ "block_metadata": {
1010
+ "llm_request_count": 0,
1011
+ "llm_error_count": 0,
1012
+ "llm_tokens_used": 0,
1013
+ "previous_text": "",
1014
+ "previous_type": "",
1015
+ "previous_order": 0
1016
+ }
1017
+ },
1018
+ {
1019
+ "page_id": 2,
1020
+ "text_extraction_method": "surya",
1021
+ "block_counts": [
1022
+ [
1023
+ "Line",
1024
+ 199
1025
+ ],
1026
+ [
1027
+ "Span",
1028
+ 132
1029
+ ],
1030
+ [
1031
+ "Text",
1032
+ 51
1033
+ ],
1034
+ [
1035
+ "Equation",
1036
+ 3
1037
+ ],
1038
+ [
1039
+ "SectionHeader",
1040
+ 3
1041
+ ],
1042
+ [
1043
+ "PageHeader",
1044
+ 2
1045
+ ],
1046
+ [
1047
+ "Caption",
1048
+ 1
1049
+ ],
1050
+ [
1051
+ "PageFooter",
1052
+ 1
1053
+ ],
1054
+ [
1055
+ "Reference",
1056
+ 1
1057
+ ]
1058
+ ],
1059
+ "block_metadata": {
1060
+ "llm_request_count": 0,
1061
+ "llm_error_count": 0,
1062
+ "llm_tokens_used": 0,
1063
+ "previous_text": "",
1064
+ "previous_type": "",
1065
+ "previous_order": 0
1066
+ }
1067
+ },
1068
+ {
1069
+ "page_id": 3,
1070
+ "text_extraction_method": "surya",
1071
+ "block_counts": [
1072
+ [
1073
+ "Line",
1074
+ 214
1075
+ ],
1076
+ [
1077
+ "Span",
1078
+ 152
1079
+ ],
1080
+ [
1081
+ "Text",
1082
+ 66
1083
+ ],
1084
+ [
1085
+ "Equation",
1086
+ 5
1087
+ ],
1088
+ [
1089
+ "Reference",
1090
+ 2
1091
+ ],
1092
+ [
1093
+ "PageHeader",
1094
+ 1
1095
+ ],
1096
+ [
1097
+ "Footnote",
1098
+ 1
1099
+ ],
1100
+ [
1101
+ "SectionHeader",
1102
+ 1
1103
+ ],
1104
+ [
1105
+ "PageFooter",
1106
+ 1
1107
+ ]
1108
+ ],
1109
+ "block_metadata": {
1110
+ "llm_request_count": 0,
1111
+ "llm_error_count": 0,
1112
+ "llm_tokens_used": 0,
1113
+ "previous_text": "",
1114
+ "previous_type": "",
1115
+ "previous_order": 0
1116
+ }
1117
+ },
1118
+ {
1119
+ "page_id": 4,
1120
+ "text_extraction_method": "surya",
1121
+ "block_counts": [
1122
+ [
1123
+ "Line",
1124
+ 237
1125
+ ],
1126
+ [
1127
+ "Span",
1128
+ 173
1129
+ ],
1130
+ [
1131
+ "Text",
1132
+ 62
1133
+ ],
1134
+ [
1135
+ "Code",
1136
+ 2
1137
+ ],
1138
+ [
1139
+ "SectionHeader",
1140
+ 2
1141
+ ],
1142
+ [
1143
+ "PageHeader",
1144
+ 1
1145
+ ],
1146
+ [
1147
+ "Equation",
1148
+ 1
1149
+ ],
1150
+ [
1151
+ "PageFooter",
1152
+ 1
1153
+ ],
1154
+ [
1155
+ "Reference",
1156
+ 1
1157
+ ]
1158
+ ],
1159
+ "block_metadata": {
1160
+ "llm_request_count": 0,
1161
+ "llm_error_count": 0,
1162
+ "llm_tokens_used": 0,
1163
+ "previous_text": "",
1164
+ "previous_type": "",
1165
+ "previous_order": 0
1166
+ }
1167
+ },
1168
+ {
1169
+ "page_id": 5,
1170
+ "text_extraction_method": "pdftext",
1171
+ "block_counts": [
1172
+ [
1173
+ "Span",
1174
+ 589
1175
+ ],
1176
+ [
1177
+ "TableCell",
1178
+ 180
1179
+ ],
1180
+ [
1181
+ "Line",
1182
+ 128
1183
+ ],
1184
+ [
1185
+ "Text",
1186
+ 13
1187
+ ],
1188
+ [
1189
+ "PageHeader",
1190
+ 2
1191
+ ],
1192
+ [
1193
+ "Equation",
1194
+ 2
1195
+ ],
1196
+ [
1197
+ "SectionHeader",
1198
+ 2
1199
+ ],
1200
+ [
1201
+ "Caption",
1202
+ 1
1203
+ ],
1204
+ [
1205
+ "Table",
1206
+ 1
1207
+ ],
1208
+ [
1209
+ "PageFooter",
1210
+ 1
1211
+ ],
1212
+ [
1213
+ "TableGroup",
1214
+ 1
1215
+ ],
1216
+ [
1217
+ "Reference",
1218
+ 1
1219
+ ]
1220
+ ],
1221
+ "block_metadata": {
1222
+ "llm_request_count": 0,
1223
+ "llm_error_count": 0,
1224
+ "llm_tokens_used": 0,
1225
+ "previous_text": "",
1226
+ "previous_type": "",
1227
+ "previous_order": 0
1228
+ }
1229
+ },
1230
+ {
1231
+ "page_id": 6,
1232
+ "text_extraction_method": "surya",
1233
+ "block_counts": [
1234
+ [
1235
+ "Line",
1236
+ 129
1237
+ ],
1238
+ [
1239
+ "Span",
1240
+ 82
1241
+ ],
1242
+ [
1243
+ "TableCell",
1244
+ 32
1245
+ ],
1246
+ [
1247
+ "Text",
1248
+ 8
1249
+ ],
1250
+ [
1251
+ "PageHeader",
1252
+ 2
1253
+ ],
1254
+ [
1255
+ "Caption",
1256
+ 2
1257
+ ],
1258
+ [
1259
+ "Reference",
1260
+ 2
1261
+ ],
1262
+ [
1263
+ "Figure",
1264
+ 1
1265
+ ],
1266
+ [
1267
+ "Table",
1268
+ 1
1269
+ ],
1270
+ [
1271
+ "PageFooter",
1272
+ 1
1273
+ ],
1274
+ [
1275
+ "FigureGroup",
1276
+ 1
1277
+ ],
1278
+ [
1279
+ "TableGroup",
1280
+ 1
1281
+ ]
1282
+ ],
1283
+ "block_metadata": {
1284
+ "llm_request_count": 0,
1285
+ "llm_error_count": 0,
1286
+ "llm_tokens_used": 0,
1287
+ "previous_text": "",
1288
+ "previous_type": "",
1289
+ "previous_order": 0
1290
+ }
1291
+ },
1292
+ {
1293
+ "page_id": 7,
1294
+ "text_extraction_method": "surya",
1295
+ "block_counts": [
1296
+ [
1297
+ "Line",
1298
+ 218
1299
+ ],
1300
+ [
1301
+ "Span",
1302
+ 116
1303
+ ],
1304
+ [
1305
+ "Text",
1306
+ 59
1307
+ ],
1308
+ [
1309
+ "TableCell",
1310
+ 14
1311
+ ],
1312
+ [
1313
+ "Caption",
1314
+ 2
1315
+ ],
1316
+ [
1317
+ "SectionHeader",
1318
+ 2
1319
+ ],
1320
+ [
1321
+ "Reference",
1322
+ 2
1323
+ ],
1324
+ [
1325
+ "PageHeader",
1326
+ 1
1327
+ ],
1328
+ [
1329
+ "Figure",
1330
+ 1
1331
+ ],
1332
+ [
1333
+ "Table",
1334
+ 1
1335
+ ],
1336
+ [
1337
+ "PageFooter",
1338
+ 1
1339
+ ],
1340
+ [
1341
+ "FigureGroup",
1342
+ 1
1343
+ ],
1344
+ [
1345
+ "TableGroup",
1346
+ 1
1347
+ ]
1348
+ ],
1349
+ "block_metadata": {
1350
+ "llm_request_count": 0,
1351
+ "llm_error_count": 0,
1352
+ "llm_tokens_used": 0,
1353
+ "previous_text": "",
1354
+ "previous_type": "",
1355
+ "previous_order": 0
1356
+ }
1357
+ },
1358
+ {
1359
+ "page_id": 8,
1360
+ "text_extraction_method": "pdftext",
1361
+ "block_counts": [
1362
+ [
1363
+ "Span",
1364
+ 354
1365
+ ],
1366
+ [
1367
+ "Line",
1368
+ 152
1369
+ ],
1370
+ [
1371
+ "ListItem",
1372
+ 17
1373
+ ],
1374
+ [
1375
+ "Reference",
1376
+ 17
1377
+ ],
1378
+ [
1379
+ "SectionHeader",
1380
+ 2
1381
+ ],
1382
+ [
1383
+ "Text",
1384
+ 2
1385
+ ],
1386
+ [
1387
+ "ListGroup",
1388
+ 2
1389
+ ],
1390
+ [
1391
+ "PageHeader",
1392
+ 1
1393
+ ],
1394
+ [
1395
+ "PageFooter",
1396
+ 1
1397
+ ]
1398
+ ],
1399
+ "block_metadata": {
1400
+ "llm_request_count": 0,
1401
+ "llm_error_count": 0,
1402
+ "llm_tokens_used": 0,
1403
+ "previous_text": "",
1404
+ "previous_type": "",
1405
+ "previous_order": 0
1406
+ }
1407
+ },
1408
+ {
1409
+ "page_id": 9,
1410
+ "text_extraction_method": "pdftext",
1411
+ "block_counts": [
1412
+ [
1413
+ "Span",
1414
+ 287
1415
+ ],
1416
+ [
1417
+ "Line",
1418
+ 120
1419
+ ],
1420
+ [
1421
+ "ListItem",
1422
+ 19
1423
+ ],
1424
+ [
1425
+ "Reference",
1426
+ 19
1427
+ ],
1428
+ [
1429
+ "Text",
1430
+ 12
1431
+ ],
1432
+ [
1433
+ "ListGroup",
1434
+ 2
1435
+ ],
1436
+ [
1437
+ "PageHeader",
1438
+ 1
1439
+ ],
1440
+ [
1441
+ "PageFooter",
1442
+ 1
1443
+ ]
1444
+ ],
1445
+ "block_metadata": {
1446
+ "llm_request_count": 0,
1447
+ "llm_error_count": 0,
1448
+ "llm_tokens_used": 0,
1449
+ "previous_text": "",
1450
+ "previous_type": "",
1451
+ "previous_order": 0
1452
+ }
1453
+ },
1454
+ {
1455
+ "page_id": 10,
1456
+ "text_extraction_method": "pdftext",
1457
+ "block_counts": [
1458
+ [
1459
+ "Span",
1460
+ 198
1461
+ ],
1462
+ [
1463
+ "Line",
1464
+ 86
1465
+ ],
1466
+ [
1467
+ "TableCell",
1468
+ 36
1469
+ ],
1470
+ [
1471
+ "Text",
1472
+ 17
1473
+ ],
1474
+ [
1475
+ "SectionHeader",
1476
+ 4
1477
+ ],
1478
+ [
1479
+ "Reference",
1480
+ 3
1481
+ ],
1482
+ [
1483
+ "PageHeader",
1484
+ 1
1485
+ ],
1486
+ [
1487
+ "Table",
1488
+ 1
1489
+ ],
1490
+ [
1491
+ "Caption",
1492
+ 1
1493
+ ],
1494
+ [
1495
+ "PageFooter",
1496
+ 1
1497
+ ],
1498
+ [
1499
+ "TableGroup",
1500
+ 1
1501
+ ]
1502
+ ],
1503
+ "block_metadata": {
1504
+ "llm_request_count": 0,
1505
+ "llm_error_count": 0,
1506
+ "llm_tokens_used": 0,
1507
+ "previous_text": "",
1508
+ "previous_type": "",
1509
+ "previous_order": 0
1510
+ }
1511
+ },
1512
+ {
1513
+ "page_id": 11,
1514
+ "text_extraction_method": "pdftext",
1515
+ "block_counts": [
1516
+ [
1517
+ "Span",
1518
+ 251
1519
+ ],
1520
+ [
1521
+ "Line",
1522
+ 99
1523
+ ],
1524
+ [
1525
+ "Text",
1526
+ 26
1527
+ ],
1528
+ [
1529
+ "SectionHeader",
1530
+ 6
1531
+ ],
1532
+ [
1533
+ "Reference",
1534
+ 3
1535
+ ],
1536
+ [
1537
+ "ListItem",
1538
+ 2
1539
+ ],
1540
+ [
1541
+ "PageHeader",
1542
+ 1
1543
+ ],
1544
+ [
1545
+ "Code",
1546
+ 1
1547
+ ],
1548
+ [
1549
+ "PageFooter",
1550
+ 1
1551
+ ],
1552
+ [
1553
+ "ListGroup",
1554
+ 1
1555
+ ]
1556
+ ],
1557
+ "block_metadata": {
1558
+ "llm_request_count": 0,
1559
+ "llm_error_count": 0,
1560
+ "llm_tokens_used": 0,
1561
+ "previous_text": "",
1562
+ "previous_type": "",
1563
+ "previous_order": 0
1564
+ }
1565
+ },
1566
+ {
1567
+ "page_id": 12,
1568
+ "text_extraction_method": "pdftext",
1569
+ "block_counts": [
1570
+ [
1571
+ "Span",
1572
+ 266
1573
+ ],
1574
+ [
1575
+ "Line",
1576
+ 93
1577
+ ],
1578
+ [
1579
+ "ListItem",
1580
+ 11
1581
+ ],
1582
+ [
1583
+ "Text",
1584
+ 9
1585
+ ],
1586
+ [
1587
+ "SectionHeader",
1588
+ 7
1589
+ ],
1590
+ [
1591
+ "ListGroup",
1592
+ 5
1593
+ ],
1594
+ [
1595
+ "PageHeader",
1596
+ 1
1597
+ ],
1598
+ [
1599
+ "PageFooter",
1600
+ 1
1601
+ ],
1602
+ [
1603
+ "Reference",
1604
+ 1
1605
+ ]
1606
+ ],
1607
+ "block_metadata": {
1608
+ "llm_request_count": 0,
1609
+ "llm_error_count": 0,
1610
+ "llm_tokens_used": 0,
1611
+ "previous_text": "",
1612
+ "previous_type": "",
1613
+ "previous_order": 0
1614
+ }
1615
+ },
1616
+ {
1617
+ "page_id": 13,
1618
+ "text_extraction_method": "pdftext",
1619
+ "block_counts": [
1620
+ [
1621
+ "Span",
1622
+ 181
1623
+ ],
1624
+ [
1625
+ "Line",
1626
+ 82
1627
+ ],
1628
+ [
1629
+ "Text",
1630
+ 8
1631
+ ],
1632
+ [
1633
+ "SectionHeader",
1634
+ 3
1635
+ ],
1636
+ [
1637
+ "ListItem",
1638
+ 3
1639
+ ],
1640
+ [
1641
+ "PageHeader",
1642
+ 1
1643
+ ],
1644
+ [
1645
+ "PageFooter",
1646
+ 1
1647
+ ],
1648
+ [
1649
+ "ListGroup",
1650
+ 1
1651
+ ],
1652
+ [
1653
+ "Reference",
1654
+ 1
1655
+ ]
1656
+ ],
1657
+ "block_metadata": {
1658
+ "llm_request_count": 0,
1659
+ "llm_error_count": 0,
1660
+ "llm_tokens_used": 0,
1661
+ "previous_text": "",
1662
+ "previous_type": "",
1663
+ "previous_order": 0
1664
+ }
1665
+ }
1666
+ ],
1667
+ "debug_data_path": "debug_data/19e76363-53a6-4f3c-8b50-844e1aea4e26"
1668
+ }
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/model_text_v3.txt ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 1 | section: Abstract | type: Text]
2
+ Large language models have achieved strong performance on medical reasoning benchmarks, yet their deployment in clinical settings demands rigorous verification to ensure factual accuracy. While reward models offer a scalable approach for reasoning trace verification, existing methods face two limitations: they produce only scalar reward values without explicit justification, and they rely on single-pass retrieval that precludes adaptive knowledge access as verification unfolds. We introduce Med-TIV, an agentic framework that addresses these limitations by training medical reasoning verifiers to iteratively query external medical corpora during evaluation. Our approach combines tool-augmented verification with an iterative reinforcement learning paradigm that requires only trace-level supervision, alongside an adaptive curriculum mechanism that dynamically adjusts training data distribution. Across four medical reasoning benchmarks, Med-TIV achieves substantial gains over existing methods, improving MedQA accuracy by 23.5% and MedXpertQA by 32.0% relative to the base generator in particular. Crucially, Med-TIV demonstrates an 8× reduction in sampling budget requirement compared to prior reward model baselines. These findings establish that grounding verification in dynamically retrieved evidence offers a principled path toward more reliable medical reasoning systems.
3
+
4
+ [p. 1 | section: 1. Introduction | type: Text]
5
+ Large Language Models (LLMs) have demonstrated remarkable capabilities in medical reasoning, achieving competitive performance on clinical question answering, diagnostic
6
+
7
+ [p. 1 | section: 1. Introduction | type: FigureGroup]
8
+ Figure 1. Comparison of medical reasoning verification paradigms. Text-based judges rely on parametric knowledge and may validate erroneous reasoning, while tool-integrated judges dynamically retrieve evidence to ground their judgments.
9
+
10
+ [p. 1 | section: 1. Introduction | type: Text]
11
+ inference, and medical knowledge benchmarks (Ji et al., 2025a; Xiao et al., 2026) . While these advances hold significant promise for augmenting clinical decision making and democratizing access to medical expertise, the deployment of LLMs in high-stakes clinical settings demands rigorous verification mechanisms to ensure that generated reasoning is both factually accurate and logically sound (Zhang et al., 2025; Wang et al., 2025) .
12
+
13
+ [p. 1 | section: 1. Introduction | type: Text]
14
+ Reward-based judges have therefore emerged as a scalable solution for evaluating model outputs, supporting both posttraining refinement via reinforcement learning from human feedback (RLHF) and inference-time scaling through tree search (Snell et al., 2024) . These judges can be broadly categorized by the granularity of their supervision. Outcome Reward Models (ORMs) provide sparse trace-level supervision that quantifies the quality of the entire output, while Process Reward Models (PRMs) offer dense step-level feedback that scores each intermediate reasoning step, enabling fine-grained credit assignment and precise error localization within multi-step reasoning. Recent work has adapted both paradigms to the medical domain to assess complex clinical reasoning traces. In parallel, advances in generative reward modeling have extended judge models beyond
15
+
16
+ [p. 2 | section: 1. Introduction | type: Text]
17
+ scalar scoring, enabling them to produce natural-language critiques that explicitly justify their decisions (Liu et al., 2025c; Xiong et al., 2025) .
18
+
19
+ [p. 2 | section: 1. Introduction | type: Text]
20
+ Despite their effectiveness, reward-based judges exhibit fundamental limitations when applied to clinical reasoning tasks (Yun et al., 2025) . A primary concern is the prevalence of hallucinations in critique traces, where judge models generate plausible yet factually incorrect assessments (Figure 1) . This issue is particularly noticeable in the medical domain, where reliable verification demands grounding in authoritative clinical evidence and established medical knowledge. Unverified judgments could lead to the propagation of incorrect diagnostic or treatment recommendations. Existing medical reasoning verifiers typically provide only scalar reward signals, offering little or no justification for their judgments and thus limiting interpretability (Jiang et al., 2025b) . Furthermore, these methods often rely on a static Retrieval-Augmented Generation (RAG) pipeline, in which a fixed set of retrieved documents is prefixed to the context and remains unchanged throughout evaluation (Yun et al., 2025) . Such static design precludes adaptive, multi-turn evidence gathering and forces the verifier to a fixed retrieval budget, thus limiting scalability.
21
+
22
+ [p. 2 | section: 1. Introduction | type: Text]
23
+ To address these issues, we propose Med-TIV (Medical Tool-Integrated reasoning Verifier), an agentic reinforcement learning (RL) framework that trains LLMs to leverage external knowledge bases for judging medical reasoning traces 1 . Med-TIV features three key design principles: (1) a tool-augmented verification paradigm that enables dynamic, iterative knowledge retrieval during the evaluation process; (2) an iterative RL approach that progressively improves verification capabilities without requiring step-level expert annotations; and (3) an adaptive curriculum formulation strategy that adjusts the data distribution in response to the evolving capability of the model. By equipping judge models with tool-use capabilities, Med-TIV grounds evaluation decisions in external evidence rather than relying solely on parametric knowledge, thereby mitigating hallucination, improving interpretability, and overcoming the limitations of static RAG (Ji et al., 2025b; Xia et al., 2025) .
24
+
25
+ [p. 2 | section: 1. Introduction | type: Text]
26
+ To verify the effectiveness of Med-TIV, we conduct extensive experiments on common medical reasoning benchmarks. Our results demonstrate that Med-TIV trains strong medical verifiers: when guiding inference-time search for a 7B generator model, our trained verifier achieves relative improvements of 23.5% on MedQA and 32.0% on MedXpertQA compared to the generator model alone. Moreover, Med-TIV consistently outperforms existing medical reward model baselines and surpasses the performance of models that are up to 4× larger in scale. Notably, Med-TIV
27
+
28
+ [p. 2 | section: 1. Introduction | type: Text]
29
+ also demonstrates an 8× gain in sampling efficiency compared to prior reward-based approaches, achieving equivalent accuracy with substantially fewer sampled reasoning traces during test-time search.
30
+
31
+ [p. 2 | section: 1. Introduction | type: Text]
32
+ Our main contributions are summarized as follows:
33
+
34
+ [p. 2 | section: 1. Introduction | type: ListGroup]
35
+ We propose Med-TIV, a novel tool-integrated verification framework that enables dynamic, iterative knowledge retrieval during medical reasoning evaluation, providing both interpretable, fine-grained justification and improved factual grounding. We introduce an iterative RL paradigm with curriculumbased difficulty adaptation that progressively improves verification capabilities through self-bootstrapping, requiring only trace-level supervision rather than dense steplevel expert annotations. Med-TIV achieves state-of-the-art performance on four medical reasoning benchmarks, with comprehensive ablation studies that validate each component's contribution.
36
+
37
+ [p. 2 | section: 2.1. Problem Setup | type: Text]
38
+ We define medical reasoning verification as the task of assessing the correctness of a multi-step reasoning trace generated in response to a medical question. Formally, given a medical question q ∈ Q and a multi-step reasoning trace τ = (s1, s2, . . . , sm) from a generator model, a verifier model determines whether τ contains any errors. We formulate this problem as binary classification, where the verifier Vθ(q, τ ) produces a judgment ℓ ∈ {0, 1}, where ℓ = 1 indicates a error-free reasoning trace, and ℓ = 0 indicates the presence of one or more errors. Unlike scalar reward models that output continuous scores, we adopt a generative judge paradigm in which the verifier produces a discrete judgment accompanied by a detailed critique trace that provides a structured justification for the decision.
39
+
40
+ [p. 2 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Text]
41
+ Following prior works (Jin et al., 2025) , we extend the verifier with access to an external search engine E that retrieves top-k documents from a curated medical corpus (See Appendix B.2 for details). Retrieved documents are appended verbatim to the verifier context. Given a verification instance (q, τ ), the verifier constructs an iterative verfication trajectory. At step k, the trajectory is represented as:
42
+
43
+ [p. 2 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Equation]
44
+ \mathbf{t}_k = \{r_1, a_1, o_1, \dots, r_k, a_k, o_k\},\
45
+
46
+ [p. 2 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Text]
47
+ where r i denotes a natural language reasoning step analyzing the medical content, a i is a search query formulated to retrieve relevant medical knowledge, and o i = E(ai) represents the retrieved documents. The iterative verification
48
+
49
+ [p. 2 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Footnote]
50
+ 1 Code is available at PittNAIL/med-tiv
51
+
52
+ [p. 3 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Caption]
53
+ Figure 2. Overview of Med-TIV. Left: Tool-integrated verification iteratively analyzes reasoning traces, formulates search queries, and retrieves medical evidence before producing correctness judgments. Middle: Curriculum formulation filters trivial and impossible instances, retaining boundary cases for RL training. Right: At inference time, the verifier evaluates candidate medical reasoning traces generated by a frozen model and final answers are selected via weighted self-consistency.
54
+
55
+ [p. 3 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Text]
56
+ process is defined as:
57
+
58
+ [p. 3 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Text]
59
+ 123124125
60
+
61
+ [p. 3 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Text]
62
+ 135136
63
+
64
+ [p. 3 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Text]
65
+ 137138
66
+
67
+ [p. 3 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Equation]
68
+ (r_k, a_k) \sim V_{\theta}(q, \tau, \mathbf{t}_{k-1}), o_k = \mathcal{E}(a_k), \mathbf{t}_k = \mathbf{t}_{k-1} \oplus r_k \oplus a_k \oplus o_k,
69
+
70
+ [p. 3 | section: 2.2. Tool-Augmented Reasoning Verifier | type: Text]
71
+ where \oplus denotes sequence concatenation. This process continues until the verifier produces a final judgment \ell \sim V_{\theta}(q,\tau,\mathbf{t}_T) at the terminal step T. By allowing multiple tool executions, the verifier dynamically retrievs medical knowledge as need to verify specific claims in the reasoning trace. Table 5 in the Appendix shows the explicit instruction used in our experiments.
72
+
73
+ [p. 3 | section: 2.3. Test-Time Search | type: Text]
74
+ Test-time search strategies improve reasoning performance by leveraging reward models to evaluate and select among multiple candidate solutions (Shi et al., 2024). Given a frozen generator model \pi_{\rm gen} and a question q, we first sample N independent reasoning traces:
75
+
76
+ [p. 3 | section: 2.3. Test-Time Search | type: Equation]
77
+ \{\tau^{(j)}\}_{j=1}^N \sim \pi_{\mathrm{gen}}(\cdot \mid q).
78
+
79
+ [p. 3 | section: 2.3. Test-Time Search | type: Text]
80
+ A trained verifier V_{\theta} then scores each candidate trace, and the final output is selected based on these scores. Common selection strategies include Best-of-N sampling, which
81
+
82
+ [p. 3 | section: 2.3. Test-Time Search | type: Text]
83
+ selects the trace with the highest score:
84
+
85
+ [p. 3 | section: 2.3. Test-Time Search | type: Equation]
86
+ \hat{\tau} = \arg\max_{\tau^{(j)}} V_{\theta}(q, \tau^{(j)}),
87
+
88
+ [p. 3 | section: 2.3. Test-Time Search | type: Text]
89
+ and verification-based majority voting, where candidate traces are first filtered by the verifier and the final answer is determined by consensus among verified traces. Med-TIV trains such a plug-in verifier that provides tool-grounded assessments that can be used to augment decision-making for any frozen generator model at inference time.
90
+
91
+ [p. 3 | section: 3. Tool-Integrated Medical Reasoning Verifier | type: Text]
92
+ Med-TIV is an agentic verification framework that trains models to leverage external knowledge bases for verifying whether a given medical reasoning trace contains errors. We adopt an iterative training approach based on dynamic curriculum learning, which requires no fine-grained step-level expert supervision and trains solely through multiple rounds of reinforcement learning (Figure 2). We next describe the training procedure of Med-TIV in details.
93
+
94
+ [p. 3 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
95
+ Data Construction. All training data across iterations is derived from the open-source Med-PRM dataset. Each original instance consists of a tuple (q, \tau, \ell_{\text{step}}, \ell_{\text{trace}}) , where q is a medical question, \tau is a multi-step reasoning trace, \ell_{\text{step}} de-
96
+
97
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
98
+ notes step-level labels, and \ell_{trace} is a trace-level correctness label<sup>2</sup>.
99
+
100
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
101
+ At each training iteration, we only utilize the triplet (q,\tau,\ell_{\text{trace}}) with human-annotated trace-level labels. Step-level labels \ell_{\text{step}} is intentionally excluded, as Med-TIV is designed to improve verification performance without replying on fine-grained supervision. For each training iteration, we fix the training data budget to 20K instances and enforce a balanced label distribution between correct ( \ell_{\text{trace}}=1 ) and incorrect ( \ell_{\text{trace}}=0 ) reasoning traces.
102
+
103
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
104
+ Algorithm. We employ Dr. GRPO (Liu et al., 2025b) as the RL algorithm for training the verifier. Given a verification instance (q_i, \tau_i) , we sample a group of G verification trajectories \{\mathbf{o}_i\}_{i=1}^G from the current policy \pi_\theta . Each trajectory \mathbf{o}_i = (o_i^1, \dots, o_i^{|\mathbf{o}_i|}) consists of reasoning tokens, search queries, retrieved documents, and a final judgment. The objective is:
105
+
106
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Equation]
107
+ \frac{1}{G} \sum_{i=1}^{G} \sum_{t=1}^{|\mathbf{o}_i|} \left\{ \min \left[ r_i^t \hat{A}_i^t, \operatorname{clip} \left( r_i^t, 1 - \epsilon_l, 1 + \epsilon_h \right) \hat{A}_i^t \right] \right\}, \quad (1)
108
+
109
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
110
+ where r_i^t = \frac{\pi_\theta(o_i^t|\mathbf{q},\mathbf{o}_i^{< t})}{\pi_{\theta_{\mathrm{old}}}(o_i^t|\mathbf{q},\mathbf{o}_i^{< t})} , \mathbf{q} = (q,\tau) denotes the input prompt containing the question and reasoning trace, \mathbf{o}_i^{< t} represents previously generated tokens, and \epsilon_l and \epsilon_h are the clipping parameters. The advantage term \hat{A}_i^t is defined as:
111
+
112
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Equation]
113
+ \hat{A}_i^t = R(\mathbf{q}, \mathbf{o}_i) - \text{mean}\left(\left\{R(\mathbf{q}, \mathbf{o}_1), \dots, R(\mathbf{q}, \mathbf{o}_G)\right\}\right).
114
+
115
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
116
+ Reward Designs. To facilitate multi-turn RL with tool execution, we design a structured reward covering two complementary objectives, following prior practices (Jin et al., 2025):
117
+
118
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
119
+ (i) Correctness Reward (R_c) : This component measures whether the verifier's judgment aligns with the ground-truth label. Let \mathbf{q} = (q, \tau) denote the verification prompt and \ell \in \{0, 1\} the ground-truth label. We define:
120
+
121
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Equation]
122
+ R_c = \mathbb{1}(\text{extract}(\mathbf{o}) = \ell),
123
+
124
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
125
+ where \mathbb{1}(\cdot) is the indicator function and extract(o) parses the final judgment from the <answer> tags in the generated trajectory o. Intuitively, R_c=1 if the verifier's decision is correct, and R_c=0 otherwise.
126
+
127
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
128
+ (ii) Format Reward (R_f) : To ensure reliable tool use and structured outputs, the verifier is required to adhere to a predefined format. Specifically, reasoning steps must be enclosed within <think> tags, search queries within <search> tags, and the final judgment within <answer>
129
+
130
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
131
+ tags. To discourage degenerate outputs, we further penalize excessive tag usage. Specifically, R_f=1 if the output satisfies all formatting constraints and contains no more than 10 < answer> tag pairs; <math>R_f=0.25 if the output is correct but exhibits tag overflow; and R_f=0 otherwise.
132
+
133
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Text]
134
+ The final reward {\cal R} is defined as the product of the two components:
135
+
136
+ [p. 4 | section: 3.1. Tool-Integrated RL with Verifiable Rewards | type: Equation]
137
+ R = R_c \times R_f .
138
+
139
+ [p. 4 | section: 3.2. Training Strategies | type: Text]
140
+ Adaptive Curriculum Formulation. A central challenge in RL for verification is ensuring that training data remains appropriately calibrated to the evolving capability of the model. Instances that are either trivially easy or impossibly difficult yields minimal learning signal, as the resulting policy gradients approach zero. To address this issue, we adopt a model-aware curriculum formulation mechanism that dynamically adapts the task distribution at each training iteration.
141
+
142
+ [p. 4 | section: 3.2. Training Strategies | type: Text]
143
+ Concretely, before each iteration t, we perform online filtering on the sampled batch \mathcal{B}_t to construct an effective training set \mathcal{D}_t :
144
+
145
+ [p. 4 | section: 3.2. Training Strategies | type: Equation]
146
+ \mathcal{D}_t = \{(q, \tau, \ell) \in \mathcal{B}_t : \exists g, g' \in \{1, \dots, G\} \text{ s.t. } r^{(g)} \neq r^{(g')}\}.
147
+
148
+ [p. 4 | section: 3.2. Training Strategies | type: Text]
149
+ Here, for each candidate instance (q, \tau, \ell) \in \mathcal{B}_t , we sample G verification trajectories \{o^{(g)}\}_{g=1}^G from the current policy \pi_{\theta_t} . We then compute the corresponding rewards \{r^{(g)}\}_{g=1}^G . Finally, we retain only instances if any two rewards are different, i.e., reward variance is non-zero (Khatri et al., 2025).
150
+
151
+ [p. 4 | section: 3.2. Training Strategies | type: Text]
152
+ This criterion eliminates prompts where the model either consistently succeeds or consistently fails across all sampled trajectories. By filtering these zero-gradient instances, optimization is focused on decision-boundary cases where the verifier exhibits uncertainty.
153
+
154
+ [p. 4 | section: 3.2. Training Strategies | type: Text]
155
+ To maintain a fixed training budget per iteration, we iteratively resample additional instances from the labeled pool \mathcal{B} and apply the same filtering criterion until |\mathcal{D}_t|=20K . This dynamic curriculum evolves naturally across iterations as the verifier improves, eliminating the need for manually designed difficulty schedules.
156
+
157
+ [p. 4 | section: 3.2. Training Strategies | type: Text]
158
+ Iterative Training via Self-Bootstrapping. We adopt an iterative training approach that progressively improves verification capabilities through multiple rounds of RL. Unlike prior work that alternates between rejection sampling, supervised fine-tuning (SFT), and RL (Xu et al., 2025), our approach operates entirely through iterative RL, following the RL-Zero paradigm where the model reinforces its verification capabilities without requiring dense turn-level expert demonstrations for cold start.
159
+
160
+ [p. 4 | section: 3.2. Training Strategies | type: Footnote]
161
+ & lt;sup>2</sup>Dataset is available at
162
+
163
+ [p. 5 | section: 3.2. Training Strategies | type: Text]
164
+ Algorithm 1 Iterative Training of Tool-Integrated Medical Reasoning Verifier
165
+
166
+ [p. 5 | section: 3.2. Training Strategies | type: Text]
167
+ 249250
168
+
169
+ [p. 5 | section: 3.2. Training Strategies | type: Code]
170
+ Require: Base verifier \pi_{\theta_0}, labeled dataset pool \mathcal{D} = \{(q_i, \tau_i, \ell_i)\}_{i=1}^N, maximum iterations T_{\text{max}}, batch size B, group size G, search engine \mathcal{E} Ensure: Trained verifier \pi_{\theta^*} 1: for t = 1 to T_{\text{max}} do Sample labeled batch \mathcal{B}_t \leftarrow \text{SAMPLEBATCH}(\mathcal{D}, B) 3: 4: \mathcal{D}_t \leftarrow \emptyset ▷ Curriculum formulation 5: for each (q, \tau, \ell) \in \mathcal{B}_t do 6: Sample verification trajectories: 7: \{\hat{\ell}^{(g)}\}_{q=1}^G \sim \pi_{\theta_t}(\cdot \mid q, \tau, \mathcal{E}) Compute rewards within group: 8: r^{(\hat{g})} \leftarrow \mathbb{1}[\hat{\ell}^{(g)} = \ell], \text{ for } g \in 1, \dots, G if \exists g \neq g' such that r^{(g)} \neq r^{(g')} then 9: Add (q, \tau, \ell) to curriculum set \mathcal{D}_t 10: 11: end if 12: end for 13: ▶ RL optimization on curriculum data \pi_{\theta_{t+1}} \leftarrow \text{DR.GRPO}(\pi_{\theta_t}, \mathcal{D}_t, \mathcal{E}) 15: end for 16: Return \pi_{\theta_{T_{\max}}}
171
+
172
+ [p. 5 | section: 3.2. Training Strategies | type: Text]
173
+ Starting from the base model \pi_{\theta_0} , we perform T_{\text{max}} iterations. Each iteration consists of three stages:
174
+
175
+ [p. 5 | section: 3.2. Training Strategies | type: Code]
176
+ \begin{split} \mathcal{B}_t \leftarrow \text{SampleBatch}(\mathcal{D}, B), \\ \mathcal{D}_t \leftarrow \text{Filter}(\mathcal{B}_t, \pi_{\theta_t}), \\ \pi_{\theta_{t+1}} \leftarrow \text{RL}(\pi_{\theta_t}, \mathcal{D}_t). \end{split}
177
+
178
+ [p. 5 | section: 3.2. Training Strategies | type: Text]
179
+ Each iteration draws a fresh batch \mathcal{B}_t from the annotated pool \mathcal{D} with trace-level labels, ensuring a balanced distribution of correct and incorrect reasoning traces. The curriculum filtering then constructs the training set \mathcal{D}_t as described above, and RL optimization updates the policy based on the structured reward.
180
+
181
+ [p. 5 | section: 3.2. Training Strategies | type: Text]
182
+ The key insight underlying this iterative approach is the coevolution of model capability and training distribution. As the verifier improves, the filtering mechanism automatically removes instances that have become too easy, while the fresh sampling introduces new challenging cases. This creates a self-bootstrapping cycle: stronger models encounter harder verification tasks, which in turn drive further improvements. Since the trace-level correctness reward is deterministic and unambiguous, this self-bootstrapping process converges reliably without the instabilities that can arise from noisy synthetic step-level labels. We summarize the overall training procedure in Algorithm 1.
183
+
184
+ [p. 5 | section: 4.1. Experimental Setup | type: Text]
185
+ Evaluation benchmarks. We evaluated Med-TIV on four open-source medical question-answering benchmarks: MedQA (Jin et al., 2020), MedMCQA (Pal et al., 2022), MMLU-Med (Hendrycks et al., 2021), and MedX-pertQA (Zuo et al., 2025), using accuracy as the evaluation metric. These benchmarks collectively assess the verifier's ability to distinguish correct from erroneous reasoning across varying difficulty levels and medical subdomains. Detailed descriptions of benchmarks are in Appendix C.1.
186
+
187
+ [p. 5 | section: 4.1. Experimental Setup | type: Text]
188
+ Implementation details. We trained verifiers using two light-weight backbone models: Llama3.1-8B and Qwen2.5-7B, with Llama3.1-8B as the default for results reporting. All training was conducted using the VeRL-Tool framework (Jiang et al., 2025a). Detailed hyperparameters are shown in Appendix B.1. All experiments were conducted on 4 NVIDIA H100 GPUs with 80GB of memory. Due to computational constraints, we limit the maximum number of RL iterations to T_{\rm max}=2 and we set the group size for curriculum formulation (Section 3.2) to G=8.
189
+
190
+ [p. 5 | section: 4.1. Experimental Setup | type: Text]
191
+ For inference, we used the default sampling hyperparameters for all models. In reward-guided search experiments, unless otherwise specified, we used Qwen2.5-7B as the frozen generator and sampled up to 32 candidate reasoning traces per question. We applied Hard-Weighted Self-Consistency as the default test-time search strategy.
192
+
193
+ [p. 5 | section: 4.1. Experimental Setup | type: Text]
194
+ Baselines. We compared Med-TIV against two groups of baselines. 1): Off-the-shelf LLMs : GPT-40-mini (OpenAI et al., 2024), Gemini-2.0-Flash, DeepSeek-R1 series (Guo et al., 2025), Qwen2.5 series (Yang et al., 2025), Llama3.1 (Grattafiori et al., 2024), AlphaMed (Liu et al., 2025a), UltraMedical (Zhang et al., 2024), and HuatuoGPT-01 (Chen et al., 2024). 2): Medical domain-specialized Reward Models : MedS<sup>3</sup> (Jiang et al., 2025b) and Med-PRM (Yun et al., 2025). Detailed descriptions of each reward model baseline are shown in Appendix B.3.
195
+
196
+ [p. 5 | section: 4.1. Experimental Setup | type: Text]
197
+ Test-Time Search Strategies. We evaluated three test-time search strategies that leverage Med-TIV to improve the reasoning performance of frozen generators. Given a reasoning trace \tau=(s_1,s_2,\ldots,s_K) with K steps, our verifier assigns a confidence score r_{\tau}\in[0,1] for the entire trace, defined as the softmax probability of the 1 token over the logits of both 1 and 0 tokens.
198
+
199
+ [p. 5 | section: 4.1. Experimental Setup | type: Text]
200
+ • Best-of-N. Given a question q, we sampled N candidate traces \{\tau^{(j)}\}_{j=1}^N from the generator and selected the trace with the highest verifier confidence score:
201
+
202
+ [p. 5 | section: 4.1. Experimental Setup | type: Equation]
203
+ \hat{\tau} = \arg\max_{\tau^{(j)}} r_{\tau^{(j)}}.
204
+
205
+ [p. 6 | section: 4.1. Experimental Setup | type: TableGroup]
206
+ Table 1. Main evaluation results on medical reasoning benchmarks. We report accuracy (%) on MedQA, MedMCQA, MMLU-Med, and MedXpertQA. Bold numbers indicate the best results among the reward model group. ✓: Verifier supports external tools for judging; ✗: Verifier does not support external tools for judging. Baselines å |Train| Size MedQA MedMCQA MMLU-Med MedXpertQA Avg. Proprietary Models GPT-4o-mini - - - 79.03 68.20 87.79 17.84 63.22 Gemini-2.0-Flash - - - 87.51 72.60 92.01 20.57 68.17 General Reasoning Models DeepSeek-R1 - - 671B 90.34 78.80 94.40 37.76 75.33 R1-Distill-Qwen - - 7B 24.82 36.40 47.47 7.43 29.03 R1-Distill-Llama - - 8B 34.96 43.60 64.19 5.35 37.03 General Non-reasoning Models Qwen2.5 - - 32B 73.21 64.83 84.94 13.87 59.21 Qwen2.5 - - 7B 60.96 56.56 76.96 12.15 51.66 Llama3.1 - - 8B 70.93 61.60 78.97 13.02 56.13 Medical Reasoning Models AlphaMed - - 7B 71.01 61.46 81.16 19.16 58.20 UltraMedical - - 8B 72.66 62.60 79.61 15.25 57.53 HuatuoGPT-o1 - - 8B 72.19 63.60 75.30 16.84 56.98 Medical Reward Models MedS3 ✗ 225k 7B 64.89 58.91 80.53 12.90 54.31 Med-PRM ✓ 111k 7B 69.99 62.36 80.99 13.51 56.71 Med-TIV (Ours) ✓ 20k 7B 75.26 64.70 85.58 16.04 60.40
207
+
208
+ [p. 6 | section: 4.1. Experimental Setup | type: Text]
209
+ • Hard-Weighted Self-Consistency. We first filtered traces by the verifier's binary judgment, keeping only those labeled correct (Vθ(q, τ ) = 1). Among the filtered traces, we applied majority voting to determine the final answer:
210
+
211
+ [p. 6 | section: 4.1. Experimental Setup | type: Equation]
212
+ \hat{a} = \arg\max_{a} \sum_{j=1}^{N} \mathbb{1} \left[ V_{\theta}(q, \tau^{(j)}) = 1 \right] \cdot \mathbb{1} \left[ \operatorname{ans}(\tau^{(j)}) = a \right].
213
+
214
+ [p. 6 | section: 4.1. Experimental Setup | type: Text]
215
+ • Soft-Weighted Self-Consistency. Instead of binary filtering, we weighted each trace's vote by the verifier's confidence score:
216
+
217
+ [p. 6 | section: 4.1. Experimental Setup | type: Equation]
218
+ \hat{a} = \arg\max_{a} \sum_{j=1}^{N} r_{\tau^{(j)}} \cdot \mathbb{1} \big[ \mathrm{ans}(\tau^{(j)}) = a \big].
219
+
220
+ [p. 6 | section: 4.2. Main Results | type: Text]
221
+ Table 1 presents the main results on four medical reasoning benchmarks. Models trained with Med-TIV consistently outperform existing baselines across all benchmarks. Specifically, under guided-search using a Med-TIVtrained verifier, Qwen2.5-7B attains accuracies of 75.26%
222
+
223
+ [p. 6 | section: 4.2. Main Results | type: Text]
224
+ on MedQA, 64.70% on MedMCQA, 85.58% on MMLU-Med, and 16.04% on MedXpertQA, yielding an average accuracy of 60.40%. Notably, Med-TIV enables this 7B generator to rival substantially larger models, even surpassing the base performance of Qwen2.5-32B despite using a generator that is approximately 4× smaller. Compared to domain-specialized medical reasoning models of similar scale, Med-TIV outperforms HuatuoGPT-o1-8B and UltraMedical-8B by 3.07% and 2.60% on MedQA, respectively, demonstrating the effectiveness of our tool-integrated verification. Case analysis in Appendix D further illustrates how Med-TIV identifies subtle reasoning errors.
225
+
226
+ [p. 6 | section: 4.3. Analysis | type: Text]
227
+ We conducted a series of ablation analyses to investigate six key research questions regarding our proposed framework.
228
+
229
+ [p. 6 | section: 4.3. Analysis | type: Text]
230
+ Q1: Does Med-TIV generalize across different generator models? To evaluate the generalizability of the trained verifier, we applied Med-TIV to guide test-time search across generator models of varying sizes and capa-
231
+
232
+ [p. 7 | section: 4.3. Analysis | type: FigureGroup]
233
+ Figure 3. Test-time scaling analysis across three medical reasoning benchmarks. Each plot shows accuracy versus sampling budget N \in \{1, 2, 4, 8, 16, 32\} for four baselines. Med-TIV consistently outperforms baselines across all sampling budgets and benchmarks.
234
+
235
+ [p. 7 | section: 4.3. Analysis | type: TableGroup]
236
+ Table 2. Performance improvements from using Med-TIV as a verifier on MedQA. For each generator model, the first row indicates the accuracy over single sampled trace per question. Models MedQA Qwen2.5-7B 60.96 + Self-Consistency 66.38 (+5.42) + Best-of-N (Med-TIV) 72.35 (+11.39) + Soft Weighted SC (Med-TIV) 75.02 (+14.06) + Hard Weighted SC (Med-TIV) 75.26 (+14.30) AlphaMed-7B 71.01 + Self-Consistency 74.23 (+3.22) + Best-of-N (Med-TIV) 75.02 (+4.01) + Soft Weighted SC (Med-TIV) 75.33 (+4.32) + Hard Weighted SC (Med-TIV) 75.65 (+4.64) Qwen2.5-32B 73.21 + Self-Consistency 75.26 (+2.05) + Best-of-N (Med-TIV) 75.57 (+2.36) + Soft Weighted SC (Med-TIV) 75.96 (+2.75) + Hard Weighted SC (Med-TIV) 75.96 (+2.75)
237
+
238
+ [p. 7 | section: 4.3. Analysis | type: Text]
239
+ bilities. As shown in Table 2, when using Qwen2.5-7B as the generator, Hard-Weighted Self-Consistency yields a relative improvement of 23.5% over the base model's single-sample accuracy, substantially outperforming the 12.2% gain achieved by standard Self-Consistency. Notably, the domain-specialized AlphaMed-7B model also benefits from verifier guidance with a 6.5% relative improvement, indicating that our verifier provides complementary verification capabilities beyond domain-specific fine-tuning. The improvements extend to larger models as well: Qwen2.5-32B achieves a 3.8% relative gain during test-time search, demonstrating that a light-weight 8B verifier can effectively guide models that are significantly larger than itself. This
240
+
241
+ [p. 7 | section: 4.3. Analysis | type: Text]
242
+ cross-scale generalization suggests that Med-TIV learns transferable verification patterns rather than overfitting to specific generator characteristics.
243
+
244
+ [p. 7 | section: 4.3. Analysis | type: Text]
245
+ Q2: How do different test-time search strategies compare under Med-TIV? We then systematically compare different test-time search strategies under verifier guidance to identify the most effective approach for leveraging verification signals. As shown in Table 2, Hard-Weighted Self-Consistency consistently achieves the highest accuracy across all generators, followed by Soft-Weighted Self-Consistency and Best-of-N selection. On Qwen2.5-7B, Hard-Weighted Self-Consistency outperforms Best-of-N by 3% absolute accuracy, suggesting that majority voting among verified traces provides more robust answer selection than simply choosing the highest-confidence individual trace.
246
+
247
+ [p. 7 | section: 4.3. Analysis | type: Text]
248
+ Q3: Can Med-TIV reduce the sampling budget required to achieve state-of-the-art performance compared to existing baselines? Next, we investigated how verification performance scales with sampling budget, a critical consideration for deployment under varying computational constraints. As shown in Figure 3, Med-TIV achieves substantial efficiency advantage over existing medical reward models across all three benchmarks. In particular, Med-TIV matches the performance of baselines using only 4 samples, whereas the baselines require 32 samples, representing an 8× reduction in sampling budget. On MedOA, Med-TIV achieves 72.1% accuracy at N=4, while Med-PRM requires the full N=32 budget to reach 70.0% accuracy. Since inference cost scales approximately linearly with the number of sampled traces, this translates to equivalent performance at one-eighth the generator inference cost in practical deployment settings.
249
+
250
+ [p. 7 | section: 4.3. Analysis | type: Text]
251
+ Q4: Does Med-TIV generalize across different base models? To assess the generality of our proposed framework, we compared verification performance using two
252
+
253
+ [p. 8 | section: 4.3. Analysis | type: FigureGroup]
254
+ Figure 4. Ablation on base model selection and training iterations.
255
+
256
+ [p. 8 | section: 4.3. Analysis | type: Text]
257
+ distinct verifier backbones: Llama3.1-8B and Qwen2.5-7B. As shown in Figure 4, both backbones achieve strong performance after two training iterations. Llama3.1-8B consistently outperforms Qwen2.5-7B by approximately 3.5% absolute accuracy on MedQA, achieving 75.86% versus 72.35% after 2 iterations of training. The parallel performance gains observed across both models indicate that Med-TIV is agnostic to backbone architectures.
258
+
259
+ [p. 8 | section: 4.3. Analysis | type: Text]
260
+ Q5: What is the impact of iterative training? Figure 4 presents ablation results examining the impact of iterative training with adaptive curriculum formulation. Llama3.1-8B improves from 60.96% to 75.26% after iteration 1, with marginal gains to 75.86% at iteration 2. Qwen2.5-7B follows a similar pattern, reaching 72.35% after two iterations. The rapid convergence suggest that the majority of verification capability is acquired in the first round, with subsequent iterations refining boundary cases.
261
+
262
+ [p. 8 | section: 4.3. Analysis | type: Text]
263
+ O6 : How does RL and tool integration impact verification performance? Table 3 highlights the dual benefits of our framework across two generators. RL
264
+
265
+ [p. 8 | section: 4.3. Analysis | type: TableGroup]
266
+ Table 3. Ablation on RL and tool integration. Models MedQA Qwen2.5-7B 60.96 + Med-TIV (RL) 69.60 + Med-TIV (RL + Tool) 70.54 AlphaMed-7B 71.01 + Med-TIV (RL) 76.12 + Med-TIV (RL + Tool) 77.14
267
+
268
+ [p. 8 | section: 4.3. Analysis | type: Text]
269
+ training drives the primary gain, boosting MedQA accuracy of Qwen2.5-7B by 8.64%, confirming that the verifier effectively internalizes reasoning patterns. Tool integration provides a critical secondary boost, further elevating accuracy to 70.54%. A similar cumulative trend is observed with AlphaMed-7B. This demonstrates that while RL
270
+
271
+ [p. 8 | section: 4.3. Analysis | type: Text]
272
+ anchors logical verification, dynamic retrieval is essential for resolving knowledge-intensive boundary cases beyond the model's parametric memory.
273
+
274
+ [p. 8 | section: 5. Related Work | type: Text]
275
+ Medical Reasoning Models. The application of large language models to medical reasoning has attracted considerable attention. Early efforts focused on domain-adaptive pretraining and instruction tuning on medical corpora (Wu et al., 2023; Singhal et al., 2025; Chen et al., 2023). More recent work has explored reasoning-enhanced medical models. HuatuoGPT-o1 (Chen et al., 2024) incorporates chainof-thought reasoning with verification mechanisms, and UltraMedical (Zhang et al., 2024) combines high-quality instruction data with preference optimization. AlphaMed (Liu et al., 2025a) employs RL to improve medical reasoning capabilities. Despite these advances, most existing approaches focus on improving the generator model itself, whereas our work addresses the complementary problem of training a plug-and-play verifier that can improve any frozen generator through test-time search.
276
+
277
+ [p. 8 | section: 5. Related Work | type: Text]
278
+ Tool-Assisted Reward and Judge Models. Standard LLM-based judges typically function as passive scorers limited by parametric knowledge. Recent work addresses this through agentic reward modeling, equipping verifiers with executable tools. Themis (Li et al., 2024) established the foundational framework by enabling access to calculators, search engines, and knowledge bases through structured tool-calling traces. TIR-Judge (Xu et al., 2025) advanced this paradigm in the general domain by integrating code execution to judge paired responses. TIM-PRM (Kuang et al., 2025) introduced independent tool queries for multi-modal verification to eliminate confirmation bias. The concept has further expanded to the Agent-as-a-Judge paradigm (You et al., 2026), which employs dynamic planning, tool augmentation and multi-agent coordination to decompose complex evaluation tasks. Our work instantiates this agentic paradigm within the medical domain, moving beyond static retrieval to iterative, evidence-grounded clinical verification.
279
+
280
+ [p. 8 | section: 6. Conclusion | type: Text]
281
+ We presented Med-TIV, an agentic RL framework for medical reasoning verification. Our approach addresses key limitations of existing medical reward models by offering explicit critique traces and enabling dynamic knowledge retrieval during verification. Empirical evaluations across four medical reasoning benchmarks demonstrate that Med-TIV substantially outperforms prior approaches. More broadly, Med-TIV introduces a general paradigm for training toolaugmented verifiers that can be extended to other highstakes domains requiring evidence-grounded evaluation.
282
+
283
+ [p. 9 | section: Impact Statement | type: Text]
284
+ This paper introduces research aimed at improving the reliability of large language models for medical reasoning tasks. We believe our work contributes positively to the development of trustworthy medical AI systems by providing mechanisms to verify reasoning correctness before clinical deployment. Med-TIV holds potential to enhance the safety of LLM-assisted clinical decision support by reducing erroneous reasoning outputs through systematic verification. By grounding judgments in retrieved medical evidence, our approach offers improved transparency compared to opaque scalar reward models, enabling practitioners to better understand and audit verification decisions. The efficiency gains demonstrated by Med-TIV could democratize access to reliable medical reasoning verification, making robust verification feasible even in resource-constrained settings.
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/paper.blocks.json ADDED
The diff for this file is too large to render. See raw diff
 
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/paper.md ADDED
@@ -0,0 +1,899 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ {0}------------------------------------------------
4
+
5
+ # Scaling Medical Reasoning Verification via Tool-Integrated Reinforcement Learning
6
+
7
+ ### Anonymous Authors<sup>1</sup>
8
+
9
+ # Abstract
10
+
11
+ Large language models have achieved strong performance on medical reasoning benchmarks, yet their deployment in clinical settings demands rigorous verification to ensure factual accuracy. While reward models offer a scalable approach for reasoning trace verification, existing methods face two limitations: they produce only scalar reward values without explicit justification, and they rely on single-pass retrieval that precludes adaptive knowledge access as verification unfolds. We introduce Med-TIV, an agentic framework that addresses these limitations by training medical reasoning verifiers to iteratively query external medical corpora during evaluation. Our approach combines tool-augmented verification with an iterative reinforcement learning paradigm that requires only trace-level supervision, alongside an adaptive curriculum mechanism that dynamically adjusts training data distribution. Across four medical reasoning benchmarks, Med-TIV achieves substantial gains over existing methods, improving MedQA accuracy by 23.5% and MedXpertQA by 32.0% relative to the base generator in particular. Crucially, Med-TIV demonstrates an 8× reduction in sampling budget requirement compared to prior reward model baselines. These findings establish that grounding verification in dynamically retrieved evidence offers a principled path toward more reliable medical reasoning systems.
12
+
13
+ # 1. Introduction
14
+
15
+ Large Language Models (LLMs) have demonstrated remarkable capabilities in medical reasoning, achieving competitive performance on clinical question answering, diagnostic
16
+
17
+ Preliminary work. Under review by the International Conference on Machine Learning (ICML). Do not distribute.
18
+
19
+ <span id="page-0-0"></span>![](_page_0_Figure_9.jpeg)
20
+
21
+ *Figure 1.* Comparison of medical reasoning verification paradigms. Text-based judges rely on parametric knowledge and may validate erroneous reasoning, while tool-integrated judges dynamically retrieve evidence to ground their judgments.
22
+
23
+ inference, and medical knowledge benchmarks [\(Ji et al.,](#page-8-0) [2025a;](#page-8-0) [Xiao et al.,](#page-9-0) [2026\)](#page-9-0). While these advances hold significant promise for augmenting clinical decision making and democratizing access to medical expertise, the deployment of LLMs in high-stakes clinical settings demands rigorous verification mechanisms to ensure that generated reasoning is both factually accurate and logically sound [\(Zhang et al.,](#page-9-1) [2025;](#page-9-1) [Wang et al.,](#page-9-2) [2025\)](#page-9-2).
24
+
25
+ Reward-based judges have therefore emerged as a scalable solution for evaluating model outputs, supporting both posttraining refinement via reinforcement learning from human feedback (RLHF) and inference-time scaling through tree search [\(Snell et al.,](#page-9-3) [2024\)](#page-9-3). These judges can be broadly categorized by the granularity of their supervision. Outcome Reward Models (ORMs) provide sparse trace-level supervision that quantifies the quality of the entire output, while Process Reward Models (PRMs) offer dense step-level feedback that scores each intermediate reasoning step, enabling fine-grained credit assignment and precise error localization within multi-step reasoning. Recent work has adapted both paradigms to the medical domain to assess complex clinical reasoning traces. In parallel, advances in generative reward modeling have extended judge models beyond
26
+
27
+ <sup>1</sup>Anonymous Institution, Anonymous City, Anonymous Region, Anonymous Country. Correspondence to: Anonymous Author <anon.email@domain.com>.
28
+
29
+ {1}------------------------------------------------
30
+
31
+ scalar scoring, enabling them to produce natural-language critiques that explicitly justify their decisions [\(Liu et al.,](#page-9-4) [2025c;](#page-9-4) [Xiong et al.,](#page-9-5) [2025\)](#page-9-5).
32
+
33
+ 104
34
+
35
+ 106
36
+
37
+ 108 109 Despite their effectiveness, reward-based judges exhibit fundamental limitations when applied to clinical reasoning tasks [\(Yun et al.,](#page-9-6) [2025\)](#page-9-6). A primary concern is the prevalence of hallucinations in critique traces, where judge models generate plausible yet factually incorrect assessments (Figure [1\)](#page-0-0). This issue is particularly noticeable in the medical domain, where reliable verification demands grounding in authoritative clinical evidence and established medical knowledge. Unverified judgments could lead to the propagation of incorrect diagnostic or treatment recommendations. Existing medical reasoning verifiers typically provide only scalar reward signals, offering little or no justification for their judgments and thus limiting interpretability [\(Jiang et al.,](#page-8-1) [2025b\)](#page-8-1). Furthermore, these methods often rely on a static Retrieval-Augmented Generation (RAG) pipeline, in which a fixed set of retrieved documents is prefixed to the context and remains unchanged throughout evaluation [\(Yun et al.,](#page-9-6) [2025\)](#page-9-6). Such static design precludes adaptive, multi-turn evidence gathering and forces the verifier to a fixed retrieval budget, thus limiting scalability.
38
+
39
+ To address these issues, we propose Med-TIV (Medical Tool-Integrated reasoning Verifier), an agentic reinforcement learning (RL) framework that trains LLMs to leverage external knowledge bases for judging medical reasoning traces[1](#page-1-0) . Med-TIV features three key design principles: (1) a tool-augmented verification paradigm that enables dynamic, iterative knowledge retrieval during the evaluation process; (2) an iterative RL approach that progressively improves verification capabilities without requiring step-level expert annotations; and (3) an adaptive curriculum formulation strategy that adjusts the data distribution in response to the evolving capability of the model. By equipping judge models with tool-use capabilities, Med-TIV grounds evaluation decisions in external evidence rather than relying solely on parametric knowledge, thereby mitigating hallucination, improving interpretability, and overcoming the limitations of static RAG [\(Ji et al.,](#page-8-2) [2025b;](#page-8-2) [Xia et al.,](#page-9-7) [2025\)](#page-9-7).
40
+
41
+ To verify the effectiveness of Med-TIV, we conduct extensive experiments on common medical reasoning benchmarks. Our results demonstrate that Med-TIV trains strong medical verifiers: when guiding inference-time search for a 7B generator model, our trained verifier achieves relative improvements of 23.5% on MedQA and 32.0% on MedXpertQA compared to the generator model alone. Moreover, Med-TIV consistently outperforms existing medical reward model baselines and surpasses the performance of models that are up to 4× larger in scale. Notably, Med-TIV
42
+
43
+ also demonstrates an 8× gain in sampling efficiency compared to prior reward-based approaches, achieving equivalent accuracy with substantially fewer sampled reasoning traces during test-time search.
44
+
45
+ Our main contributions are summarized as follows:
46
+
47
+ - We propose Med-TIV, a novel tool-integrated verification framework that enables dynamic, iterative knowledge retrieval during medical reasoning evaluation, providing both interpretable, fine-grained justification and improved factual grounding.
48
+ - We introduce an iterative RL paradigm with curriculumbased difficulty adaptation that progressively improves verification capabilities through self-bootstrapping, requiring only trace-level supervision rather than dense steplevel expert annotations.
49
+ - Med-TIV achieves state-of-the-art performance on four medical reasoning benchmarks, with comprehensive ablation studies that validate each component's contribution.
50
+
51
+ # 2. Preliminaries
52
+
53
+ #### 2.1. Problem Setup
54
+
55
+ We define *medical reasoning verification* as the task of assessing the correctness of a multi-step reasoning trace generated in response to a medical question. Formally, given a medical question q ∈ Q and a multi-step reasoning trace τ = (s1, s2, . . . , sm) from a generator model, a verifier model determines whether τ contains any errors. We formulate this problem as binary classification, where the verifier Vθ(q, τ ) produces a judgment ℓ ∈ {0, 1}, where ℓ = 1 indicates a error-free reasoning trace, and ℓ = 0 indicates the presence of one or more errors. Unlike scalar reward models that output continuous scores, we adopt a generative judge paradigm in which the verifier produces a discrete judgment accompanied by a detailed critique trace that provides a structured justification for the decision.
56
+
57
+ #### 2.2. Tool-Augmented Reasoning Verifier
58
+
59
+ Following prior works [\(Jin et al.,](#page-8-3) [2025\)](#page-8-3), we extend the verifier with access to an external *search engine* E that retrieves top-k documents from a curated medical corpus (See Appendix [B.2](#page-10-0) for details). Retrieved documents are appended verbatim to the verifier context. Given a verification instance (q, τ ), the verifier constructs an iterative verfication trajectory. At step k, the trajectory is represented as:
60
+
61
+ $$\mathbf{t}_k = \{r_1, a_1, o_1, \dots, r_k, a_k, o_k\},\$$
62
+
63
+ where r<sup>i</sup> denotes a natural language reasoning step analyzing the medical content, a<sup>i</sup> is a search query formulated to retrieve relevant medical knowledge, and o<sup>i</sup> = E(ai) represents the retrieved documents. The iterative verification
64
+
65
+ <span id="page-1-0"></span><sup>1</sup>Code is available at [https://github.com/](https://github.com/PittNAIL/med-tiv) [PittNAIL/med-tiv](https://github.com/PittNAIL/med-tiv)
66
+
67
+ {2}------------------------------------------------
68
+
69
+ Figure 2. Overview of Med-TIV. Left: Tool-integrated verification iteratively analyzes reasoning traces, formulates search queries, and retrieves medical evidence before producing correctness judgments. Middle: Curriculum formulation filters trivial and impossible instances, retaining boundary cases for RL training. Right: At inference time, the verifier evaluates candidate medical reasoning traces generated by a frozen model and final answers are selected via weighted self-consistency.
70
+
71
+ process is defined as:
72
+
73
+ <span id="page-2-0"></span>110
74
+
75
+ 111
76
+
77
+ 112
78
+
79
+ 113
80
+
81
+ 114
82
+
83
+ 115
84
+
85
+ 116 117
86
+
87
+ 118
88
+
89
+ 119
90
+
91
+ 121
92
+
93
+ 122
94
+
95
+ 123124125
96
+
97
+ 127 128
98
+
99
+ 129
100
+
101
+ 130 131
102
+
103
+ 132
104
+
105
+ 134
106
+
107
+ 135136
108
+
109
+ 137138
110
+
111
+ 139 140
112
+
113
+ 141
114
+
115
+ 142
116
+
117
+ 143
118
+
119
+ 144
120
+
121
+ 145
122
+
123
+ 147
124
+
125
+ 148
126
+
127
+ 149
128
+
129
+ 150
130
+
131
+ 151
132
+
133
+ 152
134
+
135
+ 153
136
+
137
+ 154
138
+
139
+ 155
140
+
141
+ 156
142
+
143
+ 157
144
+
145
+ 158
146
+
147
+ 159
148
+
149
+ 160
150
+
151
+ 161
152
+
153
+ 162
154
+
155
+ 163
156
+
157
+ 164
158
+
159
+ $$(r_k, a_k) \sim V_{\theta}(q, \tau, \mathbf{t}_{k-1}),$$
160
+ $o_k = \mathcal{E}(a_k),$ $\mathbf{t}_k = \mathbf{t}_{k-1} \oplus r_k \oplus a_k \oplus o_k,$
161
+
162
+ where $\oplus$ denotes sequence concatenation. This process continues until the verifier produces a final judgment $\ell \sim V_{\theta}(q,\tau,\mathbf{t}_T)$ at the terminal step T. By allowing multiple tool executions, the verifier dynamically retrievs medical knowledge as need to verify specific claims in the reasoning trace. Table 5 in the Appendix shows the explicit instruction used in our experiments.
163
+
164
+ #### 2.3. Test-Time Search
165
+
166
+ Test-time search strategies improve reasoning performance by leveraging reward models to evaluate and select among multiple candidate solutions (Shi et al., 2024). Given a frozen generator model $\pi_{\rm gen}$ and a question q, we first sample N independent reasoning traces:
167
+
168
+ $$\{\tau^{(j)}\}_{j=1}^N \sim \pi_{\mathrm{gen}}(\cdot \mid q).$$
169
+
170
+ A trained verifier $V_{\theta}$ then scores each candidate trace, and the final output is selected based on these scores. Common selection strategies include Best-of-N sampling, which
171
+
172
+ selects the trace with the highest score:
173
+
174
+ $$\hat{\tau} = \arg\max_{\tau^{(j)}} V_{\theta}(q, \tau^{(j)}),$$
175
+
176
+ and verification-based majority voting, where candidate traces are first filtered by the verifier and the final answer is determined by consensus among verified traces. Med-TIV trains such a plug-in verifier that provides tool-grounded assessments that can be used to augment decision-making for any frozen generator model at inference time.
177
+
178
+ #### 3. Tool-Integrated Medical Reasoning Verifier
179
+
180
+ Med-TIV is an agentic verification framework that trains models to leverage external knowledge bases for verifying whether a given medical reasoning trace contains errors. We adopt an iterative training approach based on dynamic curriculum learning, which requires no fine-grained step-level expert supervision and trains solely through multiple rounds of reinforcement learning (Figure 2). We next describe the training procedure of Med-TIV in details.
181
+
182
+ #### 3.1. Tool-Integrated RL with Verifiable Rewards
183
+
184
+ **Data Construction.** All training data across iterations is derived from the open-source Med-PRM dataset. Each original instance consists of a tuple $(q, \tau, \ell_{\text{step}}, \ell_{\text{trace}})$ , where q is a medical question, $\tau$ is a multi-step reasoning trace, $\ell_{\text{step}}$ de-
185
+
186
+ {3}------------------------------------------------
187
+
188
+ notes step-level labels, and $\ell_{trace}$ is a trace-level correctness label<sup>2</sup>.
189
+
190
+ At each training iteration, we only utilize the triplet $(q,\tau,\ell_{\text{trace}})$ with human-annotated trace-level labels. Step-level labels $\ell_{\text{step}}$ is intentionally excluded, as Med-TIV is designed to improve verification performance without replying on fine-grained supervision. For each training iteration, we fix the training data budget to 20K instances and enforce a balanced label distribution between correct ( $\ell_{\text{trace}}=1$ ) and incorrect ( $\ell_{\text{trace}}=0$ ) reasoning traces.
191
+
192
+ **Algorithm.** We employ Dr. GRPO (Liu et al., 2025b) as the RL algorithm for training the verifier. Given a verification instance $(q_i, \tau_i)$ , we sample a group of G verification trajectories $\{\mathbf{o}_i\}_{i=1}^G$ from the current policy $\pi_\theta$ . Each trajectory $\mathbf{o}_i = (o_i^1, \dots, o_i^{|\mathbf{o}_i|})$ consists of reasoning tokens, search queries, retrieved documents, and a final judgment. The objective is:
193
+
194
+ $$\frac{1}{G} \sum_{i=1}^{G} \sum_{t=1}^{|\mathbf{o}_i|} \left\{ \min \left[ r_i^t \hat{A}_i^t, \operatorname{clip} \left( r_i^t, 1 - \epsilon_l, 1 + \epsilon_h \right) \hat{A}_i^t \right] \right\}, \quad (1)$$
195
+
196
+ where $r_i^t = \frac{\pi_\theta(o_i^t|\mathbf{q},\mathbf{o}_i^{< t})}{\pi_{\theta_{\mathrm{old}}}(o_i^t|\mathbf{q},\mathbf{o}_i^{< t})}$ , $\mathbf{q} = (q,\tau)$ denotes the input prompt containing the question and reasoning trace, $\mathbf{o}_i^{< t}$ represents previously generated tokens, and $\epsilon_l$ and $\epsilon_h$ are the clipping parameters. The advantage term $\hat{A}_i^t$ is defined as:
197
+
198
+ $$\hat{A}_i^t = R(\mathbf{q}, \mathbf{o}_i) - \text{mean}\left(\left\{R(\mathbf{q}, \mathbf{o}_1), \dots, R(\mathbf{q}, \mathbf{o}_G)\right\}\right).$$
199
+
200
+ **Reward Designs.** To facilitate multi-turn RL with tool execution, we design a structured reward covering two complementary objectives, following prior practices (Jin et al., 2025):
201
+
202
+ (i) Correctness Reward $(R_c)$ : This component measures whether the verifier's judgment aligns with the ground-truth label. Let $\mathbf{q} = (q, \tau)$ denote the verification prompt and $\ell \in \{0, 1\}$ the ground-truth label. We define:
203
+
204
+ $$R_c = \mathbb{1}(\text{extract}(\mathbf{o}) = \ell),$$
205
+
206
+ where $\mathbb{1}(\cdot)$ is the indicator function and extract(o) parses the final judgment from the <answer> tags in the generated trajectory o. Intuitively, $R_c=1$ if the verifier's decision is correct, and $R_c=0$ otherwise.
207
+
208
+ (ii) Format Reward $(R_f)$ : To ensure reliable tool use and structured outputs, the verifier is required to adhere to a predefined format. Specifically, reasoning steps must be enclosed within <think> tags, search queries within <search> tags, and the final judgment within <answer>
209
+
210
+ tags. To discourage degenerate outputs, we further penalize excessive tag usage. Specifically, $R_f=1$ if the output satisfies all formatting constraints and contains no more than $10 < answer> tag pairs; <math>R_f=0.25$ if the output is correct but exhibits tag overflow; and $R_f=0$ otherwise.
211
+
212
+ The final reward ${\cal R}$ is defined as the product of the two components:
213
+
214
+ $$R = R_c \times R_f$$
215
+ .
216
+
217
+ #### <span id="page-3-1"></span>3.2. Training Strategies
218
+
219
+ Adaptive Curriculum Formulation. A central challenge in RL for verification is ensuring that training data remains appropriately calibrated to the evolving capability of the model. Instances that are either trivially easy or impossibly difficult yields minimal learning signal, as the resulting policy gradients approach zero. To address this issue, we adopt a model-aware curriculum formulation mechanism that dynamically adapts the task distribution at each training iteration.
220
+
221
+ Concretely, before each iteration t, we perform online filtering on the sampled batch $\mathcal{B}_t$ to construct an effective training set $\mathcal{D}_t$ :
222
+
223
+ $$\mathcal{D}_t = \{(q, \tau, \ell) \in \mathcal{B}_t : \exists g, g' \in \{1, \dots, G\} \text{ s.t. } r^{(g)} \neq r^{(g')}\}.$$
224
+
225
+ Here, for each candidate instance $(q, \tau, \ell) \in \mathcal{B}_t$ , we sample G verification trajectories $\{o^{(g)}\}_{g=1}^G$ from the current policy $\pi_{\theta_t}$ . We then compute the corresponding rewards $\{r^{(g)}\}_{g=1}^G$ . Finally, we retain only instances if any two rewards are different, i.e., reward variance is non-zero (Khatri et al., 2025).
226
+
227
+ This criterion eliminates prompts where the model either consistently succeeds or consistently fails across all sampled trajectories. By filtering these zero-gradient instances, optimization is focused on decision-boundary cases where the verifier exhibits uncertainty.
228
+
229
+ To maintain a fixed training budget per iteration, we iteratively resample additional instances from the labeled pool $\mathcal{B}$ and apply the same filtering criterion until $|\mathcal{D}_t|=20K$ . This dynamic curriculum evolves naturally across iterations as the verifier improves, eliminating the need for manually designed difficulty schedules.
230
+
231
+ Iterative Training via Self-Bootstrapping. We adopt an iterative training approach that progressively improves verification capabilities through multiple rounds of RL. Unlike prior work that alternates between rejection sampling, supervised fine-tuning (SFT), and RL (Xu et al., 2025), our approach operates entirely through iterative RL, following the RL-Zero paradigm where the model reinforces its verification capabilities without requiring dense turn-level expert demonstrations for cold start.
232
+
233
+ <span id="page-3-0"></span><sup>&</sup>lt;sup>2</sup>Dataset is available at https://huggingface.co/datasets/dmis-lab/llama-3.l-medprm-reward-training-set
234
+
235
+ {4}------------------------------------------------
236
+
237
+ <span id="page-4-0"></span>Algorithm 1 Iterative Training of Tool-Integrated Medical Reasoning Verifier
238
+
239
+ 221
240
+
241
+ 222
242
+
243
+ 223
244
+
245
+ 224
246
+
247
+ 225
248
+
249
+ 226
250
+
251
+ 227
252
+
253
+ 228
254
+
255
+ 229
256
+
257
+ 230
258
+
259
+ 231
260
+
261
+ 232
262
+
263
+ 233
264
+
265
+ 234
266
+
267
+ 235
268
+
269
+ 236
270
+
271
+ 237
272
+
273
+ 238
274
+
275
+ 239
276
+
277
+ 240
278
+
279
+ 241
280
+
281
+ 242
282
+
283
+ 243
284
+
285
+ 244
286
+
287
+ 245
288
+
289
+ 246
290
+
291
+ 247
292
+
293
+ 248
294
+
295
+ 249250
296
+
297
+ 251
298
+
299
+ 252
300
+
301
+ 253
302
+
303
+ 254
304
+
305
+ 255
306
+
307
+ 256
308
+
309
+ 257
310
+
311
+ 258
312
+
313
+ 259
314
+
315
+ 260
316
+
317
+ 261
318
+
319
+ 262
320
+
321
+ 263
322
+
323
+ 264
324
+
325
+ 265
326
+
327
+ 266
328
+
329
+ 267
330
+
331
+ 268
332
+
333
+ 269
334
+
335
+ 270
336
+
337
+ 271
338
+
339
+ 272
340
+
341
+ 274
342
+
343
+ ```
344
+ Require: Base verifier \pi_{\theta_0}, labeled dataset pool \mathcal{D} =
345
+ \{(q_i, \tau_i, \ell_i)\}_{i=1}^N, maximum iterations T_{\text{max}}, batch size
346
+ B, group size G, search engine \mathcal{E}
347
+ Ensure: Trained verifier \pi_{\theta^*}
348
+ 1: for t = 1 to T_{\text{max}} do
349
+
350
+ Sample labeled batch
351
+
352
+ \mathcal{B}_t \leftarrow \text{SAMPLEBATCH}(\mathcal{D}, B)
353
+ 3:
354
+ 4:
355
+ \mathcal{D}_t \leftarrow \emptyset
356
+ ▷ Curriculum formulation
357
+ 5:
358
+ for each (q, \tau, \ell) \in \mathcal{B}_t do
359
+ 6:
360
+ Sample verification trajectories:
361
+ 7:
362
+ \{\hat{\ell}^{(g)}\}_{q=1}^G \sim \pi_{\theta_t}(\cdot \mid q, \tau, \mathcal{E})
363
+ Compute rewards within group:
364
+ 8:
365
+ r^{(\hat{g})} \leftarrow \mathbb{1}[\hat{\ell}^{(g)} = \ell], \text{ for } g \in 1, \dots, G
366
+ if \exists g \neq g' such that r^{(g)} \neq r^{(g')} then
367
+ 9:
368
+ Add (q, \tau, \ell) to curriculum set \mathcal{D}_t
369
+ 10:
370
+ 11:
371
+ end if
372
+ 12:
373
+ end for
374
+ 13:
375
+ ▶ RL optimization on curriculum data
376
+ \pi_{\theta_{t+1}} \leftarrow \text{DR.GRPO}(\pi_{\theta_t}, \mathcal{D}_t, \mathcal{E})
377
+ 15: end for
378
+ 16: Return \pi_{\theta_{T_{\max}}}
379
+ ```
380
+
381
+ Starting from the base model $\pi_{\theta_0}$ , we perform $T_{\text{max}}$ iterations. Each iteration consists of three stages:
382
+
383
+ ```
384
+ \begin{split} \mathcal{B}_t \leftarrow \text{SampleBatch}(\mathcal{D}, B), \\ \mathcal{D}_t \leftarrow \text{Filter}(\mathcal{B}_t, \pi_{\theta_t}), \\ \pi_{\theta_{t+1}} \leftarrow \text{RL}(\pi_{\theta_t}, \mathcal{D}_t). \end{split}
385
+ ```
386
+
387
+ Each iteration draws a fresh batch $\mathcal{B}_t$ from the annotated pool $\mathcal{D}$ with trace-level labels, ensuring a balanced distribution of correct and incorrect reasoning traces. The curriculum filtering then constructs the training set $\mathcal{D}_t$ as described above, and RL optimization updates the policy based on the structured reward.
388
+
389
+ The key insight underlying this iterative approach is the coevolution of model capability and training distribution. As the verifier improves, the filtering mechanism automatically removes instances that have become too easy, while the fresh sampling introduces new challenging cases. This creates a self-bootstrapping cycle: stronger models encounter harder verification tasks, which in turn drive further improvements. Since the trace-level correctness reward is deterministic and unambiguous, this self-bootstrapping process converges reliably without the instabilities that can arise from noisy synthetic step-level labels. We summarize the overall training procedure in Algorithm 1.
390
+
391
+ #### 4. Experiments
392
+
393
+ #### 4.1. Experimental Setup
394
+
395
+ **Evaluation benchmarks.** We evaluated Med-TIV on four open-source medical question-answering benchmarks: MedQA (Jin et al., 2020), MedMCQA (Pal et al., 2022), MMLU-Med (Hendrycks et al., 2021), and MedX-pertQA (Zuo et al., 2025), using accuracy as the evaluation metric. These benchmarks collectively assess the verifier's ability to distinguish correct from erroneous reasoning across varying difficulty levels and medical subdomains. Detailed descriptions of benchmarks are in Appendix C.1.
396
+
397
+ Implementation details. We trained verifiers using two light-weight backbone models: Llama3.1-8B and Qwen2.5-7B, with Llama3.1-8B as the default for results reporting. All training was conducted using the VeRL-Tool framework (Jiang et al., 2025a). Detailed hyperparameters are shown in Appendix B.1. All experiments were conducted on 4 NVIDIA H100 GPUs with 80GB of memory. Due to computational constraints, we limit the maximum number of RL iterations to $T_{\rm max}=2$ and we set the group size for curriculum formulation (Section 3.2) to G=8.
398
+
399
+ For inference, we used the default sampling hyperparameters for all models. In reward-guided search experiments, unless otherwise specified, we used Qwen2.5-7B as the frozen generator and sampled up to 32 candidate reasoning traces per question. We applied Hard-Weighted Self-Consistency as the default test-time search strategy.
400
+
401
+ **Baselines.** We compared Med-TIV against two groups of baselines. 1): *Off-the-shelf LLMs*: GPT-40-mini (OpenAI et al., 2024), Gemini-2.0-Flash, DeepSeek-R1 series (Guo et al., 2025), Qwen2.5 series (Yang et al., 2025), Llama3.1 (Grattafiori et al., 2024), AlphaMed (Liu et al., 2025a), UltraMedical (Zhang et al., 2024), and HuatuoGPT-01 (Chen et al., 2024). 2): *Medical domain-specialized Reward Models*: MedS<sup>3</sup> (Jiang et al., 2025b) and Med-PRM (Yun et al., 2025). Detailed descriptions of each reward model baseline are shown in Appendix B.3.
402
+
403
+ **Test-Time Search Strategies.** We evaluated three test-time search strategies that leverage Med-TIV to improve the reasoning performance of frozen generators. Given a reasoning trace $\tau=(s_1,s_2,\ldots,s_K)$ with K steps, our verifier assigns a confidence score $r_{\tau}\in[0,1]$ for the entire trace, defined as the softmax probability of the 1 token over the logits of both 1 and 0 tokens.
404
+
405
+ • Best-of-N. Given a question q, we sampled N candidate traces $\{\tau^{(j)}\}_{j=1}^N$ from the generator and selected the trace with the highest verifier confidence score:
406
+
407
+ $$\hat{\tau} = \arg\max_{\tau^{(j)}} r_{\tau^{(j)}}.$$
408
+
409
+ {5}------------------------------------------------
410
+
411
+ 313 314
412
+
413
+ 316
414
+
415
+ 324
416
+
417
+ 326
418
+
419
+ 328 329
420
+
421
+ <span id="page-5-0"></span>*Table 1.* Main evaluation results on medical reasoning benchmarks. We report accuracy (%) on MedQA, MedMCQA, MMLU-Med, and MedXpertQA. Bold numbers indicate the best results among the reward model group. ✓: Verifier supports external tools for judging; ✗: Verifier does not support external tools for judging.
422
+
423
+ | Baselines | å | Train | Size | MedQA | MedMCQA | MMLU-Med | MedXpertQA | Avg. |
424
+ |------------------------------|---|-------|------|-------|---------|----------|------------|-------|
425
+ | Proprietary Models | | | | | | | | |
426
+ | GPT-4o-mini | - | - | - | 79.03 | 68.20 | 87.79 | 17.84 | 63.22 |
427
+ | Gemini-2.0-Flash | - | - | - | 87.51 | 72.60 | 92.01 | 20.57 | 68.17 |
428
+ | General Reasoning Models | | | | | | | | |
429
+ | DeepSeek-R1 | - | - | 671B | 90.34 | 78.80 | 94.40 | 37.76 | 75.33 |
430
+ | R1-Distill-Qwen | - | - | 7B | 24.82 | 36.40 | 47.47 | 7.43 | 29.03 |
431
+ | R1-Distill-Llama | - | - | 8B | 34.96 | 43.60 | 64.19 | 5.35 | 37.03 |
432
+ | General Non-reasoning Models | | | | | | | | |
433
+ | Qwen2.5 | - | - | 32B | 73.21 | 64.83 | 84.94 | 13.87 | 59.21 |
434
+ | Qwen2.5 | - | - | 7B | 60.96 | 56.56 | 76.96 | 12.15 | 51.66 |
435
+ | Llama3.1 | - | - | 8B | 70.93 | 61.60 | 78.97 | 13.02 | 56.13 |
436
+ | Medical Reasoning Models | | | | | | | | |
437
+ | AlphaMed | - | - | 7B | 71.01 | 61.46 | 81.16 | 19.16 | 58.20 |
438
+ | UltraMedical | - | - | 8B | 72.66 | 62.60 | 79.61 | 15.25 | 57.53 |
439
+ | HuatuoGPT-o1 | - | - | 8B | 72.19 | 63.60 | 75.30 | 16.84 | 56.98 |
440
+ | Medical Reward Models | | | | | | | | |
441
+ | MedS3 | ✗ | 225k | 7B | 64.89 | 58.91 | 80.53 | 12.90 | 54.31 |
442
+ | Med-PRM | ✓ | 111k | 7B | 69.99 | 62.36 | 80.99 | 13.51 | 56.71 |
443
+ | Med-TIV (Ours) | ✓ | 20k | 7B | 75.26 | 64.70 | 85.58 | 16.04 | 60.40 |
444
+
445
+ • *Hard-Weighted Self-Consistency.* We first filtered traces by the verifier's binary judgment, keeping only those labeled correct (Vθ(q, τ ) = 1). Among the filtered traces, we applied majority voting to determine the final answer:
446
+
447
+ $$\hat{a} = \arg\max_{a} \sum_{j=1}^{N} \mathbb{1} \left[ V_{\theta}(q, \tau^{(j)}) = 1 \right] \cdot \mathbb{1} \left[ \operatorname{ans}(\tau^{(j)}) = a \right].$$
448
+
449
+ • *Soft-Weighted Self-Consistency.* Instead of binary filtering, we weighted each trace's vote by the verifier's confidence score:
450
+
451
+ $$\hat{a} = \arg\max_{a} \sum_{j=1}^{N} r_{\tau^{(j)}} \cdot \mathbb{1} \big[ \mathrm{ans}(\tau^{(j)}) = a \big].$$
452
+
453
+ ### 4.2. Main Results
454
+
455
+ Table [1](#page-5-0) presents the main results on four medical reasoning benchmarks. Models trained with Med-TIV consistently outperform existing baselines across all benchmarks. Specifically, under guided-search using a Med-TIVtrained verifier, Qwen2.5-7B attains accuracies of 75.26%
456
+
457
+ on MedQA, 64.70% on MedMCQA, 85.58% on MMLU-Med, and 16.04% on MedXpertQA, yielding an average accuracy of 60.40%. Notably, Med-TIV enables this 7B generator to rival substantially larger models, even surpassing the base performance of Qwen2.5-32B despite using a generator that is approximately 4× smaller. Compared to domain-specialized medical reasoning models of similar scale, Med-TIV outperforms HuatuoGPT-o1-8B and UltraMedical-8B by 3.07% and 2.60% on MedQA, respectively, demonstrating the effectiveness of our tool-integrated verification. Case analysis in Appendix [D](#page-12-0) further illustrates how Med-TIV identifies subtle reasoning errors.
458
+
459
+ #### 4.3. Analysis
460
+
461
+ We conducted a series of ablation analyses to investigate six key research questions regarding our proposed framework.
462
+
463
+ Q1: Does **Med-TIV** generalize across different generator models? To evaluate the generalizability of the trained verifier, we applied Med-TIV to guide test-time search across generator models of varying sizes and capa-
464
+
465
+ {6}------------------------------------------------
466
+
467
+ <span id="page-6-1"></span>![](_page_6_Figure_2.jpeg)
468
+
469
+ Figure 3. Test-time scaling analysis across three medical reasoning benchmarks. Each plot shows accuracy versus sampling budget $N \in \{1, 2, 4, 8, 16, 32\}$ for four baselines. Med-TIV consistently outperforms baselines across all sampling budgets and benchmarks.
470
+
471
+ <span id="page-6-0"></span>Table 2. Performance improvements from using Med-TIV as a verifier on MedQA. For each generator model, the first row indicates the accuracy over single sampled trace per question.
472
+
473
+ | Models | MedQA |
474
+ |------------------------------|-----------------------|
475
+ | Qwen2.5-7B | 60.96 |
476
+ | + Self-Consistency | 66.38 (+5.42) |
477
+ | + Best-of-N (Med-TIV) | 72.35 (+11.39) |
478
+ | + Soft Weighted SC (Med-TIV) | 75.02 (+14.06) |
479
+ | + Hard Weighted SC (Med-TIV) | <b>75.26</b> (+14.30) |
480
+ | AlphaMed-7B | 71.01 |
481
+ | + Self-Consistency | 74.23 (+3.22) |
482
+ | + Best-of-N (Med-TIV) | 75.02 (+4.01) |
483
+ | + Soft Weighted SC (Med-TIV) | 75.33 (+4.32) |
484
+ | + Hard Weighted SC (Med-TIV) | <b>75.65</b> (+4.64) |
485
+ | Qwen2.5-32B | 73.21 |
486
+ | + Self-Consistency | 75.26 (+2.05) |
487
+ | + Best-of-N (Med-TIV) | 75.57 (+2.36) |
488
+ | + Soft Weighted SC (Med-TIV) | 75.96 (+2.75) |
489
+ | + Hard Weighted SC (Med-TIV) | <b>75.96</b> (+2.75) |
490
+
491
+ bilities. As shown in Table 2, when using Qwen2.5-7B as the generator, Hard-Weighted Self-Consistency yields a relative improvement of 23.5% over the base model's single-sample accuracy, substantially outperforming the 12.2% gain achieved by standard Self-Consistency. Notably, the domain-specialized AlphaMed-7B model also benefits from verifier guidance with a 6.5% relative improvement, indicating that our verifier provides complementary verification capabilities beyond domain-specific fine-tuning. The improvements extend to larger models as well: Qwen2.5-32B achieves a 3.8% relative gain during test-time search, demonstrating that a light-weight 8B verifier can effectively guide models that are significantly larger than itself. This
492
+
493
+ cross-scale generalization suggests that Med-TIV learns transferable verification patterns rather than overfitting to specific generator characteristics.
494
+
495
+ Q2: How do different test-time search strategies compare under Med-TIV? We then systematically compare different test-time search strategies under verifier guidance to identify the most effective approach for leveraging verification signals. As shown in Table 2, Hard-Weighted Self-Consistency consistently achieves the highest accuracy across all generators, followed by Soft-Weighted Self-Consistency and Best-of-N selection. On Qwen2.5-7B, Hard-Weighted Self-Consistency outperforms Best-of-N by 3% absolute accuracy, suggesting that majority voting among verified traces provides more robust answer selection than simply choosing the highest-confidence individual trace.
496
+
497
+ Q3: Can Med-TIV reduce the sampling budget required to achieve state-of-the-art performance compared to existing baselines? Next, we investigated how verification performance scales with sampling budget, a critical consideration for deployment under varying computational constraints. As shown in Figure 3, Med-TIV achieves substantial efficiency advantage over existing medical reward models across all three benchmarks. In particular, Med-TIV matches the performance of baselines using only 4 samples, whereas the baselines require 32 samples, representing an 8× reduction in sampling budget. On MedOA, Med-TIV achieves 72.1% accuracy at N=4, while Med-PRM requires the full N=32 budget to reach 70.0% accuracy. Since inference cost scales approximately linearly with the number of sampled traces, this translates to equivalent performance at one-eighth the generator inference cost in practical deployment settings.
498
+
499
+ **Q4:** Does Med-TIV generalize across different base models? To assess the generality of our proposed framework, we compared verification performance using two
500
+
501
+ {7}------------------------------------------------
502
+
503
+ <span id="page-7-0"></span>![](_page_7_Figure_1.jpeg)
504
+
505
+ Figure 4. Ablation on base model selection and training iterations.
506
+
507
+ distinct verifier backbones: Llama3.1-8B and Qwen2.5-7B. As shown in Figure 4, both backbones achieve strong performance after two training iterations. Llama3.1-8B consistently outperforms Qwen2.5-7B by approximately 3.5% absolute accuracy on MedQA, achieving 75.86% versus 72.35% after 2 iterations of training. The parallel performance gains observed across both models indicate that Med-TIV is agnostic to backbone architectures.
508
+
509
+ **Q5:** What is the impact of iterative training? Figure 4 presents ablation results examining the impact of iterative training with adaptive curriculum formulation. Llama3.1-8B improves from 60.96% to 75.26% after iteration 1, with marginal gains to 75.86% at iteration 2. Qwen2.5-7B follows a similar pattern, reaching 72.35% after two iterations. The rapid convergence suggest that the majority of verification capability is acquired in the first round, with subsequent iterations refining boundary cases.
510
+
511
+ **O6**: How does RL and tool integration impact verification performance? Table 3 highlights the dual benefits of our framework across two generators. RL
512
+
513
+ 385
514
+
515
+ 387
516
+
517
+ 388
518
+
519
+ 389
520
+
521
+ 390
522
+
523
+ 394
524
+
525
+ 395
526
+
527
+ 396
528
+
529
+ 397
530
+
531
+ 398
532
+
533
+ 399
534
+
535
+ 400
536
+
537
+ 401
538
+
539
+ 402
540
+
541
+ 403
542
+
543
+ 404
544
+
545
+ 405
546
+
547
+ 406
548
+
549
+ 407
550
+
551
+ 408
552
+
553
+ 409
554
+
555
+ 410
556
+
557
+ 411
558
+
559
+ 412
560
+
561
+ 413
562
+
563
+ 414
564
+
565
+ 415
566
+
567
+ 416
568
+
569
+ 417
570
+
571
+ 418
572
+
573
+ 419
574
+
575
+ 420
576
+
577
+ 421
578
+
579
+ 422
580
+
581
+ 423
582
+
583
+ 424
584
+
585
+ 425
586
+
587
+ 426
588
+
589
+ 427
590
+
591
+ 428
592
+
593
+ 429
594
+
595
+ 430
596
+
597
+ 431
598
+
599
+ 432
600
+
601
+ 433
602
+
603
+ 434
604
+
605
+ 435
606
+
607
+ 436
608
+
609
+ 437
610
+
611
+ 438
612
+
613
+ 439
614
+
615
+ <span id="page-7-1"></span>Table 3. Ablation on RL and tool integration.
616
+
617
+ | Models | MedQA |
618
+ |-----------------------|-------|
619
+ | Qwen2.5-7B | 60.96 |
620
+ | + Med-TIV (RL) | 69.60 |
621
+ | + Med-TIV (RL + Tool) | 70.54 |
622
+ | AlphaMed-7B | 71.01 |
623
+ | + Med-TIV (RL) | 76.12 |
624
+ | + Med-TIV (RL + Tool) | 77.14 |
625
+
626
+ training drives the primary gain, boosting MedQA accuracy of Qwen2.5-7B by 8.64%, confirming that the verifier effectively internalizes reasoning patterns. Tool integration provides a critical secondary boost, further elevating accuracy to 70.54%. A similar cumulative trend is observed with AlphaMed-7B. This demonstrates that while RL
627
+
628
+ anchors logical verification, dynamic retrieval is essential for resolving knowledge-intensive boundary cases beyond the model's parametric memory.
629
+
630
+ #### 5. Related Work
631
+
632
+ Medical Reasoning Models. The application of large language models to medical reasoning has attracted considerable attention. Early efforts focused on domain-adaptive pretraining and instruction tuning on medical corpora (Wu et al., 2023; Singhal et al., 2025; Chen et al., 2023). More recent work has explored reasoning-enhanced medical models. HuatuoGPT-o1 (Chen et al., 2024) incorporates chainof-thought reasoning with verification mechanisms, and UltraMedical (Zhang et al., 2024) combines high-quality instruction data with preference optimization. AlphaMed (Liu et al., 2025a) employs RL to improve medical reasoning capabilities. Despite these advances, most existing approaches focus on improving the generator model itself, whereas our work addresses the complementary problem of training a plug-and-play verifier that can improve any frozen generator through test-time search.
633
+
634
+ Tool-Assisted Reward and Judge Models. Standard LLM-based judges typically function as passive scorers limited by parametric knowledge. Recent work addresses this through agentic reward modeling, equipping verifiers with executable tools. Themis (Li et al., 2024) established the foundational framework by enabling access to calculators, search engines, and knowledge bases through structured tool-calling traces. TIR-Judge (Xu et al., 2025) advanced this paradigm in the general domain by integrating code execution to judge paired responses. TIM-PRM (Kuang et al., 2025) introduced independent tool queries for multi-modal verification to eliminate confirmation bias. The concept has further expanded to the Agent-as-a-Judge paradigm (You et al., 2026), which employs dynamic planning, tool augmentation and multi-agent coordination to decompose complex evaluation tasks. Our work instantiates this agentic paradigm within the medical domain, moving beyond static retrieval to iterative, evidence-grounded clinical verification.
635
+
636
+ #### 6. Conclusion
637
+
638
+ We presented Med-TIV, an agentic RL framework for medical reasoning verification. Our approach addresses key limitations of existing medical reward models by offering explicit critique traces and enabling dynamic knowledge retrieval during verification. Empirical evaluations across four medical reasoning benchmarks demonstrate that Med-TIV substantially outperforms prior approaches. More broadly, Med-TIV introduces a general paradigm for training toolaugmented verifiers that can be extended to other highstakes domains requiring evidence-grounded evaluation.
639
+
640
+ {8}------------------------------------------------
641
+
642
+ # Impact Statement
643
+
644
+ This paper introduces research aimed at improving the reliability of large language models for medical reasoning tasks. We believe our work contributes positively to the development of trustworthy medical AI systems by providing mechanisms to verify reasoning correctness before clinical deployment. Med-TIV holds potential to enhance the safety of LLM-assisted clinical decision support by reducing erroneous reasoning outputs through systematic verification. By grounding judgments in retrieved medical evidence, our approach offers improved transparency compared to opaque scalar reward models, enabling practitioners to better understand and audit verification decisions. The efficiency gains demonstrated by Med-TIV could democratize access to reliable medical reasoning verification, making robust verification feasible even in resource-constrained settings.
645
+
646
+ # References
647
+
648
+ - <span id="page-8-12"></span>Chen, J., Cai, Z., Ji, K., Wang, X., Liu, W., Wang, R., Hou, J., and Wang, B. Huatuogpt-o1, towards medical complex reasoning with llms, 2024. URL [https://](https://arxiv.org/abs/2412.18925) [arxiv.org/abs/2412.18925](https://arxiv.org/abs/2412.18925).
649
+ - <span id="page-8-13"></span>Chen, Z., Cano, A. H., Romanou, A., Bonnet, A., Matoba, K., Salvi, F., Pagliardini, M., Fan, S., Kopf, A., Mo- ¨ htashami, A., Sallinen, A., Sakhaeirad, A., Swamy, V., Krawczuk, I., Bayazit, D., Marmet, A., Montariol, S., Hartley, M.-A., Jaggi, M., and Bosselut, A. Meditron-70b: Scaling medical pretraining for large language models, 2023. URL [https://arxiv.org/abs/2311.](https://arxiv.org/abs/2311.16079) [16079](https://arxiv.org/abs/2311.16079).
650
+ - <span id="page-8-10"></span>Grattafiori, A. et al. The llama 3 herd of models, 2024. URL <https://arxiv.org/abs/2407.21783>.
651
+ - <span id="page-8-9"></span>Guo, D. et al. Deepseek-r1 incentivizes reasoning in llms through reinforcement learning. Nature, 645(8081), 2025. doi: 10.1038/s41586-025-09422-z.
652
+ - <span id="page-8-7"></span>Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D., and Steinhardt, J. Measuring massive multitask language understanding, 2021. URL [https:](https://arxiv.org/abs/2009.03300) [//arxiv.org/abs/2009.03300](https://arxiv.org/abs/2009.03300).
653
+ - <span id="page-8-0"></span>Ji, Y., Ma, W., Sivarajkumar, S., et al. Mitigating the risk of health inequity exacerbated by large language models. npj Digital Medicine, 8:246, 2025a. doi: 10.1038/s41746-025-01576-4.
654
+ - <span id="page-8-2"></span>Ji, Y., Zhang, H., and Wang, Y. Bias evaluation and mitigation in retrieval-augmented medical question-answering systems, 2025b. URL [https://arxiv.org/abs/](https://arxiv.org/abs/2503.15454) [2503.15454](https://arxiv.org/abs/2503.15454).
655
+
656
+ - <span id="page-8-8"></span>Jiang, D., Lu, Y., Li, Z., Lyu, Z., Nie, P., Wang, H., Su, A., Chen, H., Zou, K., Du, C., Pang, T., and Chen, W. Verltool: Towards holistic agentic reinforcement learning with tool use, 2025a. URL [https://arxiv.org/](https://arxiv.org/abs/2509.01055) [abs/2509.01055](https://arxiv.org/abs/2509.01055).
657
+ - <span id="page-8-1"></span>Jiang, S., Liao, Y., Chen, Z., Zhang, Y., Wang, Y., and Wang, Y. Meds<sup>3</sup> : Towards medical slow thinking with self-evolved soft dual-sided process supervision, 2025b. URL <https://arxiv.org/abs/2501.12051>.
658
+ - <span id="page-8-3"></span>Jin, B., Zeng, H., Yue, Z., Yoon, J., Arik, S., Wang, D., Zamani, H., and Han, J. Search-r1: Training llms to reason and leverage search engines with reinforcement learning, 2025. URL [https://arxiv.org/abs/](https://arxiv.org/abs/2503.09516) [2503.09516](https://arxiv.org/abs/2503.09516).
659
+ - <span id="page-8-6"></span>Jin, D., Pan, E., Oufattole, N., Weng, W.-H., Fang, H., and Szolovits, P. What disease does this patient have? a large-scale open domain question answering dataset from medical exams, 2020. URL [https://arxiv.org/](https://arxiv.org/abs/2009.13081) [abs/2009.13081](https://arxiv.org/abs/2009.13081).
660
+ - <span id="page-8-16"></span>Jin, Q., Kim, W., Chen, Q., Comeau, D. C., Yeganova, L., Wilbur, W. J., and Lu, Z. Medcpt: Contrastive pre-trained transformers with large-scale pubmed search logs for zero-shot biomedical information retrieval. Bioinformatics, 39(11), November 2023. ISSN 1367-4811. doi: 10.1093/bioinformatics/ btad651. URL [http://dx.doi.org/10.1093/](http://dx.doi.org/10.1093/bioinformatics/btad651) [bioinformatics/btad651](http://dx.doi.org/10.1093/bioinformatics/btad651).
661
+ - <span id="page-8-5"></span>Khatri, D., Madaan, L., Tiwari, R., Bansal, R., Duvvuri, S. S., Zaheer, M., Dhillon, I. S., Brandfonbrener, D., and Agarwal, R. The art of scaling reinforcement learning compute for llms, 2025. URL [https://arxiv.org/](https://arxiv.org/abs/2510.13786) [abs/2510.13786](https://arxiv.org/abs/2510.13786).
662
+ - <span id="page-8-15"></span>Kuang, P., Wang, X., Liu, W., Dong, J., and Xu, K. Timprm: Verifying multimodal reasoning with tool-integrated prm, 2025. URL [https://arxiv.org/abs/2511.](https://arxiv.org/abs/2511.22998) [22998](https://arxiv.org/abs/2511.22998).
663
+ - <span id="page-8-14"></span>Li, L., Chai, Y., Wang, S., Sun, Y., Tian, H., Zhang, N., and Wu, H. Tool-augmented reward modeling, 2024. URL <https://arxiv.org/abs/2310.01045>.
664
+ - <span id="page-8-11"></span>Liu, C., Wang, H., Pan, J., Wan, Z., Dai, Y., Lin, F., Bai, W., Rueckert, D., and Arcucci, R. Beyond distillation: Pushing the limits of medical llm reasoning with minimalist rule-based rl, 2025a. URL [https:](https://arxiv.org/abs/2505.17952) [//arxiv.org/abs/2505.17952](https://arxiv.org/abs/2505.17952).
665
+ - <span id="page-8-4"></span>Liu, Z., Chen, C., Li, W., Qi, P., Pang, T., Du, C., Lee, W. S., and Lin, M. Understanding r1-zero-like training: A critical perspective, 2025b. URL [https://arxiv.](https://arxiv.org/abs/2503.20783) [org/abs/2503.20783](https://arxiv.org/abs/2503.20783).
666
+
667
+ {9}------------------------------------------------
668
+
669
+ <span id="page-9-4"></span>495 496 497 498 Liu, Z., Wang, P., Xu, R., Ma, S., Ruan, C., Li, P., Liu, Y., and Wu, Y. Inference-time scaling for generalist reward modeling, 2025c. URL [https://arxiv.org/abs/](https://arxiv.org/abs/2504.02495) [2504.02495](https://arxiv.org/abs/2504.02495).
670
+
671
+ 499 500 501
672
+
673
+ <span id="page-9-10"></span><span id="page-9-8"></span>504
674
+
675
+ <span id="page-9-16"></span>513 514
676
+
677
+ <span id="page-9-3"></span>516
678
+
679
+ 518 519 520
680
+
681
+ <span id="page-9-2"></span>524 525 526
682
+
683
+ <span id="page-9-15"></span><span id="page-9-7"></span>528 529 530
684
+
685
+ 534
686
+
687
+ <span id="page-9-5"></span><span id="page-9-0"></span>536
688
+
689
+ - <span id="page-9-12"></span>OpenAI et al. Gpt-4o system card, 2024. URL [https:](https://arxiv.org/abs/2410.21276) [//arxiv.org/abs/2410.21276](https://arxiv.org/abs/2410.21276).
690
+ - Pal, A., Umapathi, L. K., and Sankarasubbu, M. Medmcqa : A large-scale multi-subject multi-choice dataset for medical domain question answering, 2022. URL [https:](https://arxiv.org/abs/2203.14371) [//arxiv.org/abs/2203.14371](https://arxiv.org/abs/2203.14371).
691
+ - Shi, W., Xu, R., Zhuang, Y., Yu, Y., Sun, H., Wu, H., Yang, C., and Wang, M. D. Medadapter: Efficient test-time adaptation of large language models towards medical reasoning, 2024. URL [https://arxiv.org/abs/](https://arxiv.org/abs/2405.03000) [2405.03000](https://arxiv.org/abs/2405.03000).
692
+ - Singhal, K., Tu, T., Gottweis, J., et al. Toward expertlevel medical question answering with large language models. Nature Medicine, 31:943–950, 2025. doi: 10. 1038/s41591-024-03423-7.
693
+ - Snell, C., Lee, J., Xu, K., and Kumar, A. Scaling llm testtime compute optimally can be more effective than scaling model parameters, 2024. URL [https://arxiv.](https://arxiv.org/abs/2408.03314) [org/abs/2408.03314](https://arxiv.org/abs/2408.03314).
694
+ - Wang, K., Fu, Z., Xin, W., Zhou, L., and Chandrappa, S. K. Digital voices of survival: From social media disclosures to support provisions for domestic violence victims. arXiv preprint arXiv:2509.12288, 2025.
695
+ - Wu, C., Lin, W., Zhang, X., Zhang, Y., Wang, Y., and Xie, W. Pmc-llama: Towards building open-source language models for medicine, 2023. URL [https://arxiv.](https://arxiv.org/abs/2304.14454) [org/abs/2304.14454](https://arxiv.org/abs/2304.14454).
696
+ - Xia, C., Wu, Q., Tian, S., and Hao, Y. Parallelism meets adaptiveness: Scalable documents understanding in multi-agent llm systems, 2025. URL [https:](https://arxiv.org/abs/2507.17061) [//arxiv.org/abs/2507.17061](https://arxiv.org/abs/2507.17061).
697
+ - Xiao, W., Lian, J. J., Ouyang, K., Gu, S., Ke, Z., Wei, D., Sha, X., Wang, J., Fu, S., Qiu, M., and Xu, C. Newton downhill optimizer with application to engineering optimization and breast cancer feature selection. Biomedical Signal Processing and Control, 117:109184, 2026. ISSN 1746-8094. doi: https://doi.org/10.1016/j.bspc.2025.109184. URL [https://www.sciencedirect.com/](https://www.sciencedirect.com/science/article/pii/S1746809425016957) [science/article/pii/S1746809425016957](https://www.sciencedirect.com/science/article/pii/S1746809425016957).
698
+ - Xiong, W., Zhao, W., Yuan, W., Golovneva, O., Zhang, T., Weston, J., and Sukhbaatar, S. Stepwiser: Stepwise generative judges for wiser reasoning, 2025. URL <https://arxiv.org/abs/2508.19229>.
699
+
700
+ - <span id="page-9-9"></span>Xu, R., Chen, J., Ye, J., Wu, Y., Yan, J., Yang, C., and Yu, H. Incentivizing agentic reasoning in llm judges via tool-integrated reinforcement learning, 2025. URL <https://arxiv.org/abs/2510.23038>.
701
+ - <span id="page-9-13"></span>Yang, A. et al. Qwen2.5 technical report, 2025.
702
+ - <span id="page-9-17"></span>You, R., Cai, H., Zhang, C., Xu, Q., Liu, M., Yu, T., Li, Y., and Li, W. Agent-as-a-judge, 2026. URL [https:](https://arxiv.org/abs/2601.05111) [//arxiv.org/abs/2601.05111](https://arxiv.org/abs/2601.05111).
703
+ - <span id="page-9-6"></span>Yun, J., Sohn, J., Park, J., Kim, H., Tang, X., Shao, Y., Koo, Y., Ko, M., Chen, Q., Gerstein, M., Moor, M., and Kang, J. Med-prm: Medical reasoning models with stepwise, guideline-verified process rewards, 2025. URL [https:](https://arxiv.org/abs/2506.11474) [//arxiv.org/abs/2506.11474](https://arxiv.org/abs/2506.11474).
704
+ - <span id="page-9-1"></span>Zhang, H., Lou, Q., and Wang, Y. Towards safe ai clinicians: A comprehensive study on large language model jailbreaking in healthcare, 2025. URL [https:](https://arxiv.org/abs/2501.18632) [//arxiv.org/abs/2501.18632](https://arxiv.org/abs/2501.18632).
705
+ - <span id="page-9-14"></span>Zhang, K., Zeng, S., Hua, E., Ding, N., Chen, Z.-R., Ma, Z., Li, H., Cui, G., Qi, B., Zhu, X., Lv, X., Jinfang, H., Liu, Z., and Zhou, B. Ultramedical: Building specialized generalists in biomedicine, 2024. URL <https://arxiv.org/abs/2406.03949>.
706
+ - <span id="page-9-18"></span>Zhao, X., Liu, S., Yang, S.-Y., and Miao, C. Medrag: Enhancing retrieval-augmented generation with knowledge graph-elicited reasoning for healthcare copilot, 2025. URL <https://arxiv.org/abs/2502.04413>.
707
+ - <span id="page-9-11"></span>Zuo, Y., Qu, S., Li, Y., Chen, Z., Zhu, X., Hua, E., Zhang, K., Ding, N., and Zhou, B. Medxpertqa: Benchmarking expert-level medical reasoning and understanding, 2025. URL <https://arxiv.org/abs/2501.18362>.
708
+
709
+ {10}------------------------------------------------
710
+
711
+ # A. Limitation
712
+
713
+ 550
714
+
715
+ 554
716
+
717
+ 556
718
+
719
+ 574
720
+
721
+ 576
722
+
723
+ 594
724
+
725
+ 596
726
+
727
+ While Med-TIV demonstrates substantial improvements over existing medical reasoning verification approaches, several limitations warrant discussion and suggest directions for future research.
728
+
729
+ Process Supervision. Our current training paradigm relies solely on trace-level outcome rewards, providing no supervision on intermediate verification behaviors such as when to search, what queries to formulate, or how to integrate retrieved evidence. While this design eliminates the need for costly step-level annotations, it may lead to suboptimal search patterns or redundant retrieval operations. Future work could explore supervision for the verification task itself, or leverage techniques such as search behavior cloning from stronger models to provide denser optimization signals.
730
+
731
+ Retrieval Corpus Coverage. Med-TIV's verification accuracy is inherently bounded by the coverage and quality of the underlying medical corpus. Our retrieval system indexes documents from PubMed abstracts and medical textbooks, which provides broad coverage of established medical knowledge but may lack recent findings, rare disease information, or region-specific clinical guidelines. Verification of reasoning traces involving cutting-edge treatments or highly specialized subspecialties may be limited by corpus gaps.
732
+
733
+ Language and Domain Scope. All training and evaluation are conducted on English-language medical reasoning benchmarks. The generalization of Med-TIV to multilingual medical content or non-Western medical traditions remains unexplored. Additionally, while our benchmarks span multiple medical subdomains, certain specialized areas such as genomics, radiology interpretation, and surgical planning may require domain-adapted retrieval corpora for optimal verification performance.
734
+
735
+ # B. Additional Implementation Details
736
+
737
+ #### <span id="page-10-1"></span>B.1. Hyperparameter Settings
738
+
739
+ <span id="page-10-2"></span>Table [4](#page-10-2) provides comprehensive hyperparameter configurations for Med-TIV training across both iterations. We maintain mostly consistent settings between iterations to isolate the effect of iterative training from hyperparameter tuning.
740
+
741
+ | Hyperparameters | Iteration 1 | Iteration 2 |
742
+ |------------------------------|-------------|-------------|
743
+ | RL Algorithm | Dr.GRPO | Dr.GRPO |
744
+ | Clip ratio (low / high) | 0.2 / 0.3 | 0.2 / 0.3 |
745
+ | Learning rate | 1e-6 | 1e-6 |
746
+ | Warmup steps | 10 | 10 |
747
+ | Training epochs | 5 | 5 |
748
+ | Global batch size | 256 | 256 |
749
+ | Mini-batch size | 256 | 256 |
750
+ | Group size (G) | 5 | 8 |
751
+ | Rollout sampling temperature | 1.0 | 1.0 |
752
+ | Rollout top-p | 0.95 | 0.95 |
753
+ | Curriculum filtering | Enabled | Enabled |
754
+
755
+ *Table 4.* Hyperparameter configurations for Med-TIV training across iterations.
756
+
757
+ #### <span id="page-10-0"></span>B.2. Retrieval Setup
758
+
759
+ We construct our retrieval infrastructure using a dense retrieval architecture optimized for medical domain queries. The corpus is derived from the MedRAG [\(Zhao et al.,](#page-9-18) [2025\)](#page-9-18) collection, specifically combining the PubMed and Textbooks subcorpora into a unified index. The PubMed subset contains approximately 23.9 million biomedical abstracts covering research publications, while the Textbooks subset includes content from standard medical textbooks spanning clinical medicine, pharmacology, pathology, and related disciplines. After deduplication and quality filtering, the combined corpus contains approximately 24 million snippets.
760
+
761
+ We employ MedCPT [\(Jin et al.,](#page-8-16) [2023\)](#page-8-16) as our dense retrieval encoder, specifically the query encoder variant for encoding
762
+
763
+ {11}------------------------------------------------
764
+
765
+ *Table 5.* Prompt template.
766
+
767
+ 606 607
768
+
769
+ <span id="page-11-0"></span>605
770
+
771
+ ### User Prompt:
772
+
773
+ You are a reasoning validator for medical problems. Your task is to think step by step and evaluate whether the given reasoning trace of a medical problem contains errors.
774
+
775
+ First, you must always perform a step-by-step analysis to examine the entire reasoning process. Then, based on your analysis, you will make a definitive judgment.
776
+
777
+ - Use 1 if the reasoning trace is free of errors.
778
+ - Use 0 if the reasoning trace contains one or more errors.
779
+
780
+ #### Output Instruction:
781
+
782
+ You must conduct your step-by-step analysis inside <think> and </think> first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by <search> query </search> and it will return the top searched results between <information> and </information>. You can search as many times as you want. If you find no further external knowledge needed, you can directly provide the answer inside <answer> and </answer>, without detailed illustrations.
783
+
784
+ ```
785
+ Medical Problem:
786
+ {The full Medical Problem on one or more lines.}
787
+ Reasoning Trace:
788
+ {The full Reasoning Trace on one or more lines.}
789
+ ```
790
+
791
+ 630 631 search queries and article encoder for encoding corpus snippets. Document embeddings are pre-computed and stored in a FAISS index using the Flat configuration for maximum retrieval accuracy, distributed across multiple GPUs using FAISS's GPU sharding capability to enable parallel similarity search. For each search query, we retrieve the top-3 most relevant documents for both training and inference.
792
+
793
+ 632 633 634
794
+
795
+ ### <span id="page-11-2"></span>B.3. Baseline Setup
796
+
797
+ 639
798
+
799
+ We describe the configuration of reward model baselines used in our experiments. For Med-PRM, which employs static retrieval-augmented generation, we equip it with the same retrieval corpus, encoder, and top-k setting as our framework to ensure a controlled comparison. MedS<sup>3</sup> does not support external tool invocation and is therefore evaluated without retrieval augmentation. For confidence score extraction and inference hyperparameter settings, we follow the configurations specified in each baseline's original publication.
800
+
801
+ 640 641 642
802
+
803
+ #### B.4. Prompt Template
804
+
805
+ 643 644 645
806
+
807
+ We design a structured prompt template that guides the verifier through systematic reasoning with explicit tool invocation syntax. The complete prompt is shown in Table [5.](#page-11-0)
808
+
809
+ 646 647
810
+
811
+ # <span id="page-11-1"></span>C. Benchmarks and Baselines
812
+
813
+ 648 649 650
814
+
815
+ ### C.1. Benchmarks
816
+
817
+ We evaluate Med-TIV on four established medical reasoning benchmarks that collectively assess verification capability across varying difficulty levels and medical subdomains.
818
+
819
+ 651 652 653
820
+
821
+ • MedQA [\(Jin et al.,](#page-8-6) [2020\)](#page-8-6): A dataset of multiple-choice questions derived from the United States Medical Licensing Examination (USMLE), designed to evaluate clinical reasoning and medical knowledge integration across diverse specialties.
822
+
823
+ 654 655 656
824
+
825
+ • MedMCQA [\(Pal et al.,](#page-9-10) [2022\)](#page-9-10): A large-scale multi-subject benchmark sourced from Indian medical entrance examinations (AIIMS and NEET-PG), covering 21 medical subjects with emphasis on factual knowledge and clinical application.
826
+
827
+ 657 658 659
828
+
829
+ • MMLU-Med [\(Hendrycks et al.,](#page-8-7) [2021\)](#page-8-7): An aggregation of medical-related subsets from the Massive Multitask Language Understanding benchmark, encompassing anatomy, clinical knowledge, college biology, college medicine, medical
830
+
831
+ {12}------------------------------------------------
832
+
833
+ genetics, and professional medicine.
834
+
835
+ • MedXpertQA [\(Zuo et al.,](#page-9-11) [2025\)](#page-9-11): An expert-level benchmark featuring challenging questions that require multi-step clinical reasoning, differential diagnosis, and treatment planning at the level expected of practicing physicians.
836
+
837
+ #### C.2. Baselines
838
+
839
+ We compare Med-TIV against comprehensive baselines spanning proprietary systems, general-purpose models, and domainspecialized approaches.
840
+
841
+ ### Proprietary Models.
842
+
843
+ - GPT-4o-mini [\(OpenAI et al.,](#page-9-12) [2024\)](#page-9-12): A compact variant of OpenAI's GPT-4o optimized for efficiency while maintaining strong reasoning capabilities across diverse tasks.
844
+ - Gemini-2.0-Flash: Google's efficient multimodal model designed for fast inference with competitive performance on knowledge-intensive benchmarks.
845
+
846
+ #### General Reasoning Models.
847
+
848
+ - DeepSeek-R1 [\(Guo et al.,](#page-8-9) [2025\)](#page-8-9): A 671B parameter reasoning model trained with RL, representing the current frontier of open-weight reasoning capabilities.
849
+ - R1-Distill-Qwen / R1-Distill-Llama: Distilled variants of DeepSeek-R1 at 7B and 8B scales respectively, designed to transfer reasoning capabilities to smaller architectures.
850
+
851
+ #### General Foundation Models.
852
+
853
+ - Qwen2.5 [\(Yang et al.,](#page-9-13) [2025\)](#page-9-13): A family of open-weight language models with strong multilingual and reasoning capabilities, evaluated at 7B and 32B parameter scales.
854
+ - Llama3.1 [\(Grattafiori et al.,](#page-8-10) [2024\)](#page-8-10): Meta's open-source foundation model demonstrating competitive performance across diverse benchmarks, evaluated at the 8B scale.
855
+
856
+ ## Medical Domain Models.
857
+
858
+ - AlphaMed [\(Liu et al.,](#page-8-11) [2025a\)](#page-8-11): A medical reasoning model that employs RL with rule-based rewards to enhance clinical reasoning without reliance on distillation from larger models.
859
+ - UltraMedical [\(Zhang et al.,](#page-9-14) [2024\)](#page-9-14): A specialized medical model combining high-quality instruction tuning on curated biomedical corpora with preference optimization for improved clinical accuracy.
860
+ - HuatuoGPT-o1 [\(Chen et al.,](#page-8-12) [2024\)](#page-8-12): A medical reasoning model incorporating chain-of-thought reasoning with internal verification mechanisms to improve diagnostic accuracy.
861
+
862
+ #### Medical Reward Models.
863
+
864
+ - MedS<sup>3</sup> [\(Jiang et al.,](#page-8-1) [2025b\)](#page-8-1): A self-evolved soft dual-sided process supervision framework for medical reasoning that generates training signals through iterative self-improvement without external annotations.
865
+ - Med-PRM [\(Yun et al.,](#page-9-6) [2025\)](#page-9-6): A process reward model for medical reasoning verification that provides step-level supervision using static retrieval-augmented generation with guideline-based verification.
866
+
867
+ # <span id="page-12-0"></span>D. Case Analysis
868
+
869
+ 704
870
+
871
+ 706
872
+
873
+ 713 714 Table [6](#page-13-0) presents a complete verification example illustrating how a Med-TIV trained verifier identifies reasoning errors through dynamic evidence retrieval. The case involves a patient with bladder cancer who develops ototoxicity following chemotherapy. The generator's reasoning trace incorrectly attributes the symptoms to taxanes based on their known association with ototoxicity, concluding with answer (B). However, the model retrieves evidence establishing that cisplatin—the standard neoadjuvant therapy for transitional cell carcinoma—is the causative agent, and its mechanism involves DNA cross-linking rather than microtubule hyperstabilization. Through iterative search and reasoning, verifier correctly identifies the error, demonstrating the value of tool augmentation for catching subtle medical reasoning mistakes.
874
+
875
+ {13}------------------------------------------------
876
+
877
+ 769
878
+
879
+ <span id="page-13-0"></span>*Table 6.* Complete verification demonstration. Given a medical problem and a reasoning trace, the verifier retrieves relevant evidence and correctly identifies the reasoning error within the trace.
880
+
881
+ #### Medical Problem:
882
+
883
+ Question: A 67-year-old man with transitional cell carcinoma of the bladder comes to the physician because of a 2-day history of ringing sensation in his ear. He received this first course of neoadjuvant chemotherapy 1 week ago. Pure tone audiometry shows a sensorineural hearing loss of 45 dB. The expected beneficial effect of the drug that caused this patient's symptoms is most likely due to which of the following actions?
884
+
885
+ Options: (A) Inhibition of proteasome (B) Hyperstabilization of microtubules (C) Generation of free radicals (D) Cross-linking of DNA
886
+
887
+ ### Generator Reasoning Trace:
888
+
889
+ The patient's presentation of ringing in the ear, known as tinnitus, and a sensorineural hearing loss of 45 dB, suggest ototoxicity. Ototoxicity is a well-known side effect of certain chemotherapy drugs. Neoadjuvant chemotherapy refers to the use of chemotherapy before other treatments such as surgery. The patient has received a course of neoadjuvant chemotherapy 1 week ago, which aligns with the recent onset of ototoxic symptoms. To determine the cause of ototoxicity from the provided options, we need to identify which of the options is likely to cause sensorineural hearing loss. Option (A), Inhibition of proteasome, is associated with drugs like bortezomib (Velcade), which are less commonly associated with ototoxicity. Option (B), Hyperstabilization of microtubules, is a known mechanism of taxanes (e.g., paclitaxel, docetaxel). Taxanes are known to cause ototoxicity, making this a potential candidate. Option (C), Generation of free radicals, is a general mechanism that can cause cellular damage but is not specifically known to be associated with ototoxicity. Option (D), Cross-linking of DNA, is a known mechanism of alkylating agents like cyclophosphamide. While alkylating agents can cause ototoxicity, this mechanism is not as commonly linked to ototoxicity as other options. Considering the options, the one most commonly associated with ototoxicity is hyperstabilization of microtubules. Therefore, the drug that most likely caused this patient's symptoms is one that hyperstabilizes microtubules. The answer is (B).
890
+
891
+ # Verifier Judgment:
892
+
893
+ <think> Let's check the common chemotherapeutic agents used for bladder cancer and their known side effects. Transitional cell carcinoma of the bladder is often treated with cisplatin-based chemotherapy as neoadjuvant therapy. We need to determine if any of the options match the known side effects of these drugs. Let's search to confirm the side effects of cisplatin and other common bladder cancer chemotherapy drugs. </think>
894
+
895
+ - <search> common side effects of cisplatin chemotherapy </search>
896
+ - <information> [Search Results regarding Cisplatin toxicity and mechanisms...] </information>
897
+ - <think> From the information, cisplatin is known to cause ototoxicity, which aligns with the patient's symptoms of sensorineural hearing loss. Now let's check the mechanisms of action for the options: Option (A): Inhibition of proteasome - This is associated with drugs like bortezomib and is not used for bladder cancer. Option (B): Hyperstabilization of microtubules - This is the mechanism of taxanes (e.g., paclitaxel, docetaxel). Option (C): Generation of free radicals - This is not specific to a single mechanism and is not commonly associated with ototoxicity. Option (D): Cross-linking of DNA - This is the mechanism of alkylating agents (e.g., cyclophosphamide). Cisplatin is an alkylating agent, and its mechanism involves cross-linking of DNA. Therefore, the correct answer should be (D). </think>
898
+
899
+ <answer>0</answer>
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/parse_report.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26",
3
+ "pipeline": "marker_non_llm_v3",
4
+ "parser": "marker_single",
5
+ "formats": [
6
+ "markdown",
7
+ "chunks"
8
+ ],
9
+ "llm_enabled": false,
10
+ "pdf_path": "/network/scratch/j/jianan.zhao/ReviewAgent/data/processed_papers/icml26_20260429_1952_duequeue/raw/19e76363-53a6-4f3c-8b50-844e1aea4e26.pdf",
11
+ "pdf_sha256": "165b769dbdab634a8ec57eb3aa702459c749ee10eaacb5db44dc41e22c4a793b",
12
+ "bytes": 749273,
13
+ "source": "https://koala.science/storage/pdfs/19e76363-53a6-4f3c-8b50-844e1aea4e26.pdf",
14
+ "page_count": 14,
15
+ "ok": true,
16
+ "elapsed_seconds": 151.2,
17
+ "paper2markdown_v3": {
18
+ "paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26",
19
+ "pipeline": "Paper2Markdown-V3",
20
+ "ok": true,
21
+ "page_count": 14,
22
+ "chunk_count": 137,
23
+ "main_body_chunk_count": 95,
24
+ "appendix_chunk_count": 37,
25
+ "reference_chunk_count": 5,
26
+ "model_text_chars": 39229,
27
+ "raw_markdown_chars": 64704,
28
+ "sanitized_chars": 58960,
29
+ "page_provenance": {
30
+ "min_page": 1,
31
+ "max_page": 14,
32
+ "invalid_count": 0
33
+ },
34
+ "marker_block_type_counts": {
35
+ "Caption": 1,
36
+ "Code": 3,
37
+ "Equation": 12,
38
+ "FigureGroup": 3,
39
+ "Footnote": 3,
40
+ "ListGroup": 12,
41
+ "PageFooter": 14,
42
+ "PageHeader": 17,
43
+ "SectionHeader": 39,
44
+ "TableGroup": 4,
45
+ "Text": 352
46
+ },
47
+ "asset_count_raw": 3,
48
+ "asset_count_model_kept": 3,
49
+ "asset_count_rejected": 0,
50
+ "asset_reject_reasons": {
51
+ "kept": 3
52
+ },
53
+ "artifact_leak_audit": {
54
+ "ok": true,
55
+ "hits": {
56
+ "Anonymous Authors": [],
57
+ "ACKNOWLEDGMENT": [],
58
+ "OpenReview": [],
59
+ "\"accept_label\"": [],
60
+ "\"decision\"": [],
61
+ "\"decision_tier\"": [],
62
+ "\"source_status\"": [],
63
+ "Meta-review": [],
64
+ "Official Review": [],
65
+ "official_reviews": [],
66
+ "meta_reviews": [],
67
+ "suggested_verdict_score": []
68
+ },
69
+ "artifact_count": 2
70
+ },
71
+ "default_model_input": "model_text_v3.txt",
72
+ "appendix_input": "appendix_text_v3.txt",
73
+ "reference_input": "reference_text_v3.txt"
74
+ }
75
+ }
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/reference_chunks.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0095", "section": "References", "page_start": 9, "page_end": 9, "type": "ListGroup", "text": "Chen, J., Cai, Z., Ji, K., Wang, X., Liu, W., Wang, R., Hou, J., and Wang, B. Huatuogpt-o1, towards medical complex reasoning with llms, 2024. URL https:// arxiv.org/abs/2412.18925 . Chen, Z., Cano, A. H., Romanou, A., Bonnet, A., Matoba, K., Salvi, F., Pagliardini, M., Fan, S., Kopf, A., Mo- ¨ htashami, A., Sallinen, A., Sakhaeirad, A., Swamy, V., Krawczuk, I., Bayazit, D., Marmet, A., Montariol, S., Hartley, M.-A., Jaggi, M., and Bosselut, A. Meditron-70b: Scaling medical pretraining for large language models, 2023. URL 16079 . Grattafiori, A. et al. The llama 3 herd of models, 2024. URL . Guo, D. et al. Deepseek-r1 incentivizes reasoning in llms through reinforcement learning. Nature, 645(8081), 2025. doi: 10.1038/s41586-025-09422-z. Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D., and Steinhardt, J. Measuring massive multitask language understanding, 2021. URL https: //arxiv.org/abs/2009.03300 . Ji, Y., Ma, W., Sivarajkumar, S., et al. Mitigating the risk of health inequity exacerbated by large language models. npj Digital Medicine, 8:246, 2025a. doi: 10.1038/s41746-025-01576-4. Ji, Y., Zhang, H., and Wang, Y. Bias evaluation and mitigation in retrieval-augmented medical question-answering systems, 2025b. URL 2503.15454 .", "source": "marker_v2", "marker_block_id": "/page/8/ListGroup/529"}
2
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0096", "section": "References", "page_start": 9, "page_end": 9, "type": "ListGroup", "text": "Jiang, D., Lu, Y., Li, Z., Lyu, Z., Nie, P., Wang, H., Su, A., Chen, H., Zou, K., Du, C., Pang, T., and Chen, W. Verltool: Towards holistic agentic reinforcement learning with tool use, 2025a. URL abs/2509.01055 . Jiang, S., Liao, Y., Chen, Z., Zhang, Y., Wang, Y., and Wang, Y. Meds 3 : Towards medical slow thinking with self-evolved soft dual-sided process supervision, 2025b. URL . Jin, B., Zeng, H., Yue, Z., Yoon, J., Arik, S., Wang, D., Zamani, H., and Han, J. Search-r1: Training llms to reason and leverage search engines with reinforcement learning, 2025. URL 2503.09516 . Jin, D., Pan, E., Oufattole, N., Weng, W.-H., Fang, H., and Szolovits, P. What disease does this patient have? a large-scale open domain question answering dataset from medical exams, 2020. URL abs/2009.13081 . Jin, Q., Kim, W., Chen, Q., Comeau, D. C., Yeganova, L., Wilbur, W. J., and Lu, Z. Medcpt: Contrastive pre-trained transformers with large-scale pubmed search logs for zero-shot biomedical information retrieval. Bioinformatics, 39(11), November 2023. ISSN 1367-4811. doi: 10.1093/bioinformatics/ btad651. URL bioinformatics/btad651 . Khatri, D., Madaan, L., Tiwari, R., Bansal, R., Duvvuri, S. S., Zaheer, M., Dhillon, I. S., Brandfonbrener, D., and Agarwal, R. The art of scaling reinforcement learning compute for llms, 2025. URL abs/2510.13786 . Kuang, P., Wang, X., Liu, W., Dong, J., and Xu, K. Timprm: Verifying multimodal reasoning with tool-integrated prm, 2025. URL 22998 . Li, L., Chai, Y., Wang, S., Sun, Y., Tian, H., Zhang, N., and Wu, H. Tool-augmented reward modeling, 2024. URL . Liu, C., Wang, H., Pan, J., Wan, Z., Dai, Y., Lin, F., Bai, W., Rueckert, D., and Arcucci, R. Beyond distillation: Pushing the limits of medical llm reasoning with minimalist rule-based rl, 2025a. URL https: //arxiv.org/abs/2505.17952 . Liu, Z., Chen, C., Li, W., Qi, P., Pang, T., Du, C., Lee, W. S., and Lin, M. Understanding r1-zero-like training: A critical perspective, 2025b. URL org/abs/2503.20783 .", "source": "marker_v2", "marker_block_id": "/page/8/ListGroup/530"}
3
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0097", "section": "References", "page_start": 10, "page_end": 10, "type": "Text", "text": "495 496 497 498 Liu, Z., Wang, P., Xu, R., Ma, S., Ruan, C., Li, P., Liu, Y., and Wu, Y. Inference-time scaling for generalist reward modeling, 2025c. URL 2504.02495 .", "source": "marker_v2", "marker_block_id": "/page/9/Text/441"}
4
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0098", "section": "References", "page_start": 10, "page_end": 10, "type": "ListGroup", "text": "OpenAI et al. Gpt-4o system card, 2024. URL https: //arxiv.org/abs/2410.21276 . Pal, A., Umapathi, L. K., and Sankarasubbu, M. Medmcqa : A large-scale multi-subject multi-choice dataset for medical domain question answering, 2022. URL https: //arxiv.org/abs/2203.14371 . Shi, W., Xu, R., Zhuang, Y., Yu, Y., Sun, H., Wu, H., Yang, C., and Wang, M. D. Medadapter: Efficient test-time adaptation of large language models towards medical reasoning, 2024. URL 2405.03000 . Singhal, K., Tu, T., Gottweis, J., et al. Toward expertlevel medical question answering with large language models. Nature Medicine, 31:943–950, 2025. doi: 10. 1038/s41591-024-03423-7. Snell, C., Lee, J., Xu, K., and Kumar, A. Scaling llm testtime compute optimally can be more effective than scaling model parameters, 2024. URL org/abs/2408.03314 . Wang, K., Fu, Z., Xin, W., Zhou, L., and Chandrappa, S. K. Digital voices of survival: From social media disclosures to support provisions for domestic violence victims. arXiv preprint arXiv:2509.12288, 2025. Wu, C., Lin, W., Zhang, X., Zhang, Y., Wang, Y., and Xie, W. Pmc-llama: Towards building open-source language models for medicine, 2023. URL org/abs/2304.14454 . Xia, C., Wu, Q., Tian, S., and Hao, Y. Parallelism meets adaptiveness: Scalable documents understanding in multi-agent llm systems, 2025. URL https: //arxiv.org/abs/2507.17061 . Xiao, W., Lian, J. J., Ouyang, K., Gu, S., Ke, Z., Wei, D., Sha, X., Wang, J., Fu, S., Qiu, M., and Xu, C. Newton downhill optimizer with application to engineering optimization and breast cancer feature selection. Biomedical Signal Processing and Control, 117:109184, 2026. ISSN 1746-8094. doi: URL science/article/pii/S1746809425016957 . Xiong, W., Zhao, W., Yuan, W., Golovneva, O., Zhang, T., Weston, J., and Sukhbaatar, S. Stepwiser: Stepwise generative judges for wiser reasoning, 2025. URL .", "source": "marker_v2", "marker_block_id": "/page/9/ListGroup/439"}
5
+ {"paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26", "chunk_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26:0099", "section": "References", "page_start": 10, "page_end": 10, "type": "ListGroup", "text": "Xu, R., Chen, J., Ye, J., Wu, Y., Yan, J., Yang, C., and Yu, H. Incentivizing agentic reasoning in llm judges via tool-integrated reinforcement learning, 2025. URL . Yang, A. et al. Qwen2.5 technical report, 2025. You, R., Cai, H., Zhang, C., Xu, Q., Liu, M., Yu, T., Li, Y., and Li, W. Agent-as-a-judge, 2026. URL https: //arxiv.org/abs/2601.05111 . Yun, J., Sohn, J., Park, J., Kim, H., Tang, X., Shao, Y., Koo, Y., Ko, M., Chen, Q., Gerstein, M., Moor, M., and Kang, J. Med-prm: Medical reasoning models with stepwise, guideline-verified process rewards, 2025. URL https: //arxiv.org/abs/2506.11474 . Zhang, H., Lou, Q., and Wang, Y. Towards safe ai clinicians: A comprehensive study on large language model jailbreaking in healthcare, 2025. URL https: //arxiv.org/abs/2501.18632 . Zhang, K., Zeng, S., Hua, E., Ding, N., Chen, Z.-R., Ma, Z., Li, H., Cui, G., Qi, B., Zhu, X., Lv, X., Jinfang, H., Liu, Z., and Zhou, B. Ultramedical: Building specialized generalists in biomedicine, 2024. URL . Zhao, X., Liu, S., Yang, S.-Y., and Miao, C. Medrag: Enhancing retrieval-augmented generation with knowledge graph-elicited reasoning for healthcare copilot, 2025. URL . Zuo, Y., Qu, S., Li, Y., Chen, Z., Zhu, X., Hua, E., Zhang, K., Ding, N., and Zhou, B. Medxpertqa: Benchmarking expert-level medical reasoning and understanding, 2025. URL .", "source": "marker_v2", "marker_block_id": "/page/9/ListGroup/440"}
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/reference_text_v3.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [p. 9 | section: References | type: ListGroup]
2
+ Chen, J., Cai, Z., Ji, K., Wang, X., Liu, W., Wang, R., Hou, J., and Wang, B. Huatuogpt-o1, towards medical complex reasoning with llms, 2024. URL https:// arxiv.org/abs/2412.18925 . Chen, Z., Cano, A. H., Romanou, A., Bonnet, A., Matoba, K., Salvi, F., Pagliardini, M., Fan, S., Kopf, A., Mo- ¨ htashami, A., Sallinen, A., Sakhaeirad, A., Swamy, V., Krawczuk, I., Bayazit, D., Marmet, A., Montariol, S., Hartley, M.-A., Jaggi, M., and Bosselut, A. Meditron-70b: Scaling medical pretraining for large language models, 2023. URL 16079 . Grattafiori, A. et al. The llama 3 herd of models, 2024. URL . Guo, D. et al. Deepseek-r1 incentivizes reasoning in llms through reinforcement learning. Nature, 645(8081), 2025. doi: 10.1038/s41586-025-09422-z. Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D., and Steinhardt, J. Measuring massive multitask language understanding, 2021. URL https: //arxiv.org/abs/2009.03300 . Ji, Y., Ma, W., Sivarajkumar, S., et al. Mitigating the risk of health inequity exacerbated by large language models. npj Digital Medicine, 8:246, 2025a. doi: 10.1038/s41746-025-01576-4. Ji, Y., Zhang, H., and Wang, Y. Bias evaluation and mitigation in retrieval-augmented medical question-answering systems, 2025b. URL 2503.15454 .
3
+
4
+ [p. 9 | section: References | type: ListGroup]
5
+ Jiang, D., Lu, Y., Li, Z., Lyu, Z., Nie, P., Wang, H., Su, A., Chen, H., Zou, K., Du, C., Pang, T., and Chen, W. Verltool: Towards holistic agentic reinforcement learning with tool use, 2025a. URL abs/2509.01055 . Jiang, S., Liao, Y., Chen, Z., Zhang, Y., Wang, Y., and Wang, Y. Meds 3 : Towards medical slow thinking with self-evolved soft dual-sided process supervision, 2025b. URL . Jin, B., Zeng, H., Yue, Z., Yoon, J., Arik, S., Wang, D., Zamani, H., and Han, J. Search-r1: Training llms to reason and leverage search engines with reinforcement learning, 2025. URL 2503.09516 . Jin, D., Pan, E., Oufattole, N., Weng, W.-H., Fang, H., and Szolovits, P. What disease does this patient have? a large-scale open domain question answering dataset from medical exams, 2020. URL abs/2009.13081 . Jin, Q., Kim, W., Chen, Q., Comeau, D. C., Yeganova, L., Wilbur, W. J., and Lu, Z. Medcpt: Contrastive pre-trained transformers with large-scale pubmed search logs for zero-shot biomedical information retrieval. Bioinformatics, 39(11), November 2023. ISSN 1367-4811. doi: 10.1093/bioinformatics/ btad651. URL bioinformatics/btad651 . Khatri, D., Madaan, L., Tiwari, R., Bansal, R., Duvvuri, S. S., Zaheer, M., Dhillon, I. S., Brandfonbrener, D., and Agarwal, R. The art of scaling reinforcement learning compute for llms, 2025. URL abs/2510.13786 . Kuang, P., Wang, X., Liu, W., Dong, J., and Xu, K. Timprm: Verifying multimodal reasoning with tool-integrated prm, 2025. URL 22998 . Li, L., Chai, Y., Wang, S., Sun, Y., Tian, H., Zhang, N., and Wu, H. Tool-augmented reward modeling, 2024. URL . Liu, C., Wang, H., Pan, J., Wan, Z., Dai, Y., Lin, F., Bai, W., Rueckert, D., and Arcucci, R. Beyond distillation: Pushing the limits of medical llm reasoning with minimalist rule-based rl, 2025a. URL https: //arxiv.org/abs/2505.17952 . Liu, Z., Chen, C., Li, W., Qi, P., Pang, T., Du, C., Lee, W. S., and Lin, M. Understanding r1-zero-like training: A critical perspective, 2025b. URL org/abs/2503.20783 .
6
+
7
+ [p. 10 | section: References | type: Text]
8
+ 495 496 497 498 Liu, Z., Wang, P., Xu, R., Ma, S., Ruan, C., Li, P., Liu, Y., and Wu, Y. Inference-time scaling for generalist reward modeling, 2025c. URL 2504.02495 .
9
+
10
+ [p. 10 | section: References | type: ListGroup]
11
+ OpenAI et al. Gpt-4o system card, 2024. URL https: //arxiv.org/abs/2410.21276 . Pal, A., Umapathi, L. K., and Sankarasubbu, M. Medmcqa : A large-scale multi-subject multi-choice dataset for medical domain question answering, 2022. URL https: //arxiv.org/abs/2203.14371 . Shi, W., Xu, R., Zhuang, Y., Yu, Y., Sun, H., Wu, H., Yang, C., and Wang, M. D. Medadapter: Efficient test-time adaptation of large language models towards medical reasoning, 2024. URL 2405.03000 . Singhal, K., Tu, T., Gottweis, J., et al. Toward expertlevel medical question answering with large language models. Nature Medicine, 31:943–950, 2025. doi: 10. 1038/s41591-024-03423-7. Snell, C., Lee, J., Xu, K., and Kumar, A. Scaling llm testtime compute optimally can be more effective than scaling model parameters, 2024. URL org/abs/2408.03314 . Wang, K., Fu, Z., Xin, W., Zhou, L., and Chandrappa, S. K. Digital voices of survival: From social media disclosures to support provisions for domestic violence victims. arXiv preprint arXiv:2509.12288, 2025. Wu, C., Lin, W., Zhang, X., Zhang, Y., Wang, Y., and Xie, W. Pmc-llama: Towards building open-source language models for medicine, 2023. URL org/abs/2304.14454 . Xia, C., Wu, Q., Tian, S., and Hao, Y. Parallelism meets adaptiveness: Scalable documents understanding in multi-agent llm systems, 2025. URL https: //arxiv.org/abs/2507.17061 . Xiao, W., Lian, J. J., Ouyang, K., Gu, S., Ke, Z., Wei, D., Sha, X., Wang, J., Fu, S., Qiu, M., and Xu, C. Newton downhill optimizer with application to engineering optimization and breast cancer feature selection. Biomedical Signal Processing and Control, 117:109184, 2026. ISSN 1746-8094. doi: URL science/article/pii/S1746809425016957 . Xiong, W., Zhao, W., Yuan, W., Golovneva, O., Zhang, T., Weston, J., and Sukhbaatar, S. Stepwiser: Stepwise generative judges for wiser reasoning, 2025. URL .
12
+
13
+ [p. 10 | section: References | type: ListGroup]
14
+ Xu, R., Chen, J., Ye, J., Wu, Y., Yan, J., Yang, C., and Yu, H. Incentivizing agentic reasoning in llm judges via tool-integrated reinforcement learning, 2025. URL . Yang, A. et al. Qwen2.5 technical report, 2025. You, R., Cai, H., Zhang, C., Xu, Q., Liu, M., Yu, T., Li, Y., and Li, W. Agent-as-a-judge, 2026. URL https: //arxiv.org/abs/2601.05111 . Yun, J., Sohn, J., Park, J., Kim, H., Tang, X., Shao, Y., Koo, Y., Ko, M., Chen, Q., Gerstein, M., Moor, M., and Kang, J. Med-prm: Medical reasoning models with stepwise, guideline-verified process rewards, 2025. URL https: //arxiv.org/abs/2506.11474 . Zhang, H., Lou, Q., and Wang, Y. Towards safe ai clinicians: A comprehensive study on large language model jailbreaking in healthcare, 2025. URL https: //arxiv.org/abs/2501.18632 . Zhang, K., Zeng, S., Hua, E., Ding, N., Chen, Z.-R., Ma, Z., Li, H., Cui, G., Qi, B., Zhu, X., Lv, X., Jinfang, H., Liu, Z., and Zhou, B. Ultramedical: Building specialized generalists in biomedicine, 2024. URL . Zhao, X., Liu, S., Yang, S.-Y., and Miao, C. Medrag: Enhancing retrieval-augmented generation with knowledge graph-elicited reasoning for healthcare copilot, 2025. URL . Zuo, Y., Qu, S., Li, Y., Chen, Z., Zhu, X., Hua, E., Zhang, K., Ding, N., and Zhou, B. Medxpertqa: Benchmarking expert-level medical reasoning and understanding, 2025. URL .
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/sanitization_report.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paper_id": "19e76363-53a6-4f3c-8b50-844e1aea4e26",
3
+ "pipeline": "Paper2Markdown-V3",
4
+ "ok": true,
5
+ "page_count": 14,
6
+ "chunk_count": 137,
7
+ "main_body_chunk_count": 95,
8
+ "appendix_chunk_count": 37,
9
+ "reference_chunk_count": 5,
10
+ "model_text_chars": 39229,
11
+ "raw_markdown_chars": 64704,
12
+ "sanitized_chars": 58960,
13
+ "page_provenance": {
14
+ "min_page": 1,
15
+ "max_page": 14,
16
+ "invalid_count": 0
17
+ },
18
+ "marker_block_type_counts": {
19
+ "Caption": 1,
20
+ "Code": 3,
21
+ "Equation": 12,
22
+ "FigureGroup": 3,
23
+ "Footnote": 3,
24
+ "ListGroup": 12,
25
+ "PageFooter": 14,
26
+ "PageHeader": 17,
27
+ "SectionHeader": 39,
28
+ "TableGroup": 4,
29
+ "Text": 352
30
+ },
31
+ "asset_count_raw": 3,
32
+ "asset_count_model_kept": 3,
33
+ "asset_count_rejected": 0,
34
+ "asset_reject_reasons": {
35
+ "kept": 3
36
+ },
37
+ "artifact_leak_audit": {
38
+ "ok": true,
39
+ "hits": {
40
+ "Anonymous Authors": [],
41
+ "ACKNOWLEDGMENT": [],
42
+ "OpenReview": [],
43
+ "\"accept_label\"": [],
44
+ "\"decision\"": [],
45
+ "\"decision_tier\"": [],
46
+ "\"source_status\"": [],
47
+ "Meta-review": [],
48
+ "Official Review": [],
49
+ "official_reviews": [],
50
+ "meta_reviews": [],
51
+ "suggested_verdict_score": []
52
+ },
53
+ "artifact_count": 2
54
+ },
55
+ "default_model_input": "model_text_v3.txt",
56
+ "appendix_input": "appendix_text_v3.txt",
57
+ "reference_input": "reference_text_v3.txt"
58
+ }
icml26/19e76363-53a6-4f3c-8b50-844e1aea4e26/sanitized_v3.txt ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {0}
2
+ # Abstract
3
+ Large language models have achieved strong performance on medical reasoning benchmarks, yet their deployment in clinical settings demands rigorous verification to ensure factual accuracy. While reward models offer a scalable approach for reasoning trace verification, existing methods face two limitations: they produce only scalar reward values without explicit justification, and they rely on single-pass retrieval that precludes adaptive knowledge access as verification unfolds. We introduce Med-TIV, an agentic framework that addresses these limitations by training medical reasoning verifiers to iteratively query external medical corpora during evaluation. Our approach combines tool-augmented verification with an iterative reinforcement learning paradigm that requires only trace-level supervision, alongside an adaptive curriculum mechanism that dynamically adjusts training data distribution. Across four medical reasoning benchmarks, Med-TIV achieves substantial gains over existing methods, improving MedQA accuracy by 23.5% and MedXpertQA by 32.0% relative to the base generator in particular. Crucially, Med-TIV demonstrates an 8× reduction in sampling budget requirement compared to prior reward model baselines. These findings establish that grounding verification in dynamically retrieved evidence offers a principled path toward more reliable medical reasoning systems.
4
+ # 1. Introduction
5
+ Large Language Models (LLMs) have demonstrated remarkable capabilities in medical reasoning, achieving competitive performance on clinical question answering, diagnostic
6
+ <span id="page-0-0"></span>![](_page_0_Figure_9.jpeg)
7
+ *Figure 1.* Comparison of medical reasoning verification paradigms. Text-based judges rely on parametric knowledge and may validate erroneous reasoning, while tool-integrated judges dynamically retrieve evidence to ground their judgments.
8
+ inference, and medical knowledge benchmarks [\(Ji et al.,](#page-8-0) [2025a;](#page-8-0) [Xiao et al.,](#page-9-0) [2026\)](#page-9-0). While these advances hold significant promise for augmenting clinical decision making and democratizing access to medical expertise, the deployment of LLMs in high-stakes clinical settings demands rigorous verification mechanisms to ensure that generated reasoning is both factually accurate and logically sound [\(Zhang et al.,](#page-9-1) [2025;](#page-9-1) [Wang et al.,](#page-9-2) [2025\)](#page-9-2).
9
+ Reward-based judges have therefore emerged as a scalable solution for evaluating model outputs, supporting both posttraining refinement via reinforcement learning from human feedback (RLHF) and inference-time scaling through tree search [\(Snell et al.,](#page-9-3) [2024\)](#page-9-3). These judges can be broadly categorized by the granularity of their supervision. Outcome Reward Models (ORMs) provide sparse trace-level supervision that quantifies the quality of the entire output, while Process Reward Models (PRMs) offer dense step-level feedback that scores each intermediate reasoning step, enabling fine-grained credit assignment and precise error localization within multi-step reasoning. Recent work has adapted both paradigms to the medical domain to assess complex clinical reasoning traces. In parallel, advances in generative reward modeling have extended judge models beyond
10
+ {1}------------------------------------------------
11
+ scalar scoring, enabling them to produce natural-language critiques that explicitly justify their decisions [\(Liu et al.,](#page-9-4) [2025c;](#page-9-4) [Xiong et al.,](#page-9-5) [2025\)](#page-9-5).
12
+ 108 109 Despite their effectiveness, reward-based judges exhibit fundamental limitations when applied to clinical reasoning tasks [\(Yun et al.,](#page-9-6) [2025\)](#page-9-6). A primary concern is the prevalence of hallucinations in critique traces, where judge models generate plausible yet factually incorrect assessments (Figure [1\)](#page-0-0). This issue is particularly noticeable in the medical domain, where reliable verification demands grounding in authoritative clinical evidence and established medical knowledge. Unverified judgments could lead to the propagation of incorrect diagnostic or treatment recommendations. Existing medical reasoning verifiers typically provide only scalar reward signals, offering little or no justification for their judgments and thus limiting interpretability [\(Jiang et al.,](#page-8-1) [2025b\)](#page-8-1). Furthermore, these methods often rely on a static Retrieval-Augmented Generation (RAG) pipeline, in which a fixed set of retrieved documents is prefixed to the context and remains unchanged throughout evaluation [\(Yun et al.,](#page-9-6) [2025\)](#page-9-6). Such static design precludes adaptive, multi-turn evidence gathering and forces the verifier to a fixed retrieval budget, thus limiting scalability.
13
+ To address these issues, we propose Med-TIV (Medical Tool-Integrated reasoning Verifier), an agentic reinforcement learning (RL) framework that trains LLMs to leverage external knowledge bases for judging medical reasoning traces[1](#page-1-0) . Med-TIV features three key design principles: (1) a tool-augmented verification paradigm that enables dynamic, iterative knowledge retrieval during the evaluation process; (2) an iterative RL approach that progressively improves verification capabilities without requiring step-level expert annotations; and (3) an adaptive curriculum formulation strategy that adjusts the data distribution in response to the evolving capability of the model. By equipping judge models with tool-use capabilities, Med-TIV grounds evaluation decisions in external evidence rather than relying solely on parametric knowledge, thereby mitigating hallucination, improving interpretability, and overcoming the limitations of static RAG [\(Ji et al.,](#page-8-2) [2025b;](#page-8-2) [Xia et al.,](#page-9-7) [2025\)](#page-9-7).
14
+ To verify the effectiveness of Med-TIV, we conduct extensive experiments on common medical reasoning benchmarks. Our results demonstrate that Med-TIV trains strong medical verifiers: when guiding inference-time search for a 7B generator model, our trained verifier achieves relative improvements of 23.5% on MedQA and 32.0% on MedXpertQA compared to the generator model alone. Moreover, Med-TIV consistently outperforms existing medical reward model baselines and surpasses the performance of models that are up to 4× larger in scale. Notably, Med-TIV
15
+ also demonstrates an 8× gain in sampling efficiency compared to prior reward-based approaches, achieving equivalent accuracy with substantially fewer sampled reasoning traces during test-time search.
16
+ Our main contributions are summarized as follows:
17
+ - We propose Med-TIV, a novel tool-integrated verification framework that enables dynamic, iterative knowledge retrieval during medical reasoning evaluation, providing both interpretable, fine-grained justification and improved factual grounding.
18
+ - We introduce an iterative RL paradigm with curriculumbased difficulty adaptation that progressively improves verification capabilities through self-bootstrapping, requiring only trace-level supervision rather than dense steplevel expert annotations.
19
+ - Med-TIV achieves state-of-the-art performance on four medical reasoning benchmarks, with comprehensive ablation studies that validate each component's contribution.
20
+ # 2. Preliminaries
21
+ #### 2.1. Problem Setup
22
+ We define *medical reasoning verification* as the task of assessing the correctness of a multi-step reasoning trace generated in response to a medical question. Formally, given a medical question q ∈ Q and a multi-step reasoning trace τ = (s1, s2, . . . , sm) from a generator model, a verifier model determines whether τ contains any errors. We formulate this problem as binary classification, where the verifier Vθ(q, τ ) produces a judgment ℓ ∈ {0, 1}, where ℓ = 1 indicates a error-free reasoning trace, and ℓ = 0 indicates the presence of one or more errors. Unlike scalar reward models that output continuous scores, we adopt a generative judge paradigm in which the verifier produces a discrete judgment accompanied by a detailed critique trace that provides a structured justification for the decision.
23
+ #### 2.2. Tool-Augmented Reasoning Verifier
24
+ Following prior works [\(Jin et al.,](#page-8-3) [2025\)](#page-8-3), we extend the verifier with access to an external *search engine* E that retrieves top-k documents from a curated medical corpus (See Appendix [B.2](#page-10-0) for details). Retrieved documents are appended verbatim to the verifier context. Given a verification instance (q, τ ), the verifier constructs an iterative verfication trajectory. At step k, the trajectory is represented as:
25
+ $$\mathbf{t}_k = \{r_1, a_1, o_1, \dots, r_k, a_k, o_k\},\$$
26
+ where r<sup>i</sup> denotes a natural language reasoning step analyzing the medical content, a<sup>i</sup> is a search query formulated to retrieve relevant medical knowledge, and o<sup>i</sup> = E(ai) represents the retrieved documents. The iterative verification
27
+ <span id="page-1-0"></span><sup>1</sup>Code is available at [ [PittNAIL/med-tiv](
28
+ {2}------------------------------------------------
29
+ Figure 2. Overview of Med-TIV. Left: Tool-integrated verification iteratively analyzes reasoning traces, formulates search queries, and retrieves medical evidence before producing correctness judgments. Middle: Curriculum formulation filters trivial and impossible instances, retaining boundary cases for RL training. Right: At inference time, the verifier evaluates candidate medical reasoning traces generated by a frozen model and final answers are selected via weighted self-consistency.
30
+ process is defined as:
31
+ <span id="page-2-0"></span>110
32
+ 123124125
33
+ 135136
34
+ 137138
35
+ $$(r_k, a_k) \sim V_{\theta}(q, \tau, \mathbf{t}_{k-1}),$$
36
+ $o_k = \mathcal{E}(a_k),$ $\mathbf{t}_k = \mathbf{t}_{k-1} \oplus r_k \oplus a_k \oplus o_k,$
37
+ where $\oplus$ denotes sequence concatenation. This process continues until the verifier produces a final judgment $\ell \sim V_{\theta}(q,\tau,\mathbf{t}_T)$ at the terminal step T. By allowing multiple tool executions, the verifier dynamically retrievs medical knowledge as need to verify specific claims in the reasoning trace. Table 5 in the Appendix shows the explicit instruction used in our experiments.
38
+ #### 2.3. Test-Time Search
39
+ Test-time search strategies improve reasoning performance by leveraging reward models to evaluate and select among multiple candidate solutions (Shi et al., 2024). Given a frozen generator model $\pi_{\rm gen}$ and a question q, we first sample N independent reasoning traces:
40
+ $$\{\tau^{(j)}\}_{j=1}^N \sim \pi_{\mathrm{gen}}(\cdot \mid q).$$
41
+ A trained verifier $V_{\theta}$ then scores each candidate trace, and the final output is selected based on these scores. Common selection strategies include Best-of-N sampling, which
42
+ selects the trace with the highest score:
43
+ $$\hat{\tau} = \arg\max_{\tau^{(j)}} V_{\theta}(q, \tau^{(j)}),$$
44
+ and verification-based majority voting, where candidate traces are first filtered by the verifier and the final answer is determined by consensus among verified traces. Med-TIV trains such a plug-in verifier that provides tool-grounded assessments that can be used to augment decision-making for any frozen generator model at inference time.
45
+ #### 3. Tool-Integrated Medical Reasoning Verifier
46
+ Med-TIV is an agentic verification framework that trains models to leverage external knowledge bases for verifying whether a given medical reasoning trace contains errors. We adopt an iterative training approach based on dynamic curriculum learning, which requires no fine-grained step-level expert supervision and trains solely through multiple rounds of reinforcement learning (Figure 2). We next describe the training procedure of Med-TIV in details.
47
+ #### 3.1. Tool-Integrated RL with Verifiable Rewards
48
+ **Data Construction.** All training data across iterations is derived from the open-source Med-PRM dataset. Each original instance consists of a tuple $(q, \tau, \ell_{\text{step}}, \ell_{\text{trace}})$ , where q is a medical question, $\tau$ is a multi-step reasoning trace, $\ell_{\text{step}}$ de-
49
+ {3}------------------------------------------------
50
+ notes step-level labels, and $\ell_{trace}$ is a trace-level correctness label<sup>2</sup>.
51
+ At each training iteration, we only utilize the triplet $(q,\tau,\ell_{\text{trace}})$ with human-annotated trace-level labels. Step-level labels $\ell_{\text{step}}$ is intentionally excluded, as Med-TIV is designed to improve verification performance without replying on fine-grained supervision. For each training iteration, we fix the training data budget to 20K instances and enforce a balanced label distribution between correct ( $\ell_{\text{trace}}=1$ ) and incorrect ( $\ell_{\text{trace}}=0$ ) reasoning traces.
52
+ **Algorithm.** We employ Dr. GRPO (Liu et al., 2025b) as the RL algorithm for training the verifier. Given a verification instance $(q_i, \tau_i)$ , we sample a group of G verification trajectories $\{\mathbf{o}_i\}_{i=1}^G$ from the current policy $\pi_\theta$ . Each trajectory $\mathbf{o}_i = (o_i^1, \dots, o_i^{|\mathbf{o}_i|})$ consists of reasoning tokens, search queries, retrieved documents, and a final judgment. The objective is:
53
+ $$\frac{1}{G} \sum_{i=1}^{G} \sum_{t=1}^{|\mathbf{o}_i|} \left\{ \min \left[ r_i^t \hat{A}_i^t, \operatorname{clip} \left( r_i^t, 1 - \epsilon_l, 1 + \epsilon_h \right) \hat{A}_i^t \right] \right\}, \quad (1)$$
54
+ where $r_i^t = \frac{\pi_\theta(o_i^t|\mathbf{q},\mathbf{o}_i^{< t})}{\pi_{\theta_{\mathrm{old}}}(o_i^t|\mathbf{q},\mathbf{o}_i^{< t})}$ , $\mathbf{q} = (q,\tau)$ denotes the input prompt containing the question and reasoning trace, $\mathbf{o}_i^{< t}$ represents previously generated tokens, and $\epsilon_l$ and $\epsilon_h$ are the clipping parameters. The advantage term $\hat{A}_i^t$ is defined as:
55
+ $$\hat{A}_i^t = R(\mathbf{q}, \mathbf{o}_i) - \text{mean}\left(\left\{R(\mathbf{q}, \mathbf{o}_1), \dots, R(\mathbf{q}, \mathbf{o}_G)\right\}\right).$$
56
+ **Reward Designs.** To facilitate multi-turn RL with tool execution, we design a structured reward covering two complementary objectives, following prior practices (Jin et al., 2025):
57
+ (i) Correctness Reward $(R_c)$ : This component measures whether the verifier's judgment aligns with the ground-truth label. Let $\mathbf{q} = (q, \tau)$ denote the verification prompt and $\ell \in \{0, 1\}$ the ground-truth label. We define:
58
+ $$R_c = \mathbb{1}(\text{extract}(\mathbf{o}) = \ell),$$
59
+ where $\mathbb{1}(\cdot)$ is the indicator function and extract(o) parses the final judgment from the <answer> tags in the generated trajectory o. Intuitively, $R_c=1$ if the verifier's decision is correct, and $R_c=0$ otherwise.
60
+ (ii) Format Reward $(R_f)$ : To ensure reliable tool use and structured outputs, the verifier is required to adhere to a predefined format. Specifically, reasoning steps must be enclosed within <think> tags, search queries within <search> tags, and the final judgment within <answer>
61
+ tags. To discourage degenerate outputs, we further penalize excessive tag usage. Specifically, $R_f=1$ if the output satisfies all formatting constraints and contains no more than $10 < answer> tag pairs; <math>R_f=0.25$ if the output is correct but exhibits tag overflow; and $R_f=0$ otherwise.
62
+ The final reward ${\cal R}$ is defined as the product of the two components:
63
+ $$R = R_c \times R_f$$
64
+ .
65
+ #### <span id="page-3-1"></span>3.2. Training Strategies
66
+ Adaptive Curriculum Formulation. A central challenge in RL for verification is ensuring that training data remains appropriately calibrated to the evolving capability of the model. Instances that are either trivially easy or impossibly difficult yields minimal learning signal, as the resulting policy gradients approach zero. To address this issue, we adopt a model-aware curriculum formulation mechanism that dynamically adapts the task distribution at each training iteration.
67
+ Concretely, before each iteration t, we perform online filtering on the sampled batch $\mathcal{B}_t$ to construct an effective training set $\mathcal{D}_t$ :
68
+ $$\mathcal{D}_t = \{(q, \tau, \ell) \in \mathcal{B}_t : \exists g, g' \in \{1, \dots, G\} \text{ s.t. } r^{(g)} \neq r^{(g')}\}.$$
69
+ Here, for each candidate instance $(q, \tau, \ell) \in \mathcal{B}_t$ , we sample G verification trajectories $\{o^{(g)}\}_{g=1}^G$ from the current policy $\pi_{\theta_t}$ . We then compute the corresponding rewards $\{r^{(g)}\}_{g=1}^G$ . Finally, we retain only instances if any two rewards are different, i.e., reward variance is non-zero (Khatri et al., 2025).
70
+ This criterion eliminates prompts where the model either consistently succeeds or consistently fails across all sampled trajectories. By filtering these zero-gradient instances, optimization is focused on decision-boundary cases where the verifier exhibits uncertainty.
71
+ To maintain a fixed training budget per iteration, we iteratively resample additional instances from the labeled pool $\mathcal{B}$ and apply the same filtering criterion until $|\mathcal{D}_t|=20K$ . This dynamic curriculum evolves naturally across iterations as the verifier improves, eliminating the need for manually designed difficulty schedules.
72
+ Iterative Training via Self-Bootstrapping. We adopt an iterative training approach that progressively improves verification capabilities through multiple rounds of RL. Unlike prior work that alternates between rejection sampling, supervised fine-tuning (SFT), and RL (Xu et al., 2025), our approach operates entirely through iterative RL, following the RL-Zero paradigm where the model reinforces its verification capabilities without requiring dense turn-level expert demonstrations for cold start.
73
+ <span id="page-3-0"></span><sup>&</sup>lt;sup>2</sup>Dataset is available at
74
+ {4}------------------------------------------------
75
+ <span id="page-4-0"></span>Algorithm 1 Iterative Training of Tool-Integrated Medical Reasoning Verifier
76
+ 249250
77
+ ```
78
+ Require: Base verifier \pi_{\theta_0}, labeled dataset pool \mathcal{D} =
79
+ \{(q_i, \tau_i, \ell_i)\}_{i=1}^N, maximum iterations T_{\text{max}}, batch size
80
+ B, group size G, search engine \mathcal{E}
81
+ Ensure: Trained verifier \pi_{\theta^*}
82
+ 1: for t = 1 to T_{\text{max}} do
83
+ Sample labeled batch
84
+ \mathcal{B}_t \leftarrow \text{SAMPLEBATCH}(\mathcal{D}, B)
85
+ 3:
86
+ 4:
87
+ \mathcal{D}_t \leftarrow \emptyset
88
+ ▷ Curriculum formulation
89
+ 5:
90
+ for each (q, \tau, \ell) \in \mathcal{B}_t do
91
+ 6:
92
+ Sample verification trajectories:
93
+ 7:
94
+ \{\hat{\ell}^{(g)}\}_{q=1}^G \sim \pi_{\theta_t}(\cdot \mid q, \tau, \mathcal{E})
95
+ Compute rewards within group:
96
+ 8:
97
+ r^{(\hat{g})} \leftarrow \mathbb{1}[\hat{\ell}^{(g)} = \ell], \text{ for } g \in 1, \dots, G
98
+ if \exists g \neq g' such that r^{(g)} \neq r^{(g')} then
99
+ 9:
100
+ Add (q, \tau, \ell) to curriculum set \mathcal{D}_t
101
+ 10:
102
+ 11:
103
+ end if
104
+ 12:
105
+ end for
106
+ 13:
107
+ ▶ RL optimization on curriculum data
108
+ \pi_{\theta_{t+1}} \leftarrow \text{DR.GRPO}(\pi_{\theta_t}, \mathcal{D}_t, \mathcal{E})
109
+ 15: end for
110
+ 16: Return \pi_{\theta_{T_{\max}}}
111
+ ```
112
+ Starting from the base model $\pi_{\theta_0}$ , we perform $T_{\text{max}}$ iterations. Each iteration consists of three stages:
113
+ ```
114
+ \begin{split} \mathcal{B}_t \leftarrow \text{SampleBatch}(\mathcal{D}, B), \\ \mathcal{D}_t \leftarrow \text{Filter}(\mathcal{B}_t, \pi_{\theta_t}), \\ \pi_{\theta_{t+1}} \leftarrow \text{RL}(\pi_{\theta_t}, \mathcal{D}_t). \end{split}
115
+ ```
116
+ Each iteration draws a fresh batch $\mathcal{B}_t$ from the annotated pool $\mathcal{D}$ with trace-level labels, ensuring a balanced distribution of correct and incorrect reasoning traces. The curriculum filtering then constructs the training set $\mathcal{D}_t$ as described above, and RL optimization updates the policy based on the structured reward.
117
+ The key insight underlying this iterative approach is the coevolution of model capability and training distribution. As the verifier improves, the filtering mechanism automatically removes instances that have become too easy, while the fresh sampling introduces new challenging cases. This creates a self-bootstrapping cycle: stronger models encounter harder verification tasks, which in turn drive further improvements. Since the trace-level correctness reward is deterministic and unambiguous, this self-bootstrapping process converges reliably without the instabilities that can arise from noisy synthetic step-level labels. We summarize the overall training procedure in Algorithm 1.
118
+ #### 4. Experiments
119
+ #### 4.1. Experimental Setup
120
+ **Evaluation benchmarks.** We evaluated Med-TIV on four open-source medical question-answering benchmarks: MedQA (Jin et al., 2020), MedMCQA (Pal et al., 2022), MMLU-Med (Hendrycks et al., 2021), and MedX-pertQA (Zuo et al., 2025), using accuracy as the evaluation metric. These benchmarks collectively assess the verifier's ability to distinguish correct from erroneous reasoning across varying difficulty levels and medical subdomains. Detailed descriptions of benchmarks are in Appendix C.1.
121
+ Implementation details. We trained verifiers using two light-weight backbone models: Llama3.1-8B and Qwen2.5-7B, with Llama3.1-8B as the default for results reporting. All training was conducted using the VeRL-Tool framework (Jiang et al., 2025a). Detailed hyperparameters are shown in Appendix B.1. All experiments were conducted on 4 NVIDIA H100 GPUs with 80GB of memory. Due to computational constraints, we limit the maximum number of RL iterations to $T_{\rm max}=2$ and we set the group size for curriculum formulation (Section 3.2) to G=8.
122
+ For inference, we used the default sampling hyperparameters for all models. In reward-guided search experiments, unless otherwise specified, we used Qwen2.5-7B as the frozen generator and sampled up to 32 candidate reasoning traces per question. We applied Hard-Weighted Self-Consistency as the default test-time search strategy.
123
+ **Baselines.** We compared Med-TIV against two groups of baselines. 1): *Off-the-shelf LLMs*: GPT-40-mini (OpenAI et al., 2024), Gemini-2.0-Flash, DeepSeek-R1 series (Guo et al., 2025), Qwen2.5 series (Yang et al., 2025), Llama3.1 (Grattafiori et al., 2024), AlphaMed (Liu et al., 2025a), UltraMedical (Zhang et al., 2024), and HuatuoGPT-01 (Chen et al., 2024). 2): *Medical domain-specialized Reward Models*: MedS<sup>3</sup> (Jiang et al., 2025b) and Med-PRM (Yun et al., 2025). Detailed descriptions of each reward model baseline are shown in Appendix B.3.
124
+ **Test-Time Search Strategies.** We evaluated three test-time search strategies that leverage Med-TIV to improve the reasoning performance of frozen generators. Given a reasoning trace $\tau=(s_1,s_2,\ldots,s_K)$ with K steps, our verifier assigns a confidence score $r_{\tau}\in[0,1]$ for the entire trace, defined as the softmax probability of the 1 token over the logits of both 1 and 0 tokens.
125
+ • Best-of-N. Given a question q, we sampled N candidate traces $\{\tau^{(j)}\}_{j=1}^N$ from the generator and selected the trace with the highest verifier confidence score:
126
+ $$\hat{\tau} = \arg\max_{\tau^{(j)}} r_{\tau^{(j)}}.$$
127
+ {5}------------------------------------------------
128
+ <span id="page-5-0"></span>*Table 1.* Main evaluation results on medical reasoning benchmarks. We report accuracy (%) on MedQA, MedMCQA, MMLU-Med, and MedXpertQA. Bold numbers indicate the best results among the reward model group. ✓: Verifier supports external tools for judging; ✗: Verifier does not support external tools for judging.
129
+ | Baselines | å | Train | Size | MedQA | MedMCQA | MMLU-Med | MedXpertQA | Avg. |
130
+ |------------------------------|---|-------|------|-------|---------|----------|------------|-------|
131
+ | Proprietary Models | | | | | | | | |
132
+ | GPT-4o-mini | - | - | - | 79.03 | 68.20 | 87.79 | 17.84 | 63.22 |
133
+ | Gemini-2.0-Flash | - | - | - | 87.51 | 72.60 | 92.01 | 20.57 | 68.17 |
134
+ | General Reasoning Models | | | | | | | | |
135
+ | DeepSeek-R1 | - | - | 671B | 90.34 | 78.80 | 94.40 | 37.76 | 75.33 |
136
+ | R1-Distill-Qwen | - | - | 7B | 24.82 | 36.40 | 47.47 | 7.43 | 29.03 |
137
+ | R1-Distill-Llama | - | - | 8B | 34.96 | 43.60 | 64.19 | 5.35 | 37.03 |
138
+ | General Non-reasoning Models | | | | | | | | |
139
+ | Qwen2.5 | - | - | 32B | 73.21 | 64.83 | 84.94 | 13.87 | 59.21 |
140
+ | Qwen2.5 | - | - | 7B | 60.96 | 56.56 | 76.96 | 12.15 | 51.66 |
141
+ | Llama3.1 | - | - | 8B | 70.93 | 61.60 | 78.97 | 13.02 | 56.13 |
142
+ | Medical Reasoning Models | | | | | | | | |
143
+ | AlphaMed | - | - | 7B | 71.01 | 61.46 | 81.16 | 19.16 | 58.20 |
144
+ | UltraMedical | - | - | 8B | 72.66 | 62.60 | 79.61 | 15.25 | 57.53 |
145
+ | HuatuoGPT-o1 | - | - | 8B | 72.19 | 63.60 | 75.30 | 16.84 | 56.98 |
146
+ | Medical Reward Models | | | | | | | | |
147
+ | MedS3 | ✗ | 225k | 7B | 64.89 | 58.91 | 80.53 | 12.90 | 54.31 |
148
+ | Med-PRM | ✓ | 111k | 7B | 69.99 | 62.36 | 80.99 | 13.51 | 56.71 |
149
+ | Med-TIV (Ours) | ✓ | 20k | 7B | 75.26 | 64.70 | 85.58 | 16.04 | 60.40 |
150
+ • *Hard-Weighted Self-Consistency.* We first filtered traces by the verifier's binary judgment, keeping only those labeled correct (Vθ(q, τ ) = 1). Among the filtered traces, we applied majority voting to determine the final answer:
151
+ $$\hat{a} = \arg\max_{a} \sum_{j=1}^{N} \mathbb{1} \left[ V_{\theta}(q, \tau^{(j)}) = 1 \right] \cdot \mathbb{1} \left[ \operatorname{ans}(\tau^{(j)}) = a \right].$$
152
+ • *Soft-Weighted Self-Consistency.* Instead of binary filtering, we weighted each trace's vote by the verifier's confidence score:
153
+ $$\hat{a} = \arg\max_{a} \sum_{j=1}^{N} r_{\tau^{(j)}} \cdot \mathbb{1} \big[ \mathrm{ans}(\tau^{(j)}) = a \big].$$
154
+ ### 4.2. Main Results
155
+ Table [1](#page-5-0) presents the main results on four medical reasoning benchmarks. Models trained with Med-TIV consistently outperform existing baselines across all benchmarks. Specifically, under guided-search using a Med-TIVtrained verifier, Qwen2.5-7B attains accuracies of 75.26%
156
+ on MedQA, 64.70% on MedMCQA, 85.58% on MMLU-Med, and 16.04% on MedXpertQA, yielding an average accuracy of 60.40%. Notably, Med-TIV enables this 7B generator to rival substantially larger models, even surpassing the base performance of Qwen2.5-32B despite using a generator that is approximately 4× smaller. Compared to domain-specialized medical reasoning models of similar scale, Med-TIV outperforms HuatuoGPT-o1-8B and UltraMedical-8B by 3.07% and 2.60% on MedQA, respectively, demonstrating the effectiveness of our tool-integrated verification. Case analysis in Appendix [D](#page-12-0) further illustrates how Med-TIV identifies subtle reasoning errors.
157
+ #### 4.3. Analysis
158
+ We conducted a series of ablation analyses to investigate six key research questions regarding our proposed framework.
159
+ Q1: Does **Med-TIV** generalize across different generator models? To evaluate the generalizability of the trained verifier, we applied Med-TIV to guide test-time search across generator models of varying sizes and capa-
160
+ {6}------------------------------------------------
161
+ <span id="page-6-1"></span>![](_page_6_Figure_2.jpeg)
162
+ Figure 3. Test-time scaling analysis across three medical reasoning benchmarks. Each plot shows accuracy versus sampling budget $N \in \{1, 2, 4, 8, 16, 32\}$ for four baselines. Med-TIV consistently outperforms baselines across all sampling budgets and benchmarks.
163
+ <span id="page-6-0"></span>Table 2. Performance improvements from using Med-TIV as a verifier on MedQA. For each generator model, the first row indicates the accuracy over single sampled trace per question.
164
+ | Models | MedQA |
165
+ |------------------------------|-----------------------|
166
+ | Qwen2.5-7B | 60.96 |
167
+ | + Self-Consistency | 66.38 (+5.42) |
168
+ | + Best-of-N (Med-TIV) | 72.35 (+11.39) |
169
+ | + Soft Weighted SC (Med-TIV) | 75.02 (+14.06) |
170
+ | + Hard Weighted SC (Med-TIV) | <b>75.26</b> (+14.30) |
171
+ | AlphaMed-7B | 71.01 |
172
+ | + Self-Consistency | 74.23 (+3.22) |
173
+ | + Best-of-N (Med-TIV) | 75.02 (+4.01) |
174
+ | + Soft Weighted SC (Med-TIV) | 75.33 (+4.32) |
175
+ | + Hard Weighted SC (Med-TIV) | <b>75.65</b> (+4.64) |
176
+ | Qwen2.5-32B | 73.21 |
177
+ | + Self-Consistency | 75.26 (+2.05) |
178
+ | + Best-of-N (Med-TIV) | 75.57 (+2.36) |
179
+ | + Soft Weighted SC (Med-TIV) | 75.96 (+2.75) |
180
+ | + Hard Weighted SC (Med-TIV) | <b>75.96</b> (+2.75) |
181
+ bilities. As shown in Table 2, when using Qwen2.5-7B as the generator, Hard-Weighted Self-Consistency yields a relative improvement of 23.5% over the base model's single-sample accuracy, substantially outperforming the 12.2% gain achieved by standard Self-Consistency. Notably, the domain-specialized AlphaMed-7B model also benefits from verifier guidance with a 6.5% relative improvement, indicating that our verifier provides complementary verification capabilities beyond domain-specific fine-tuning. The improvements extend to larger models as well: Qwen2.5-32B achieves a 3.8% relative gain during test-time search, demonstrating that a light-weight 8B verifier can effectively guide models that are significantly larger than itself. This
182
+ cross-scale generalization suggests that Med-TIV learns transferable verification patterns rather than overfitting to specific generator characteristics.
183
+ Q2: How do different test-time search strategies compare under Med-TIV? We then systematically compare different test-time search strategies under verifier guidance to identify the most effective approach for leveraging verification signals. As shown in Table 2, Hard-Weighted Self-Consistency consistently achieves the highest accuracy across all generators, followed by Soft-Weighted Self-Consistency and Best-of-N selection. On Qwen2.5-7B, Hard-Weighted Self-Consistency outperforms Best-of-N by 3% absolute accuracy, suggesting that majority voting among verified traces provides more robust answer selection than simply choosing the highest-confidence individual trace.
184
+ Q3: Can Med-TIV reduce the sampling budget required to achieve state-of-the-art performance compared to existing baselines? Next, we investigated how verification performance scales with sampling budget, a critical consideration for deployment under varying computational constraints. As shown in Figure 3, Med-TIV achieves substantial efficiency advantage over existing medical reward models across all three benchmarks. In particular, Med-TIV matches the performance of baselines using only 4 samples, whereas the baselines require 32 samples, representing an 8× reduction in sampling budget. On MedOA, Med-TIV achieves 72.1% accuracy at N=4, while Med-PRM requires the full N=32 budget to reach 70.0% accuracy. Since inference cost scales approximately linearly with the number of sampled traces, this translates to equivalent performance at one-eighth the generator inference cost in practical deployment settings.
185
+ **Q4:** Does Med-TIV generalize across different base models? To assess the generality of our proposed framework, we compared verification performance using two
186
+ {7}------------------------------------------------
187
+ <span id="page-7-0"></span>![](_page_7_Figure_1.jpeg)
188
+ Figure 4. Ablation on base model selection and training iterations.
189
+ distinct verifier backbones: Llama3.1-8B and Qwen2.5-7B. As shown in Figure 4, both backbones achieve strong performance after two training iterations. Llama3.1-8B consistently outperforms Qwen2.5-7B by approximately 3.5% absolute accuracy on MedQA, achieving 75.86% versus 72.35% after 2 iterations of training. The parallel performance gains observed across both models indicate that Med-TIV is agnostic to backbone architectures.
190
+ **Q5:** What is the impact of iterative training? Figure 4 presents ablation results examining the impact of iterative training with adaptive curriculum formulation. Llama3.1-8B improves from 60.96% to 75.26% after iteration 1, with marginal gains to 75.86% at iteration 2. Qwen2.5-7B follows a similar pattern, reaching 72.35% after two iterations. The rapid convergence suggest that the majority of verification capability is acquired in the first round, with subsequent iterations refining boundary cases.
191
+ **O6**: How does RL and tool integration impact verification performance? Table 3 highlights the dual benefits of our framework across two generators. RL
192
+ <span id="page-7-1"></span>Table 3. Ablation on RL and tool integration.
193
+ | Models | MedQA |
194
+ |-----------------------|-------|
195
+ | Qwen2.5-7B | 60.96 |
196
+ | + Med-TIV (RL) | 69.60 |
197
+ | + Med-TIV (RL + Tool) | 70.54 |
198
+ | AlphaMed-7B | 71.01 |
199
+ | + Med-TIV (RL) | 76.12 |
200
+ | + Med-TIV (RL + Tool) | 77.14 |
201
+ training drives the primary gain, boosting MedQA accuracy of Qwen2.5-7B by 8.64%, confirming that the verifier effectively internalizes reasoning patterns. Tool integration provides a critical secondary boost, further elevating accuracy to 70.54%. A similar cumulative trend is observed with AlphaMed-7B. This demonstrates that while RL
202
+ anchors logical verification, dynamic retrieval is essential for resolving knowledge-intensive boundary cases beyond the model's parametric memory.
203
+ #### 5. Related Work
204
+ Medical Reasoning Models. The application of large language models to medical reasoning has attracted considerable attention. Early efforts focused on domain-adaptive pretraining and instruction tuning on medical corpora (Wu et al., 2023; Singhal et al., 2025; Chen et al., 2023). More recent work has explored reasoning-enhanced medical models. HuatuoGPT-o1 (Chen et al., 2024) incorporates chainof-thought reasoning with verification mechanisms, and UltraMedical (Zhang et al., 2024) combines high-quality instruction data with preference optimization. AlphaMed (Liu et al., 2025a) employs RL to improve medical reasoning capabilities. Despite these advances, most existing approaches focus on improving the generator model itself, whereas our work addresses the complementary problem of training a plug-and-play verifier that can improve any frozen generator through test-time search.
205
+ Tool-Assisted Reward and Judge Models. Standard LLM-based judges typically function as passive scorers limited by parametric knowledge. Recent work addresses this through agentic reward modeling, equipping verifiers with executable tools. Themis (Li et al., 2024) established the foundational framework by enabling access to calculators, search engines, and knowledge bases through structured tool-calling traces. TIR-Judge (Xu et al., 2025) advanced this paradigm in the general domain by integrating code execution to judge paired responses. TIM-PRM (Kuang et al., 2025) introduced independent tool queries for multi-modal verification to eliminate confirmation bias. The concept has further expanded to the Agent-as-a-Judge paradigm (You et al., 2026), which employs dynamic planning, tool augmentation and multi-agent coordination to decompose complex evaluation tasks. Our work instantiates this agentic paradigm within the medical domain, moving beyond static retrieval to iterative, evidence-grounded clinical verification.
206
+ #### 6. Conclusion
207
+ We presented Med-TIV, an agentic RL framework for medical reasoning verification. Our approach addresses key limitations of existing medical reward models by offering explicit critique traces and enabling dynamic knowledge retrieval during verification. Empirical evaluations across four medical reasoning benchmarks demonstrate that Med-TIV substantially outperforms prior approaches. More broadly, Med-TIV introduces a general paradigm for training toolaugmented verifiers that can be extended to other highstakes domains requiring evidence-grounded evaluation.
208
+ {8}------------------------------------------------
209
+ # Impact Statement
210
+ This paper introduces research aimed at improving the reliability of large language models for medical reasoning tasks. We believe our work contributes positively to the development of trustworthy medical AI systems by providing mechanisms to verify reasoning correctness before clinical deployment. Med-TIV holds potential to enhance the safety of LLM-assisted clinical decision support by reducing erroneous reasoning outputs through systematic verification. By grounding judgments in retrieved medical evidence, our approach offers improved transparency compared to opaque scalar reward models, enabling practitioners to better understand and audit verification decisions. The efficiency gains demonstrated by Med-TIV could democratize access to reliable medical reasoning verification, making robust verification feasible even in resource-constrained settings.
211
+ # References
212
+ - <span id="page-8-12"></span>Chen, J., Cai, Z., Ji, K., Wang, X., Liu, W., Wang, R., Hou, J., and Wang, B. Huatuogpt-o1, towards medical complex reasoning with llms, 2024. URL [ [arxiv.org/abs/2412.18925](
213
+ - <span id="page-8-13"></span>Chen, Z., Cano, A. H., Romanou, A., Bonnet, A., Matoba, K., Salvi, F., Pagliardini, M., Fan, S., Kopf, A., Mo- ¨ htashami, A., Sallinen, A., Sakhaeirad, A., Swamy, V., Krawczuk, I., Bayazit, D., Marmet, A., Montariol, S., Hartley, M.-A., Jaggi, M., and Bosselut, A. Meditron-70b: Scaling medical pretraining for large language models, 2023. URL [ [16079](
214
+ - <span id="page-8-10"></span>Grattafiori, A. et al. The llama 3 herd of models, 2024. URL <
215
+ - <span id="page-8-9"></span>Guo, D. et al. Deepseek-r1 incentivizes reasoning in llms through reinforcement learning. Nature, 645(8081), 2025. doi: 10.1038/s41586-025-09422-z.
216
+ - <span id="page-8-7"></span>Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D., and Steinhardt, J. Measuring massive multitask language understanding, 2021. URL [https:]( [//arxiv.org/abs/2009.03300](
217
+ - <span id="page-8-0"></span>Ji, Y., Ma, W., Sivarajkumar, S., et al. Mitigating the risk of health inequity exacerbated by large language models. npj Digital Medicine, 8:246, 2025a. doi: 10.1038/s41746-025-01576-4.
218
+ - <span id="page-8-2"></span>Ji, Y., Zhang, H., and Wang, Y. Bias evaluation and mitigation in retrieval-augmented medical question-answering systems, 2025b. URL [ [2503.15454](
219
+ - <span id="page-8-8"></span>Jiang, D., Lu, Y., Li, Z., Lyu, Z., Nie, P., Wang, H., Su, A., Chen, H., Zou, K., Du, C., Pang, T., and Chen, W. Verltool: Towards holistic agentic reinforcement learning with tool use, 2025a. URL [ [abs/2509.01055](
220
+ - <span id="page-8-1"></span>Jiang, S., Liao, Y., Chen, Z., Zhang, Y., Wang, Y., and Wang, Y. Meds<sup>3</sup> : Towards medical slow thinking with self-evolved soft dual-sided process supervision, 2025b. URL <
221
+ - <span id="page-8-3"></span>Jin, B., Zeng, H., Yue, Z., Yoon, J., Arik, S., Wang, D., Zamani, H., and Han, J. Search-r1: Training llms to reason and leverage search engines with reinforcement learning, 2025. URL [ [2503.09516](
222
+ - <span id="page-8-6"></span>Jin, D., Pan, E., Oufattole, N., Weng, W.-H., Fang, H., and Szolovits, P. What disease does this patient have? a large-scale open domain question answering dataset from medical exams, 2020. URL [ [abs/2009.13081](
223
+ - <span id="page-8-16"></span>Jin, Q., Kim, W., Chen, Q., Comeau, D. C., Yeganova, L., Wilbur, W. J., and Lu, Z. Medcpt: Contrastive pre-trained transformers with large-scale pubmed search logs for zero-shot biomedical information retrieval. Bioinformatics, 39(11), November 2023. ISSN 1367-4811. doi: 10.1093/bioinformatics/ btad651. URL [ [bioinformatics/btad651](
224
+ - <span id="page-8-5"></span>Khatri, D., Madaan, L., Tiwari, R., Bansal, R., Duvvuri, S. S., Zaheer, M., Dhillon, I. S., Brandfonbrener, D., and Agarwal, R. The art of scaling reinforcement learning compute for llms, 2025. URL [ [abs/2510.13786](
225
+ - <span id="page-8-15"></span>Kuang, P., Wang, X., Liu, W., Dong, J., and Xu, K. Timprm: Verifying multimodal reasoning with tool-integrated prm, 2025. URL [ [22998](
226
+ - <span id="page-8-14"></span>Li, L., Chai, Y., Wang, S., Sun, Y., Tian, H., Zhang, N., and Wu, H. Tool-augmented reward modeling, 2024. URL <
227
+ - <span id="page-8-11"></span>Liu, C., Wang, H., Pan, J., Wan, Z., Dai, Y., Lin, F., Bai, W., Rueckert, D., and Arcucci, R. Beyond distillation: Pushing the limits of medical llm reasoning with minimalist rule-based rl, 2025a. URL [https:]( [//arxiv.org/abs/2505.17952](
228
+ - <span id="page-8-4"></span>Liu, Z., Chen, C., Li, W., Qi, P., Pang, T., Du, C., Lee, W. S., and Lin, M. Understanding r1-zero-like training: A critical perspective, 2025b. URL [ [org/abs/2503.20783](
229
+ {9}------------------------------------------------
230
+ <span id="page-9-4"></span>495 496 497 498 Liu, Z., Wang, P., Xu, R., Ma, S., Ruan, C., Li, P., Liu, Y., and Wu, Y. Inference-time scaling for generalist reward modeling, 2025c. URL [ [2504.02495](
231
+ <span id="page-9-10"></span><span id="page-9-8"></span>504
232
+ <span id="page-9-16"></span>513 514
233
+ <span id="page-9-3"></span>516
234
+ <span id="page-9-2"></span>524 525 526
235
+ <span id="page-9-15"></span><span id="page-9-7"></span>528 529 530
236
+ <span id="page-9-5"></span><span id="page-9-0"></span>536
237
+ - <span id="page-9-12"></span>OpenAI et al. Gpt-4o system card, 2024. URL [https:]( [//arxiv.org/abs/2410.21276](
238
+ - Pal, A., Umapathi, L. K., and Sankarasubbu, M. Medmcqa : A large-scale multi-subject multi-choice dataset for medical domain question answering, 2022. URL [https:]( [//arxiv.org/abs/2203.14371](
239
+ - Shi, W., Xu, R., Zhuang, Y., Yu, Y., Sun, H., Wu, H., Yang, C., and Wang, M. D. Medadapter: Efficient test-time adaptation of large language models towards medical reasoning, 2024. URL [ [2405.03000](
240
+ - Singhal, K., Tu, T., Gottweis, J., et al. Toward expertlevel medical question answering with large language models. Nature Medicine, 31:943–950, 2025. doi: 10. 1038/s41591-024-03423-7.
241
+ - Snell, C., Lee, J., Xu, K., and Kumar, A. Scaling llm testtime compute optimally can be more effective than scaling model parameters, 2024. URL [ [org/abs/2408.03314](
242
+ - Wang, K., Fu, Z., Xin, W., Zhou, L., and Chandrappa, S. K. Digital voices of survival: From social media disclosures to support provisions for domestic violence victims. arXiv preprint arXiv:2509.12288, 2025.
243
+ - Wu, C., Lin, W., Zhang, X., Zhang, Y., Wang, Y., and Xie, W. Pmc-llama: Towards building open-source language models for medicine, 2023. URL [ [org/abs/2304.14454](
244
+ - Xia, C., Wu, Q., Tian, S., and Hao, Y. Parallelism meets adaptiveness: Scalable documents understanding in multi-agent llm systems, 2025. URL [https:]( [//arxiv.org/abs/2507.17061](
245
+ - Xiao, W., Lian, J. J., Ouyang, K., Gu, S., Ke, Z., Wei, D., Sha, X., Wang, J., Fu, S., Qiu, M., and Xu, C. Newton downhill optimizer with application to engineering optimization and breast cancer feature selection. Biomedical Signal Processing and Control, 117:109184, 2026. ISSN 1746-8094. doi: URL [ [science/article/pii/S1746809425016957](
246
+ - Xiong, W., Zhao, W., Yuan, W., Golovneva, O., Zhang, T., Weston, J., and Sukhbaatar, S. Stepwiser: Stepwise generative judges for wiser reasoning, 2025. URL <
247
+ - <span id="page-9-9"></span>Xu, R., Chen, J., Ye, J., Wu, Y., Yan, J., Yang, C., and Yu, H. Incentivizing agentic reasoning in llm judges via tool-integrated reinforcement learning, 2025. URL <
248
+ - <span id="page-9-13"></span>Yang, A. et al. Qwen2.5 technical report, 2025.
249
+ - <span id="page-9-17"></span>You, R., Cai, H., Zhang, C., Xu, Q., Liu, M., Yu, T., Li, Y., and Li, W. Agent-as-a-judge, 2026. URL [https:]( [//arxiv.org/abs/2601.05111](
250
+ - <span id="page-9-6"></span>Yun, J., Sohn, J., Park, J., Kim, H., Tang, X., Shao, Y., Koo, Y., Ko, M., Chen, Q., Gerstein, M., Moor, M., and Kang, J. Med-prm: Medical reasoning models with stepwise, guideline-verified process rewards, 2025. URL [https:]( [//arxiv.org/abs/2506.11474](
251
+ - <span id="page-9-1"></span>Zhang, H., Lou, Q., and Wang, Y. Towards safe ai clinicians: A comprehensive study on large language model jailbreaking in healthcare, 2025. URL [https:]( [//arxiv.org/abs/2501.18632](
252
+ - <span id="page-9-14"></span>Zhang, K., Zeng, S., Hua, E., Ding, N., Chen, Z.-R., Ma, Z., Li, H., Cui, G., Qi, B., Zhu, X., Lv, X., Jinfang, H., Liu, Z., and Zhou, B. Ultramedical: Building specialized generalists in biomedicine, 2024. URL <
253
+ - <span id="page-9-18"></span>Zhao, X., Liu, S., Yang, S.-Y., and Miao, C. Medrag: Enhancing retrieval-augmented generation with knowledge graph-elicited reasoning for healthcare copilot, 2025. URL <
254
+ - <span id="page-9-11"></span>Zuo, Y., Qu, S., Li, Y., Chen, Z., Zhu, X., Hua, E., Zhang, K., Ding, N., and Zhou, B. Medxpertqa: Benchmarking expert-level medical reasoning and understanding, 2025. URL <
255
+ {10}------------------------------------------------
256
+ # A. Limitation
257
+ While Med-TIV demonstrates substantial improvements over existing medical reasoning verification approaches, several limitations warrant discussion and suggest directions for future research.
258
+ Process Supervision. Our current training paradigm relies solely on trace-level outcome rewards, providing no supervision on intermediate verification behaviors such as when to search, what queries to formulate, or how to integrate retrieved evidence. While this design eliminates the need for costly step-level annotations, it may lead to suboptimal search patterns or redundant retrieval operations. Future work could explore supervision for the verification task itself, or leverage techniques such as search behavior cloning from stronger models to provide denser optimization signals.
259
+ Retrieval Corpus Coverage. Med-TIV's verification accuracy is inherently bounded by the coverage and quality of the underlying medical corpus. Our retrieval system indexes documents from PubMed abstracts and medical textbooks, which provides broad coverage of established medical knowledge but may lack recent findings, rare disease information, or region-specific clinical guidelines. Verification of reasoning traces involving cutting-edge treatments or highly specialized subspecialties may be limited by corpus gaps.
260
+ Language and Domain Scope. All training and evaluation are conducted on English-language medical reasoning benchmarks. The generalization of Med-TIV to multilingual medical content or non-Western medical traditions remains unexplored. Additionally, while our benchmarks span multiple medical subdomains, certain specialized areas such as genomics, radiology interpretation, and surgical planning may require domain-adapted retrieval corpora for optimal verification performance.
261
+ # B. Additional Implementation Details
262
+ #### <span id="page-10-1"></span>B.1. Hyperparameter Settings
263
+ <span id="page-10-2"></span>Table [4](#page-10-2) provides comprehensive hyperparameter configurations for Med-TIV training across both iterations. We maintain mostly consistent settings between iterations to isolate the effect of iterative training from hyperparameter tuning.
264
+ | Hyperparameters | Iteration 1 | Iteration 2 |
265
+ |------------------------------|-------------|-------------|
266
+ | RL Algorithm | Dr.GRPO | Dr.GRPO |
267
+ | Clip ratio (low / high) | 0.2 / 0.3 | 0.2 / 0.3 |
268
+ | Learning rate | 1e-6 | 1e-6 |
269
+ | Warmup steps | 10 | 10 |
270
+ | Training epochs | 5 | 5 |
271
+ | Global batch size | 256 | 256 |
272
+ | Mini-batch size | 256 | 256 |
273
+ | Group size (G) | 5 | 8 |
274
+ | Rollout sampling temperature | 1.0 | 1.0 |
275
+ | Rollout top-p | 0.95 | 0.95 |
276
+ | Curriculum filtering | Enabled | Enabled |
277
+ *Table 4.* Hyperparameter configurations for Med-TIV training across iterations.
278
+ #### <span id="page-10-0"></span>B.2. Retrieval Setup
279
+ We construct our retrieval infrastructure using a dense retrieval architecture optimized for medical domain queries. The corpus is derived from the MedRAG [\(Zhao et al.,](#page-9-18) [2025\)](#page-9-18) collection, specifically combining the PubMed and Textbooks subcorpora into a unified index. The PubMed subset contains approximately 23.9 million biomedical abstracts covering research publications, while the Textbooks subset includes content from standard medical textbooks spanning clinical medicine, pharmacology, pathology, and related disciplines. After deduplication and quality filtering, the combined corpus contains approximately 24 million snippets.
280
+ We employ MedCPT [\(Jin et al.,](#page-8-16) [2023\)](#page-8-16) as our dense retrieval encoder, specifically the query encoder variant for encoding
281
+ {11}------------------------------------------------
282
+ *Table 5.* Prompt template.
283
+ <span id="page-11-0"></span>605
284
+ ### User Prompt:
285
+ You are a reasoning validator for medical problems. Your task is to think step by step and evaluate whether the given reasoning trace of a medical problem contains errors.
286
+ First, you must always perform a step-by-step analysis to examine the entire reasoning process. Then, based on your analysis, you will make a definitive judgment.
287
+ - Use 1 if the reasoning trace is free of errors.
288
+ - Use 0 if the reasoning trace contains one or more errors.
289
+ #### Output Instruction:
290
+ You must conduct your step-by-step analysis inside <think> and </think> first every time you get new information. After reasoning, if you find you lack some knowledge, you can call a search engine by <search> query </search> and it will return the top searched results between <information> and </information>. You can search as many times as you want. If you find no further external knowledge needed, you can directly provide the answer inside <answer> and </answer>, without detailed illustrations.
291
+ ```
292
+ Medical Problem:
293
+ {The full Medical Problem on one or more lines.}
294
+ Reasoning Trace:
295
+ {The full Reasoning Trace on one or more lines.}
296
+ ```
297
+ 630 631 search queries and article encoder for encoding corpus snippets. Document embeddings are pre-computed and stored in a FAISS index using the Flat configuration for maximum retrieval accuracy, distributed across multiple GPUs using FAISS's GPU sharding capability to enable parallel similarity search. For each search query, we retrieve the top-3 most relevant documents for both training and inference.
298
+ ### <span id="page-11-2"></span>B.3. Baseline Setup
299
+ We describe the configuration of reward model baselines used in our experiments. For Med-PRM, which employs static retrieval-augmented generation, we equip it with the same retrieval corpus, encoder, and top-k setting as our framework to ensure a controlled comparison. MedS<sup>3</sup> does not support external tool invocation and is therefore evaluated without retrieval augmentation. For confidence score extraction and inference hyperparameter settings, we follow the configurations specified in each baseline's original publication.
300
+ #### B.4. Prompt Template
301
+ We design a structured prompt template that guides the verifier through systematic reasoning with explicit tool invocation syntax. The complete prompt is shown in Table [5.](#page-11-0)
302
+ # <span id="page-11-1"></span>C. Benchmarks and Baselines
303
+ ### C.1. Benchmarks
304
+ We evaluate Med-TIV on four established medical reasoning benchmarks that collectively assess verification capability across varying difficulty levels and medical subdomains.
305
+ • MedQA [\(Jin et al.,](#page-8-6) [2020\)](#page-8-6): A dataset of multiple-choice questions derived from the United States Medical Licensing Examination (USMLE), designed to evaluate clinical reasoning and medical knowledge integration across diverse specialties.
306
+ • MedMCQA [\(Pal et al.,](#page-9-10) [2022\)](#page-9-10): A large-scale multi-subject benchmark sourced from Indian medical entrance examinations (AIIMS and NEET-PG), covering 21 medical subjects with emphasis on factual knowledge and clinical application.
307
+ • MMLU-Med [\(Hendrycks et al.,](#page-8-7) [2021\)](#page-8-7): An aggregation of medical-related subsets from the Massive Multitask Language Understanding benchmark, encompassing anatomy, clinical knowledge, college biology, college medicine, medical
308
+ {12}------------------------------------------------
309
+ genetics, and professional medicine.
310
+ • MedXpertQA [\(Zuo et al.,](#page-9-11) [2025\)](#page-9-11): An expert-level benchmark featuring challenging questions that require multi-step clinical reasoning, differential diagnosis, and treatment planning at the level expected of practicing physicians.
311
+ #### C.2. Baselines
312
+ We compare Med-TIV against comprehensive baselines spanning proprietary systems, general-purpose models, and domainspecialized approaches.
313
+ ### Proprietary Models.
314
+ - GPT-4o-mini [\(OpenAI et al.,](#page-9-12) [2024\)](#page-9-12): A compact variant of OpenAI's GPT-4o optimized for efficiency while maintaining strong reasoning capabilities across diverse tasks.
315
+ - Gemini-2.0-Flash: Google's efficient multimodal model designed for fast inference with competitive performance on knowledge-intensive benchmarks.
316
+ #### General Reasoning Models.
317
+ - DeepSeek-R1 [\(Guo et al.,](#page-8-9) [2025\)](#page-8-9): A 671B parameter reasoning model trained with RL, representing the current frontier of open-weight reasoning capabilities.
318
+ - R1-Distill-Qwen / R1-Distill-Llama: Distilled variants of DeepSeek-R1 at 7B and 8B scales respectively, designed to transfer reasoning capabilities to smaller architectures.
319
+ #### General Foundation Models.
320
+ - Qwen2.5 [\(Yang et al.,](#page-9-13) [2025\)](#page-9-13): A family of open-weight language models with strong multilingual and reasoning capabilities, evaluated at 7B and 32B parameter scales.
321
+ - Llama3.1 [\(Grattafiori et al.,](#page-8-10) [2024\)](#page-8-10): Meta's open-source foundation model demonstrating competitive performance across diverse benchmarks, evaluated at the 8B scale.
322
+ ## Medical Domain Models.
323
+ - AlphaMed [\(Liu et al.,](#page-8-11) [2025a\)](#page-8-11): A medical reasoning model that employs RL with rule-based rewards to enhance clinical reasoning without reliance on distillation from larger models.
324
+ - UltraMedical [\(Zhang et al.,](#page-9-14) [2024\)](#page-9-14): A specialized medical model combining high-quality instruction tuning on curated biomedical corpora with preference optimization for improved clinical accuracy.
325
+ - HuatuoGPT-o1 [\(Chen et al.,](#page-8-12) [2024\)](#page-8-12): A medical reasoning model incorporating chain-of-thought reasoning with internal verification mechanisms to improve diagnostic accuracy.
326
+ #### Medical Reward Models.
327
+ - MedS<sup>3</sup> [\(Jiang et al.,](#page-8-1) [2025b\)](#page-8-1): A self-evolved soft dual-sided process supervision framework for medical reasoning that generates training signals through iterative self-improvement without external annotations.
328
+ - Med-PRM [\(Yun et al.,](#page-9-6) [2025\)](#page-9-6): A process reward model for medical reasoning verification that provides step-level supervision using static retrieval-augmented generation with guideline-based verification.
329
+ # <span id="page-12-0"></span>D. Case Analysis
330
+ 713 714 Table [6](#page-13-0) presents a complete verification example illustrating how a Med-TIV trained verifier identifies reasoning errors through dynamic evidence retrieval. The case involves a patient with bladder cancer who develops ototoxicity following chemotherapy. The generator's reasoning trace incorrectly attributes the symptoms to taxanes based on their known association with ototoxicity, concluding with answer (B). However, the model retrieves evidence establishing that cisplatin—the standard neoadjuvant therapy for transitional cell carcinoma—is the causative agent, and its mechanism involves DNA cross-linking rather than microtubule hyperstabilization. Through iterative search and reasoning, verifier correctly identifies the error, demonstrating the value of tool augmentation for catching subtle medical reasoning mistakes.
331
+ {13}------------------------------------------------
332
+ <span id="page-13-0"></span>*Table 6.* Complete verification demonstration. Given a medical problem and a reasoning trace, the verifier retrieves relevant evidence and correctly identifies the reasoning error within the trace.
333
+ #### Medical Problem:
334
+ Question: A 67-year-old man with transitional cell carcinoma of the bladder comes to the physician because of a 2-day history of ringing sensation in his ear. He received this first course of neoadjuvant chemotherapy 1 week ago. Pure tone audiometry shows a sensorineural hearing loss of 45 dB. The expected beneficial effect of the drug that caused this patient's symptoms is most likely due to which of the following actions?
335
+ Options: (A) Inhibition of proteasome (B) Hyperstabilization of microtubules (C) Generation of free radicals (D) Cross-linking of DNA
336
+ ### Generator Reasoning Trace:
337
+ The patient's presentation of ringing in the ear, known as tinnitus, and a sensorineural hearing loss of 45 dB, suggest ototoxicity. Ototoxicity is a well-known side effect of certain chemotherapy drugs. Neoadjuvant chemotherapy refers to the use of chemotherapy before other treatments such as surgery. The patient has received a course of neoadjuvant chemotherapy 1 week ago, which aligns with the recent onset of ototoxic symptoms. To determine the cause of ototoxicity from the provided options, we need to identify which of the options is likely to cause sensorineural hearing loss. Option (A), Inhibition of proteasome, is associated with drugs like bortezomib (Velcade), which are less commonly associated with ototoxicity. Option (B), Hyperstabilization of microtubules, is a known mechanism of taxanes (e.g., paclitaxel, docetaxel). Taxanes are known to cause ototoxicity, making this a potential candidate. Option (C), Generation of free radicals, is a general mechanism that can cause cellular damage but is not specifically known to be associated with ototoxicity. Option (D), Cross-linking of DNA, is a known mechanism of alkylating agents like cyclophosphamide. While alkylating agents can cause ototoxicity, this mechanism is not as commonly linked to ototoxicity as other options. Considering the options, the one most commonly associated with ototoxicity is hyperstabilization of microtubules. Therefore, the drug that most likely caused this patient's symptoms is one that hyperstabilizes microtubules. The answer is (B).
338
+ # Verifier Judgment:
339
+ <think> Let's check the common chemotherapeutic agents used for bladder cancer and their known side effects. Transitional cell carcinoma of the bladder is often treated with cisplatin-based chemotherapy as neoadjuvant therapy. We need to determine if any of the options match the known side effects of these drugs. Let's search to confirm the side effects of cisplatin and other common bladder cancer chemotherapy drugs. </think>
340
+ - <search> common side effects of cisplatin chemotherapy </search>
341
+ - <information> [Search Results regarding Cisplatin toxicity and mechanisms...] </information>
342
+ - <think> From the information, cisplatin is known to cause ototoxicity, which aligns with the patient's symptoms of sensorineural hearing loss. Now let's check the mechanisms of action for the options: Option (A): Inhibition of proteasome - This is associated with drugs like bortezomib and is not used for bladder cancer. Option (B): Hyperstabilization of microtubules - This is the mechanism of taxanes (e.g., paclitaxel, docetaxel). Option (C): Generation of free radicals - This is not specific to a single mechanism and is not commonly associated with ototoxicity. Option (D): Cross-linking of DNA - This is the mechanism of alkylating agents (e.g., cyclophosphamide). Cisplatin is an alkylating agent, and its mechanism involves cross-linking of DNA. Therefore, the correct answer should be (D). </think>
343
+ <answer>0</answer>