Paper deep dive
DentAgent: Evidence-Centric Multi-Agent Coordination for Multimodal Dental Reasoning
Zijie Meng, Xiwei Dai, Yixuan Tang, Jin Hao, Yang Feng, Fudong Zhu, Xiaoqiang Liu, Shaosheng Cao, Zuozhu Liu
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 92%
Last extracted: 8/20/2026, 5:15:29 AM
Summary
The paper introduces DentAgent, an evidence-centric multi-agent framework for multimodal dental reasoning. It coordinates an Orchestrator, five modality-specific specialists (Text, Pano, Intraoral, Ceph, IOS), and an Evidence Blackboard to integrate heterogeneous data sources. The system converts observations into structured evidence records, manages coverage and conflicts, and generates traceable responses, demonstrating superior performance on dental benchmarks compared to single-modality models.
Entities (14)
Relation Signals (13)
DentAgent ā containscomponent ā Evidence Blackboard
confidence 95% Ā· DentAgent primarily consists of an Orchestrator, five Modality-specific Specialists, and an Evidence Blackboard.
DentAgent ā containscomponent ā Orchestrator
confidence 95% Ā· DentAgent primarily consists of an Orchestrator, five Modality-specific Specialists, and an Evidence Blackboard.
DentAgent ā outperforms ā Senior Specialists
confidence 95% Ā· DentAgent demonstrates leading performance, even surpassing the senior specialists by 17.3 percentage points on multi-label diagnosis
Specialist Sub-Agents ā contributesto ā Evidence Blackboard
confidence 90% Ā· Each specialist... converts them into structured evidence records. The Evidence Blackboard manages these records
DentAgent ā coordinates ā Ceph Agent
confidence 90% Ā· DentAgent includes five Specialist Sub-Agents... the Ceph Agent analyzes cephalometric radiographs
DentAgent ā coordinates ā IOS Agent
confidence 90% Ā· DentAgent includes five Specialist Sub-Agents... the IOS Agent analyzes IOS based dental and occlusal structures
DentAgent ā coordinates ā Text Agent
confidence 90% Ā· DentAgent includes five Specialist Sub-Agents... The Text Agent handles clinical text
DentAgent ā ā
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Oral diseases affect billions of people worldwide, underscoring a pressing need for accurate and reliable dental assessment that integrates heterogeneous evidence from domain knowledge, radiographs, intraoral photographs, and 3D dental data. Most existing dental AI systems remain modality- or task-specific. Although recent vision-language models support flexible dental question answering, directly generated response leaves evidence implicit and untraceable. To address these limitations, we introduce DentAgent, an evidence-centric multi-agent framework, in which the Orchestrator coordinate five specialized agents spanning various modalities. Each specialist utilizes domain tools to convert observations into structured evidence records. The Evidence Blackboard manages these records as a shared evidence state, tracking coverage, gaps, and conflicts before response generation. This standardized evidence representation integrates isolated dental capabilities into a unified agentic workflow. Across four benchmarks, DentAgent demonstrates leading performance, even surpassing the senior specialists by 17.3 percentage points on multi-label diagnosis, which supports its value for broadly applicable and traceable multimodal dental reasoning, and highlights its potential as a technical foundation for population oral health assessment and management.
Tags
Links
- Source: https://arxiv.org/abs/2608.18878v1
- Canonical: https://arxiv.org/abs/2608.18878v1
Trouble viewing inline? Open PDF directly ā
Full Text
46,606 characters extracted from source content.
Expand or collapse full text
DentAgent: Evidence-Centric Multi-Agent Coordination for Multimodal Dental Reasoning Zijie Meng Thanks: $Ėā$Equal contribution. Xiwei Dai Yixuan Tang Jin Hao Yang Feng Affiliation: Zhejiang University, Shanghai Jiao Tong University, Angelalign Technology Inc., Fudong Zhu Xiaoqiang Liu Shaosheng Cao Affiliation: Peking University, Tsinghua University Zuozhu Liu Thanks: $Ėā $Corresponding author. Abstract Oral diseases affect billions of people worldwide, underscoring a pressing need for accurate and reliable dental assessment that integrates heterogeneous evidence from domain knowledge, radiographs, intraoral photographs, and 3D dental data. Most existing dental AI systems remain modality- or task-specific. Although recent vision-language models support flexible dental question answering, directly generated response leaves evidence implicit and untraceable. To address these limitations, we introduce DentAgent, an evidence-centric multi-agent framework, in which the Orchestrator coordinate five specialized agents spanning various modalities. Each specialist utilizes domain tools to convert observations into structured evidence records. The Evidence Blackboard manages these records as a shared evidence state, tracking coverage, gaps, and conflicts before response generation. This standardized evidence representation integrates isolated dental capabilities into a unified agentic workflow. Across four benchmarks, DentAgent demonstrates leading performance, even surpassing the senior specialists by 17.3 percentage points on multi-label diagnosis, which supports its value for broadly applicable and traceable multimodal dental reasoning, and highlights its potential as a technical foundation for population oral health assessment and management. Index Terms: Dental AI, Multi-Agent Systems, Multimodal Large Language Models. I Introduction Oral diseases affect billions of people worldwide and impose substantial health and socioeconomic burdens [36, 24, 35]. Effective prevention and treatment depend in part on accurate and reliable dental assessment, which often draws on heterogeneous evidence, including domain knowledge, radiographs, intraoral photographs, and 3D dental data. However, these sources differ substantially in representation, anatomical granularity, and evidential role, requiring different forms of perception, measurement, and reasoning. This heterogeneity creates a central challenge for dental AI: a broadly applicable system must coordinate modality-specific capabilities while making explicit which observations support each conclusion. Recent dental AI systems have made substantial progress in addressing individual parts of this problem, ranging from task-specific perception and measurement models to domain-oriented foundation and generative models [29, 1, 13, 23, 14, 44]. However, most existing systems remain organized around individual modalities or narrowly defined tasks. Specialized models provide useful local capabilities but typically operate as isolated pipelines, whereas generative models often map their inputs directly to answers or reports. In both cases, the evidence supporting the model output generally remains implicit, making it difficult to trace a prediction or response to specific visual findings, retrieved knowledge, or quantitative measurements. Tool-augmented and agentic reasoning provides a natural alternative to direct generation by allowing language models to invoke specialized tools and reason over their outputs as intermediate observations [39, 28, 30]. Recent dental agents have applied this paradigm to selected imaging modalities and dental workflows [10, 40, 9]. But these systems remain largely modality- or task-specific. More importantly, tool use alone does not provide a common mechanism for coordinating heterogeneous capabilities, standardizing their outputs, linking them to their sources, or explicitly representing missing and conflicting evidence. A broader dental reasoning framework therefore requires not only specialized tools but also a structured evidence representation designed to connect modality-specific observations to final answer generation. To address these limitations, we propose DentAgent, an evidence-centric multi-agent framework that coordinates heterogeneous dental capabilities within a unified workflow. DentAgent primarily consists of an Orchestrator, five Modality-specific Specialists, and an Evidence Blackboard. The Orchestrator identifies response-critical evidence awaiting acquisition and dynamically activates the relevant specialist agent. Each agent follows a bounded loop, iteratively selecting tools, examining observations, and converting them into structured evidence records. The Evidence Blackboard normalizes these evidence, tracks their coverage, links them across agents, and deals unresolved gaps or conflicts. Based on the evolving evidence state, the Orchestrator may request further analysis before committing the final answer. We evaluate DentAgent on four benchmarks spanning bilingual dental knowledge [43], panoramic radiograph question answering (QA) [11], 2D dental diagnosis [23], and 3D intraoral scan (IOS) reasoning [38], where DentAgent obtains the leading scores in various scenarios, especially exceeding the senior specialists by 17.3 percentage points on multi-label diagnosis. Together, these results support the applicability and traceability of DentAgent as a unified framework for dental reasoning, while highlighting its potential as a technical foundation for population oral health assessment and management. Our contributions are summarized as follows: ⢠We introduce DentAgent, a multi-agent framework that coordinates specialist capabilities for textual knowledge, radiographs, clinical photography, and 3D dental data under a unified orchestration protocol. ⢠We develop an evidence-centric coordination mechanism that decouples evidence acquisition from answer generation, enabling modality-specific specialists to contribute source-attributed findings to a shared Evidence Blackboard for target-driven reasoning and iterative evidence-sufficiency assessment. ⢠We conduct evaluations on heterogeneous dental benchmarks, demonstrating the applicability of DentAgent across diverse modalities and tasks, with clear improvements over strong baselines. I Related Works I-A Task-Specific Dental Perception Models Early dental AI research primarily addressed well-defined perception tasks within individual imaging modalities. Deep learning has been applied to caries detection on periapical and bitewing radiographs [19, 4], periodontal bone-loss detection and measurement [16, 18], tooth detection and numbering in panoramic radiographs [33], and instance-level tooth segmentation [15]. In orthodontics, public cephalometric challenges and automated landmarking systems established important benchmarks for landmark localization and measurement-based analysis [34, 22]. For 3D dental data, ToothNet, CBCT segmentation systems, MeshSNet, and TSegNet further demonstrate the importance of explicit geometric and spatial modeling for tooth- and surface-level understanding [7, 5, 20, 21, 6, 31]. These studies provide strong perceptual capabilities for specific modalities and clinical tasks, but they generally operate in isolation and do not address how heterogeneous findings should be aligned, reconciled, and integrated across data sources. I-B Dental Foundation and Generative Models Recent studies have expanded dental AI beyond narrowly defined prediction tasks toward domain-specialized foundation and generative models. OralGPT introduces large-scale instruction data and evaluation protocols for panoramic X-ray understanding, while DentalBench provides a bilingual benchmark for evaluating dental knowledge in LLMs [11, 43]. DentVLM extends vision-language modeling across multiple 2D oral imaging modalities and diagnostic tasks, whereas DentVFM investigates scalable vision foundation models for oral and maxillofacial radiology [23, 14]. DentFound further applies instance-guided vision-language modeling to panoramic radiograph interpretation and report generation [44]. Beyond 2D imaging, IOSVLM models the native geometry of 3D intraoral scans, CBCTRepD addresses bilingual report generation from CBCT data, and dental NLP studies explore evidence extraction and documentation from clinical notes [38, 37, 25, 2]. Collectively, these works demonstrate the value of dental-specific data and modality-aware representation learning [12, 3, 41]; however, they remain largely centered on the capabilities of individual models and provide limited support for explicitly coordinating and managing evidence produced by multiple specialized components. I-C Agentic Dental AI Building on advances in dental foundation and generative models, recent work has begun to shift from enhancing individual model capabilities toward coordinating multiple sources of specialized expertise. OralAgent integrates visual tools and dental knowledge retrieval for interactive dental image analysis [10], while OPGAgent orchestrates specialized perception modules, hierarchical evidence collection, and consensus-based reporting for panoramic radiograph interpretation [40]. OralGPT-Plus further investigates iterative and symmetry-aware tool use for panoramic X-ray analysis through reinforcement learning [8], and orthodontic agent systems demonstrate the potential of role-specialized collaboration for diagnosis and treatment planning [9]. These studies establish the value of tool-augmented and collaborative reasoning in dentistry, but they are generally designed around a particular imaging modality or clinical workflow. DentAgent extends this direction to a broader multimodal setting, in which specialists for clinical text, radiographs, clinical photography, and 3D dental data contribute complementary observations to a shared evidence blackboard, enabling structured evidence coordination and traceable response generation. Fig. 1: Overview of DentAgent, an evidence-centric hierarchical multi-agent framework for multimodal dental reasoning. Given a dental case x=(q,c,ā³)x=(q,c,M), where q, c and ā³M denote the query, clinical context and multimodal inputs respectively, the Intent Detector interprets the requested tasks, after which the Orchestrator iteratively identifies task-relevant evidence targets, delegates them to appropriate Modality-Specific Specialists, manages the updated evidence state, and verifies its sufficiency. Each activated specialist performs a bounded reasoning, tool-use and observation cycle. The resulting observations are incorporated into the Evidence Blackboard by evidence normalization, coverage tracking, evidence linking, and conflicts resolution. Finally, the Response Generator maps the terminal evidence state to the requested output, including dental knowledge, diagnostic category, lesion localization, or restoration assessment. I Methods I-A Framework Overview DentAgent is an evidence-centric hierarchical multi-agent framework for multimodal dental reasoning. Given a dental case x=(q,c,ā³)x=(q,c,M), where q denotes the task query, c denotes optional clinical context, and ā³M contains the available multimodal inputs, DentAgent produces a task-appropriate response y grounded in the evidence available in the case. The framework supports text questions, clinical documents, panoramic and cephalometric radiographs, intraoral photographs, and IOS meshes. Its output space covers dental knowledge answering, diagnostic category prediction, lesion localization, and restoration assessment. DentAgent separates task interpretation, specialist execution, evidence organization, and response generation. The Intent Detector first maps the input case to a task representation Ļ, which specifies the concrete task requested and the expected form and granularity of the response. The Orchestrator then follows the loop from task identification, specialists delegation, evidence management to sufficiency verification, as illustrated in Fig. 1. Rather than directly producing a diagnosis, it identifies the evidence targets required by the task, assigns them to an appropriate subset of Modality-Specific Specialists, and repeatedly evaluates the resulting evidence state. Each specialist operates within a bounded modality-specific reasoning, tool-use, and observation cycle. Each specialist activation is limited to at most KmaxK_ tool calls, thereby preventing unbounded or non-terminating tool-use loops. The resulting observation packets are incorporated into the Evidence Blackboard through four successive operations: Evidence Normaization, Coverage Tracking, Evidence Linking, and Conflict Resolution. The updated blackboard is returned to the Orchestrator, enabling subsequent rounds to focus on unresolved or contradictory evidence rather than repeating completed analyses. Execution terminates when verification succeeds, no additional evidence target is identified, or the maximum number of global rounds TmaxT_ is reached. The Response Generator then maps the terminal blackboard state to the requested output. Algorithm 1 summarizes the complete inference procedure. Algorithm 1 Evidence-Centric Inference with DentAgent 0: Dental case x=(q,c,ā³)x=(q,c,M); specialist set =kk=1NA=\A_k\_k=1^N; specialist tool inventories =kk=1NT=\T_k\_k=1^N; maximum global rounds TmaxT_ ; maximum tools per activation Kmax=3K_ =3 0: Final response y ĻāIntentDetectorā”(x)Ļ (x) ā¬0āInitializeBlackboardā”()B^0 () for t=1t=1 to TmaxT_ do ā(t)āIdentifyTargetsā”(Ļ,ā¬(tā1))R^(t) (Ļ,B^(t-1)) if ā(t)=ā R^(t)= then ā¬(t)āā¬(tā1)B^(t) ^(t-1) break end if (t)āDelegateSpecialistsā”(ā(t),ā¬(tā1),)D^(t) (R^(t),B^(t-1),A) āā Oā for each assignment (k,āk(t))ā(t)(A_k,R^(t)_k) ^(t) do ^kāSelectToolsā”(k,āk(t),ā¬(tā1),k,Kmax) T_k (A_k,R^(t)_k,B^(t-1),T_k,K_ ) kāExecuteSpecialistā”(k,āk(t),^k,x,ā¬(tā1))O_k (A_k,R^(t)_k, T_k,x,B^(t-1)) āāŖkO āŖ\O_k\ end for ā¬(t)āNormalizeEvidenceā”(ā¬(tā1),)B^(t) (B^(t-1),O) ā¬(t)āTrackCoverageā”(ā¬(t),ā(t))B^(t) (B^(t),R^(t)) ā¬(t)āLinkEvidenceā”(ā¬(t))B^(t) (B^(t)) ā¬(t)āResolveConflictsā”(ā¬(t))B^(t) (B^(t)) if Verifyā”(Ļ,ā¬(t))Verify(Ļ,B^(t)) then break end if end for yāGenerateResponseā”(Ļ,ā¬(t))y (Ļ,B^(t)) return y I-B Global Orchestration The evidence required for multimodal dental reasoning is inherently task-dependent. Dental knowledge questions rely primarily on textual information, whereas diagnostic classification, lesion localization, and restoration assessment require different combinations of visual and geometric evidence at varying levels of granularity. To accommodate these task-specific requirements, DentAgent separates task interpretation from evidence acquisition: the Intent Detector first determines what must be answered, and the Orchestrator subsequently determines which evidence must be acquired to support that answer. At the start of inference, the Intent Detector maps the input case x to a task specification: Ļ=IntentDetectorā”(x),Ļ=IntentDetector(x), (1) where the specification Ļ defines the task objective, required output format and granularity, and the input modalities relevant to the task. It contains neither a diagnostic prediction nor a candidate response; instead, it remains fixed throughout inference and guides subsequent rounds in identifying evidence targets, acquiring the required evidence, and verifying its sufficiency for the requested output. The Orchestrator then follows the IdentificationāDelegationāManagementāVerification loop shown in Fig. 1. At each orchestration round t, the Task Identification stage derives the evidence targets that remain unresolved: ā(t)=IdentifyTargetsā”(Ļ,ā¬(tā1)),R^(t)=IdentifyTargets (Ļ,B^(t-1) ), (2) where ā¬B denotes the Evidence Blackboard, which manages the shared evidence state across orchestration rounds. Each target āR denotes a task-specific evidence requirement, such as the clinical finding, anatomical location, quantitative measurement, structural relationship, or knowledge claim. The evidence required for a target is determined by the requested output. For example, evidence sufficient to support a coarse diagnostic category may not provide the spatial or quantitative detail needed for precise localization or measurement. After each blackboard update, the Orchestrator reassesses all targets, removes those that have been adequately resolved, and retains those that remain incomplete, unsupported, or contested. During the Specialist Delegation stage, the Orchestrator assigns the current targets to an appropriate subset of Specialist Sub-Agents: (t)=DelegateSpecialistsā”(ā(t),ā¬(tā1),).D^(t)=DelegateSpecialists (R^(t),B^(t-1),A ). (3) where each assignment (k,āk)ā(t)(A_k,R_k) ^(t) associates specialist kA_k with a target subset ākāā(t)R_k ^(t). Assignments are determined by the required evidence type, available case inputs, and specialist capability boundaries. The Orchestrator may activate a single specialist for a modality-specific target or multiple complementary specialists when evidence from several modalities is required. After the selected specialists return their current-round outputs, the Orchestrator enters the Evidence Management stage, where the Evidence Blackboard integrates and manages the newly acquired evidence. It then performs Verifyā”(Ļ,ā¬(t))Verify (Ļ,B^(t) ) to determine whether the current evidence state is sufficient for the requested output. If verification succeeds, evidence acquisition terminates. Otherwise, the updated blackboard conditions the next Identify Task stage, which derives a revised target set ā(t+1)R^(t+1), directing subsequent execution toward the remaining evidence gaps and conflicts. Thus, specialist routing adapts to the accumulated evidence, while the task specification Ļ remains fixed throughout inference. I-C Specialist Sub-Agent Execution DentAgent includes five Specialist Sub-Agents, each designed for a specific modality of clinical data. The Text Agent handles clinical text and dental knowledge; the Pano Agent analyzes panoramic radiographs; the Intraoral Agent examines intraoral photographs; the Ceph Agent analyzes cephalometric radiographs; and the IOS Agent analyzes IOS based dental and occlusal structures. These specialists have complementary roles and are activated as needed, without a fixed execution order. Each specialist kA_k is associated with a corresponding tool inventory kT_k. Given assigned targets ākR_k, it selects at most KmaxK_ relevant tools: ^k T_k =SelectToolsā”(k,āk,ā¬,k,Kmax), =SelectTools (A_k,R_k,B,T_k,K_ ), (4) ^k T_k āk,|^k|ā¤Kmax, _k, | T_k |⤠K_ , where tool selection depends on the assigned targets, available inputs, current blackboard state, and the relevance of each tool. Then, the specialist executes the selected tools and returns their observations: k=ExecuteSpecialistā”(k,āk,^k,x,ā¬).O_k=ExecuteSpecialist (A_k,R_k, T_k,x,B ). (5) The output kO_k contains findings or measurements for the assigned targets, together with their anatomical location, source, quality, and conditions of validity. I-D Evidence Blackboard The Evidence Blackboard ā¬B stores and organizes all evidence collected during inference. It serves as the shared state used by the Specialist Sub-Agents, the Orchestrator, and the Response Generator. Evidence from different specialists and reasoning rounds is aligned to the same target while explicitly record their source and applicability conditions. Evidence Normalization. NormalizeEvidenceNormalizeEvidence converts each specialist output into a standardized evidence record. The process aligns clinical terminology, anatomical labels, and levels of detail, allowing evidence from different specialists to be compared directly. Each record specifies the target, finding or measurement, anatomical location, originating specialist, source tool, quality, and limitations. The resulting representation supports subsequent coverage assessment and evidence linking from different sub-agents. Coverage Tracking. TrackCoverageTrackCoverage assesses how well the current evidence addresses each target. It assigns or updates one of four states, including covered, partially covered, conflicting, or uncovered. The required evidence depends on the requested output. For example, coarse findings may be sufficient to confirm that an abnormality is present, but insufficient to determine its exact location, severity, or size. Evidence Linking. LinkEvidenceLinkEvidence links evidence records associated with the same target and classifies their relationships as supporting, complementary, redundant, or conflicting. Supporting records provide independent evidence for the same conclusion; complementary records describe different aspects of the target; redundant records repeat an existing observation; and conflicting records report incompatible findings. Linked records are retained separately rather than merged into a single record. This representation preserves source-specific information and indicates whether a conclusion is supported by multiple independent observations or by a single source. Conflict Resolution. ResolveConflictsResolveConflicts evaluates incompatible evidence records according to target relevance, anatomical correspondence, source applicability, observation quality, provenance, and applicability conditions. Resolution does not rely on majority voting. A record may receive greater evidential weight only when it evaluates the target more directly and reliably. All source records remain retained for traceability. When the available evidence does not justify a reliable preference, the disagreement remains explicit. This operation also updates the coverage states of the affected targets before the blackboard is returned to the Orchestrator. I-E Response Generation After the orchestration loop terminates, the Response Generator produces the final output from the task specification Ļ and the final blackboard state ā¬B: y=GenerateResponseā”(Ļ,ā¬).y=GenerateResponse(Ļ,B). (6) The Response Generator does not call additional tools or modify the blackboard. It selects the evidence relevant to the requested targets and presents the result according to Ļ. For closed-set tasks, the output is restricted to the predefined label set. For structured and open-ended tasks, the response is generated from the evidence records stored in the blackboard. If Ļ defines uncertainty as a valid output, the Response Generator reports unresolved conflicts or insufficient evidence instead of forcing a definitive answer. IV Experiments IV-A Implementation DentAgent is implemented in LangGraph, with a shared blackboard that manages accumulated evidence and execution status across orchestration rounds. Unless specified, Qwen3.5-9B [26], served through vLLM [17], is used for both orchestration and final response generation with tailored system prompts. Reasoning mode is enabled during evidence acquisition and disabled during final response generation. The framework includes N=5N=5 modality-specific specialists and 3333 tools. Each specialist is registered through a YAML capability card that specifies its tool inventory, supported modality, target coverage, inputāoutput schema, anatomical scope, and applicability constraints. During each orchestration round, compatible specialists can be executed in parallel, and each specialist invocation may select at most Kmax=3K_ =3 tools. We set the global execution budget to Tmax=15T_ =15 rounds and terminates earlier when verification succeeds or no feasible specialist remains. IV-B Benchmarks We evaluate DentAgent on four benchmarks spanning bilingual dental textual knowledge, 2D clinical photographs, panoramic radiograph interpretation, and IOS based 3D reasoning. These benchmarks cover closed-set classification, structured prediction, and open-ended clinical question answering. Unless specified, we follow the official evaluation protocols and score only the final response. DentalBench [43] It comprises 7,332 English and Chinese questions across multiple dental specialties, including 5,408 close-ended and 1,924 open-ended questions. Following the official partition, we report accuracy and BERTScore [42] for close-ended and open-ended questions, respectively. MMOralBench [11] It evaluates clinical reasoning based on panoramic radiographs. We use the open-ended subset of 578 questions, with each response evaluated against the ground-truth answer by GPT-5-mini [32] and assigned a score in [0,1][0,1]. DentVLM Reader-study Benchmark [23] It contains 3,105 diagnostic questions grounded in panoramic radiographs, intraoral photographs, and lateral cephalometric radiographs. It evaluates 36 types of clinical findings, where multi-class tasks are evaluated by exact-match accuracy, while multi-label tasks are evaluated by hit rate. IOSVQA [38] It evaluates 3D dental reasoning based on IOS, which includes 1,929 questions covering eight diagnostic tasks. Following the original protocol, the performance is measured by accuracy. IV-C Main Results TABLE I: Comparison on DentalBench across textual closed- and open-ended question answering. Model close-ended Open-ended Accuracy (%) ā BERTScore (%) ā General-purpose LLMs DeepSeek-R1 68.44 20.71 DeepSeek-V3 67.03 25.15 GPT-4o 66.05 27.80 GPT-4o-mini 53.16 28.32 Qwen2.5-32B 64.49 22.44 Qwen2.5-14B 58.84 22.38 Qwen2.5-7B 54.23 22.26 Dental-adapted LLMs Qwen2.5-3B + SFT 50.35 27.81 Qwen2.5-3B + RAG 50.26 30.54 Qwen2.5-3B + SFT + RAG 55.27 30.57 DentAgent (ours) 66.32 33.31 DentalBench As shown in Table I, DentAgent achieves the best open-ended result, with a BERTScore of 33.31%, outperforming the strongest dental-adapted baseline by 2.74%. On close-ended questions, DentAgent attains an accuracy of 66.32%, trailing DeepSeek-R1 by 2.12%, while outperforming GPT-4o and all dental-adapted baselines. In contrast to predefined-label selection in close-ended questions, open-ended tasks require models to generate comprehensive responses that explain specialized dental concepts, analyze clinical cases, or address patient needs. Consequently, open-ended tasks place greater demands on dental knowledge and evidence retrieval and integration, highlighting DentAgentās ability to coordinate its text agent and evidence management module to produce well-supported answers. TABLE I: Comparison with various baselines on MMOralBench. DentAgent is implemented based on GPT-5.4-mini. Responses are scored by GPT-5-mini against reference answers. Model Model-Judge Score (%) ā General-purpose MLLMs GPT-5 42.42 GPT-4V 39.38 Gemini-2.5-Flash 27.84 Qwen-Max-VL 5.29 DeepSeek-VL-7B-Chat 15.95 GLM-4V-9B-Thinking 19.74 Qwen2.5-VL-72B 15.38 Medical-specific MLLMs LLaVA-Med 4.76 HealthGPT-XL32 27.80 MedVLM-R1 24.70 MedDr 26.20 OralGPT-Omni 45.31 Medical agents MedRAX 36.73 MedAgents 34.71 MMedAgent 15.19 MDAgents 40.50 OralAgent 61.00 DentAgent (ours) 61.44 MMOralBench As shown in Table I, for question answering based on panoramic radiographs, DentAgent outperforms OralGPT-Omni, the strongest dental-specific MLLM among the evaluated baselines, by 16.13%, while also surpassing all evaluated medical agent frameworks. The substantial advantage of the agentic reasoning framework over standalone MLLMs can be largely attributed to its ability to invoke specialized perception tools. These tools enable fine-grained extraction of pathological findings and anatomical features, effectively addressing the stringent perceptual requirements of dental image analysis. Additionally, although panoramic radiograph interpretation represents only one component of DentAgentās broader capabilities, DentAgent still achieves better performance than existing medical agents, further demonstrating the effectiveness of our framework for oral and dental reasoning tasks. TABLE I: Comparison on the DentVLM reader-study benchmark. Accuracy and hit rate evaluate multi-class and multi-label diagnosis tasks, respectively. Model Accuracy (%) ā Hit Rate (%) ā General-purpose MLLMs Qwen3-30A3 50.5 15.1 Qwen3-235A22 48.7 13.7 Medical-specific MLLMs Hulu-30A3 37.6 8.6 Hulu-235A22 28.7 12.7 DentVLM 78.8 55.2 Reader Groups Junior Readers 69.8 41.9 General Practitioners 77.0 55.4 Senior Specialists 81.4 59.3 DentAgent (ours) 72.6 76.6 DentVLM Reader-study Benchmark In the reader-study benchmark of DentVLM, we compared DentAgent with general-purpose MLLMs, medical-specific MLLMs, and reported human readers with varying levels of clinical experience, as shown in Table I. DentAgent substantially outperforms all baseline models on the multi-label diagnostic task and even exceeds the performance of senior specialists by 17.3 percentage points. Unlike multi-class classification, which typically focuses on assigning a single label for a specific task, multi-label diagnosis requires a comprehensive assessment of the entire image and the identification of as many coexisting oral conditions as possible. Such findings can be easily overlooked even by experienced clinicians. This is precisely where DentAgent benefits from its evidence-driven, iterative multi-round reflection loop, which enables systematic examination and refinement of diagnostic hypotheses. These results also highlight a promising direction for dental AI: rather than replacing clinicians, systems such as DentAgent can serve as adjunctive diagnostic tools by supporting comprehensive image assessment, improving clinical efficiency, and reducing the risk of diagnostic omissions. TABLE IV: Comparison on the IOSVQA. For MLLMs without native 3D input support, we project each IOS into multiple 2D views. Model Input Type Accuracy (%) ā General-purpose MLLMs Qwen3VL-8B 2D multiview 58.84 InternVL3.5-8B 2D multiview 55.16 Medical-specific MLLMs HuluMed-7B 2D multiview 63.56 HuatuoGPT-V-7B 2D multiview 59.88 MedGemma-1.5 2D multiview 55.00 3D-specific MLLMs PointLLM-7B 3D IOS mesh 46.71 ShapeLLM-7B 3D IOS mesh 33.18 IOSVLM 3D IOS mesh 72.42 DentAgent (ours) 3D IOS mesh 78.54 IOSVQA As shown in Table IV, DentAgent outperforms the strongest 3D-specific IOSVLM by 6.12% and the best-performing 2D multiview baseline by 14.98%. These substantial gains underscore the value of explicitly grounding reasoning in task-relevant geometric evidence extracted directly from the native 3D mesh. In contrast to 2D multiview approaches, which may lose or distort metric and relational cues during projection, DentAgent operates on the original mesh to quantify inter-tooth spatial relationships, occlusal contacts, and local surface morphology. DentAgent also differs from monolithic 3D models, in which these geometric cues are implicitly compressed into a global representation. Instead, it organizes and aggregates the extracted evidence around the queried tooth or occlusal region. This query-conditioned, target-centric aggregation filters out irrelevant anatomical information while integrating complementary geometric cues, thereby enabling more accurate and reliable answers. IV-D Analysis Fig. 2: Comparison on MMoralBench between direct inference, single-pass agentic execution, and iterative evidence acquisition under Qwen3.5-9B. Agentic Orchestration Drives the Improvement To assess the contributions of different components in DentAgent, we first isolate the effect of agentic orchestration by fixing Qwen3.5-9B as the reasoning backbone across all variants, as shown in Fig. 2. Compared with direct inference, introducing single-pass agentic execution yields a substantial gain of 17.48% even before iterative verification is enabled. This result highlights the importance of coordinated multi-agent collaboration and specialized perception and analysis tools for complex multimodal dental reasoning. Iterative Verification Further Improves Evidence Quality With the backbone and toolset unchanged, restoring the complete Identify-Delegate-Observe-Verify loop further raises the score from 48.40 to 52.83. Although single-pass execution can acquire informative observations, it cannot adaptively revisit insufficiently examined targets or resolve evidence gaps and conflicts identified during execution. Taken together, agentic tool use produces the dominant improvement, while reflection loop further enhances the completeness and consistency of the supporting evidence. Fig. 3: Generalization on MMOralBench of the DentAgent workflow under various reasoning backbones. Compatibility Across Reasoning Backbones We further investigate the effect of various backbone [26, 27, 32] by keeping the DentAgent workflow fixed, as shown in Fig. 3. The framework exhibits steady performance gains as the capability of the underlying reasoning backbone increases. This trend suggests that, as a lightweight and training-free dental reasoning workflow, DentAgent can be readily integrated with different backbones while continuing to benefit from advances in their reasoning capabilities. Such compatibility provides practical flexibility for real-world deployment across diverse performance requirements and computational constraints. V Conclusion We presented DentAgent, an evidence-centric multi-agent framework that separates evidence acquisition from response generation and coordinates five specialist agents through an Orchestrator and an Evidence Blackboard that preserves source-attributed findings throughout inference. Across four benchmarks, DentAgent demonstrates strong performance across diverse dental modalities and tasks. Future work will extend DentAgent to additional modalities, such as histopathology and CBCT, explore cost-efficient training strategies, and prospectively evaluate its value for clinical support. References [1] S. AbuSalim, N. Zakaria, M. R. Islam, G. Kumar, N. Mokhtar, and S. J. Abdulkadir (2022) Analysis of deep learning techniques for dental informatics: a systematic literature review. In Healthcare, Vol. 10, p. 1892. Cited by: §I. [2] M. Büttner, U. Leser, L. Schneider, and F. Schwendicke (2024) Natural language processing: chances and challenges in dentistry. Journal of Dentistry. External Links: Document Cited by: §I-B. [3] Z. Cai, J. Zhang, J. Zhao, Z. Zeng, Y. Li, L. Jingyi, J. Chen, Y. Yang, J. You, S. Deng, et al. (2026) DentalGPT: incentivizing multimodal reasoning in dentistry. In Findings of the Association for Computational Linguistics: ACL 2026, p. 2811ā2829. Cited by: §I-B. [4] A. G. Cantu, S. Gehrung, J. Krois, A. Chaurasia, J. G. Rossi, R. Gaudin, K. Elhennawy, and F. Schwendicke (2020) Detecting caries lesions of different radiographic extension on bitewings using deep learning. Journal of Dentistry. External Links: Document Cited by: §I-A. [5] Z. Cui, Y. Fang, L. Mei, B. Zhang, B. Yu, J. Liu, C. Jiang, Y. Sun, L. Ma, J. Huang, Y. Liu, Y. Zhao, C. Lian, Z. Ding, M. Zhu, and D. Shen (2022) A fully automatic AI system for tooth and alveolar bone segmentation from cone-beam CT images. Nature Communications 13 (1), p. 2096. External Links: Document Cited by: §I-A. [6] Z. Cui, C. Li, N. Chen, G. Wei, R. Chen, Y. Zhou, D. Shen, and W. Wang (2021) TSegNet: an efficient and accurate tooth segmentation network on 3d dental model. Medical Image Analysis. External Links: Document Cited by: §I-A. [7] Z. Cui, C. Li, and W. Wang (2019) ToothNet: automatic tooth instance segmentation and identification from cone beam ct images. In 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition, External Links: Document Cited by: §I-A. [8] Y. Fan, J. Hao, H. Chen, J. Bao, Y. Shao, Y. Liang, K. F. Hung, and H. Tang (2026) Oralgpt-plus: learning to use visual tools via reinforcement learning for panoramic x-ray analysis. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, p. 35373ā35383. Cited by: §I-C. [9] J. Hao, X. Dai, Z. Meng, B. Yuan, T. Jiao, B. Feng, H. Wu, Y. Feng, D. Jing, J. Zhao, J. T. Zhou, B. Fang, Z. Liu, and L. Xia (2026) OrthoAgent: a knowledge-enhanced multi-agent framework for multimodal orthodontic diagnosis and treatment planning. Dental Research 1 (3), p. 100039. External Links: Document Cited by: §I, §I-C. [10] J. Hao, S. Dai, Y. Zhang, Y. Liang, J. Wu, J. Bao, Y. Fan, Z. Ye, Y. Sun, X. Zhang, et al. (2026) OralAgent: integrating reasoning, tools, and knowledge for interactive dental image analysis. arXiv preprint arXiv:2605.27378. Cited by: §I, §I-C. [11] J. Hao, Y. Fan, Y. Sun, K. Guo, L. Lizhuo, J. Yang, Q. Ai, L. Wong, H. Tang, and K. Hung (2026) Towards better dental ai: a multimodal benchmark and instruction dataset for panoramic x-ray analysis. Advances in Neural Information Processing Systems 38. Cited by: §I, §I-B, §IV-B. [12] J. Hao, Y. Liang, L. Lin, Y. Fan, W. Zhou, K. Guo, Z. Ye, Y. Sun, X. Zhang, Y. Yang, Q. Li, H. Tang, J. K. Tsoi, L. Shen, and K. F. Hung (2026) OralGPT-Omni: a versatile dental multimodal large language model. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, p. 38509ā38519. Cited by: §I-B. [13] H. Huang, O. Zheng, D. Wang, J. Yin, Z. Wang, S. Ding, H. Yin, C. Xu, R. Yang, Q. Zheng, et al. (2023) ChatGPT for shaping the future of dentistry: the potential of multi-modal large language model. International Journal of Oral Science 15 (1), p. 29. Cited by: §I. [14] X. Huang, F. Xiao, D. He, A. Gao, D. Li, X. Zhang, S. Zhang, and X. Wang (2025) Towards generalist intelligence in dentistry: vision foundation models for oral and maxillofacial radiology. arXiv preprint arXiv:2510.14532. Cited by: §I, §I-B. [15] G. Jader, J. Fontineli, M. Ruiz, K. Abdalla, M. Pithon, and L. Oliveira (2018) Deep instance segmentation of teeth in panoramic x-ray images. In 2018 31st SIBGRAPI Conference on Graphics, Patterns and Images, External Links: Document Cited by: §I-A. [16] J. Krois, T. Ekert, L. Meinhold, T. Golla, B. Kharbot, A. Wittemeier, C. Dorfer, and F. Schwendicke (2019) Deep learning for the radiographic detection of periodontal bone loss. Scientific Reports. External Links: Document Cited by: §I-A. [17] W. Kwon, Z. Li, S. Zhuang, Y. Sheng, L. Zheng, C. H. Yu, J. E. Gonzalez, H. Zhang, and I. Stoica (2023) Efficient memory management for large language model serving with pagedattention. In Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles, Cited by: §IV-A. [18] C. Lee, T. Kabir, J. Nelson, S. Sheng, H. Meng, T. E. Van Dyke, M. F. Walji, X. Jiang, and S. Shams (2022) Use of the deep learning approach to measure alveolar bone level. Journal of clinical periodontology 49 (3), p. 260ā269. Cited by: §I-A. [19] J. Lee, D. Kim, S. Jeong, and S. Choi (2018) Detection and diagnosis of dental caries using a deep learning-based convolutional neural network algorithm. Journal of Dentistry. External Links: Document Cited by: §I-A. [20] C. Lian, L. Wang, T. Wu, M. Liu, F. Duran, C. Ko, and D. Shen (2019) MeshSNet: deep multi-scale mesh feature learning for end-to-end tooth labeling on 3d dental surfaces. In Medical Image Computing and Computer Assisted Intervention ā MICCAI 2019, External Links: Document Cited by: §I-A. [21] C. Lian, L. Wang, T. Wu, F. Wang, P. Yap, C. Ko, and D. Shen (2020) Deep multi-scale mesh feature learning for automated labeling of raw dental surfaces from 3d intraoral scanners. IEEE Transactions on Medical Imaging. External Links: Document Cited by: §I-A. [22] C. Lindner, C. Wang, C. Huang, C. Li, S. Chang, and T. F. Cootes (2016) Fully automatic system for accurate localisation and analysis of cephalometric landmarks in lateral cephalograms. Scientific Reports. External Links: Document Cited by: §I-A. [23] Z. Meng, J. Hao, X. Dai, Y. Feng, J. Liu, B. Feng, H. Wu, X. Gai, H. Zhu, T. Hu, et al. (2025) Dentvlm: a multimodal vision-language model for comprehensive dental diagnosis and enhanced clinical practice. arXiv preprint arXiv:2509.23344. Cited by: §I, §I, §I-B, §IV-B. [24] M. A. Peres, L. M. D. Macpherson, R. J. Weyant, B. Daly, R. Venturelli, M. R. Mathur, S. Listl, R. K. Celeste, C. C. Guarnizo-Herreno, C. Kearns, H. Benzian, P. Allison, and R. G. Watt (2019) Oral diseases: a global public health challenge. The Lancet. External Links: Document Cited by: §I. [25] F. Pethani and A. G. Dunn (2023) Natural language processing for clinical notes in dentistry: a systematic review. Journal of Biomedical Informatics. External Links: Document Cited by: §I-B. [26] Qwen Team (2026) Qwen3.5: towards native multimodal agents. External Links: Link Cited by: §IV-A, §IV-D. [27] Qwen Team (2026) Qwen3.6-27B: flagship-level coding in a 27B dense model. External Links: Link Cited by: §IV-D. [28] T. Schick, J. Dwivedi-Yu, R. DessƬ, R. Raileanu, M. Lomeli, E. Hambro, L. Zettlemoyer, N. Cancedda, and T. Scialom (2023) Toolformer: language models can teach themselves to use tools. Advances in neural information processing systems 36, p. 68539ā68551. Cited by: §I. [29] F. Schwendicke, W. Samek, and J. Krois (2020) Artificial intelligence in dentistry: chances and challenges. Journal of Dental Research. External Links: Document Cited by: §I. [30] Y. Shen, K. Song, X. Tan, D. Li, W. Lu, and Y. Zhuang (2023) HuggingGPT: solving ai tasks with chatgpt and its friends in hugging face. In Advances in Neural Information Processing Systems, External Links: Document Cited by: §I. [31] Z. Shi, Z. Meng, R. Chen, Y. Feng, Z. Zhao, J. Hao, B. Fang, Z. Liu, and Y. Zheng (2025) LETA: tooth alignment prediction based on dual-branch latent encoding. IEEE Transactions on Visualization & Computer Graphics 31 (09), p. 4805ā4820. Cited by: §I-A. [32] A. Singh, A. Fry, A. Perelman, A. Tart, A. Ganesh, A. El-Kishky, A. McLaughlin, A. Low, A. Ostrow, A. Ananthram, et al. (2025) Openai gpt-5 system card. arXiv preprint arXiv:2601.03267. Cited by: §IV-B, §IV-D. [33] D. V. Tuzoff, L. N. Tuzova, M. M. Bornstein, A. S. Krasnov, M. A. Kharchenko, S. I. Nikolenko, M. M. Sveshnikov, and G. B. Bednenko (2019) Tooth detection and numbering in panoramic radiographs using convolutional neural networks. Dentomaxillofacial Radiology 48 (4), p. 20180051. Cited by: §I-A. [34] C. Wang, C. Huang, J. Lee, C. Li, S. Chang, M. Siao, T. Lai, B. Ibragimov, T. Vrtovec, O. Ronneberger, P. Fischer, T. F. Cootes, and C. Lindner (2016) A benchmark for comparison of dental radiography analysis algorithms. Medical Image Analysis. External Links: Document Cited by: §I-A. [35] R. G. Watt, B. Daly, P. Allison, L. M. D. Macpherson, R. Venturelli, S. Listl, R. J. Weyant, M. R. Mathur, C. C. Guarnizo-Herreno, R. K. Celeste, M. A. Peres, C. Kearns, and H. Benzian (2019) Ending the neglect of global oral health: time for radical action. The Lancet. External Links: Document Cited by: §I. [36] World Health Organization (2025) Oral health. Note: https://w.who.int/news-room/fact-sheets/detail/oral-healthAccessed: 2026-07-08 Cited by: §I. [37] Q. Wu, F. Niu, H. Zhu, Y. Sun, Y. Shen, X. Li, H. Wu, L. Liu, Z. Pan, Z. Liu, et al. (2026) Bridging the skill gap in clinical cbct interpretation with cbctrepd. arXiv preprint arXiv:2603.10933. Cited by: §I-B. [38] H. Xiong, Z. Meng, T. Hu, C. Zhou, Y. Feng, and Z. Liu (2026) IOSVLM: a 3d vision-language model for unified dental diagnosis from intraoral scans. arXiv preprint arXiv:2603.16781. Cited by: §I, §I-B, §IV-B. [39] S. Yao, J. Zhao, D. Yu, N. Du, I. Shafran, K. Narasimhan, and Y. Cao (2023) ReAct: synergizing reasoning and acting in language models. In International Conference on Learning Representations, External Links: 2210.03629 Cited by: §I. [40] Z. Yu, L. Yang, B. Babicka, M. Hu, J. Hao, A. Huang, J. Huang, Y. Jin, J. Wu, and Z. Ge (2026) OPGAgent: an agent for auditable dental panoramic x-ray interpretation. arXiv preprint arXiv:2603.00462. Cited by: §I, §I-C. [41] B. Zhang, Y. Miao, T. Wu, T. Chen, J. Jiang, Z. Li, Z. Tang, L. Yu, and J. Su (2025) Archmap: arch-flattening and knowledge-guided vision language model for tooth counting and structured dental understanding. arXiv preprint arXiv:2511.14336. Cited by: §I-B. [42] T. Zhang, V. Kishore, F. Wu, K. Q. Weinberger, and Y. Artzi (2020) BERTScore: evaluating text generation with BERT. In International Conference on Learning Representations, Cited by: §IV-B. [43] H. Zhu, Y. Xu, Y. Li, Z. Meng, and Z. Liu (2025) DentalBench: benchmarking and advancing llms capability for bilingual dentistry understanding. arXiv preprint arXiv:2508.20416. Cited by: §I, §I-B, §IV-B. [44] Q. Zhu, Y. Lin, W. Fu, W. Tang, J. Li, Y. Zhang, B. Li, X. Guo, F. Wang, H. Qi, C. Sun, X. Zhu, Z. Liu, L. He, Z. Zheng, B. Du, J. Yang, Z. Bian, and L. Meng (2026) Towards clinical-level interpretation of dental panoramic radiography using an instance-guided vision-language model. Nature Biomedical Engineering. External Links: Document Cited by: §I, §I-B.