CLEAR: Cross-Source Evidence Adjudication for Large Language Models in Medicine
Summary
The paper proposes CLEAR, an agentic framework for cross-source evidence adjudication to improve large language models in medicine by handling conflicts from multiple knowledge sources. It demonstrates competitive performance across benchmarks, with significant gains in settings where direct inference or retrieval is weak.
View Cached Full Text
Cached at: 09/16/26, 08:59 AM
# CLEAR: Cross-Source Evidence Adjudication for Large Language Models in Medicine
Source: [https://arxiv.org/html/2609.16301](https://arxiv.org/html/2609.16301)
Shuai WangAffiliation:Department of Biostatistics, Yale School of Public Health, Yale University, New Haven, CT, USA Yize ZhaoAffiliation:Department of Biostatistics, Yale School of Public Health, Yale University, New Haven, CT, USA Qingyu ChenAffiliation:Department of Biomedical Informatics and Data Science, Yale School of Medicine, Yale University, New Haven, CT, USA
###### Abstract
Medical knowledge evolves continuously, whereas the parametric knowledge encoded in large language models \(LLMs\) is fixed at training time\. External retrieval, including retrieval\-augmented generation \(RAG\), can provide access to newly available evidence, but retrieved information may be irrelevant, incomplete, or conflicting\. As a result, external retrieval can in turn degrade the factual accuracy and evidence grounding of LLM outputs\. To address this challenge, we proposeCLEAR, an agentic framework for cross\-source evidence adjudication in LLMs in medicine\. CLEAR independently generates candidate answers from three complementary pathways—parametric knowledge, locally curated corpora, and dynamically retrieved evidence—reflecting three common sources of information available to LLMs\. An aggregation verifier jointly evaluates the candidates, supporting evidence, provenance, and source\-quality information to identify agreement and conflict across sources\. An adjudication module then determines whether the current conclusion should be preserved or revised through complementary override\-guard and challenge\-audit mechanisms, while unresolved conflicts trigger targeted follow\-up search and re\-adjudication\.
We evaluate CLEAR on ten public benchmarks spanning multiple\-choice and free\-text settings using representative commercial and open\-weight backbones \(o3\-mini and Qwen\-3\.5\-9B\)\. We compare CLEAR with direct inference and established RAG baselines under matched backbone settings\. CLEAR achieves competitive performance across the ten benchmarks, with the largest gains observed in settings where direct inference or conventional retrieval provides a weaker baseline\. In settings where parametric knowledge already supports strong performance, CLEAR generally remains competitive, whereas additional retrieval does not consistently improve performance\. With Qwen\-3\.5\-9B, the best CLEAR configurations improve performance by 11\.30 percentage points on NEJM\-QA and 13\.69 percentage points on MedRBench over the strongest evaluated baselines\. Ablation studies further show that the full cross\-source framework achieves stronger aggregate performance than individual evidence\-source settings, while targeted follow\-up search provides additional gains on unresolved cases\. These findings suggest that an agentic framework can benefit LLMs not only by acquiring new evidence, but also by explicitly adjudicating conflicts across heterogeneous knowledge sources\.
\*\*footnotetext:Co\-corresponding authors:yize\.zhao@yale\.eduandqingyu\.chen@yale\.edu## 1Introduction
Large language models \(LLMs\) have shown remarkable potential across a wide range of knowledge\-intensive tasks, demonstrating strong capabilities in language understanding, question answering, and complex reasoning[Brown et al\. \(2020\)](https://arxiv.org/html/2609.16301#bib.bib41);[Chowdhery et al\. \(2023\)](https://arxiv.org/html/2609.16301#bib.bib42);[Touvron et al\. \(2023\)](https://arxiv.org/html/2609.16301#bib.bib43);[Achiam et al\. \(2023\)](https://arxiv.org/html/2609.16301#bib.bib44)\. By acquiring broad world knowledge from large\-scale corpora during pretraining, these models provide a general foundation that can be further adapted to downstream domains\. These capabilities have extended to medicine, where medically adapted LLMs have shown promise in medical knowledge and reasoning, disease diagnosis, and patient communication[Tian et al\. \(2024\)](https://arxiv.org/html/2609.16301#bib.bib1);[Liu et al\. \(2025a\)](https://arxiv.org/html/2609.16301#bib.bib22);[Chen et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib19);[Chen et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib21)\. Taking medical question answering as an example, Med\-PaLM achieved 67\.6% accuracy on MedQA and increased the proportion of long\-form answers judged to be aligned with scientific consensus from 61\.9% for Flan\-PaLM to 92\.6%[Singhal et al\. \(2023\)](https://arxiv.org/html/2609.16301#bib.bib23)\. Med\-PaLM 2 further increased MedQA accuracy to 86\.5%, approaching expert\-level performance on medical licensing examination questions[Singhal et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib45)\. Open\-weight medical LLMs have likewise demonstrated competitive performance across multiple medical benchmarks, indicating that strong medical reasoning capabilities are not limited to proprietary models[Chen et al\. \(2023\)](https://arxiv.org/html/2609.16301#bib.bib24);[Bolton et al\. \(2024\)](https://arxiv.org/html/2609.16301#bib.bib25);[Xie et al\. \(2025a\)](https://arxiv.org/html/2609.16301#bib.bib20)\.
However, the medical knowledge encoded in LLM parameters is inherently bounded by the data available during training\. After training is completed, a model does not automatically incorporate evidence published thereafter[Dhingra et al\. \(2022\)](https://arxiv.org/html/2609.16301#bib.bib46)\. Medical evidence, by contrast, evolves rapidly through newly published clinical trials, updated practice guidelines, new drug approvals, and emerging safety signals\. In 2024, 289 clinical practice guidelines were published, representing a 29% increase from 2023[Guideline Central \(2025\)](https://arxiv.org/html/2609.16301#bib.bib52)\. PubMed now contains more than 40 million biomedical citations, with more than one million new records added annually[National Library of Medicine \(2024\)](https://arxiv.org/html/2609.16301#bib.bib47);[Kim et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib12)\. Consequently, LLMs may generate answers that are consistent with the evidence available at the time of training but are no longer aligned with the latest clinical evidence or recommendations\. This mismatch may be particularly consequential in high\-stakes medical applications, for example, when a model generates treatment recommendations that conflict with updated clinical guidelines[Artsi et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib11);[Guan et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib10);[Wang et al\. \(2026b\)](https://arxiv.org/html/2609.16301#bib.bib14)\.
To address this challenge, previous studies have commonly adopted retrieval\-augmented generation \(RAG\), which supplements the knowledge encoded in model parameters with external evidence retrieved at inference time[Amugongo et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib9);[Liu et al\. \(2025b\)](https://arxiv.org/html/2609.16301#bib.bib8);[Yang et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib7)\. By retrieving relevant information from biomedical literature, medical textbooks, clinical guidelines, and other curated knowledge resources, RAG enables LLMs to access specialized or newly published medical evidence without repeatedly retraining the underlying model[Zakka et al\. \(2024\)](https://arxiv.org/html/2609.16301#bib.bib48);[Xiong et al\. \(2024a\)](https://arxiv.org/html/2609.16301#bib.bib36)\. Recent studies, however, have identified important limitations of RAG in medical applications[Kim et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib50);[Xie et al\. \(2025b\)](https://arxiv.org/html/2609.16301#bib.bib39);[Wong et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib6)\. Retrieval may return irrelevant, low\-quality, or question\-misaligned passages\. Moreover, LLMs may fail to identify or correctly use relevant evidence even when it has been successfully retrieved\. These failures can weaken evidence attribution, reduce factuality, and degrade the accuracy of the final output[Kim et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib50)\.
These limitations point to a broader challenge: in medicine, LLMs must reason over multiple knowledge and evidence sources that differ in coverage, timeliness, authority, and reliability\. We broadly categorize these sources into three types\. First,parametric knowledgerefers to information acquired by an LLM during pretraining or post\-training\. It provides broad medical priors but may be incomplete, outdated, or insufficiently specific to the question at hand\. Second,locally curated evidence, such as institutional documents or medical textbooks, may be authoritative and task\-specific but is constrained by the coverage and time of corpus construction\. Third,dynamic evidence, such as information obtained through query\-time web search, may capture recent or context\-specific developments but can vary substantially in relevance, credibility, and quality\.
These sources may provide complementary support, but they may also lead to conflicting conclusions\. Prior studies have shown that effectively coordinating internal knowledge and retrieved evidence remains an open challenge[Xiong et al\. \(2024a\)](https://arxiv.org/html/2609.16301#bib.bib36);[Tan et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib5);[Guan et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib10)\. For example, a recent analysis found that conflicts between internal and external knowledge occurred in 19\.2% of evaluated cases\. Among these conflicts, internal knowledge was correct in 47\.4% of cases, whereas external evidence was correct in 52\.6%[Wang et al\. \(2025b\)](https://arxiv.org/html/2609.16301#bib.bib51)\. These findings suggest that neither source can be trusted by default\. Recent extensions of RAG have introduced adaptive retrieval, query reformulation, and follow\-up question generation, allowing models to determine whether additional retrieval is needed and how the search process should proceed[Sohn et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib49);[Xiong et al\. \(2024b\)](https://arxiv.org/html/2609.16301#bib.bib40)\. However, these methods primarily focus on whether and how to retrieve additional evidence rather than on resolving conflicts among heterogeneous sources after retrieval\. A central challenge therefore remains: how to adjudicate heterogeneous sources and determine whether the system should preserve an existing conclusion, revise it in light of newly acquired evidence, or seek additional evidence when the conflict remains unresolved\.
Figure 1:Overview of CLEAR\. The framework independently generates candidate answers from parametric knowledge, locally curated evidence, and dynamically retrieved evidence; aggregates and adjudicates information across sources; and produces task\-specific outputs\.To address this challenge, we proposeCLEAR, an agentic framework for cross\-source evidence adjudication in LLMs in medicine\. CLEAR generates source\-specific candidate answers from parametric knowledge, locally curated evidence, and dynamically retrieved evidence and explicitly resolves their agreement and conflicts before producing the final response\. CLEAR first constructs three parallel reasoning pathways, allowing each source to independently contribute a candidate answer and its supporting evidence\. An aggregation verifier then reasons over the resulting evidence bundle, determines whether the sources agree, conflict, or remain insufficiently supported, and assigns an appropriate routing decision\. When dynamic evidence challenges an agreement between the parametric and local pathways, an adjudication module further determines whether the new evidence is sufficiently relevant and reliable to justify revising the existing conclusion\. This module combines an override guard, which prevents weak or misaligned dynamic evidence from inappropriately overturning a well\-supported consensus, with a challenge audit, which allows credible new evidence to correct a consensus that may be outdated or incomplete\. When the available evidence cannot resolve the conflict, the framework escalates the case to targeted follow\-up search before making the final decision\.
We systematically evaluate CLEAR on ten public benchmarks spanning medical question answering, clinical reasoning, and broader knowledge and reasoning tasks using representative commercial and open\-weight backbones\. CLEAR remains competitive in settings where Direct inference or conventional retrieval already performs strongly, while achieving substantial gains in several other settings\. In particular, with Qwen\-3\.5\-9B, the best CLEAR configurations improve performance by 13\.69 percentage points on MedRBench and 11\.30 percentage points on NEJM\-QA over the strongest evaluated baselines\. These findings suggest that effective use of external evidence requires not only retrieval, but also explicit adjudication of whether to preserve an existing conclusion, revise it, or seek additional evidence\. We also publicly release the implementation code to support reproducibility and future research\.
## 2Method
### 2\.1Framework Overview
Figure[1](https://arxiv.org/html/2609.16301#S1.F1)illustrates CLEAR\. Given a queryqq, such as a medical question, the framework considers three complementary sources of knowledge and evidence: \(1\) parametric knowledge encoded in the backbone model, \(2\) evidence retrieved from locally curated corpora, and \(3\) dynamic evidence acquired at inference time from external information sources, such as web search\. Together, these sources capture a common practical setting in which a model must combine its internal knowledge with controlled local resources and newly acquired external information[Wang et al\. \(2025c\)](https://arxiv.org/html/2609.16301#bib.bib4);[Zhang et al\. \(2023\)](https://arxiv.org/html/2609.16301#bib.bib3)\.
CLEAR comprises three stages\. First, a multi\-path generation module independently constructs candidate answers from the parametric, local, and dynamic pathways\. Maintaining separate pathways preserves the provenance of each candidate and makes cross\-source agreement and disagreement observable\. Second, an aggregation verifier assembles the candidate answers, retrieved evidence, and available source\-quality information into a unified evidence bundle\. It evaluates the support for each candidate and assigns a routing decision according to whether the sources agree, conflict, or remain insufficient to support a conclusion\. Third, an adjudication module determines whether the current conclusion should be preserved, revised in light of dynamic evidence, or subjected to targeted follow\-up search\.
CLEAR is conservative by design\. Dynamic evidence is not preferred solely because it is newly retrieved\. When the parametric and local pathways agree, their consensus is preserved unless the dynamic pathway provides sufficiently relevant and reliable evidence that directly resolves the disagreement\. Conversely, CLEAR does not assume that an existing consensus is necessarily correct\. A challenge audit allows credible dynamic evidence to revise a conclusion that may be outdated, incomplete, or insufficiently sensitive to the specific context\. When the available evidence cannot resolve the conflict, the system performs a bounded follow\-up search before producing the final response\. The individual components are described below\.
### 2\.2Source\-Specific Candidate Generation
Given the queryqq, CLEAR generates three source\-specific candidate answers\. Unless otherwise specified, all candidate\-generation pathways use the same backbone modelℳ\\mathcal\{M\}, thereby reducing differences attributable to model capability and allowing the pathways to be compared primarily with respect to the information available to each\. Variants that introduce an additional model for evidence assessment are described separately in the experimental setup\.
##### Parametric pathway\.
The parametric pathway generates an answer using only the knowledge encoded in the backbone model:
aparam=ℳ\(q\)\.a\_\{\\mathrm\{param\}\}=\\mathcal\{M\}\(q\)\.\(1\)
This pathway provides a retrieval\-free reference and preserves the model’s learned medical priors\. It is particularly important when the query is already well supported by parametric knowledge and additional retrieval would be redundant or potentially distracting[Shi et al\. \(2024\)](https://arxiv.org/html/2609.16301#bib.bib2);[Kim et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib50)\.
##### Local\-evidence pathway\.
LetKlocalK\_\{\\mathrm\{local\}\}denote a locally indexed corpus or collection of corpora, and letℛ\\mathcal\{R\}denote a retrieval function over this collection\. The retrieved local evidence, its provenance, and the corresponding candidate answer are defined as
Elocal,Plocal=ℛ\(q,Klocal\),alocal=ℳ\(q,Elocal\),E\_\{\\mathrm\{local\}\},P\_\{\\mathrm\{local\}\}=\\mathcal\{R\}\(q,K\_\{\\mathrm\{local\}\}\),\\qquad a\_\{\\mathrm\{local\}\}=\\mathcal\{M\}\(q,E\_\{\\mathrm\{local\}\}\),\(2\)
wherePlocalP\_\{\\mathrm\{local\}\}records available provenance information associated with the retrieved local evidence, such as document identifiers or retrieval sources\.
This pathway follows established RAG implementations[Xiong et al\. \(2024a\)](https://arxiv.org/html/2609.16301#bib.bib36);[Liu et al\. \(2025b\)](https://arxiv.org/html/2609.16301#bib.bib8)\. The proposed framework is agnostic to the implementation ofℛ\\mathcal\{R\}and can therefore support sparse, dense, hybrid, or other retrieval approaches\. The local pathway represents settings in which evidence is curated, controlled, domain\-specific, or institution\-specific, but potentially limited by the coverage and update time of the indexed corpus\.
##### Dynamic\-evidence pathway\.
The dynamic pathway acquires evidence from an external information spaceKdynamicK\_\{\\mathrm\{dynamic\}\}at inference time:
Edynamic,Pdynamic=Search\(q,Kdynamic\),E\_\{\\mathrm\{dynamic\}\},P\_\{\\mathrm\{dynamic\}\}=\\mathrm\{Search\}\(q,K\_\{\\mathrm\{dynamic\}\}\),\(3\)
wherePdynamicP\_\{\\mathrm\{dynamic\}\}records the provenance of the retrieved external evidence\. The framework further assesses the quality of the retrieved evidence:
Sdynamic=AssessQuality\(q,Edynamic,Pdynamic\),adynamic=ℳ\(q,Edynamic\),S\_\{\\mathrm\{dynamic\}\}=\\mathrm\{AssessQuality\}\\left\(q,E\_\{\\mathrm\{dynamic\}\},P\_\{\\mathrm\{dynamic\}\}\\right\),\\qquad a\_\{\\mathrm\{dynamic\}\}=\\mathcal\{M\}\(q,E\_\{\\mathrm\{dynamic\}\}\),\(4\)
whereSdynamicS\_\{\\mathrm\{dynamic\}\}summarizes source\-quality information derived from the retrieved evidence, such as assessments based on source authority, recency, and content type\. Dynamic retrieval may be implemented using web search, literature search, external databases, or other query\-time information tools\.
Each pathway produces a source\-specific candidate record:
ci=\(ai,Ei,Pi\),i∈\{param,local,dynamic\},c\_\{i\}=\(a\_\{i\},E\_\{i\},P\_\{i\}\),\\qquad i\\in\\\{\\mathrm\{param\},\\mathrm\{local\},\\mathrm\{dynamic\}\\\},\(5\)
wherePiP\_\{i\}records the provenance of the candidate and its supporting evidence when available\. For the parametric pathway,Eparam=∅E\_\{\\mathrm\{param\}\}=\\varnothingbecause its supporting knowledge is implicit in the model parameters, andPparamP\_\{\\mathrm\{param\}\}identifies the parametric pathway and backbone model\. For the local and dynamic pathways,EiE\_\{i\}contains the retrieved evidence andPiP\_\{i\}records its retrieval provenance\.
The resulting candidate set is
𝒞=\{cparam,clocal,cdynamic\}\.\\mathcal\{C\}=\\\{c\_\{\\mathrm\{param\}\},c\_\{\\mathrm\{local\}\},c\_\{\\mathrm\{dynamic\}\}\\\}\.\(6\)
The purpose of multi\-path generation is not to assume that using more sources necessarily improves performance\. Instead, it exposes source\-specific conclusions and their supporting information so that the subsequent modules can explicitly evaluate agreement, disagreement, and evidential sufficiency\.
### 2\.3Cross\-Source Aggregation and Adjudication
#### 2\.3\.1Aggregation Verifier
The candidate pathways provide complementary answers, but they do not by themselves determine which answer should govern the final response\. The aggregation verifier therefore constructs a unified evidence bundle:
B=Aggregate\(q,𝒞,Sdynamic\)\.B=\\mathrm\{Aggregate\}\\left\(q,\\mathcal\{C\},S\_\{\\mathrm\{dynamic\}\}\\right\)\.\(7\)
The bundleBBcontains the original query, the three candidate answers, the retrieved local and dynamic evidence, the provenance of each candidate, and the available source\-quality information\. The aggregation verifier𝒱\\mathcal\{V\}reasons over this bundle and returns a structured preliminary decision:
o0=𝒱\(B\)=\(a^0,z0,j0,γ0\),o\_\{0\}=\\mathcal\{V\}\(B\)=\(\\widehat\{a\}\_\{0\},z\_\{0\},j\_\{0\},\\gamma\_\{0\}\),\(8\)
wherea^0\\widehat\{a\}\_\{0\}is the preliminary answer,z0z\_\{0\}is the routing decision,j0j\_\{0\}is the supporting rationale, andγ0\\gamma\_\{0\}is a confidence signal associated with the decision\. The confidence signal is not treated as a calibrated probability\.
The routing decision belongs to the following set:
𝒵=\{\\displaystyle\\mathcal\{Z\}=\\\{consensus,keep\_parametric,keep\_local,\\displaystyle\\texttt\{consensus\},\\texttt\{keep\\\_parametric\},\\texttt\{keep\\\_local\},\(9\)accept\_dynamic,needs\_more\_search\}\.\\displaystyle\\texttt\{accept\\\_dynamic\},\\texttt\{needs\\\_more\\\_search\}\\\}\.
The routes have the following interpretations:
- •consensus: At least two pathways converge on the same conclusion, and the available supporting evidence does not reveal a material unresolved contradiction\.
- •keep\_parametric: The parametric answer is better supported than the alternatives, and the retrieved evidence does not justify revising it\.
- •keep\_local: The locally grounded answer is better supported by the curated evidence than the parametric or dynamic alternatives\.
- •accept\_dynamic: The dynamic answer is supported by sufficiently relevant and reliable external evidence and appears to justify revising the current conclusion\.
- •needs\_more\_search: The available evidence is insufficient, internally inconsistent, or unable to distinguish reliably among competing conclusions\.
The aggregation verifier therefore goes beyond simple answer aggregation or majority voting\. It jointly evaluates the provenance, relevance, and support associated with each candidate and determines whether the observed disagreement can be resolved using the current evidence bundle\.
#### 2\.3\.2Adjudication of Cross\-Source Conflicts
The adjudication module is invoked when the verifier identifies a meaningful conflict or when the preliminary route may require revising an existing conclusion\. A particularly important conflict pattern is
aparam=alocal≠adynamic,a\_\{\\mathrm\{param\}\}=a\_\{\\mathrm\{local\}\}\\neq a\_\{\\mathrm\{dynamic\}\},\(10\)
in which the parametric and local pathways agree while the dynamic pathway proposes a different conclusion\. This pattern is inherently ambiguous\. The dynamic pathway may have identified newer or more context\-specific evidence, but it may also have retrieved irrelevant, unreliable, or question\-misaligned information\. The adjudication module therefore evaluates both the risk of an inappropriate override and the risk of preserving an outdated or incomplete consensus\.
##### Override guard\.
The override guard evaluates cases in which the preliminary decision favorsaccept\_dynamic, particularly when the dynamic candidate conflicts with an agreement between the parametric and local pathways or when all three pathways disagree\. The guard permits an override only when the dynamic evidence:
1. 1\.directly addresses the query and the observed disagreement;
2. 2\.originates from sufficiently credible and relevant sources;
3. 3\.provides explicit support for the dynamic conclusion; and
4. 4\.explains why the competing conclusion is less appropriate\.
If these conditions are not adequately supported, the dynamic candidate is not immediately accepted\. The system either preserves the better\-supported parametric or local conclusion or initiates targeted follow\-up retrieval\. This mechanism reduces the risk that weak, unreliable, or misaligned external evidence will overturn a stronger conclusion\.
##### Challenge audit\.
The challenge audit addresses the opposite failure mode\. A parametric–local consensus may itself be outdated, incomplete, or insensitive to the specific clinical context\. Therefore, when the preliminary decision favors preserving the existing conclusion but the dynamic pathway raises a plausible and well\-supported challenge, the audit explicitly re\-examines the consensus\.
The challenge is accepted only when the dynamic evidence satisfies the specified relevance and quality criteria, directly addresses the disagreement, and provides sufficient support for the revised conclusion\. Otherwise, the original conclusion is preserved\. The challenge audit therefore prevents agreement between the parametric and local pathways from being treated as automatically correct\.
Together, the override guard and challenge audit balance two competing risks: allowing unreliable dynamic evidence to inappropriately overturn a well\-supported conclusion, and allowing an outdated consensus to suppress credible and more current evidence\.
#### 2\.3\.3Targeted Follow\-Up Search
When the current evidence bundle cannot resolve the disagreement, the framework generates a targeted follow\-up query conditioned on the unresolved conflict:
q~=𝒬follow\(q,B,o0\),\\widetilde\{q\}=\\mathcal\{Q\}\_\{\\mathrm\{follow\}\}\(q,B,o\_\{0\}\),\(11\)
where𝒬follow\\mathcal\{Q\}\_\{\\mathrm\{follow\}\}identifies the specific evidential gap, competing claims, or clinical distinction requiring clarification\. Additional evidence and its provenance are then acquired using the targeted query:
Efollow,Pfollow=Search\(q~,Kdynamic\)\.E\_\{\\mathrm\{follow\}\},P\_\{\\mathrm\{follow\}\}=\\mathrm\{Search\}\(\\widetilde\{q\},K\_\{\\mathrm\{dynamic\}\}\)\.\(12\)
The framework assesses the quality of this additional evidence as
Sfollow=AssessQuality\(q~,Efollow,Pfollow\),S\_\{\\mathrm\{follow\}\}=\\mathrm\{AssessQuality\}\\left\(\\widetilde\{q\},E\_\{\\mathrm\{follow\}\},P\_\{\\mathrm\{follow\}\}\\right\),\(13\)
and merges the new evidence with the existing evidence bundle:
B′=Merge\(B,Efollow,Pfollow,Sfollow\)\.B^\{\\prime\}=\\mathrm\{Merge\}\\left\(B,E\_\{\\mathrm\{follow\}\},P\_\{\\mathrm\{follow\}\},S\_\{\\mathrm\{follow\}\}\\right\)\.\(14\)
The aggregation verifier and adjudication module are subsequently applied to the updated bundleB′B^\{\\prime\}\. Follow\-up retrieval is bounded rather than open\-ended and is used only when the current evidence is insufficient to justify either preserving or revising the conclusion\. Unlike unrestricted repeated search, the follow\-up query is directed at the specific conflict identified during adjudication\.
The adjudication process returns a structured decision object:
d=\(a⋆,z⋆,j⋆,γ⋆,B⋆\),d=\\left\(a^\{\\star\},z^\{\\star\},j^\{\\star\},\\gamma^\{\\star\},B^\{\\star\}\\right\),\(15\)
wherea⋆a^\{\\star\}is the selected answer,z⋆z^\{\\star\}is the final route,j⋆j^\{\\star\}is the adjudication rationale,γ⋆\\gamma^\{\\star\}is the final confidence signal, andB⋆B^\{\\star\}is the final evidence bundle after any follow\-up search\.
### 2\.4Task\-Specific Response Generation
The cross\-source adjudication procedure above is shared across different tasks\. Once the structured decisionddhas been obtained, a task\-specific adapter converts the adjudicated conclusion and its supporting evidence into the output format required by the target task\.
##### Free\-text medical tasks\.
For an open\-ended task, the final response is generated as
rtext=𝒢text\(q,a⋆,j⋆,B⋆\)\.r\_\{\\mathrm\{text\}\}=\\mathcal\{G\}\_\{\\mathrm\{text\}\}\(q,a^\{\\star\},j^\{\\star\},B^\{\\star\}\)\.\(16\)
The response generator does not independently repeat retrieval or overturn the adjudication result\. Its role is to express the selected conclusion and supporting evidence in a medically grounded and task\-appropriate form\. Depending on the application, the response may include a diagnosis, treatment recommendation, clinical explanation, or patient\-facing answer\.
##### Multiple\-choice tasks\.
For a multiple\-choice task with an admissible option set𝒪\\mathcal\{O\}, the task\-specific adapter maps the adjudicated conclusion to one or more valid answer options:
𝒪^=𝒯MCQ\(q,𝒪,d\),𝒪^⊆𝒪\.\\widehat\{\\mathcal\{O\}\}=\\mathcal\{T\}\_\{\\mathrm\{MCQ\}\}\(q,\\mathcal\{O\},d\),\\qquad\\widehat\{\\mathcal\{O\}\}\\subseteq\\mathcal\{O\}\.\(17\)
For single\-answer tasks,\|𝒪^\|=1\|\\widehat\{\\mathcal\{O\}\}\|=1; for multiple\-answer tasks,𝒪^\\widehat\{\\mathcal\{O\}\}may contain more than one admissible option\.
When the initial evidence is insufficient to distinguish among competing answer options, the targeted follow\-up query may be conditioned on those options so that the search directly evaluates the relevant clinical distinctions\. This option\-aware retrieval occurs before the final adjudication decisionddis produced and therefore does not constitute a separate decision process\.
After adjudication, a format gate converts the selected option or options into the representation required by the benchmark:
rMCQ=FormatGate\(𝒪^,𝒪\)\.r\_\{\\mathrm\{MCQ\}\}=\\mathrm\{FormatGate\}\(\\widehat\{\\mathcal\{O\}\},\\mathcal\{O\}\)\.\(18\)
The format gate does not alter the medical conclusion\. It only ensures that the output contains the appropriate number and representation of admissible options, thereby supporting both single\-answer and multiple\-answer tasks\.
### 2\.5Implementation Details
We instantiate CLEAR with GPT\-o3\-mini and Qwen\-3\.5\-9B as representative commercial and open\-weight backbones, respectively\. In the primary setting, the same backbone is used throughout candidate generation, source\-quality assessment, aggregation verification, adjudication, and final response generation\. Full model configurations and prompting details are provided in Appendix[A](https://arxiv.org/html/2609.16301#A1)\.
For candidate generation, the parametric pathway directly queries the backbone without external retrieval\. The local pathway retrieves evidence from MedCorp[Xiong et al\. \(2024a\)](https://arxiv.org/html/2609.16301#bib.bib36), following the same corpus setting as the MedRAG baselines, using BM25 with the topk=16k=16retrieved snippets\. The dynamic pathway obtains external evidence through web search\. The primary experiments use GPT\-4o’s web\-search capability for dynamic evidence acquisition\. As a secondary implementation\-diversity experiment, we additionally instantiate the dynamic pathway using Tavily on the NEJM\-QA Internal Medicine subset \(Appendix[A](https://arxiv.org/html/2609.16301#A1)\), providing preliminary evidence that CLEAR can be implemented with an alternative web\-search backend\.
Retrieved dynamic evidence is assigned categorical source\-quality labels \(high, medium, or low\) based on source authority, recency, and content type\. These labels constituteSdynamicS\_\{\\mathrm\{dynamic\}\}and are provided to the aggregation verifier and adjudication modules together with the candidate answers, retrieved evidence, and provenance information\. The aggregation verifier produces a preliminary answer and routing decision\. When dynamic evidence challenges another pathway, the adjudication module applies two complementary mechanisms: an*override guard*, which verifies a verifier\-proposed dynamic override before accepting it, and a*challenge audit*, which allows rejected dynamic evidence to challenge an existing parametric–local consensus when sufficiently strong supporting evidence is available\. Detailed triggering conditions and decision rules are provided in Appendix[A](https://arxiv.org/html/2609.16301#A1)\.
Finally, task\-specific adapters convert the adjudicated conclusion into benchmark\-compatible outputs for multiple\-choice tasks or evidence\-grounded responses for free\-text tasks, without introducing additional retrieval or modifying the adjudication result\.
### 2\.6Data and Evaluation
We evaluate CLEAR on ten public reasoning benchmarks, including eight medical question\-answering or clinical reasoning benchmarks and two broader knowledge and reasoning benchmarks\. The evaluation suite was selected to balance three considerations: comparability with prior work, task difficulty, and diversity in answer format\. Collectively, the benchmarks span multiple\-choice and free\-text tasks as well as general and specialty\-level medical knowledge\.
Due to space constraints, we focus the main\-text analysis on MedQA, PubMedQA, NEJM\-QA, MedRBench, and HealthBench\. We additionally evaluate the framework on MedBullets[Chen et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib19), MedExQA[Kim et al\. \(2024\)](https://arxiv.org/html/2609.16301#bib.bib57), AfriMed\-QA[Nimo et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib58), MMLU[Hendrycks et al\. \(2020\)](https://arxiv.org/html/2609.16301#bib.bib59), and MMLU\-Pro[Wang et al\. \(2024\)](https://arxiv.org/html/2609.16301#bib.bib60)\. The magnitude of improvement varies across datasets and backbone models; complete results on the five additional benchmarks are provided in Appendix[A\.1](https://arxiv.org/html/2609.16301#A1.SS1)\.
##### Multiple\-choice benchmarks\.
We evaluate multiple\-choice question answering on MedQA, PubMedQA, and NEJM\-QA\. MedQA[Jin et al\. \(2021\)](https://arxiv.org/html/2609.16301#bib.bib30)is a widely used benchmark based on United States Medical Licensing Examination\-style questions\. Its English test set contains 1,273 questions, each with four answer options, and primarily evaluates professional medical knowledge and exam\-style clinical reasoning\.
PubMedQA[Jin et al\. \(2019\)](https://arxiv.org/html/2609.16301#bib.bib31)is constructed from biomedical research questions and corresponding PubMed abstracts\. Each question is answered asyes,no, ormaybebased on the associated abstract, making the benchmark more focused on interpreting biomedical evidence than on isolated factual recall\. We use its 500 expert\-labeled test questions\.
NEJM\-QA[Wang et al\. \(2025a\)](https://arxiv.org/html/2609.16301#bib.bib32)is constructed from official board residency examinations released through the NEJM\-AI collection\. It contains 655 questions spanning five specialties: general surgery, internal medicine, psychiatry, pediatrics, and obstetrics and gynecology\. Relative to MedQA and PubMedQA, NEJM\-QA emphasizes more specialized medical knowledge and provides a setting with multiple clinically plausible alternatives\. Some NEJM\-QA questions admit multiple correct answers; for these questions, a prediction is considered correct only when the complete predicted set exactly matches the reference answer set\.
We retain MedQA and PubMedQA not because they are expected to benefit most from retrieval, but because they represent standard evaluation settings in which strong parametric models and conventional local retrieval already perform well\. These benchmarks therefore test whether the proposed framework can preserve performance when additional external evidence is unnecessary or potentially distracting\.
##### Free\-text benchmarks\.
We also evaluate CLEAR on free\-text benchmarks MedRBench and HealthBench\. MedRBench[Qiu et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib33)contains 1,453 structured patient cases with reference reasoning derived from open\-access clinical case reports\. The benchmark spans 13 body systems and 10 specialties and includes cases involving rare diseases\. Following the benchmark protocol, we evaluate the diagnosis and treatment stages using its automated reasoning evaluator\.
HealthBench[Arora et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib34)contains 5,000 realistic multi\-turn health conversations graded using conversation\-specific rubrics developed by 262 physicians\. Rather than requiring selection from fixed answer options, HealthBench evaluates open\-ended response quality across criteria including clinical accuracy, completeness, safety, and communication\. We use the HealthBench Hard subset, comprising 1,000 queries\.
##### Additional benchmarks\.
To assess robustness across a broader range of reasoning settings, we additionally evaluate CLEAR on five benchmarks\. MedBullets contains USMLE Step 2 and Step 3\-style multiple\-choice questions with expert\-written explanations\. MedExQA covers multiple medical specialties and provides multiple reference explanations for each question\. AfriMed\-QA is a Pan\-African, multi\-specialty medical question\-answering benchmark constructed across medical institutions in multiple African countries\. MMLU evaluates multitask knowledge across a broad range of academic and professional subjects, while MMLU\-Pro provides a more challenging reasoning\-oriented extension with a larger answer space\. Detailed dataset statistics and complete results are provided in Appendix[A\.1](https://arxiv.org/html/2609.16301#A1.SS1)\.
##### Evaluation metrics\.
Because the benchmarks differ in answer format and evaluation objective, we use task\-specific metrics\. For single\-answer multiple\-choice questions, we report accuracy based on the final selected option\. For multiple\-answer NEJM\-QA questions, we use exact\-set accuracy, requiring the predicted option set to match the complete reference set\. For MedRBench, we follow the official evaluation protocol and report the automated reasoning scores for the diagnosis and treatment stages, together with their aggregate result\. For HealthBench, we report the physician\-authored rubric score, which measures the extent to which each response satisfies its conversation\-specific clinical criteria\. All benchmark evaluators are used only for scoring and do not participate in candidate generation, evidence adjudication, or final response generation\.
### 2\.7Baselines and Framework Variants
We evaluate all methods using the same answer\-generation backbones to control for differences in the underlying model when comparing retrieval and evidence\-adjudication strategies\. Specifically, we use o3\-mini as a commercial backbone and Qwen\-3\.5\-9B as an open\-weight backbone\. This pairing allows us to examine whether the proposed framework remains effective across models with different capability levels and accessibility\.
##### Direct inference\.
TheDirectbaseline answers each query using only the parametric knowledge encoded in the backbone model:
adirect=ℳ\(q\)\.a\_\{\\mathrm\{direct\}\}=\\mathcal\{M\}\(q\)\.\(19\)
This retrieval\-free setting serves as the primary reference for assessing whether locally retrieved evidence, dynamically acquired evidence, and cross\-source adjudication improve upon parametric reasoning alone\.
##### Retrieval\-augmented generation\.
We use MedRAG[Xiong et al\. \(2024a\)](https://arxiv.org/html/2609.16301#bib.bib36)as the retrieval\-augmented baseline because it provides an established framework for medical question answering and supports controlled evaluation with different retrieval methods\. We evaluate MedRAG using two retrieval configurations:MedRAG \(BM25\), based on sparse lexical retrieval, andMedRAG \(MedCPT\), based on dense biomedical retrieval\. Both configurations retrieve from the same local corpus and use the same answer\-generation backbone as the corresponding Direct and proposed\-method settings\.
These two configurations help assess whether improvements extend beyond those obtained by changing the local retrieval method\. Conceptually, MedRAG represents the local\-evidence pathway,
alocal=ℳ\(q,ℛ\(q,Klocal\)\),a\_\{\\mathrm\{local\}\}=\\mathcal\{M\}\\left\(q,\\mathcal\{R\}\(q,K\_\{\\mathrm\{local\}\}\)\\right\),\(20\)
whereas CLEAR jointly considers parametric, local, and dynamic pathways and explicitly adjudicates their agreement and conflicts\.
##### Proposed framework\.
We evaluate three configurations of the proposed framework:
- •CLEAR \(default\)is the primary configuration\. It includes source\-specific candidate generation, the aggregation verifier, the override guard, the challenge audit, bounded follow\-up search, and task\-specific response generation\.
- •CLEAR \(dual models\)follows the same adjudication procedure but introduces a second model to assess the relevance and quality of dynamically retrieved evidence\. This configuration evaluates whether model diversity during evidence assessment improves cross\-source adjudication\.
- •CLEAR \(QPIS\)extends the primary configuration with Query Planning and Iterative Search\. It decomposes complex queries into targeted subqueries and iteratively acquires additional evidence when the current evidence bundle remains insufficient\. This configuration is designed for questions requiring broader evidence coverage or multi\-step information seeking\.
The three configurations share the same cross\-source adjudication architecture and differ primarily in how dynamic evidence is acquired or assessed, including the use of an additional assessment model or iterative query planning\. Unless otherwise stated,CLEAR \(default\)is treated as the primary proposed method, whereas the dual\-model and QPIS configurations are evaluated as extensions\.
## 3Results
In this section, we systematically present the main experimental results of CLEAR\. We evaluate the framework separately on multiple\-choice question \(MCQ\) and free\-text benchmarks and further conduct ablation studies on its two key mechanisms\. To keep the main text focused, we report the primary results and analyses here, while additional experimental results are provided in Section[A\.1](https://arxiv.org/html/2609.16301#A1.SS1)\.
### 3\.1Results on MCQ Datasets
As shown in Table[1](https://arxiv.org/html/2609.16301#S3.T1),CLEARachieves competitive results across the MCQ datasets\.
Table 1:Results on Common MCQ DatasetsIn detail, on MedQA, theCLEAR variantsachieve performance comparable to or better than the Direct and MedRAG baselines across both the o3\-mini and Qwen backbones\. On PubMedQA, although the CLEAR variants do not surpass MedRAG under the BM25 setting, their performance remains close\. Together, these results show that CLEAR remains competitive with the Direct and MedRAG baselines on commonly used medical QA benchmarks\.
NEJM\-QA targets more specialized medical knowledge than MedQA and PubMedQA\. For overall NEJM\-QA accuracy, allCLEARvariants outperform the evaluated baselines\. This advantage is particularly pronounced with the Qwen backbone, where the best CLEAR configuration improves accuracy by 11\.30 percentage points over the strongest baseline\.
Table 2:NEJM Detail ResultsAs shown in Figure[3](https://arxiv.org/html/2609.16301#S3.F3), we further report specialty\-level results on NEJM\-QA\. Across the two backbones, at least oneCLEARconfiguration achieves the highest performance in each evaluated specialty\. The gains are particularly consistent with the Qwen backbone\.
Figure 2:Performance on MedQA, PubMedQA, and NEJM\-QA\. CLEAR remains competitive on MedQA and PubMedQA while showing larger gains on NEJM\-QA, especially with the Qwen backbone\.Figure 3:Specialty\-level results on NEJM\-QA\. At least one CLEAR configuration achieves the best performance in each evaluated specialty across both backbone families\.In contrast to the results on MedQA and PubMedQA, the MedRAG baseline, which retrieves from a local corpus, shows lower performance on NEJM\-QA under both the BM25 and MedCPT retriever settings\. With o3\-mini, MedRAG \(BM25\) and MedRAG \(MedCPT\) achieve 80\.76% and 80\.61%, respectively, compared with 84\.12% for Direct inference\. A similar pattern is observed with Qwen\-3\.5\-9B\.
### 3\.2Results on Free\-Text Datasets
To assess performance beyond multiple\-choice question answering, we further evaluate CLEAR on MedRBench and HealthBench\-Hard\.
Table 3 reports results on the free\-text benchmarks\. On MedRBench, CLEAR scores 82\.38 Overall with gpt\-o3\-mini \(82\.34 on Diagnosis, 82\.46 on Treatment\) and 74\.74 with qwen\-3\.5\-9B \(76\.70, 70\.97\)\. QPIS variant scores 79\.77 and 73\.30 Overall on the two backbones\. Direct inference scores 71\.30 and 61\.05 Overall; MedRAG scores 71\.03 \(BM25\) and 65\.45 \(MedCPT\) with gpt\-o3\-mini, and 58\.22 under both settings with qwen\-3\.5\-9B\.
HealthBench shows a different pattern from MedRBench\. With gpt\-o3\-mini, CLEAR scores 0\.2422 against 0\.3334 for Direct inference, and falls below both MedRAG settings, while QPIS scores 0\.3334\. With qwen\-3\.5\-9B, CLEAR scores 0\.3444 against 0\.3179 for Direct inference, and QPIS scores 0\.3179\. Both MedRAG settings score below Direct inference under both backbones\. We discuss these backbone\- and task\-dependent differences in Section[4](https://arxiv.org/html/2609.16301#S4)\.
Table 3:Results on Free\-text Benchmarks
### 3\.3Ablation Studies
We conduct two ablation studies to examine cross\-source adjudication and the targeted follow\-up search mechanism\.
First, we compare different evidence configurations on the o3\-mini backbone, as reported in Table[4](https://arxiv.org/html/2609.16301#S3.T4)\. Direct uses parametric knowledge only, BM25 uses local retrieval, Online\-only uses dynamic retrieval, and CLEAR combines all three sources through the full framework\. Performance varies across datasets\. On MedQA, CLEAR achieves the highest score of 92\.69, compared with 92\.38 for Direct, 92\.14 for BM25, and 87\.82 for Online\-only\. On PubMedQA, BM25 achieves the highest score of 82\.00, followed by CLEAR at 81\.60\. On NEJM\-QA, CLEAR obtains the highest score of 85\.04, compared with 84\.12 for Direct, 80\.76 for BM25, and 78\.32 for Online\-only\. Aggregated across the three datasets, CLEAR achieves the highest overall score of 88\.34\.
Second, we evaluate the effect of targeted follow\-up search on the Qwen\-3\.5\-9B backbone\. As shown in Table[5](https://arxiv.org/html/2609.16301#S3.T5), CLEAR improves the overall score from 77\.22 without follow\-up search to 78\.13 with follow\-up search, corresponding to an absolute improvement of 0\.91 percentage points\. The improvement is 1\.02 percentage points on MedQA and 1\.37 percentage points on NEJM\-QA, while the PubMedQA score remains unchanged at 79\.20\. Across the three datasets, follow\-up search is triggered 123 times, including 87 times on MedQA, 4 times on PubMedQA, and 32 times on NEJM\-QA\. Among these triggered searches, 12 result in an accepted revision, corresponding to an acceptance rate of 9\.8%\.
Overall, the ablation studies show that the full CLEAR framework achieves stronger aggregate performance than any individual evidence\-source setting, while targeted follow\-up search provides additional gains on a subset of unresolved cases\.
Table 4:Ablation Study I: Comparison across direct, BM25, online\-only, and ours settings\.Table 5:Ablation Study II: Impact and usage statistics of targeted follow\-up searc
### 3\.4Result Interpretation and Manual Verification
Because all benchmarks evaluated in this study are publicly available, web\- or corpus\-based retrieval may potentially recover either benchmark instances themselves or the upstream documents from which some benchmark items were constructed\. We therefore manually audit every retrieval trace produced during evaluation and explicitly distinguish two cases\.
Direct benchmark\-item leakagerefers to retrieval of the benchmark instance itself, such as an exact or near\-exact match to the question stem together with its answer choices or reference answer\. We detect such cases by checking for \(1\) contiguous question\-stem matches, \(2\) high\-overlap matches to the benchmark question, and \(3\) verbatim recovery of benchmark\-specific answer options or reference answers\.
Upstream\-source retrieval, by contrast, refers to retrieval of the original publication, abstract, or clinical case from which a benchmark item was derived, without recovering the benchmark question, answer options, or reference answer\. We identify such cases using source metadata and identifiers, including article titles, PubMed/PMC identifiers, and other benchmark\-provided provenance information\. The same source\-identifier checks are also applied to the MedRAG baselines\.
As shown in Table[6](https://arxiv.org/html/2609.16301#S3.T6), we observe no direct benchmark\-item leakage for any evaluated benchmark under either backbone: none of the retrieved documents contains the benchmark question\-answer instance itself\. This indicates that we did not identify direct recovery of benchmark items in the audited retrieval traces\.
We next examine upstream\-source retrieval\. No upstream\-source matches are observed for MedQA, NEJM\-QA, or HealthBench\. For PubMedQA, the source document is retrieved for 42\.4% and 42\.6% of examples with the GPT\- and Qwen\-based configurations, respectively\. For MedRBench, the corresponding rates are 60\.4% and 62\.5% on the diagnosis subset and 75\.0% and 77\.6% on the treatment subset\. The similar rates across backbones are consistent with upstream\-source retrieval being driven primarily by the relationship between benchmark provenance and the retrieval space rather than by backbone\-specific behavior\.
Importantly, these upstream\-source matches do not contain the benchmark items themselves\. Instead, they correspond to titles, abstracts, or publicly available clinical cases from PubMed and PMC that served as source material for benchmark construction\. Recovering such documents is an expected behavior of an effective retrieval system, whose objective is to identify documents that are highly relevant to a given query\. For benchmarks derived from publicly indexed literature, the original source document may therefore be retrieved even when the derived benchmark question, answer options, and reference answer are not present\.
This behavior is also observed in the MedRAG baselines\. As shown in Table[7](https://arxiv.org/html/2609.16301#S3.T7), on PubMedQA, BM25 retrieves the source abstract for 55\.0% of examples and MedCPT for 53\.4%, compared with 42\.4% for the CLEAR web\-search configuration\. The source abstract is ranked first for 55\.0% and 50\.8% of examples with BM25 and MedCPT, respectively\. These results indicate that upstream\-source retrieval is not unique to CLEAR and should be distinguished from direct benchmark\-item leakage\.
Table 6:Manual retrieval audit across benchmarks\. Direct benchmark\-item leakage denotes retrieval of the benchmark question\-answer instance itself, whereas upstream\-source retrieval denotes recovery of the original source document used to construct the benchmark item without recovering the benchmark question or answer\.BenchmarkItemsDirect benchmark\-item leakageUpstream\-source retrievalHitsRate \(%\)HitsRate \(%\)GPT\-based ModelMedQA1,27300\.000\.0PubMedQA50000\.021242\.4NEJM\-QA65500\.000\.0HealthBench1,00000\.000\.0MedRBench \(diagnosis\)95700\.057860\.4MedRBench \(treatment\)49600\.037275\.0Qwen\-based ModelMedQA1,27300\.000\.0PubMedQA50000\.021342\.6NEJM\-QA65500\.000\.0HealthBench1,00000\.000\.0MedRBench \(diagnosis\)95700\.059862\.5MedRBench \(treatment\)49600\.038577\.6
Table 7:Upstream\-source retrieval on PubMedQA\. Recovery of upstream source documents is observed with both CLEAR web search and conventional MedRAG retrieval\.
## 4Discussion
### 4\.1Main findings
##### External evidence provides greater benefit when parametric knowledge provides weaker support\.
A main finding of this study is that the value of external evidence depends on how well the parametric knowledge of the backbone supports the task\. When parametric knowledge is already strong, additional retrieval may provide limited benefit and can even degrade performance\. For example, with o3\-mini, Direct inference already achieves 92\.38% accuracy on MedQA and a rubric score of 0\.3334 on HealthBench\. CLEAR largely preserves performance on MedQA, whereas additional retrieved evidence does not improve HealthBench and, under the default configuration, reduces performance\. These results suggest that retrieval should not be treated as uniformly beneficial when the model already provides a strong answer from its parametric knowledge\.
In contrast, larger gains are observed in settings where Direct inference provides a weaker baseline\. This pattern is particularly apparent with the open\-weight Qwen\-3\.5\-9B backbone\. On MedQA, Direct inference achieves 72\.19% accuracy and the strongest conventional baseline reaches 73\.84%, whereas the best CLEAR configuration reaches 83\.58%, representing a 9\.74\-percentage\-point improvement over the strongest baseline\. On NEJM\-QA, the strongest conventional baseline achieves 66\.87%, compared with 78\.17% for the best CLEAR configuration, a gain of 11\.30 percentage points\. A similar pattern is observed on MedRBench, where CLEAR improves the overall score from 61\.05 with Direct inference to 74\.74\. Importantly, this benefit is not restricted to the open\-weight backbone: with o3\-mini, CLEAR improves MedRBench from 71\.30 to 82\.38\. Thus, the benefit of external evidence appears to be task\-dependent as well as model\-dependent; even a strong backbone may benefit substantially in settings where parametric knowledge alone provides limited support\. These observations are consistent with prior studies showing that the utility of retrieval depends on both the sufficiency of parametric knowledge and the quality of retrieved evidence[Kim et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib50);[Wang et al\. \(2025b\)](https://arxiv.org/html/2609.16301#bib.bib51)\.
##### Retrieved evidence should not be trusted by default\.
More importantly, the need for additional knowledge does not imply that retrieved evidence should be trusted by default\. The source\-ablation results illustrate this distinction\. With o3\-mini, using dynamic evidence alone reduces accuracy from 92\.38% to 87\.82% on MedQA and from 84\.12% to 78\.32% on NEJM\-QA\. Local retrieval is also not uniformly beneficial: MedRAG improves performance on PubMedQA but reduces performance relative to Direct inference on several other benchmarks\. These findings are consistent with prior evidence that retrieval may introduce irrelevant, misleading, or conflicting information and that models may fail to use retrieved evidence appropriately even when relevant information is available[Xie et al\. \(2025b\)](https://arxiv.org/html/2609.16301#bib.bib39);[Wong et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib6)\. External evidence can therefore compensate for limitations in parametric knowledge, but it can simultaneously introduce a new source of uncertainty\.
##### Cross\-source adjudication provides a preliminary approach to evidence management\.
A third main finding is that explicit cross\-source adjudication provides a preliminary approach to addressing these challenges\. CLEAR maintains parametric, local, and dynamic evidence as separate candidate pathways rather than directly merging them into a single context\. It then uses an aggregation verifier to identify agreement and disagreement among the sources, an override guard and challenge audit to determine whether a competing conclusion should revise the existing answer, and targeted follow\-up search when the available evidence remains insufficient to resolve the conflict\.
Across the ten evaluated benchmarks, CLEAR remains competitive across both multiple\-choice and free\-text settings, while achieving substantial gains in several settings where parametric or locally retrieved knowledge alone provides weaker performance\. The gains are particularly consistent with the open\-weight backbone\. On the three primary MCQ benchmarks, the best CLEAR configurations improve MedQA by 9\.74 percentage points and NEJM\-QA by 11\.30 percentage points over the strongest conventional baselines, while remaining close to the best result on PubMedQA\. On MedRBench, the default CLEAR improves the overall score from 61\.05 with Direct inference to 74\.74 with Qwen\-3\.5\-9B, and from 71\.30 to 82\.38 with o3\-mini\. The broader evaluation on five additional benchmarks shows a similar pattern: with Qwen\-3\.5\-9B, the best CLEAR configurations outperform the strongest conventional baselines on MedBullets, MedExQA, AfriMedQA, MMLU, and MMLU\-Pro, with gains ranging from 2\.94 to 11\.36 percentage points\.
The two free\-text benchmarks behave differently\. On MedRBench, CLEAR improves over both Direct inference and the MedRAG baselines under both backbones, and the improvement holds on the Diagnosis and Treatment subsets alike; QPIS also performs well, slightly below the default CLEAR configuration\. On HealthBench, the pattern depends on the backbone\. Inspection of the intermediate outputs indicates that the o3\-mini Direct baseline is already highly competitive on this benchmark and often produces a sufficiently strong answer without external grounding\. In this setting, additional local or dynamic evidence contributes limited complementary information and can interfere with an otherwise correct response, which is consistent with both MedRAG and the default CLEAR configuration scoring below Direct inference\. QPIS recovers to the level of Direct inference, suggesting that query planning and iterative search integrate external evidence more selectively\. With qwen\-3\.5\-9B the default configuration improves over Direct inference, from 0\.3179 to 0\.3444\. Taken together, these results suggest that the benefit of cross\-source adjudication depends on how far the parametric model already resolves the question on its own, and that retrieval does not necessarily help when it does\.
The ablation results are consistent with a benefit from combining and adjudicating evidence across sources rather than simply relying on additional retrieved evidence\. Across the o3\-mini MCQ benchmarks, Direct inference, local BM25 retrieval, and dynamic evidence alone achieve aggregate scores of 87\.48, 86\.99, and 83\.20, respectively, whereas CLEAR reaches 88\.34 with the full cross\-source framework\. The targeted follow\-up mechanism also provides additional benefit: removing the follow\-up search step reduces aggregate performance from 78\.13 to 77\.22 with Qwen\-3\.5\-9B\. Notably, only 12 of 123 triggered follow\-up searches ultimately lead to an accepted revision, suggesting that additional retrieval is used selectively rather than automatically\. These results collectively provide preliminary evidence that preserving source provenance, explicitly identifying disagreement, and selectively resolving cross\-source conflicts can offer advantages over relying on a single knowledge source or simply introducing more retrieved information\.
### 4\.2Relation to existing literature
CLEAR builds on a growing body of work on retrieval\-augmented generation, adaptive retrieval, and agentic information seeking\. RAG provides a general mechanism for supplementing parametric language models with externally retrieved knowledge[Lewis et al\. \(2020\)](https://arxiv.org/html/2609.16301#bib.bib35)\. In medicine, systematic evaluations have shown that retrieval quality, corpus selection, and retriever–generator alignment can substantially influence downstream performance[Xiong et al\. \(2024a\)](https://arxiv.org/html/2609.16301#bib.bib36)\. Medical RAG approaches have further introduced domain\-specific retrieval and reasoning strategies\. For example, the knowledge\-graph\-based MedRAG framework proposed by[Zhao et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib26)incorporates knowledge\-graph\-elicited reasoning into healthcare question answering, while Self\-BioRAG combines retrieval with self\-reflection to improve biomedical reasoning[Jeong et al\. \(2024a\)](https://arxiv.org/html/2609.16301#bib.bib27)\. Collectively, these studies have established external grounding as an important strategy for improving medical reasoning and have provided a strong foundation for studying how LLMs should interact with external knowledge\.
A related line of work has substantially advanced the retrieval process itself by making it adaptive\. Self\-RAG learns when to retrieve and critique retrieved passages through self\-reflection[Asai et al\. \(2024\)](https://arxiv.org/html/2609.16301#bib.bib28); Adaptive\-RAG adjusts retrieval and reasoning strategies according to question complexity[Jeong et al\. \(2024b\)](https://arxiv.org/html/2609.16301#bib.bib29); FLARE triggers retrieval during generation when the model anticipates missing information[Jiang et al\. \(2023\)](https://arxiv.org/html/2609.16301#bib.bib38); and corrective RAG evaluates retrieved documents and acquires additional information when the initial retrieval is insufficient[Yan et al\. \(2024\)](https://arxiv.org/html/2609.16301#bib.bib37)\. Medical extensions similarly use iterative retrieval, query reformulation, and follow\-up questions to improve evidence acquisition[Xiong et al\. \(2024b\)](https://arxiv.org/html/2609.16301#bib.bib40);[Sohn et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib49)\. These studies demonstrate that retrieval need not be a fixed operation and provide important mechanisms for deciding whether, when, and how additional information should be acquired\. CLEAR builds on this insight and focuses on a complementary question that becomes important once multiple knowledge sources are simultaneously available: how should a system determine whether an existing conclusion should be preserved, revised, or subjected to further evidence acquisition when those sources disagree?
Recent agentic systems further extend this paradigm by allowing models to autonomously invoke tools, rerank evidence, and iteratively acquire information\.[Jia et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib53)combines retrieval, reranking, evidence grounding, and memory mechanisms within an agentic medical question\-answering workflow, while AgentClinic evaluates the ability of clinical agents to use retrieval, tools, and reflection in simulated clinical environments[Schmidgall et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib55)\. These studies represent important steps toward more autonomous and adaptive medical reasoning systems and demonstrate the value of allowing agents to actively interact with external information\. CLEAR is complementary to these efforts\. Rather than focusing primarily on the orchestration of tools and retrieval actions, it explicitly maintains parametric, local, and dynamic evidence as source\-specific candidate pathways before aggregation\. Preserving this provenance makes agreement and disagreement among heterogeneous sources directly observable and allows these relationships to inform subsequent adjudication\.
The proposed framework is most closely related to recent work on knowledge conflict, which has directly highlighted the limitations of treating either internal or external knowledge as inherently reliable\. HealthContradict demonstrates that biomedical LLM behavior can change substantially when supplied evidence is correct, incorrect, or internally contradictory[Zhang et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib54), providing an important benchmark for understanding model behavior under conflicting evidence\. Astute RAG further shows that neither internal nor external knowledge is consistently correct under conflict and develops mechanisms for managing imperfect retrieval and knowledge disagreement[Wang et al\. \(2025b\)](https://arxiv.org/html/2609.16301#bib.bib51)\.[Wu et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib56)advance this direction by using disagreement among candidate responses to guide additional retrieval across successive rounds and move the system toward better\-supported consensus\. CLEAR builds on this emerging line of research while considering a somewhat different evidence setting\. Its candidate pathways are heterogeneous by construction: one reflects parametric knowledge, one is conditioned on a locally curated corpus, and one is grounded in dynamically acquired evidence\. The framework therefore treats disagreement not only as a signal that additional retrieval may be needed, but also as information about how different evidence sources support competing conclusions\. CLEAR first evaluates whether the available evidence is sufficient to preserve or revise the current conclusion, uses the override guard and challenge audit to examine both directions of potential error, and reserves additional search for conflicts that remain unresolved\.
### 4\.3Limitations and future work
This study has several limitations\. First, although we systematically evaluated CLEAR on ten benchmarks spanning both multiple\-choice and free\-text settings, the limitations of benchmark\-based evaluation are well documented[Wang et al\. \(2026a\)](https://arxiv.org/html/2609.16301#bib.bib18);[Chen et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib19);[Bedi et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib17)\. In particular, public benchmarks may overlap with data encountered during model pretraining or post\-training[Li et al\. \(2026\)](https://arxiv.org/html/2609.16301#bib.bib16);[Alber et al\. \(2025\)](https://arxiv.org/html/2609.16301#bib.bib15)\. We carefully audited the retrieved evidence for direct benchmark\-item leakage in this study; however, the training data of the evaluated backbone models are not fully available, and potential parametric memorization therefore cannot be completely ruled out\. This remains an open challenge for the evaluation of contemporary LLMs\. Future work should prioritize validation on newly collected datasets to further reduce the risk of training\-data overlap and associated memorization effects\.
Second, CLEAR is designed as a general, training\-free framework that can be applied to different backbone models without task\-specific fine\-tuning\. Our experiments with both a commercial and an open\-weight backbone provide preliminary evidence for this plug\-and\-play design, but the current adjudication mechanisms rely primarily on prompting and structured inference\-time decision rules\. The approach could potentially be further improved through post\-training strategies, such as preference optimization or learning from expert adjudication examples\. Evaluating such learned adjudication mechanisms while preserving generalizability across models and tasks represents an important direction for future work\.
Third, our experiments remain offline evaluations and do not establish clinical effectiveness, safety, or readiness for deployment\. Dynamic evidence acquisition introduces additional challenges in real clinical environments, including variability in search results, provenance and reliability of external sources, reproducibility over time, institutional access restrictions, privacy, and data\-governance requirements[Rahul and Kakade \(2026\)](https://arxiv.org/html/2609.16301#bib.bib13)\. These considerations may substantially affect how dynamic or other external evidence can be integrated into clinical workflows\. Future studies should evaluate the framework in clinically relevant settings, including institutionally governed evidence environments\.
Finally, although we evaluated different backbone models, retrieval configurations, and dynamic search implementations, broader evaluation across model families, retrievers, search systems, and application domains will be necessary to establish the generalizability of the findings\. We make the implementation code publicly available to facilitate independent evaluation, extension, and refinement of the framework by the research community\.
## Data availability
All datasets used in this study are publicly available\. The multiple\-choice QA benchmarks include MedQA, PubMedQA, NEJM\-QA, MedBullets, MedExQA, AfriMedQA, MMLU, and MMLU\-Pro\. The free\-text QA benchmarks include MedRBench and HealthBench\. For retrieval\-based experiments, we use the publicly available MedCorp corpus as the local static knowledge base, following the same corpus setting used in the MedRAG baseline\. Online evidence is acquired at inference time through the web search interface described in the Methods section\. No private clinical records, protected health information, or non\-public patient\-level data are used in this study\.
## Code availability
The code used to implement the proposed framework, including multi\-path candidate generation, evidence aggregation, online evidence acquisition, and evaluation scripts, will be available at https://github\.com/Yale\-BIDS\-Chen\-Lab/Agentic\-Adjudication\-for\-Medical\-Reasoning\. All benchmarks are publicly available\.
## Acknowledgements
This study is supported by the National Institutes of Health National Library of Medicine under Award Number R01LM014604\.
## References
- J\. Achiam, S\. Adler, S\. Agarwal, L\. Ahmad, I\. Akkaya, F\. L\. Aleman, D\. Almeida, J\. Altenschmidt, S\. Altman, S\. Anadkat,et al\.Gpt\-4 technical report\.arXiv preprint arXiv:2303\.08774\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Alberet al\.\(2025\)D\. A\. Alber, Z\. Yang, A\. Alyakin, E\. Yang, S\. Rai, A\. A\. Valliani, J\. Zhang, G\. R\. Rosenbaum, A\. K\. Amend\-Thomas, D\. B\. Kurland,et al\.Medical large language models are vulnerable to data\-poisoning attacks\.Nature Medicine31\(2\),pp\. 618–626\.Cited by:[§4\.3](https://arxiv.org/html/2609.16301#S4.SS3.p1.1)\.
- Amugongoet al\.\(2025\)L\. M\. Amugongo, P\. Mascheroni, S\. Brooks, S\. Doering, and J\. SeidelRetrieval augmented generation for large language models in healthcare: a systematic review\.PLOS Digital Health4\(6\),pp\. e0000877\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p3.1)\.
- Aroraet al\.\(2025\)R\. K\. Arora, J\. Wei, R\. S\. Hicks, P\. Bowman, J\. Quiñonero\-Candela, F\. Tsimpourlas, M\. Sharman, M\. Shah, A\. Vallone, A\. Beutel,et al\.Healthbench: evaluating large language models towards improved human health\.arXiv preprint arXiv:2505\.08775\.Cited by:[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.SSS0.Px2.p2.1)\.
- Artsiet al\.\(2025\)Y\. Artsi, V\. Sorin, B\. S\. Glicksberg, P\. Korfiatis, R\. Freeman, G\. N\. Nadkarni, and E\. KlangChallenges of implementing llms in clinical practice: perspectives\.Journal of Clinical Medicine14\(17\),pp\. 6169\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p2.1)\.
- Asaiet al\.\(2024\)A\. Asai, Z\. Wu, Y\. Wang, A\. Sil, and H\. HajishirziSelf\-rag: learning to retrieve, generate, and critique through self\-reflection\.InInternational conference on learning representations,Vol\.2024,pp\. 9112–9141\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p2.1)\.
- Bediet al\.\(2025\)S\. Bedi, Y\. Liu, L\. Orr\-Ewing, D\. Dash, S\. Koyejo, A\. Callahan, J\. A\. Fries, M\. Wornow, A\. Swaminathan, L\. S\. Lehmann,et al\.Testing and evaluation of health care applications of large language models: a systematic review\.Jama333\(4\),pp\. 319–328\.Cited by:[§4\.3](https://arxiv.org/html/2609.16301#S4.SS3.p1.1)\.
- Boltonet al\.\(2024\)E\. Bolton, A\. Venigalla, M\. Yasunaga, D\. Hall, B\. Xiong, T\. Lee, R\. Daneshjou, J\. Frankle, P\. Liang, M\. Carbin,et al\.Biomedlm: a 2\.7 b parameter language model trained on biomedical text\.arXiv preprint arXiv:2403\.18421\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Brownet al\.\(2020\)T\. Brown, B\. Mann, N\. Ryder, M\. Subbiah, J\. D\. Kaplan, P\. Dhariwal, A\. Neelakantan, P\. Shyam, G\. Sastry, A\. Askell,et al\.Language models are few\-shot learners\.Advances in neural information processing systems33,pp\. 1877–1901\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Chenet al\.\(2025\)Q\. Chen, Y\. Hu, X\. Peng, Q\. Xie, Q\. Jin, A\. Gilson, M\. B\. Singer, X\. Ai, P\. Lai, Z\. Wang,et al\.Benchmarking large language models for biomedical natural language processing applications and recommendations\.Nature communications16\(1\),pp\. 3280\.Cited by:[§A\.1](https://arxiv.org/html/2609.16301#A1.SS1.p1.1),[§1](https://arxiv.org/html/2609.16301#S1.p1.1),[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.p2.1),[§4\.3](https://arxiv.org/html/2609.16301#S4.SS3.p1.1)\.
- Chenet al\.\(2026\)S\. F\. Chen, A\. Alyakin, A\. Seas, E\. Yang, J\. J\. Choi, J\. V\. Lee, A\. L\. Chen, P\. I\. Warman, R\. T\. Bitolas, R\. J\. Steele,et al\.LLM\-assisted systematic review of large language models in clinical medicine\.Nature medicine32\(3\),pp\. 1152\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Chenet al\.\(2023\)Z\. Chen, A\. H\. Cano, A\. Romanou, A\. Bonnet, K\. Matoba, F\. Salvi, M\. Pagliardini, S\. Fan, A\. Köpf, A\. Mohtashami,et al\.Meditron\-70b: scaling medical pretraining for large language models\.arXiv preprint arXiv:2311\.16079\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Chowdheryet al\.\(2023\)A\. Chowdhery, S\. Narang, J\. Devlin, M\. Bosma, G\. Mishra, A\. Roberts, P\. Barham, H\. W\. Chung, C\. Sutton, S\. Gehrmann,et al\.Palm: scaling language modeling with pathways\.Journal of machine learning research24\(240\),pp\. 1–113\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Dhingraet al\.\(2022\)B\. Dhingra, J\. R\. Cole, J\. M\. Eisenschlos, D\. Gillick, J\. Eisenstein, and W\. W\. CohenTime\-aware language models as temporal knowledge bases\.Transactions of the Association for Computational Linguistics10,pp\. 257–273\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p2.1)\.
- Guanet al\.\(2026\)Z\. Guan, Q\. Jin, G\. Xiong, F\. Chen, M\. Hu, Q\. Chen, Y\. Peng, Z\. Lu, and A\. VullikantiLarge language models lack temporal awareness of medical knowledge\.arXiv preprint arXiv:2605\.13045\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p2.1),[§1](https://arxiv.org/html/2609.16301#S1.p5.1)\.
- Guideline Central \(2025\)Guideline CentralClinical practice guidelines published in 2024: guidelines year in review\(Website\)External Links:[Link](https://www.guidelinecentral.com/insights/2024-in-review-guidelines/)Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p2.1)\.
- Hendryckset al\.\(2020\)D\. Hendrycks, C\. Burns, S\. Basart, A\. Zou, M\. Mazeika, D\. Song, and J\. SteinhardtMeasuring massive multitask language understanding\.arXiv preprint arXiv:2009\.03300\.Cited by:[§A\.1](https://arxiv.org/html/2609.16301#A1.SS1.p1.1),[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.p2.1)\.
- Jeonget al\.\(2024a\)M\. Jeong, J\. Sohn, M\. Sung, and J\. KangImproving medical reasoning through retrieval and self\-reflection with retrieval\-augmented large language models\.Bioinformatics40\(Supplement\_1\),pp\. i119–i129\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p1.1)\.
- Jeonget al\.\(2024b\)S\. Jeong, J\. Baek, S\. Cho, S\. J\. Hwang, and J\. C\. ParkAdaptive\-rag: learning to adapt retrieval\-augmented large language models through question complexity\.InProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),pp\. 7036–7050\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p2.1)\.
- Jiaet al\.\(2026\)S\. Jia, S\. Bit, V\. H\. Jasodanand, Y\. Liu, and V\. B\. KolachalamaAgentic memory\-augmented retrieval and evidence grounding for medical question\-answering tasks\.International Journal of Medical Informatics,pp\. 106339\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p3.1)\.
- Jianget al\.\(2023\)Z\. Jiang, F\. F\. Xu, L\. Gao, Z\. Sun, Q\. Liu, J\. Dwivedi\-Yu, Y\. Yang, J\. Callan, and G\. NeubigActive retrieval augmented generation\.InProceedings of the 2023 conference on empirical methods in natural language processing,pp\. 7969–7992\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p2.1)\.
- Jinet al\.\(2021\)D\. Jin, E\. Pan, N\. Oufattole, W\. Weng, H\. Fang, and P\. SzolovitsWhat disease does this patient have? a large\-scale open domain question answering dataset from medical exams\.Applied Sciences11\(14\),pp\. 6421\.Cited by:[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.SSS0.Px1.p1.1)\.
- Jinet al\.\(2019\)Q\. Jin, B\. Dhingra, Z\. Liu, W\. Cohen, and X\. LuPubmedqa: a dataset for biomedical research question answering\.InProceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing \(EMNLP\-IJCNLP\),pp\. 2567–2577\.Cited by:[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.SSS0.Px1.p2.1)\.
- Kimet al\.\(2026\)H\. Kim, D\. Kim, P\. Xiao, S\. S\. Applebaum, Y\. Chung, X\. Ai, Y\. Yin, R\. Jiang, Y\. Du, Y\. Wei,et al\.MedPMC: a systematic framework for scaling high\-fidelity medical multimodal data for foundation models\.arXiv preprint arXiv:2607\.07673\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p2.1)\.
- Kimet al\.\(2025\)H\. Kim, J\. Sohn, A\. Gilson, N\. Cochran\-Caggiano, S\. Applebaum, H\. Jin, S\. Park, Y\. Park, J\. Park, S\. Choi,et al\.Rethinking retrieval\-augmented generation for medicine: a large\-scale, systematic expert evaluation and practical insights\.arXiv preprint arXiv:2511\.06738\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p3.1),[§2\.2](https://arxiv.org/html/2609.16301#S2.SS2.SSS0.Px1.p3.1),[§4\.1](https://arxiv.org/html/2609.16301#S4.SS1.SSS0.Px1.p2.1)\.
- Kimet al\.\(2024\)Y\. Kim, J\. Wu, Y\. Abdulle, and H\. WuMedExQA: medical question answering benchmark with multiple explanations\.InProceedings of the 23rd Workshop on biomedical natural language processing,pp\. 167–181\.Cited by:[§A\.1](https://arxiv.org/html/2609.16301#A1.SS1.p1.1),[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.p2.1)\.
- Lewiset al\.\(2020\)P\. Lewis, E\. Perez, A\. Piktus, F\. Petroni, V\. Karpukhin, N\. Goyal, H\. Küttler, M\. Lewis, W\. Yih, T\. Rocktäschel,et al\.Retrieval\-augmented generation for knowledge\-intensive nlp tasks\.Advances in neural information processing systems33,pp\. 9459–9474\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p1.1)\.
- Liet al\.\(2026\)A\. Li, L\. Qian, M\. Du, Y\. Yin, Y\. Hu, Z\. Sun, Y\. Fu, H\. Kim, E\. Stutz, X\. Ai,et al\.Memorization in large language models in medicine prevalence characteristics and implications\.Nature Communications\.Cited by:[§4\.3](https://arxiv.org/html/2609.16301#S4.SS3.p1.1)\.
- Liuet al\.\(2025a\)F\. Liu, H\. Zhou, B\. Gu, X\. Zou, J\. Huang, J\. Wu, Y\. Li, S\. S\. Chen, Y\. Hua, P\. Zhou,et al\.Application of large language models in medicine\.Nature Reviews Bioengineering3\(6\),pp\. 445–464\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Liuet al\.\(2025b\)S\. Liu, A\. B\. McCoy, and A\. WrightImproving large language model applications in biomedicine with retrieval\-augmented generation: a systematic review, meta\-analysis, and clinical development guidelines\.Journal of the American Medical Informatics Association32\(4\),pp\. 605–615\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p3.1),[§2\.2](https://arxiv.org/html/2609.16301#S2.SS2.SSS0.Px2.p4.1)\.
- National Library of Medicine \(2024\)National Library of MedicineMEDLINE pubmed production statistics\.Note:Last reviewed April 30, 2024External Links:[Link](https://www.nlm.nih.gov/bsd/medline_pubmed_production_stats.html)Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p2.1)\.
- Nimoet al\.\(2025\)C\. Nimo, T\. Olatunji, A\. T\. Owodunni, T\. Abdullahi, E\. Ayodele, M\. Sanni, E\. C\. Aka, F\. Omofoye, F\. Yuehgoh, T\. Faniran,et al\.AfriMed\-qa: a pan\-african, multi\-specialty, medical question\-answering benchmark dataset\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 1948–1973\.Cited by:[§A\.1](https://arxiv.org/html/2609.16301#A1.SS1.p1.1),[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.p2.1)\.
- Qiuet al\.\(2025\)P\. Qiu, C\. Wu, S\. Liu, Y\. Fan, W\. Zhao, Z\. Chen, H\. Gu, C\. Peng, Y\. Zhang, Y\. Wang,et al\.Quantifying the reasoning abilities of llms on clinical cases\.Nature Communications16\(1\),pp\. 9799\.Cited by:[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.SSS0.Px2.p1.1)\.
- Rahul and Kakade \(2026\)S\. Rahul and S\. V\. KakadeRegulatory compliance and data governance in ai\-driven healthcare: legal and regulatory considerations for ai\-driven healthcare solutions\.Artificial Intelligence and Machine Learning in Neurology1,pp\. 79–108\.Cited by:[§4\.3](https://arxiv.org/html/2609.16301#S4.SS3.p3.1)\.
- Schmidgallet al\.\(2026\)S\. Schmidgall, R\. Ziaei, C\. Harris, J\. W\. Kim, E\. P\. Reis, J\. Jopling, and M\. MoorAgentClinic: a multimodal benchmark for tool\-using clinical ai agents\.npj Digital Medicine\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p3.1)\.
- Shiet al\.\(2024\)Y\. Shi, X\. Zi, Z\. Shi, H\. Zhang, Q\. Wu, and M\. XuEnhancing retrieval and managing retrieval: a four\-module synergy for improved quality and efficiency in rag systems\.arXiv preprint arXiv:2407\.10670\.Cited by:[§2\.2](https://arxiv.org/html/2609.16301#S2.SS2.SSS0.Px1.p3.1)\.
- Singhalet al\.\(2023\)K\. Singhal, S\. Azizi, T\. Tu, S\. S\. Mahdavi, J\. Wei, H\. W\. Chung, N\. Scales, A\. Tanwani, H\. Cole\-Lewis, S\. Pfohl,et al\.Large language models encode clinical knowledge\.Nature620\(7972\),pp\. 172–180\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Singhalet al\.\(2025\)K\. Singhal, T\. Tu, J\. Gottweis, R\. Sayres, E\. Wulczyn, M\. Amin, L\. Hou, K\. Clark, S\. R\. Pfohl, H\. Cole\-Lewis,et al\.Toward expert\-level medical question answering with large language models\.Nature medicine31\(3\),pp\. 943–950\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Sohnet al\.\(2025\)J\. Sohn, Y\. Park, C\. Yoon, S\. Park, H\. Hwang, M\. Sung, H\. Kim, and J\. KangRationale\-guided retrieval augmented generation for medical question answering\.InProceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\),pp\. 12739–12753\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p5.1),[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p2.1)\.
- Tanet al\.\(2025\)Y\. Tan, S\. He, H\. Liao, J\. Zhao, and K\. LiuDynamic parametric retrieval augmented generation for test\-time knowledge enhancement\.arXiv preprint arXiv:2503\.23895\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p5.1)\.
- Tianet al\.\(2024\)S\. Tian, Q\. Jin, L\. Yeganova, P\. Lai, Q\. Zhu, X\. Chen, Y\. Yang, Q\. Chen, W\. Kim, D\. C\. Comeau,et al\.Opportunities and challenges for chatgpt and large language models in biomedicine and health\.Briefings in Bioinformatics25\(1\),pp\. bbad493\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Touvronet al\.\(2023\)H\. Touvron, T\. Lavril, G\. Izacard, X\. Martinet, M\. Lachaux, T\. Lacroix, B\. Rozière, N\. Goyal, E\. Hambro, F\. Azhar, A\. Rodriguez, A\. Joulin, E\. Grave, and G\. LampleLLaMA: open and efficient foundation language models\.External Links:2302\.13971,[Link](https://arxiv.org/abs/2302.13971)Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Wanget al\.\(2025a\)B\. Wang, H\. Zhao, H\. Zhou, L\. Song, M\. Xu, W\. Cheng, X\. Zeng, Y\. Zhang, Y\. Huo, Z\. Wang,et al\.Baichuan\-m1: pushing the medical capability of large language models\.arXiv preprint arXiv:2502\.12671\.Cited by:[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.SSS0.Px1.p3.1)\.
- Wanget al\.\(2025b\)F\. Wang, X\. Wan, R\. Sun, J\. Chen, and S\. O\. ArikAstute rag: overcoming imperfect retrieval augmentation and knowledge conflicts for large language models\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 30553–30571\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p5.1),[§4\.1](https://arxiv.org/html/2609.16301#S4.SS1.SSS0.Px1.p2.1),[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p4.1)\.
- Wanget al\.\(2025c\)M\. Wang, A\. Stoll, L\. Lange, H\. Adel, H\. Schütze, and J\. StrötgenBring your own knowledge: a survey of methods for llm knowledge expansion\.InProceedings of the First Workshop on Large Language Model Memorization \(L2M2\),pp\. 150–168\.Cited by:[§2\.1](https://arxiv.org/html/2609.16301#S2.SS1.p1.1)\.
- Wanget al\.\(2026a\)W\. Wang, Z\. Ma, G\. Yu, Y\. Cheung, M\. Ding, J\. Liu, W\. Chen, and L\. ShenBeyond the leaderboard: rethinking medical benchmarks for large language models\.InProceedings of the 64th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 43078–43123\.Cited by:[§4\.3](https://arxiv.org/html/2609.16301#S4.SS3.p1.1)\.
- Wanget al\.\(2026b\)X\. Wang, Z\. Xiong, K\. Zou, S\. Srinivasan, T\. W\. S\. Lo, Y\. Wu, M\. Zou, N\. Liu, F\. Antaki, W\. Ma,et al\.Reasoning\-driven large language models in medicine: opportunities, challenges, and the road ahead\.The Lancet Digital Health\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p2.1)\.
- Wanget al\.\(2024\)Y\. Wang, X\. Ma, G\. Zhang, Y\. Ni, A\. Chandra, S\. Guo, W\. Ren, A\. Arulraj, X\. He, Z\. Jiang,et al\.Mmlu\-pro: a more robust and challenging multi\-task language understanding benchmark\.Advances in Neural Information Processing Systems37,pp\. 95266–95290\.Cited by:[§A\.1](https://arxiv.org/html/2609.16301#A1.SS1.p1.1),[§2\.6](https://arxiv.org/html/2609.16301#S2.SS6.p2.1)\.
- Wonget al\.\(2025\)L\. Wong, A\. Ali, R\. Xiong, S\. Z\. Shen, Y\. Kim, and M\. AgrawalRetrieval\-augmented systems can be dangerous medical communicators\.arXiv preprint arXiv:2502\.14898\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p3.1),[§4\.1](https://arxiv.org/html/2609.16301#S4.SS1.SSS0.Px2.p1.1)\.
- Wuet al\.\(2026\)W\. Wu, Z\. Tang, Y\. Li, S\. Kai, M\. Yuan, Z\. Sun, C\. Chen, and Z\. WangFrom conflict to consensus: boosting medical reasoning via multi\-round agentic rag\.arXiv preprint arXiv:2603\.03292\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p4.1)\.
- Xieet al\.\(2025a\)Q\. Xie, Q\. Chen, A\. Chen, C\. Peng, Y\. Hu, F\. Lin, X\. Peng, J\. Huang, J\. Zhang, V\. Keloth,et al\.Medical foundation large language models for comprehensive text analysis and beyond\.NPJ digital medicine8\(1\),pp\. 141\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p1.1)\.
- Xieet al\.\(2025b\)W\. Xie, Y\. Fang, X\. Zheng, D\. Liu, and Z\. LiWhen retrieval hurts: a critical analysis of rag in medical question answering\.InProceedings of the 2025 3rd International Conference on Artificial Intelligence, Systems and Network Security,pp\. 312–317\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p3.1),[§4\.1](https://arxiv.org/html/2609.16301#S4.SS1.SSS0.Px2.p1.1)\.
- Xionget al\.\(2024a\)G\. Xiong, Q\. Jin, Z\. Lu, and A\. ZhangBenchmarking retrieval\-augmented generation for medicine\.InFindings of the Association for Computational Linguistics: ACL 2024,pp\. 6233–6251\.Cited by:[§A\.2](https://arxiv.org/html/2609.16301#A1.SS2.SSS0.Px2.p1.1),[§1](https://arxiv.org/html/2609.16301#S1.p3.1),[§1](https://arxiv.org/html/2609.16301#S1.p5.1),[§2\.2](https://arxiv.org/html/2609.16301#S2.SS2.SSS0.Px2.p4.1),[§2\.5](https://arxiv.org/html/2609.16301#S2.SS5.p2.1),[§2\.7](https://arxiv.org/html/2609.16301#S2.SS7.SSS0.Px2.p1.1),[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p1.1)\.
- Xionget al\.\(2024b\)G\. Xiong, Q\. Jin, X\. Wang, M\. Zhang, Z\. Lu, and A\. ZhangImproving retrieval\-augmented generation in medicine with iterative follow\-up questions\.InBiocomputing 2025: Proceedings of the Pacific Symposium,pp\. 199–214\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p5.1),[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p2.1)\.
- Yanet al\.\(2024\)S\. Yan, J\. Gu, Y\. Zhu, and Z\. LingCorrective retrieval augmented generation\.External Links:2401\.15884,[Link](https://arxiv.org/abs/2401.15884)Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p2.1)\.
- Yanget al\.\(2026\)R\. Yang, M\. Y\. H\. Wong, H\. Li, X\. Li, W\. Zhu, J\. Liao, K\. Yu, J\. C\. K\. Liew, W\. Xuan, Y\. Chen,et al\.Retrieval\-augmented generation in medicine: a scoping review of technical implementations, clinical applications, and ethical considerations\.Cell Reports Medicine\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p3.1)\.
- Zakkaet al\.\(2024\)C\. Zakka, R\. Shad, A\. Chaurasia, A\. R\. Dalal, J\. L\. Kim, M\. Moor, R\. Fong, C\. Phillips, K\. Alexander, E\. Ashley,et al\.Almanac—retrieval\-augmented language models for clinical medicine\.Nejm ai1\(2\),pp\. AIoa2300068\.Cited by:[§1](https://arxiv.org/html/2609.16301#S1.p3.1)\.
- Zhanget al\.\(2026\)B\. Zhang, A\. Bornet, R\. Yang, N\. Liu, and D\. TeodoroHealthcontradict: evaluating biomedical knowledge conflicts in language models\. npj digital medicine\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p4.1)\.
- Zhanget al\.\(2023\)Z\. Zhang, M\. Fang, L\. Chen, M\. Namazi\-Rad, and J\. WangHow do large language models capture the ever\-changing world knowledge? a review of recent advances\.InProceedings of the 2023 conference on empirical methods in natural language processing,pp\. 8289–8311\.Cited by:[§2\.1](https://arxiv.org/html/2609.16301#S2.SS1.p1.1)\.
- Zhaoet al\.\(2025\)X\. Zhao, S\. Liu, S\. Yang, and C\. MiaoMedrag: enhancing retrieval\-augmented generation with knowledge graph\-elicited reasoning for healthcare copilot\.InProceedings of the ACM on Web Conference 2025,pp\. 4442–4457\.Cited by:[§4\.2](https://arxiv.org/html/2609.16301#S4.SS2.p1.1)\.
## Appendix AAdditional Experimental Details
### A\.1Additional Results
To further examine the stability of CLEAR beyond the datasets used in our main evaluation, we additionally evaluate the framework on five benchmarks spanning medical question answering and broader knowledge and reasoning tasks\. MedBullets contains 308 USMLE Step 2 and Step 3\-style multiple\-choice questions with expert\-written explanations, collected from the MedBullets platform[Chen et al\. \[2025\]](https://arxiv.org/html/2609.16301#bib.bib19)\. MedExQA targets five medical specialties underrepresented in existing benchmarks and pairs each question with multiple reference explanations to support explanation\-quality evaluation[Kim et al\. \[2024\]](https://arxiv.org/html/2609.16301#bib.bib57)\. AfriMed\-QA is a large\-scale, Pan\-African, multi\-specialty medical question\-answering dataset spanning more than 60 medical schools across 16 countries[Nimo et al\. \[2025\]](https://arxiv.org/html/2609.16301#bib.bib58)\. MMLU is a broad multitask benchmark of four\-option multiple\-choice questions across 57 subjects spanning STEM, humanities, social sciences, and professional domains[Hendrycks et al\. \[2020\]](https://arxiv.org/html/2609.16301#bib.bib59)\. MMLU\-Pro extends MMLU with more reasoning\-focused questions, ten answer choices instead of four, and broader coverage across 14 domains, including health[Wang et al\. \[2024\]](https://arxiv.org/html/2609.16301#bib.bib60)\.
#### A\.1\.1Results on Additional Datasets
Table 8:Results on additional MCQ datasets\.Figure 4:Overall results on five additional benchmarks\. Performance is shown for each method and backbone, with the color scale normalized separately within each dataset column\.As shown in Figure[4](https://arxiv.org/html/2609.16301#A1.F4), CLEAR remains competitive across the five additional benchmarks\. With the Qwen\-3\.5\-9B backbone, the best CLEAR configuration outperforms the strongest evaluated baseline on all five benchmarks, with gains ranging from 2\.94 to 11\.36 percentage points\. With the o3\-mini backbone, at least one CLEAR configuration matches or exceeds the strongest baseline on each benchmark\. These results provide additional evidence that the framework can be applied across both medical question\-answering tasks and broader knowledge and reasoning benchmarks\.
### A\.2Implementation Details
##### Backbone configuration\.
We instantiate CLEAR with two backbones: o3\-mini as a commercial model and Qwen\-3\.5\-9B as an open\-weight model\. o3\-mini is accessed through the Azure OpenAI API \(version 2024\-12\-01\-preview\), with temperature and reasoning effort left at their default settings and a request timeout of 120 seconds\. Qwen\-3\.5\-9B is served through an OpenAI\-compatible server and queried with temperature 0, top\-pp0\.95, and a maximum of 1024 output tokens, with a request timeout of 300 seconds\. In the primary configuration, the same backboneℳ\\mathcal\{M\}performs candidate generation across all three pathways, source\-quality assessment, aggregation verification, override\-guard and challenge\-audit adjudication, and task\-specific response generation\.
##### Candidate generation\.
The parametric pathway queriesℳ\\mathcal\{M\}without retrieval\. The local pathway uses MedCorp[Xiong et al\. \[2024a\]](https://arxiv.org/html/2609.16301#bib.bib36)asKlocalK\_\{\\mathrm\{local\}\}, the same corpus used by the MedRAG baselines, so that local retrieval is compared using identical source material\. MedCorp aggregates PubMed \(23\.9M documents\), 18 medical textbooks, and Wikipedia \(6\.5M articles\)\. We instantiateℛ\\mathcal\{R\}as BM25 and retrieve the topk=16k=16snippets\. The framework is agnostic to the choice ofℛ\\mathcal\{R\}, and BM25 is used here as a controlled sparse\-retrieval instantiation\. The dynamic pathway acquires evidence through web search\. The primary experiments use GPT\-4o’s web\-search capability for dynamic evidence acquisition\. As an additional implementation\-diversity experiment, we instantiate the dynamic pathway using Tavily on the NEJM\-QA Internal Medicine subset, providing preliminary evidence that CLEAR can also be implemented with an alternative web\-search backend\.
##### Source\-quality assessment\.
The eight retrieved dynamic documents are assessed in a single backbone call and assigned a categorical quality level of high, medium, or low according to source authority, recency, and content type\. The resulting counts, denotednhighn\_\{\\mathrm\{high\}\},nmediumn\_\{\\mathrm\{medium\}\}, andnlown\_\{\\mathrm\{low\}\}, constitute the source\-quality informationSdynamicS\_\{\\mathrm\{dynamic\}\}used by the aggregation verifier and adjudication modules\. We use categorical rather than continuous quality scores to avoid introducing an additional manually calibrated threshold\.
##### Aggregation verifier\.
The verifier receives the query, the option set for multiple\-choice tasks, the three candidate records, the local and dynamic evidence, andSdynamicS\_\{\\mathrm\{dynamic\}\}, and returns a structured decision containing the preliminary answer, the routing decisionz0∈𝒵z\_\{0\}\\in\\mathcal\{Z\}, a rationale, and a confidence signal\.
##### Override guard\.
The override guard is invoked whenz0=accept\_dynamicz\_\{0\}=\\texttt\{accept\\\_dynamic\}and the dynamic candidate conflicts with a competing conclusion\. In particular, whenaparam=alocal≠adynamica\_\{\\mathrm\{param\}\}=a\_\{\\mathrm\{local\}\}\\neq a\_\{\\mathrm\{dynamic\}\}, the parametric–local consensus is treated as the default; when all three candidates differ, the parametric candidate is used as the default for the guard assessment\.
A targeted follow\-up search is issued only when the dynamic evidence includes at least one high\-quality source \(nhigh≥1n\_\{\\mathrm\{high\}\}\\geq 1\); otherwise, the proposed override is rejected without further retrieval\. The override is granted only when the follow\-up assessment supports the challenging conclusion, establishes that the default answer is not better supported, confirms that the retrieved evidence is aligned with the query, provides support at the exact option level when applicable, and leaves no material unresolved conflict\. When these conditions are not satisfied, the system returns the default answer with routekeep\_localorkeep\_parametric, as appropriate\.
##### Challenge audit\.
The challenge audit is complementary to the override guard and is invoked when the verifier does*not*initially accept the dynamic candidate, but the dynamic pathway challenges an existing parametric–local consensus,aparam=alocal≠adynamica\_\{\\mathrm\{param\}\}=a\_\{\\mathrm\{local\}\}\\neq a\_\{\\mathrm\{dynamic\}\}\. In this case, the existing consensus is treated as the default and the dynamic answer as the challenger\.
A targeted follow\-up search is used to determine whether sufficient evidence exists to reopen the decision\. The challenge is considered only when the retrieved evidence contains at least one high\-quality source or at least two medium\-quality sources \(nhigh≥1n\_\{\\mathrm\{high\}\}\\geq 1ornmedium≥2n\_\{\\mathrm\{medium\}\}\\geq 2\)\. If this evidence requirement is not met, or if the follow\-up evidence does not clearly support the challenger, the original parametric–local consensus is preserved\.
##### Task adapters\.
For multiple\-choice tasks, the format gate converts the adjudicated conclusion into the option representation required by each benchmark and supports both single\-answer and multiple\-answer settings, the latter arising in NEJM\-QA\. For free\-text tasks, the response generator composes the final answer from the adjudicated conclusion, its rationale, and the evidence bundle, without repeating retrieval or revising the adjudication result\.
##### Implementation diversity\.
As a complementary implementation\-diversity analysis, we instantiate the dynamic\-evidence pathway using the Tavily API on the 126\-question NEJM\-QA Internal Medicine subset with Qwen\-3\.5\-9B\. This experiment is intended to assess whether CLEAR can be instantiated with an alternative web\-search backend rather than to provide a comprehensive comparison among search systems\. No backend\-specific performance tuning is applied\. The results are shown in Table[9](https://arxiv.org/html/2609.16301#A1.T9)\.
Table 9:Results on the NEJM\-QA Internal Medicine subset using Qwen\-3\.5\-9B and Tavily for dynamic evidence acquisition\. The experiment provides preliminary evidence that CLEAR can be instantiated with an alternative web\-search backend\.Similar Articles
Reinforcement Learning for Evidence-Seeking Diagnostic Reasoning with Large Language Models
This paper proposes a reinforcement learning framework for evidence-seeking diagnostic reasoning using LLMs. The RL-trained 7B model outperforms larger models in multilingual clinical consultation tasks, showing that specialized RL can distill high-level clinical reasoning.
MEDSYN: Benchmarking Multi-Evidence Synthesis in Complex Clinical Cases for Multimodal Large Language Models
MEDSYN is a multilingual multimodal benchmark for evaluating MLLMs on complex clinical cases with up to 7 distinct visual evidence types per case. The study reveals that while frontier models match human experts on differential diagnosis generation, all MLLMs show significant gaps in final diagnosis selection due to poor synthesis of heterogeneous clinical evidence.
Medical Causal Hypothesis Verification with Large Language Models
This paper presents a preliminary study evaluating the accuracy of large language models in verifying causal medical hypotheses, finding that while they exhibit strong recall, they often fail to provide valid scientific evidence or reject unsupported claims.
CARE: Causally-Aligned Reasoning Exploration for Medical Large Language Models
CARE introduces a causally-aligned reasoning exploration framework for medical large language models to enhance training stability and reduce spurious correlations.
Large Language Models Show Metacognitive Sensitivity in Medical Reasoning
A controlled study evaluates the metacognitive sensitivity of large language models in medical reasoning, finding partial but flawed confidence calibration that varies with evidence strength and conflicting scenarios.