CLApr 19

Neuro-Symbolic Resolution of Recommendation Conflicts in Multimorbidity Clinical Guidelines

arXiv:2604.1734024.4h-index: 1
AI Analysis

This work addresses the reliability crisis in medical AI by automating conflict detection in clinical guidelines, a critical bottleneck for multimorbidity care.

Clinical guidelines for multimorbidity patients contain frequent logical conflicts that degrade AI systems. The authors propose a neuro-symbolic framework using multi-agent translation and SAT solving to detect these conflicts, achieving an F1 score of 0.861 on SGLT2 inhibitor guidelines, where 90.6% of conflicts are local.

Clinical guidelines, typically developed by independent specialty societies, inherently exhibit substantial fragmentation, redundancy, and logical contradiction. These inconsistencies, particularly when applied to patients with multimorbidity, not only cause cognitive dissonance for clinicians but also introduce catastrophic noise into AI systems, rendering the standard Retrieval-Augmented Generation (RAG) system fragile and prone to hallucination. To address this fundamental reliability crisis, we introduce a Neuro-Symbolic framework that automates the detection of recommendation redundancies and conflicts. Our pipeline employs a multi-agent system to translate unstructured clinical natural language into rigorous symbolic logic language, which is then verified by a Satisfiability (SAT) solver. By formulating a hierarchical taxonomy of logical rule interactions, we identify a critical category termed Local Conflict - a decision conflict arising from the intersection of comorbidities. Evaluating our system on a curated benchmark of 12 authoritative SGLT2 inhibitor guidelines, we reveal that 90.6% of conflicts are Local, a structural complexity that single-disease guidelines fail to address. While state-of-the-art LLMs fail in detecting these conflicts, our neuro-symbolic approach achieves an F1 score of 0.861. This work demonstrates that logical verification must precede retrieval, establishing a new technical standard for automated knowledge coordination in medical AI.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes