Uncertainty Reasoning with Large Language Models for Explainable Disease Diagnosis

2026-05-25Artificial Intelligence

Artificial Intelligence
AI summary

The authors created a system that helps doctors make medical diagnoses by combining smart language models with clear logical rules. Their approach turns patient stories and guidelines into a mix of fuzzy logic and rules that the computer can follow step-by-step, making it easier to trust and understand the diagnosis. This system not only guesses diagnoses but also explains and verifies them, allowing corrections when mistakes happen. Testing showed it works as well as other top models but adds transparency and reliability.

Large Language ModelsNeuro-symbolic ReasoningFuzzy LogicClinical Decision-makingKnowledge BaseLogic ProgrammingExplainable AIProbabilistic InferenceMedical DiagnosisInterpretability
Authors
Xiaoyang Fan, Yufan Cai, Zhe Hou, Jin Song Dong
Abstract
Clinical decision-making requires reasoning over incomplete, imprecise, and linguistically expressed patient narratives. While large language models (LLMs) excel at extracting latent information from natural language, they lack the verifiability and interpretability essential for trustworthy medical AI. We propose a neuro-symbolic reasoning framework that aligns LLMs with formal logic to enable explainable and formally verifiable medical diagnosis. Patient descriptions and clinical guidelines are embedded into a neural knowledge base, where LLMs extract structured medical entities, temporal relations, and fuzzy symptom patterns, which are decoded into a symbolic knowledge base expressed in fuzzy logic and declarative rules. We perform two-stage reasoning: (1) inductive symbolic generalization to capture diagnostic patterns from encoded narratives, and (2) inference verification via a logic programming engine to derive and validate diagnoses consistent with clinical standards. Each symptom is treated as a fuzzy predicate with probabilistic weights, and inference paths are auditable, adjustable, and compatible with physician feedback. Unlike purely statistical methods, our system supports iterative refinement: misalignment between LLM-generated diagnoses and ground truth can be traced, explained, and corrected through formal rules. By combining logic-based transparency, LLM adaptability, and probabilistic robustness, the framework enables human-aligned healthcare inference with strong generalization and verifiable, step-by-step reasoning chains. We validate our framework on public benchmarks, demonstrating effective reconciliation of symbolic reasoning and LLMs with real-world clinical narratives. Results show performance comparable to state-of-the-art LLMs, while additionally providing interpretable reasoning paths and formally verifiable diagnostic conclusions.