paper-with-me

홈 › Papers

SymptomWise: A Deterministic Reasoning Layer for Reliable and Efficient AI Systems

2026-04-07 · Isaac Henry, Avery Byrne, Christopher Giza, Ron Henry, Shahram Yazdani arxiv

AI-driven symptom analysis systems face persistent challenges in reliability, interpretability, and hallucination. End-to-end generative approaches often lack traceability and may produce unsupported or inconsistent diagnostic outputs in safety-critical settings. We present SymptomWise, a framework that separates language understanding from diagnostic reasoning. The system combines expert-curated medical knowledge, deterministic codex-driven inference, and constrained use of large language models. Free-text input is mapped to validated symptom representations, then evaluated by a deterministic reasoning module operating over a finite hypothesis space to produce a ranked differential diagnosis. Language models are used only for symptom extraction and optional explanation, not for diagnostic inference. This architecture improves traceability, reduces unsupported conclusions, and enables modular evaluation of system components. Preliminary evaluation on 42 expert-authored challenging pediatric neurology cases shows meaningful overlap with clinician consensus, with the correct diagnosis appearing in the top five differentials in 88% of cases. Beyond medicine, the framework generalizes to other abductive reasoning domains and may serve as a deterministic structuring and routing layer for foundation models, improving precision and potentially reducing unnecessary computational overhead in bounded tasks.

📄 PDF Abstract BibTeX arXiv:2604.06375

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Toward a Modular Architecture for Embedded AI Agent Systems at the Edge

2026-06-01 · Marcus Rüb, Michael Gerhards arxiv

The rise of Large Language Models (LLMs) has enabled agentic AI capable of complex reasoning and tool use; however, deploying such autonomy in pervasive computing environments remains challenging due to the strict memory…

Advancing Multimodal Agent Reasoning with Long-Term Neuro-Symbolic Memory

2026-03-16 · Rongjie Jiang, Jianwei Wang, Gengda Zhao, Chengyang Luo 외 arxiv

Recent advances in large language models have driven the emergence of intelligent agents operating in open-world, multimodal environments. To support long-term reasoning, such agents are typically equipped with external …

Multimodal ReasoningDecision Making

A Modular Agent for Reliable and Auditable Spatial Relation Verification in CT Scans

2026-08-21 · Simon Vincent Abel, Heiko Hillenhagen, Michael Götz, Timo Ropinski 외 arxiv

Reliable spatial understanding is an important prerequisite for future medical vision-language systems that aim to support radiological report generation and structured image understanding. While modern vision-language m…

Spatial Reasoning

From Natural Language to Executable Narsese: A Neuro-Symbolic Benchmark and Pipeline for Reasoning with NARS

2026-04-20 · Mina Gabriel, Pei Wang arxiv

Large language models (LLMs) are highly capable at language generation, but they remain unreliable when reasoning requires explicit symbolic structure, multi-step inference, and interpretable uncertainty. This paper pres…

Euclid-MCP: A Model Context Protocol Server for Deterministic Logical Reasoning via Prolog

2026-07-23 · Bartolomeo Bogliolo arxiv

Large Language Models (LLMs) excel at natural language understanding and generation but remain unreliable for multi-step logical reasoning, especially in safety-critical or compliance-sensitive domains. Recent neuro-symb…

Natural Language UnderstandingLogical Reasoning