paper-with-me

홈 › Papers

Neuro-Symbolic Resolution of Recommendation Conflicts in Multimorbidity Clinical Guidelines

2026-04-19 · Shiyao Xie, Jian Du arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.17340

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Lessons Learned from Evaluation of LLM based Multi-agents in Safer Therapy Recommendation

2025-07-15 · Yicong Wu, Ting Chen, Irit Hochberg, Zhoujian Sun 외 arxiv

Therapy recommendation for chronic patients with multimorbidity is challenging due to risks of treatment conflicts. Existing decision support systems face scalability limitations. Inspired by the way in which general pra…

BiNSGPS: Geometry Problem Solving via Bidirectional Neuro-Symbolic Interaction

2026-06-03 · Qi Wang, Peijie Wang, Fei Yin, Cheng-Lin Liu arxiv

Geometry problem solving poses distinct challenges in artificial intelligence. Existing approaches typically fall into two paradigms: symbolic methods, which exhibit limited adaptability, and neural methods, which are pr…

Modeling Endogenous Logic: Causal Neuro-Symbolic Reasoning Model for Explainable Multi-Behavior Recommendation

2026-01-29 · Yuzhe Chen, Jie Cao, Youquan Wang, Haicheng Tao 외 arxiv

Existing multi-behavior recommendations tend to prioritize performance at the expense of explainability, while current explainable methods suffer from limited generalizability due to their reliance on external informatio…

Causal Inference

Learning Multimorbidity Patterns from Electronic Health Records Using Non-negative Matrix Factorisation

2019-07-19 · Abdelaali Hassaine, Dexter Canoy, Jose Roberto Ayala Solares, Yajie Zhu 외

Multimorbidity, or the presence of several medical conditions in the same individual, has been increasing in the population, both in absolute and relative terms. However, multimorbidity remains poorly understood, and the…

Benchmarking

Differentiable Fuzzy Neural Networks for Recommender Systems

2025-05-09 · Stephan Bartl, Kevin Innerebner, Elisabeth Lex

As recommender systems become increasingly complex, transparency is essential to increase user trust, accountability, and regulatory compliance. Neuro-symbolic approaches that integrate symbolic reasoning with sub-symbol…

Decision MakingRecommendation Systems