How Compliant is Sepsis Treatment? An Expert-Guided Neuro-symbolic Pipeline for Generating Clinical Compliance Insights
Summary
This paper introduces an expert-guided neuro-symbolic pipeline combining LLMs for semantic normalization and fuzzy logic to assess compliance with sepsis treatment protocols, providing graded insights from clinical data.
View Cached Full Text
Cached at: 08/17/26, 09:44 AM
# How Compliant is Sepsis Treatment? An Expert-Guided Neuro-symbolic Pipeline for Generating Clinical Compliance Insights
Source: [https://arxiv.org/html/2608.13617](https://arxiv.org/html/2608.13617)
###### Abstract
Verifying whether clinical care follows evidence\-based protocols is a natural neuro\-symbolic problem, yet the safety\-critical setting defeats either paradigm alone\. We present an expert\-guided pipeline that constrains a large language model strictly to semantic normalization, mapping messy drug and microbiology strings onto a fixed clinical vocabulary, while a Sugeno fuzzy inference system reasons over the normalized events\. The fuzzy layer encodes eight Surviving Sepsis Campaign bundle rules and replaces binary judgments with graded scores in\[0,1\]\[0,1\]\. Applied to 2,438 MIMIC\-IV v3\.1 sepsis episodes, it surfaces antibiotic timing as the most critical breakdown \(mean 0\.24, 13% within one hour\), Hour\-1 underperformance \(mean 36\.7%\), a 51% elevated\-lactate drop\-off, and descriptive differences in ICU stay across compliance groups \(3\.8 versus 5\.1 days\)\.
††volume:1††year:2026††workshop:Conference on Neurosymbolic Learning and Reasoning###### keywords
Neuro\-symbolic, Fuzzy logic, Sepsis, Healthcare
## 1Introduction
Figure 1:The end\-to\-end workflow of the Expert\-Guided Neurosymbolic pipeline, illustrating the transformation of sepsis specific raw clinical data into healthcare insights via LLM semantic normalization, expert knowledge, and fuzzy logic\.Sepsis remains a leading cause of in\-hospital mortality, and timely adherence to international, evidence‑based clinical guideline such as Surviving Sepsis Campaign \(SSC\) bundle\([21](https://arxiv.org/html/2608.13617#bib.bib26)\)is critical for patient survival\. Large\-scale Electronic Health dataset such asMIMIC−IVMIMIC\-IV\([17](https://arxiv.org/html/2608.13617#bib.bib24)\)offer a significant opportunity to evaluate protocol compliance at scale across thousands of patients\. However, clinical data in these records is deeply unstructured and inconsistent\. Traditional rule\-based systems fail on semantic variations like trade names and synonyms, while pure neural networks produce uninterpretable risk scores that cannot guarantee adherence to safety protocols, leaving a critical gap in compliance assessment\. To bridge this gap, we present an expert\-guided neuro\-symbolic pipeline \(Figure[1](https://arxiv.org/html/2608.13617#S1.F1)\) where each component addresses a specific limitation of the existing paradigms\. MedGemma acts as a semantic normalizer that safely resolves messy clinical text, and an expert\-validated Fuzzy Inference System then evaluates the normalized data to produce graded compliance scores rather than brittle binary judgments\. The system encodes eight SSC bundle rules spanning three clinical phases: immediate actions including blood culture sequencing, antibiotic administration, and lactate measurement within the first hour, followed by hemodynamic resuscitation rules covering fluid administration and vasopressor initiation, and finally treatment response rules assessing Mean Arterial Pressure \(MAP\) recovery and lactate clearance\. For the complete rule definitions, refer to the[Appendix: Eight Rules From SSC](https://arxiv.org/html/2608.13617#A2)\.
This work is guided by 4 Research Questions \(RQ\):
RQ1:Is a neuro\-symbolic approach necessary where purely symbolic or neural systems fall short? \(Answered in[Regex vs MedGemma Validation](https://arxiv.org/html/2608.13617#S4.SS1)\)
RQ2:Can a hybrid classifier pipeline achieve reliable semantic normalization of clinical data? \(Answered in[Validation](https://arxiv.org/html/2608.13617#S3.SS3)\)
RQ3:Can a fuzzy inference system generate graded SSC compliance scores that provide actionable clinical insights aligns with real\-world clinical decision\-making patterns and reflects subject matter expert \(SME\) perspectives on sepsis management? \(Answered in[Rule Compliance](https://arxiv.org/html/2608.13617#S4.SS2)\)
RQ4:What compliance patterns emerge across the sepsis cohort, and how do they correlate with patient outcomes? \(Answered in[ICU Outcomes](https://arxiv.org/html/2608.13617#S4.SS4)\)
## 2Literature Survey
Sepsis remains a leading cause of ICU mortality, where timely adherence to evidence\-based protocols is critical for patient survival\([8](https://arxiv.org/html/2608.13617#bib.bib8)\)\. The Surviving Sepsis Campaign bundles represent the gold standard for reducing mortality\([26](https://arxiv.org/html/2608.13617#bib.bib3)\), yet compliance continues to be suboptimal across healthcare settings\([6](https://arxiv.org/html/2608.13617#bib.bib6)\), making its assessment increasingly important\([9](https://arxiv.org/html/2608.13617#bib.bib7)\)\. Electronic Health Records such as MIMIC\-IV offer unprecedented opportunities for evaluating protocol adherence\([10](https://arxiv.org/html/2608.13617#bib.bib5)\), yet their inherent heterogeneity creates substantial challenges\. Purely data\-driven approaches such as Deep Learning achieve high predictive accuracy but operate as black boxes\([25](https://arxiv.org/html/2608.13617#bib.bib2)\), lacking the interpretability required for high\-stakes clinical decision\-making\([12](https://arxiv.org/html/2608.13617#bib.bib4)\)\. Conversely, traditional Rule\-Based Systems offer transparency but are brittle when facing real\-world clinical noise\([18](https://arxiv.org/html/2608.13617#bib.bib1)\), failing on trade name variations such as Vancocin versus Vancomycin\. A hybrid system robust to noisy data yet interpretable regarding safety rules is therefore necessary\([22](https://arxiv.org/html/2608.13617#bib.bib23)\)\. NeSy has emerged as such a paradigm for healthcare\([4](https://arxiv.org/html/2608.13617#bib.bib15)\), combining neural perception with symbolic reasoning to enforce logical constraints and domain knowledge\([1](https://arxiv.org/html/2608.13617#bib.bib12);[24](https://arxiv.org/html/2608.13617#bib.bib13);[7](https://arxiv.org/html/2608.13617#bib.bib14)\)\. In sepsis management, neural models can process time\-series vitals while symbolic modules verify SSC bundle compliance\([8](https://arxiv.org/html/2608.13617#bib.bib8)\)\. However, most existing NeSy frameworks rely on LSTMs or RNNs\([20](https://arxiv.org/html/2608.13617#bib.bib11)\)that struggle with the semantic nuance of unstructured clinical text\([5](https://arxiv.org/html/2608.13617#bib.bib9)\), particularly negation, uncertainty, and assertion detection in free\-text notes\([13](https://arxiv.org/html/2608.13617#bib.bib10)\)\. Large language models address this semantic gap\([15](https://arxiv.org/html/2608.13617#bib.bib16);[23](https://arxiv.org/html/2608.13617#bib.bib19)\)but introduce hallucination risk in clinical environments\([19](https://arxiv.org/html/2608.13617#bib.bib17);[3](https://arxiv.org/html/2608.13617#bib.bib18)\), making autonomous LLM deployment unsafe for critical interventions such as antibiotic administration\. Hybrid architectures that constrain LLMs to semantic normalization while delegating decisions to symbolic engines\([16](https://arxiv.org/html/2608.13617#bib.bib21);[11](https://arxiv.org/html/2608.13617#bib.bib22)\)directly address this limitation\. Fuzzy logic provides the complementary mechanism for uncertainty\-aware decision support\([2](https://arxiv.org/html/2608.13617#bib.bib20)\), positioning the LLM as a semantic normalizer and the fuzzy engine as the safety\-guaranteeing reasoner \(the architectural pattern illustrated in Figure[2](https://arxiv.org/html/2608.13617#S2.F2)\)\.
Figure 2:Comparison of sepsis detection paradigms handling complex inputs like ”Zosyn” and 64 mmHg blood pressure\. Traditional symbolic systems fail from vocabulary brittleness , while pure neural networks fail as uninterpretable black boxes\. The proposed Neuro\-Symbolic approach succeeds by pairing LLM semantic normalization with deterministic fuzzy logic safety boundaries\.
## 3Pipeline Architecture
Figure 3:The neuro\-symbolic pipeline normalizes clinical text using a dual regex and LLM approach\. Following embedding\-based validation and domain expert refinement of decision boundaries, a Fuzzy Inference System generates graded compliance scores\.The Expert\-Guided Neuro\-Symbolic Pipeline \(Figure[3](https://arxiv.org/html/2608.13617#S3.F3)\) integrates semantic normalization, expert validation, and fuzzy reasoning into one workflow, following the hybrid approach in the[Appendix: Problem Statement](https://arxiv.org/html/2608.13617#A4)\. We instantiate it on sepsis usingMIMIC−IVMIMIC\-IV, but the architecture is domain\-general and transfers to any protocol expressible as fuzzy rules, given a domain expert to set the decision boundaries\. TheMIMIC−IVMIMIC\-IVlandscape is described in[Appendix: Data Overview](https://arxiv.org/html/2608.13617#A5)and the eight SSC rules in[Appendix: Eight Rules From SSC](https://arxiv.org/html/2608.13617#A2)\.
### 3\.1Cohort Selection and Data Preparation
Sepsis episodes were identified fromMIMIC−IVMIMIC\-IVusingICD−9ICD\-9codes038\.∗038\.\*,995\.91995\.91,995\.92995\.92,785\.52785\.52andICD−10ICD\-10codesA40A40,A41A41,R65\.20R65\.20,R65\.21R65\.21, yielding17,92617,926patients across22,36322,363hospitalizations and17,15217,152ICU stays \(Figure[3](https://arxiv.org/html/2608.13617#S3.F3)\(1\)\)\. Random sampling with seed5555produced2,0002,000patients and2,4382,438sepsis episodes \(\|S\|=2,438\|S\|=2\{,\}438\), some patients contributing multiple hospitalizations\. The cohort exceeds the power\-analysis minimums for Cohen’s Kappa \(n=22n=22, by76\.9×76\.9\\times\), McNemar’s test \(n=471n=471, by5\.2×5\.2\\times\), and fuzzy membership estimation \(n=240n=240, by10\.2×10\.2\\times\)\. Each episode is restructured into seven standardized files \(medications, microbiology, labs, vitals, static profile\), with timestamps preserved to the minute for precise alignment of interventions with protocol windows\.
### 3\.2Semantic Normalization
Clinical text encodes the same drug as a trade name \(Zosyn,Rocephin\), generic name, abbreviation, or tall\-man spelling, and the same specimen as “blood culture”, “BC”, or “blood cx”\. The pipeline extracts unique strings once and classifies them centrally, giving1,6911,691unique drug strings and650650microbiology combinations, then maps labels back across all episodes\. A regex system with domain\-informed exclusion rules \(filtering topical formulations, flushes, and osmotic saline\) produces141141antibiotics,2929vasopressors, and5050IV fluids, while MedGemma\-4b\-it \(4\-bit quantized, local execution\) under zero\-shot structured prompting produces158158antibiotics,1111vasopressors, and4444IV fluids \(Figure[3](https://arxiv.org/html/2608.13617#S3.F3)\(2\)\)\. Because the LLM is prompted zero\-shot and cannot be trusted on its own for clinical labeling, the regex system, which matches against documented drug information, verifies every classification rather than the LLM acting autonomously\. The two are kept together because their errors are complementary: regex gives near\-perfect precision on explicit matches but zero recall on synonyms, while MedGemma generalizes at the cost of hallucination risk\.
### 3\.3Validation
The classifiers agree on1,5941,594of1,6911,691drug strings \(94\.26%\) and394394of650650microbiology combinations \(60\.62%\), with blood\-culture detection at 95\.7% \(622/650\)\. The9797disagreements split into 45 Gemma\-only and 52 regex\-only catches\. Cohen’s Kappa givesκ=Po−Pe1−Pe=0\.65\\kappa=\\frac\{P\_\{o\}\-P\_\{e\}\}\{1\-P\_\{e\}\}=0\.65\(Po=0\.9426P\_\{o\}=0\.9426,Pe=0\.8277P\_\{e\}=0\.8277\), substantial on the Landis\-Koch scale, and McNemar’s test givesχ2=\(45−52\)245\+52=0\.505\\chi^\{2\}=\\frac\{\(45\-52\)^\{2\}\}\{45\+52\}=0\.505,p=0\.088p=0\.088, failing to reject marginal homogeneity, confirming the classifiers are complementary rather than redundant \(confusion matrix in[Appendix: Drug classification Confusion Matrix](https://arxiv.org/html/2608.13617#A8)\)\. To rule out shared error, embedding\-based validation uses MedGemma’s embedding space as an independent reference \(Figure[3](https://arxiv.org/html/2608.13617#S3.F3)\(3\)\): the 1,594 agreed classifications set per\-category thresholds \(θantibiotic=0\.3206\\theta\_\{\\text\{antibiotic\}\}=0\.3206,θvasopressor=0\.2263\\theta\_\{\\text\{vasopressor\}\}=0\.2263,θiv\_fluid=0\.3075\\theta\_\{\\text\{iv\\\_fluid\}\}=0\.3075\), against which all 213 non\-otherGemma classifications are tested, confirming 210 and flagging 3 ALL\-CAPS tall\-man tokenizer artifacts \(Confirmation Rate=210/213=98\.59%\\text\{Confirmation Rate\}=210/213=98\.59\\%\)\. The 97 disagreements are adjudicated by embedding comparison against both claimed anchors, giving 49 regex wins and 48 Gemma wins \(This answers[RQ2](https://arxiv.org/html/2608.13617#S1); see[Appendix: Research Question Summary](https://arxiv.org/html/2608.13617#A12)\)\. Only cases unresolved after the embedding check were escalated as edge cases for clinical review\. In total the regex system verifies220220clinical drug strings \(141141antibiotics,2929vasopressors,5050IV fluids\) that a purely synonym\-matching system would have missed on variant spellings, with MedGemma resolving the remaining lexical variation\. The validated classifications, adjudicated disagreements, and expert\-reviewed edge cases \(Figure[3](https://arxiv.org/html/2608.13617#S3.F3)\(4\)\) feed the fuzzy inference system\.
### 3\.4Fuzzy Compliance Assessment
Binary scoring misrepresents clinical reality, since a patient treated at6262minutes is not categorically different from one treated at5858\. Following[Domain Expert Consultation](https://arxiv.org/html/2608.13617#A6), the pipeline uses a Sugeno fuzzy inference system \(Figure[3](https://arxiv.org/html/2608.13617#S3.F3)\(5\)\) over eight SSC rules in three phases \(Figure[4](https://arxiv.org/html/2608.13617#S3.F4)\)\. Half\-Gaussian membership functions were chosen over triangular or trapezoidal shapes, on expert recommendation, because clinical benefit degrades gradually rather than collapsing at a boundary\. Timing\-based rules use a right\-side half\-Gaussian holdingμ=1\\mu=1inside the window and decaying beyond it; value\-based rules use a left\-side variant decaying below target; Rule 4 uses a window variant penalizing both early and late repeat lactate\.
μright\(x,c,σ\)=\{1ifx≤cexp\(−\(x−c\)22σ2\)ifx\>c\\mu\_\{\\text\{right\}\}\(x;\\,c,\\sigma\)=\\begin\{cases\}1&\\text\{if \}x\\leq c\\\\ \\exp\\\!\\left\(\-\\dfrac\{\(x\-c\)^\{2\}\}\{2\\sigma^\{2\}\}\\right\)&\\text\{if \}x\>c\\end\{cases\}
Figure 4:Membership functions for all eight SSC bundle rules\. Timing\-based interventions \(Rules 1\-3, 6\) use Boolean or right\-side half\-Gaussian decay, while value\-based targets \(Rules 7\-8\) utilize left\-side half\-Gaussians\. Rule 4 applies a window penalty, Rule 5 combines volume and time in a 2D contour, and purple badges mark conditional triggers\.Phase 1 covers the Hour\-1 bundle: Rule 1 is Boolean \(cultures before antibiotics\), and Rules 2 and 3 applyμright\(Δt,60,30\)\\mu\_\{\\text\{right\}\}\(\\Delta t;\\,60,\\,30\), so treatment at 90 minutes yieldsμ=0\.61\\mu=0\.61and at 120 minutesμ=0\.13\\mu=0\.13, with Rule 3 \(initial lactate\) the highest priority and Rule 4 conditional on lactate≥2\.0\\geq 2\.0mmol/L\. Phase 2 covers fluid volume \(Rule 5\) and vasopressor timing \(Rule 6\), both conditional on hypotension or severe hyperlactatemia\. Phase 3 covers MAP recovery \(Rule 7\) and lactate clearance \(Rule 8\), conditional on prior intervention\. Missing data is handled by excluding unevaluable conditional rules from the evaluable setℛi\\mathcal\{R\}\_\{i\}, while mandatory Rules 1 to 3 receiveμ=0\\mu=0when absent\. The per\-episode score is a weighted Sugeno defuzzificationCompliance\(Si\)=∑r∈ℛiRr⋅zr∑r∈ℛiRr\\text\{Compliance\}\(S\_\{i\}\)=\\frac\{\\sum\_\{r\\in\\mathcal\{R\}\_\{i\}\}R\_\{r\}\\cdot z\_\{r\}\}\{\\sum\_\{r\\in\\mathcal\{R\}\_\{i\}\}R\_\{r\}\}, with the expert\-set priorityR3\>R2\>R5\>R6\>R1=R4=R7=R8R\_\{3\}\>R\_\{2\}\>R\_\{5\}\>R\_\{6\}\>R\_\{1\}=R\_\{4\}=R\_\{7\}=R\_\{8\}\(see[Appendix: Fuzzy Membership Function Parameter](https://arxiv.org/html/2608.13617#A7)\)\. Scores are aggregated across the cohort to surface population\-level patterns\. All experiments ran locally on a single NVIDIA RTX 5090\.
## 4Quantitative Findings with Expert Discussion
### 4\.1Regex vs MedGemma Validation
Figure 5:A scatter plot comparing Regex and MedGemma compliance scores, highlighting episodes with divergent classifications\.Figure[5](https://arxiv.org/html/2608.13617#S4.F5)compares per\-episode compliance scores produced by the regex and MedGemma classifiers when used separately across all 2,438 episodes\. Since both classifiers agree on 94\.26% of drug classifications, and the fuzzy inference system is fully deterministic given its inputs, episodes where classifiers agree must produce identical compliance scores\. This is confirmed in Figure[5](https://arxiv.org/html/2608.13617#S4.F5), where the vast majority of the 2,438 episodes lie exactly on the perfect agreement diagonal\. Only 80 episodes \(3\.3%\) diverge at all, and only 53 of those exhibit score differences exceeding 5%, corresponding precisely to the adjudicated disagreements where the two classifiers assigned different clinical categories to the same drug string\. The regex system verified 220 clinical drug strings against documented drug information, while MedGemma resolved the remaining lexical variation that a purely synonym\-matching system would have missed, and the fuzzy inference system then transformed these normalized inputs into graded compliance scores that a purely neural end\-to\-end model could not guarantee to align with SSC safety boundaries \(This answers[RQ1](https://arxiv.org/html/2608.13617#S1); see[Appendix: Research Question Summary](https://arxiv.org/html/2608.13617#A12)\)\.
### 4\.2Rule Compliance
Figure[6](https://arxiv.org/html/2608.13617#S4.F6)reveals a stark stratification across the eight bundle rules\. Antibiotic timing \([R2](https://arxiv.org/html/2608.13617#A2.I1.i2),μ=0\.24\\mu=0\.24\) is the lowest\-scoring rule under our operationalization, with only 13% of episodes meeting the uniform one\-hour threshold used in this analysis \(Appendix: Figure[12](https://arxiv.org/html/2608.13617#A9.F12)\)\. This uniform threshold is a cohort\-level operational simplification and does not stratify antibiotic timing by septic\-shock status;[R2](https://arxiv.org/html/2608.13617#A2.I1.i2)should therefore be interpreted specifically under this predefined one\-hour operationalization\. Domain expert discussion \(Figure[3](https://arxiv.org/html/2608.13617#S3.F3)\(6\)\) offered an important clinical explanation: by the time a septic patient arrives in the ICU, clinicians typically already suspect sepsis, and antibiotics are frequently administered prior to formal ICU admission\. This is corroborated by Appendix: Figure[12](https://arxiv.org/html/2608.13617#A9.F12), where the observed timing distribution shows a substantial proportion of episodes receiving antibiotics before the sepsis onset timestamp recorded in MIMIC\-IV, suggesting pre\-ICU administration that the pipeline’s onset\-anchored window penalizes\. Blood culture sequencing \([R1](https://arxiv.org/html/2608.13617#A2.I1.i1),μ=0\.36\\mu=0\.36\) and lactate measurement \([R3](https://arxiv.org/html/2608.13617#A2.I1.i3),μ=0\.39\\mu=0\.39\) also fall below the 50% threshold, indicating systemic early\-intervention failures\. Conditional hemodynamic rules tell a different story: vasopressor initiation \([R6](https://arxiv.org/html/2608.13617#A2.I1.i6),μ=0\.73\\mu=0\.73\) and MAP recovery \([R7](https://arxiv.org/html/2608.13617#A2.I1.i7),μ=0\.97\\mu=0\.97\) appear near\-acceptable\. However, this perceived high performance likely constitutes asurvivorship bias artifact, reflecting that once shock is recognized and fluids have failed in a patient who has survived long enough to reach this secondary phase of care, escalation to vasopressors is well executed, and should not be read as genuine compliance excellence\. The overall compliance distribution \(Figure[11](https://arxiv.org/html/2608.13617#A9.F11)\) confirms this systemic underperformance, with a mean of 36\.7% and median of 37\.5% across all episodes, driven primarily by failures in the time\-critical Hour\-1 bundle components \(This answers[RQ3](https://arxiv.org/html/2608.13617#S1); see[Appendix: Research Question Summary](https://arxiv.org/html/2608.13617#A12)\)\.
Figure 6:Bar and radar charts displaying average fuzzy compliance scores across all eight bundle rules\.
### 4\.3Clinical Cascade
Figure 7:A compliance cascade illustrating patient drop\-offs across the sequential sepsis management bundle steps\.Figure[7](https://arxiv.org/html/2608.13617#S4.F7)\(the data points here could fall under the first\-hour bundle or later in response to follow\-up treatment\) traces sequential patient drop\-offs across the SSC bundle\. The most alarming finding, flagged by domain experts, is the 51% drop at elevated lactate \(≥2\.0\\geq 2\.0mmol/L\): only 912 \(37%\) episodes recorded this threshold, indicating either unmeasured or undocumented lactate both constituting bundle failures\. Appendix: Figure[14](https://arxiv.org/html/2608.13617#A9.F14)corroborates this, showing antibiotic timing \([R2](https://arxiv.org/html/2608.13617#A2.I1.i2), 31\.6%\) and lactate measurement \([R3](https://arxiv.org/html/2608.13617#A2.I1.i3), 24\.4%\) as the most data\-sparse Hour\-1 interventions\. Whether these reflect care never delivered or care never recorded, the pipeline conservatively treats both as non\-compliance, consistent with SSC guidelines\. Downstream conditional rules reflect this sparsity, with fluid resuscitation \([R5](https://arxiv.org/html/2608.13617#A2.I1.i5)\) activating in only 43% of episodes and lactate clearance in 34% \(Appendix: Figure[13](https://arxiv.org/html/2608.13617#A9.F13)\)\.
### 4\.4ICU Outcomes
Figure[8](https://arxiv.org/html/2608.13617#S4.F8)reinforces the critical importance of early intervention, showing that episodes where antibiotics are administered within 30–60 minutes of onset achieve a median ICU stay of just 2\.95 days\. This duration rises sharply to 4\.74 days when administration is delayed beyond six hours\. This primarily demonstrates that low\-compliance episodes result in a median stay of 5\.1 days, whereas the high\-compliance group averages only 3\.8 days\. The broader clinical implications of these findings are detailed in the appendix\. Appendix: Figure[16](https://arxiv.org/html/2608.13617#A9.F16)confirms the consistent association between higher bundle compliance and shorter ICU stays \(r=−0\.026r=\-0\.026,n=2,362n=2,362\), with a trend showing a reduction of 0\.006 days per 1% gain in compliance\. Furthermore, Appendix: Figure[17](https://arxiv.org/html/2608.13617#A9.F17)localizes the clinical burden to specific metrics: episodes where the worst\-performing rule is antibiotic timing \([R2](https://arxiv.org/html/2608.13617#A2.I1.i2), median 7\.0 days\) or lactate measurement \([R3](https://arxiv.org/html/2608.13617#A2.I1.i3), median 5\.0 days\) carry the highest ICU costs\. Collectively, these data establish early Hour\-1 intervention failures as the primary driver of prolonged critical care \(This answers[RQ4](https://arxiv.org/html/2608.13617#S1); see[Appendix: Research Question Summary](https://arxiv.org/html/2608.13617#A12)\)\.
Figure 8:Descriptive comparison of ICU length of stay across overall bundle\-compliance groups and antibiotic\-timing categories\.
### 4\.5Operational Insights
Median compliance rises from0\.000\.00in the Hour\-1 bundle to0\.670\.67in resuscitation and1\.001\.00in treatment response, confirming that immediate interventions constitute the dominant failure mode across all three clinical phases \(Appendix: Figure[15](https://arxiv.org/html/2608.13617#A9.F15)\)\. Of the2,0002\{,\}000patients,14%14\\%experienced recurrent sepsis, yet median compliance improves only marginally from0\.3620\.362on the first episode to0\.3750\.375on the second \(\+1\.3%\+1\.3\\%\), suggesting that neither clinical learning nor institutional feedback loops produce meaningful compliance gains across repeated admissions for the same patient \(Appendix: Figure[18](https://arxiv.org/html/2608.13617#A9.F18)\)\.
## 5Conclusion
In this paper, we presented an Expert\-Guided Neuro\-Symbolic Pipeline that demonstrates combining semantic normalization, fuzzy reasoning, and domain expertise produces interpretable and graded compliance assessments for sepsis care\. Our[Results](https://arxiv.org/html/2608.13617#A11)and[Comparison](https://arxiv.org/html/2608.13617#A10)revealed systemic Hour\-1 compliance failures alongside descriptive differences in ICU length of stay across compliance and antibiotic\-timing groups\. This pipeline is not limited to sepsis and can be adapted to other clinical protocols such as stroke management or cardiac care, provided the underlying guidelines \(fuzzy rules\) are well\-defined and a domain expert is available to set the boundaries\. Several limitations point to future work\. Mortality was outside the scope of this study, which deliberately measured how closely the sepsis bundle was followed rather than its survival impact; the high conditional\-rule scores we report reflect a survivorship\-bias artifact rather than outcome modeling, and linking graded compliance to mortality is a natural next step\. The onset\-anchored timing window penalizes antibiotics delivered before ICU admission, so future versions should acknowledge that sepsis care often begins earlier and credit early pre\-ICU antibiotics accordingly\. The fuzzy boundaries are currently fixed from expert input alone; a future data\-plus\-expert calibration step, optimizing the membership parameters against outcome data while preserving the expert\-set rule priorities, would improve robustness and reduce manual tuning\. Finally, the pipeline depends on subject matter experts to establish clinically meaningful decision boundaries, which may limit scalability in resource\-constrained settings\. As generative models continue to mature in medical reasoning, they may progressively reduce this dependency, enabling more autonomous and widely deployable clinical decision support across diverse healthcare domains\.
## References
- Alshahraniet al\.\(2017\)M\. Alshahrani, M\. A\. Khan, O\. Maddouri, A\. R\. Kinjo, N\. Queralt\-Rosinach, and R\. HoehndorfNeuro\-symbolic representation learning on biological knowledge graphs\.Bioinformatics33\(17\),pp\.2723–2730\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Arjiet al\.\(2019\)G\. Arji, H\. Ahmadi, M\. Nilashi, T\. A\. Rashid, O\. H\. Ahmed, N\. Aljojo, and A\. ZainolFuzzy logic approach for infectious disease diagnosis: a methodical evaluation, literature and classification\.Biocybernetics and biomedical engineering39\(4\),pp\.937–955\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Asgariet al\.\(2025\)E\. Asgari, N\. Montaña\-Brown, M\. Dubois, S\. Khalil, J\. Balloch, J\. A\. Yeung, and D\. PimentaA framework to assess clinical safety and hallucination rates of llms for medical text summarisation\.NPJ digital medicine8\(1\),pp\.274\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Bhuyanet al\.\(2024\)B\. P\. Bhuyan, A\. Ramdane\-Cherif, R\. Tomar, and T\. SinghNeuro\-symbolic artificial intelligence: a survey\.Neural Computing and Applications36\(21\),pp\.12809–12844\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Chen \(2019\)L\. ChenAttention\-based deep learning system for negation and assertion detection in clinical notes\.International Journal of Artificial Intelligence and Applications \(IJAIA\)10\(1\)\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Damianiet al\.\(2015\)E\. Damiani, A\. Donati, G\. Serafini, L\. Rinaldi, E\. Adrario, P\. Pelaia, S\. Busani, and M\. GirardisEffect of performance improvement programs on compliance with sepsis bundles and mortality: a systematic review and meta\-analysis of observational studies\.PloS one10\(5\),pp\.e0125827\.Cited by:[Table 4](https://arxiv.org/html/2608.13617#A10.T4.5.2.3.1.1),[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- DeLonget al\.\(2023\)L\. N\. DeLong, R\. F\. Mir, Z\. Ji, F\. N\. C\. Smith, and J\. D\. FleuriotNeurosymbolic ai for reasoning on biomedical knowledge graphs\.arXiv preprint arXiv:2307\.08411\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Evanset al\.\(2021\)L\. Evans, A\. Rhodes, W\. Alhazzani, M\. Antonelli, C\. M\. Coopersmith, C\. French, F\. R\. Machado, L\. Mcintyre, M\. Ostermann, H\. C\. Prescott,et al\.Surviving sepsis campaign: international guidelines for management of sepsis and septic shock 2021\.Critical care medicine49\(11\),pp\.e1063–e1143\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Gaoet al\.\(2005\)F\. Gao, T\. Melody, D\. F\. Daniels, S\. Giles, and S\. FoxThe impact of compliance with 6\-hour and 24\-hour sepsis bundles on hospital mortality in patients with severe sepsis: a prospective observational study\.Critical care9\(6\),pp\.R764\.Cited by:[Table 4](https://arxiv.org/html/2608.13617#A10.T4.5.2.2.1.1),[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Guptaet al\.\(2022\)M\. Gupta, B\. Gallamoza, N\. Cutrona, P\. Dhakal, R\. Poulain, and R\. BeheshtiAn extensive data processing pipeline for mimic\-iv\.InMachine learning for health,pp\.311–325\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Hasanet al\.\(2025\)M\. M\. Hasan, R\. Mostafiz, M\. A\. Hossain, and B\. K\. PaulCLIN\-llm: a safety\-constrained hybrid framework for clinical diagnosis and treatment generation\.arXiv preprint arXiv:2510\.22609\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Hornget al\.\(2017\)S\. Horng, D\. A\. Sontag, Y\. Halpern, Y\. Jernite, N\. I\. Shapiro, and L\. A\. NathansonCreating an automated trigger for sepsis clinical decision support at emergency department triage using machine learning\.PloS one12\(4\),pp\.e0174708\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Jiet al\.\(2024\)Y\. Ji, Z\. Yu, and Y\. WangAssertion detection in clinical natural language processing using large language models\.In2024 IEEE 12th International Conference on Healthcare Informatics \(ICHI\),pp\.242–247\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Joneset al\.\(2010\)A\. E\. Jones, N\. I\. Shapiro, S\. Trzeciak, R\. C\. Arnold, H\. A\. Claremont, J\. A\. Kline, E\. M\. S\. R\. N\. \(\. Investigators,et al\.Lactate clearance vs central venous oxygen saturation as goals of early sepsis therapy: a randomized clinical trial\.Jama303\(8\),pp\.739–746\.Cited by:[Appendix B](https://arxiv.org/html/2608.13617#A2.p3.1)\.
- Maity and Saikia \(2025\)S\. Maity and M\. J\. SaikiaLarge language models in healthcare and medical applications: a review\.Bioengineering12\(6\),pp\.631\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- McInerneyet al\.\(2023\)D\. McInerney, G\. Young, J\. van de Meent, and B\. C\. WallaceCHiLL: zero\-shot custom interpretable feature extraction from clinical notes with large language models\.InFindings of the Association for Computational Linguistics: EMNLP 2023,pp\.8477–8494\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- \[17\]MIMIC\-iv v3\.1\.External Links:[Link](https://physionet.org/content/mimiciv/3.1/)Cited by:[Appendix A](https://arxiv.org/html/2608.13617#A1.p1.1),[Appendix E](https://arxiv.org/html/2608.13617#A5.p1.1),[§1](https://arxiv.org/html/2608.13617#S1.p1.1)\.
- Nelsonet al\.\(2011\)S\. J\. Nelson, K\. Zeng, J\. Kilbourne, T\. Powell, and R\. MooreNormalized names for clinical drugs: rxnorm at 6 years\.Journal of the American Medical Informatics Association18\(4\),pp\.441–448\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Omaret al\.\(2025\)M\. Omar, V\. Sorin, J\. D\. Collins, D\. Reich, R\. Freeman, N\. Gavin, A\. Charney, L\. Stump, N\. L\. Bragazzi, G\. N\. Nadkarni,et al\.Multi\-model assurance analysis showing large language models are highly vulnerable to adversarial hallucination attacks during clinical decision support\.Communications Medicine5\(1\),pp\.330\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Pabónet al\.\(2022\)O\. S\. Pabón, O\. Montenegro, M\. Torrente, A\. R\. González, M\. Provencio, and E\. MenasalvasNegation and uncertainty detection in clinical texts written in spanish: a deep learning\-based approach\.PeerJ Computer Science8,pp\.e913\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- \[21\]Surviving sepsis campaign 2021 adult guidelines — sccm\.External Links:[Link](https://sccm.org/survivingsepsiscampaign/guidelines-and-resources/surviving-sepsis-campaign-adult-guidelines)Cited by:[Appendix B](https://arxiv.org/html/2608.13617#A2.p1.1),[§1](https://arxiv.org/html/2608.13617#S1.p1.1)\.
- Tripathi \(2023\)H\. TripathiExperimental approach toward training and analysing siamese deep neural network for sentence with no repeated expressions\.In2023 14th International Conference on Computing Communication and Networking Technologies \(ICCCNT\),pp\.1–5\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Wanget al\.\(2023\)G\. Wang, G\. Yang, Z\. Du, L\. Fan, and X\. LiClinicalGPT: large language models finetuned with diverse medical data and comprehensive evaluation\.arXiv preprint arXiv:2306\.09968\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Wuet al\.\(2023\)C\. Wu, X\. Zhang, Y\. Wang, Y\. Zhang, and W\. XieK\-diag: knowledge\-enhanced disease diagnosis in radiographic imaging\.arXiv preprint arXiv:2302\.11557\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Yanget al\.\(2024\)M\. Yang, H\. Chen, W\. Hu, M\. Mischi, C\. Shan, J\. Li, X\. Long, and C\. LiuDevelopment and validation of an interpretable conformal predictor to predict sepsis mortality risk: retrospective cohort study\.Journal of Medical Internet Research26,pp\.e50369\.Cited by:[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
- Youet al\.\(2022\)J\. S\. You, Y\. S\. Park, S\. P\. Chung, H\. S\. Lee, S\. Jeon, W\. Y\. Kim, T\. G\. Shin, Y\. H\. Jo, G\. H\. Kang, S\. H\. Choi,et al\.Relationship between time of emergency department admission and adherence to the surviving sepsis campaign bundle in patients with septic shock\.Critical Care26\(1\),pp\.43\.Cited by:[Table 4](https://arxiv.org/html/2608.13617#A10.T4.5.2.4.1.1),[§2](https://arxiv.org/html/2608.13617#S2.p1.1)\.
## Appendix AData Availability and Ethical Statement
Data Availability and Ethical Statement This study uses MIMIC\-IV v3\.1, a de\-identified critical care database sourced from the electronic health records of Beth Israel Deaconess Medical Center \(BIDMC\), spanning 2008–2022 and covering approximately 250,000 patients across 500,000 hospitalizations\. MIMIC\-IV is publicly available through PhysioNet\([17](https://arxiv.org/html/2608.13617#bib.bib24)\)but constitutes credentialed\-access data: access requires completion of a recognized human subjects research training program and execution of a PhysioNet Credentialed Health Data Use Agreement \(DUA\), which prohibits re\-identification of individuals, redistribution of the data, and non\-research use\.
The Institutional Review Board \(IRB\) at BIDMC granted a waiver of informed consent and approved the sharing of MIMIC\-IV as a research resource; no additional IRB approval was required for this study\. All patient identifiers were removed in accordance with the HIPAA Safe Harbor de\-identification standard prior to public release\. The raw MIMIC\-IV data, derived cohorts, and extracted episode files used in this pipeline cannot be shared directly by the authors and must be independently obtained through PhysioNet\.
## Appendix BEight Rules From SSC
The following are the eight rules from the SSC\([21](https://arxiv.org/html/2608.13617#bib.bib26)\)that govern the compliance assessment in this pipeline\.
1. 1\.\[R1R1\] Blood Cultures Before Antibiotics:Preserve pathogen identification before sterilizing the blood\. > “Obtain blood cultures before administering antibiotics\.”
2. 2\.\[R2R2\] Broad\-Spectrum Antibiotics:Initiate empirical antibiotic coverage without delay\. > “Administer broad\-spectrum antibiotics\.”
3. 3\.\[R3R3\] Measure Lactate:Assess tissue hypoperfusion severity immediately upon sepsis onset\. > “Measure lactate level\.”
4. 4\.\[R4R4\] Re\-measure Lactate if High:Confirm persistent hypoperfusion when initial lactate is elevated\. > “Remeasure lactate if initial lactate is elevated \(\>\>2 mmol/L\)\.”
5. 5\.\[R5R5\] IV Fluid Resuscitation:Restore circulating volume in hemodynamically compromised patients\. > “Begin rapid administration of 30 mL/kg crystalloid for hypotension or lactate≥\\geq4 mmol/L\.”
6. 6\.\[R6R6\] Vasopressors:Support perfusion pressure when fluids alone are insufficient\. > “Apply vasopressors if hypotensive during or after fluid resuscitation to maintain a mean arterial pressure \(MAP\)≥\\geq65 mm Hg\.”
7. 7\.\[R7R7\] MAP Target:Target minimum perfusion pressure to prevent organ damage\. > “For adults with septic shock on vasopressors, we recommend an initial target mean arterial pressure \(MAP\) of 65 mm Hg over higher MAP targets\.”
8. 8\.\[R8R8\] Lactate Clearance:Verify adequate metabolic response to resuscitation efforts\. > “For adults with sepsis or septic shock, we suggest guiding resuscitation to decrease serum lactate in patients with elevated lactate levels over not using serum lactate\.”
Note:The 10% lactate[Rule 8](https://arxiv.org/html/2608.13617#A2.I1.i8)clearance threshold does not originate from the SSC bundle directly but is derived from[14](https://arxiv.org/html/2608.13617#bib.bib25)\.
## Appendix CNotation and Symbols for Problem Statement
Table 1:Notation and Symbols used to formulate the[Problem Statement](https://arxiv.org/html/2608.13617#A4)
## Appendix DProblem Statement
The Surviving Sepsis Campaign guidelines specify critical actions within narrow time windows: antibiotic administration, fluid resuscitation, lactate measurement, and blood cultures\. Systematic compliance evaluation across large cohorts remains infeasible because clinical documentation encodes drug names as trade names, generic names, and abbreviations interchangeably, while microbiology results intermix suspected organisms, confirmed pathogens, and contamination events, creating systematic barriers to assessment\. Traditional rule\-based systems fail under this complexity\. When a clinician documentsZosyn, a rule searching forpiperacillin\-tazobactamfails due to syntactic rigidity, where[vv](https://arxiv.org/html/2608.13617#A3)denotes the documented variant and[VV](https://arxiv.org/html/2608.13617#A3)the predefined synonym set:
Recognize\(v,V\)=\{1ifv∈V0ifv∉V\\text\{Recognize\}\(v,\\,V\)=\\begin\{cases\}1&\\text\{if \}v\\in V\\\\ 0&\\text\{if \}v\\notin V\\end\{cases\}
Large Language Models[ℒ\\mathcal\{L\}](https://arxiv.org/html/2608.13617#A3)resolve this variability but introduce unquantified hallucination risk\. The probability[ℙ\\mathbb\{P\}](https://arxiv.org/html/2608.13617#A3), that the neural decisions will result in verifiable grounding in documented facts is undefined:
Determinism\(ℒ\(inputm\)\)=ℙ\(ℒ\(inputm\)grounded in verifiable facts∣inputm\)→undefined\\text\{Determinism\}\(\\mathcal\{L\}\(\\text\{input\}\_\{m\}\)\)=\\mathbb\{P\}\\\!\\left\(\\mathcal\{L\}\(\\text\{input\}\_\{m\}\)\\text\{ grounded in verifiable facts\}\\mid\\text\{input\}\_\{m\}\\right\)\\rightarrow\\text\{undefined\}
where[inputm\\text\{input\}\_\{m\}](https://arxiv.org/html/2608.13617#A3)denotes the clinical prompt supplied to[ℒ\\mathcal\{L\}](https://arxiv.org/html/2608.13617#A3)\. No existing pipeline produces graded compliance assessment by combining semantic normalization with transparent symbolic reasoning\. We propose an Expert\-Guided Neuro\-Symbolic Pipeline that constrains[ℒ\\mathcal\{L\}](https://arxiv.org/html/2608.13617#A3)strictly to semantic normalization, preventing autonomous decision\-making\. A Fuzzy Inference System[ℱ\\mathcal\{F\}](https://arxiv.org/html/2608.13617#A3)then applies expert\-validated decision boundaries[𝒟\\mathcal\{D\}](https://arxiv.org/html/2608.13617#A3)to episode[SkS\_\{k\}](https://arxiv.org/html/2608.13617#A3)to produce graded compliance scores:
Compliance\(Sk,𝒟\)=ℱ\(normalized\(Sk\),𝒟\)\\text\{Compliance\}\(S\_\{k\},\\,\\mathcal\{D\}\)=\\mathcal\{F\}\\\!\\left\(\\text\{normalized\}\(S\_\{k\}\),\\,\\mathcal\{D\}\\right\)
These scores generate actionable insights for healthcare professionals across2,4382\{,\}438sepsis episodes from theMIMIC−IVMIMIC\-IVdatabase\.
## Appendix EData Overview
Figure 9:MIMIC\-IV Database Structure and Relational Organization\. The database comprises two modules: MIMIC\-IV/hosp maintaining hospital\-level records indexed bysubject\_id,hadm\_id, andpharmacy\_id, and MIMIC\-IV/icu \(9 tables, bottom portion\) maintaining ICU\-specific records indexed bystay\_id\. Primary linking identifiers \(subject\_id,hadm\_id,stay\_id\) enable integration across administrative, clinical, and intensive care data layers\. The pipeline extracts data fromemar,prescriptions,microbiologyevents,labevents,inputevents,chartevents, andicustays\.The pipeline operates on theMIMIC−IVv3\.1MIMIC\-IVv3\.1\([17](https://arxiv.org/html/2608.13617#bib.bib24)\)database, a comprehensive critical care dataset spanning2008−20222008\-2022containing electronic health records for approximately250,000250,000patients across500,000\+500,000\+hospitalizations\.MIMIC−IVMIMIC\-IVis organized into two relational modules\.MIMIC−IV/hospMIMIC\-IV/hosp, which maintains hospital\-level administrative and clinical data, andMIMIC−IV/icuMIMIC\-IV/icu, which contains intensive care unit\-specific measurements and events\. As depicted in Figure[9](https://arxiv.org/html/2608.13617#A5.F9), these modules share three primary linking identifiers enabling integration across granularities: 1\.subject\_id\(unique patient\), 2\.hadm\_id\(unique hospitalization\), and 3\.stay\_id\(unique ICU stay\)\. TheMIMIC−IV/hospMIMIC\-IV/hospmodule comprises2222tables organized hierarchically\. Patient\-level tables includepatientsandadmissions\. Clinical tables indexed byhadm\_idincludediagnoses\_icdandprocedures\_icdfor coded diagnoses and procedures,labeventsfor laboratory measurements,microbiologyeventsfor culture results, andprescriptionsandpharmacyfor medication records\. Theemar\(electronic medication administration record\) andpoe\(provider order entry\) tables capture medication administration events at granular timestamps\. Reference tables \(d\_icd\_diagnoses,d\_icd\_procedures,d\_hcpcs,d\_labitems\) provide standardized mappings\. TheMIMIC−IV/icuMIMIC\-IV/icumodule contains 9 tables keyed bystay\_id\. Theicustaystable anchors ICU admission records\. Measurement tables includechartevents\(bedside charted observations\),inputevents\(medications and fluids administered\),outputevents\(fluid excretion\),procedureevents\(procedures performed\), anddatetimeevents\(timestamped clinical events\)\. Theingredienteventstable provides medication component granularity\. Reference tabled\_itemsmapsitemidcodes to clinical concepts\. For the Surviving Sepsis Campaign compliance assessment, the pipeline specifically extracts data from seven critical tables\. FromMIMIC−IV/hospMIMIC\-IV/hosp,prescriptionsandemarcapture medication administration timing and names,microbiologyeventsprovides culture specimen types and interpreted organisms, andlabeventscontains lactate and other laboratory measurements\. FromMIMIC−IV/icuMIMIC\-IV/icu,inputeventsrecords fluids and vasopressors,charteventscaptures vital signs including blood pressure, andicustaysanchors the ICU timeline\. This selection reflects SSC bundle requirements: 1\. Antibiotics \(medications\), 2\. Vasopressors, 3\. IV fluids \(inputevents\), 4\. Blood cultures \(microbiologyevents\), 5\. Lactate measurement \(labevents\), 6\. Hemodynamic targets \(chartevents vital signs\)\. The relational structure presents both opportunities and challenges\. Integration acrosssubject\_id,hadm\_id, andstay\_idenables linking patient demographics with clinical events across hospitalizations\. However, unstructured text appears in multiple locations: medication names inprescriptionsvary as trade names, generic names, and abbreviations\. This heterogeneity necessitates the semantic normalization component described in Section[3\.2](https://arxiv.org/html/2608.13617#S3.SS2)\.
## Appendix FDomain Expert Consultation
Subject Matter Experts \(SME\) \(e\.g\. Clinician\) were integrated in the middle of the pipeline design, not retrospectively\. Domain clinicians reviewed classifier outputs with the entire pipeline and provided four critical inputs:
1. 1\.Recommending Gaussian membership functions \(reflecting gradual transitions rather than sharp boundaries in clinical adherence\)
2. 2\.Reclassifying organisms based on immunocompromised status \(e\.g\., Coagulase\-negative Staphylococcus is pathogen in immunocompromised patients but contaminant in immunocompetent\)
3. 3\.Mandating route\-specific exclusion rules \(only IV/IM antibiotics within time windows count toward SSC compliance, excluding topical and oral prophylaxis\)
4. 4\.Establishing rule priority ordering \(Rule 3: Lactate\>\>Rule 2: Antibiotics\>\>Rule 5: Fluids\>\>Rule 6: Vasopressors\>\>Remaining rules\)\.
These decisions shaped both normalization rules and fuzzy parameters\. With expert\-validated parameters established, the normalized events are evaluated through a fuzzy inference system that applies these clinical boundaries to produce graded compliance assessments\.
## Appendix GFuzzy Membership Function Parameter
Table 2:Membership function parameters for the eight SSC bundle compliance rules\. Boundaries \(cc\) and decay rates \(σ\\sigma\) were established through domain expert consultation\. Rules marked†are conditional and activate only when the clinical trigger is met\.RuleTargetMF TypeParametersRule WeightPhase 1: Hour\-1 BundleR1Culture before abxBoolean stepμ=1\\mu\{=\}1iftcx<tabxt\_\{\\text\{cx\}\}\{<\}t\_\{\\text\{abx\}\}, else 00\.5R2Abx≤\\leq1 hrRight HGc=60c\{=\}60min,σ=30\\sigma\{=\}300\.9R3Lactate≤\\leq1 hrRight HGc=60c\{=\}60min,σ=30\\sigma\{=\}301\.0R4†Re\-lactate 2–4 hrWindow HGc1=120c\_\{1\}\{=\}120,c2=240c\_\{2\}\{=\}240min0\.5lac1≥2\.0\{\}\_\{1\}\{\\geq\}2\.0σe=30\\sigma\_\{e\}\{=\}30,σl=60\\sigma\_\{l\}\{=\}60Phase 2: Hemodynamic ResuscitationR5†Fluids 30 mL/kgProductct=180c\_\{t\}\{=\}180min,σt=60\\sigma\_\{t\}\{=\}600\.8MAP<65\{<\}65or lac≥4\{\\geq\}4μ5t×μ5v\\mu\_\{5t\}\{\\times\}\\mu\_\{5v\}cv=30c\_\{v\}\{=\}30mL/kg,σv=10\\sigma\_\{v\}\{=\}10R6†VasopressorsRight HGc=60c\{=\}60min,σ=30\\sigma\{=\}300\.7MAP<65\{<\}65post\-fluidPhase 3: Treatment ResponseR7†MAP≥\\geq65 mmHgLeft HGc=65c\{=\}65mmHg,σ=5\\sigma\{=\}50\.5R8†Clearance≥\\geq10%Left HGc=10%c\{=\}10\\%,σ=5\\sigma\{=\}50\.5Table 3:Sugeno fuzzy system properties and missing data handling\. Priority weights encode the SME\-established orderingRule3\>Rule2\>Rule5\>Rule6\>Rule1=Rule4=Rule7=Rule8Rule\_\{3\}\{\>\}Rule\_\{2\}\{\>\}Rule\_\{5\}\{\>\}Rule\_\{6\}\{\>\}Rule\_\{1\}\{=\}Rule\_\{4\}\{=\}Rule\_\{7\}\{=\}Rule\_\{8\}\.
## Appendix HDrug classification Confusion Matrix
Figure 10:Drug classification confusion matrix between regex\-based and MedGemma classifiers across 1,691 unique drug strings\. Diagonal cells \(orange borders\) represent agreement \(Po=1,594/1,691=0\.9426P\_\{o\}=1\{,\}594/1\{,\}691=0\.9426\)\. Off\-diagonal entries reveal complementary error profiles: regex misses 32 antibiotics, 4 vasopressors, and 9 IV fluids that MedGemma captures, while MedGemma misses 15 antibiotics, 22 vasopressors, and 15 IV fluids that regex captures\. Cohen’sκ=0\.65\\kappa=0\.65\(substantial agreement\)\. All off\-diagonal cells within the clinical\-category submatrix \(antibiotic, vasopressor, IV fluid\) are zero, confirming that disagreements occur exclusively between a clinical category andother, never across clinical categories\.
## Appendix IAdditional Graphs
Figure 11:Overall distribution of fuzzy compliance scores across the cohort of 2,438 sepsis episodes\. The histogram is color\-coded by compliance quartile, revealing a heavy concentration of episodes in the lower performance tiers\. The mean overall compliance score is 36\.7% \(median 37\.5%\), highlighting significant systemic challenges in executing the complete set of Surviving Sepsis Campaign \(SSC\) bundle guidelines in clinical practice\.Figure 12:Distribution of time from sepsis onset to initial antibiotic administration, overlaid with the fuzzy compliance membership functionμ\(x\)\\mu\(x\)\(orange line\)\. A severe operational bottleneck is evident, as only 13% of the observed episodes met the strict 1\-hour SSC target \(red dashed line\)\.Figure 13:Proportion of episodes triggering the conditional rules \(R4 through R8\) of the SSC bundle\. This stacked chart visualizes clinical acuity; fluid resuscitation \(R5\) was the most frequently activated conditional intervention \(43% of episodes\), reflecting a high prevalence of shock or severe hyperlactatemia in the cohort\.Figure 14:Prevalence of missing clinical documentation across the eight SSC bundle components\. Data sparsity is most severe during the critical early stages of care, specifically regarding the exact timing of antibiotic administration \(R2, 31\.6%\) and initial lactate measurements \(R3, 24\.4%\)\.Figure 15:Box plots illustrating the distribution of fuzzy compliance scores categorized by clinical care phase: Phase 1 \(Hour\-1 Bundle\), Phase 2 \(Resuscitation\), and Phase 3 \(Response\)\. The data demonstrates a significant increase in median compliance from Phase 1 \(0\.00\) to Phase 3 \(1\.00\)\. This high variance highlights the operational difficulty of executing rapid, immediate interventions in the initial acute phase versus achieving compliance in downstream resuscitation and response metrics\.Figure 16:This scatter plot evaluates the correlation between overall fuzzy compliance scores and Intensive Care Unit Length of Stay \(ICU Length of Stay \(LOS\)\)\. The orange trend line demonstrates thathigher bundle compliance leads to a reduction in ICU time\. Specifically, the analysis shows a trend of\-0\.006 daysof ICU stay saved for every1% increase in compliance, based on a correlation ofr=−0\.026r=\-0\.026acrossn=2,362n=2,362episodes\.Figure 17:Violin plots displaying ICU Length of Stay distributions, grouped by the specific bundle rule that yielded the lowest compliance score per episode\. Failures in early interventions such as delayed antibiotics \(R2, median 7\.0 days\) and delayed initial lactate \(R3, median 5\.0 days\) are strongly associated with prolonged ICU stays\.Figure 18:The left panel illustrates the distribution of sepsis episodes per patient across the study cohort \(N=2,000N=2,000patients, 2,438 total episodes\)\. While the majority of patients \(86%\) experienced a single episode, 14% presented with recurrent sepsis\. The right panel evaluates whether clinical compliance improves in subsequent episodes for recurrent patients\. A marginal improvement in median compliance is observed, increasing from 0\.362 in the first episode to 0\.375 in the second and third\+ episodes, representing a \+1\.3% gain in median performance between the first two clinical encounters\.
## Appendix JComparison Analysis
Table 4:Comparison of SSC Bundle Compliance Gap PapersParameter[9](https://arxiv.org/html/2608.13617#bib.bib7)[6](https://arxiv.org/html/2608.13617#bib.bib6)[26](https://arxiv.org/html/2608.13617#bib.bib3)Our WorkType of StudyProspective observational studySystematic review & meta\-analysisRetrospective observational cohortSME guided computational pipelineSSC Bundle Gaps IdentifiedNon\-compliance with 6\-hr and 24\-hr bundles linked to higher hospital mortalitySuboptimal compliance across healthcare settings despite performance improvement programsBundle adherence varies significantly by ED admission time \(off\-hours worse\)Hour\-1 bundle mean compliance of only 36\.7%; antibiotic timing \(R2\) worst at 0\.24 mean fuzzy scoreCompliance Measurement MethodBinary — compliant vs\. non\-compliant per bundle windowBinary — pooled compliance rates across 50\+ studiesBinary — adhered/not\-adhered per bundle elementGraded fuzzy scores \(0–1\) per each of 8 SSC rules via Sugeno FISGranularity of Gap AnalysisBundle\-level \(6\-hr vs\. 24\-hr\)Program\-level across institutionsAdmission\-time\-level \(day vs\. night shift\)Per\-rule, per\-episode, per\-phase \(Hour\-1, Resuscitation, Response\) across 2,438 episodesAutomated at ScaleManual prospective data collectionManual aggregation of existing studiesManual retrospective reviewPartially automated on \(need to have SME\)Handles Unstructured EHR TextNot addressedNot addressedNot addressedMedGemma resolves trade names, abbreviations, and microbiology ambiguityKey Bundle Gap FindingFull 6\-hr compliance reduces mortality significantlyCompliance remains suboptimal even with improvement programsOff\-hours ED admission leads to worse bundle adherence51% drop\-off at elevated lactate threshold; antibiotic timing & lactate measurement are primary failure pointsLinks Compliance to Patient OutcomesHospital mortalityMortality reduction ratesShock outcomes by admission timeICU LOS — low compliance yields median 5\.1 days vs\. high compliance 3\.8 daysPer\-Patient Actionable InsightsPopulation\-level onlyAggregated across studiesCohort\-level onlyPer\-episode scores enabling individual and population\-level quality improvementDomain Expert ValidationNoneNoneNoneSME consultation mid\-pipeline for boundary setting, rule priority ordering, and edge case resolution
## Appendix KCombined Results
Table 5:Comprehensive Results from the Expert\-Guided Neuro\-Symbolic Pipeline for Sepsis Compliance Assessment\. Data derived from 2,438 sepsis episodes across 2,000 patients from MIMIC\-IV v3\.1\.
## Appendix LResearch Question Summary
1. 1\.\[RQ1\] Is a neuro\-symbolic approach necessary where purely symbolic or neural systems fall short? The regex system verified 220 clinical drug strings against documented drug information, while MedGemma resolved the remaining lexical variation that a purely synonym\-matching system would have missed; the fuzzy inference system then transformed these normalized inputs into graded compliance scores that a purely neural end\-to\-end model could not guarantee to align with SSC safety boundaries\. The dual\-path compliance comparison \(Figure[5](https://arxiv.org/html/2608.13617#S4.F5)\) confirms that 80 episodes \(3\.3%\) produce divergent scores when classifiers operate independently, with 53 exhibiting differences exceeding 5%, demonstrating that neither symbolic nor neural components alone produce reliable compliance assessment across all episodes\.
2. 2\.\[RQ2\] Can a hybrid classifier pipeline achieve reliable semantic normalization of clinical data? The hybrid pipeline achieves 94\.26% drug agreement,κ=0\.65\\kappa=0\.65substantial agreement, and 98\.59% embedding confirmation rate, demonstrating reliable semantic normalization of unstructuredMIMIC−IVMIMIC\-IVclinical data\.
3. 3\.\[RQ3\] Can a fuzzy inference system generate graded SSC compliance scores that provide actionable clinical insights aligns with real\-world clinical decision\-making patterns and reflects subject matter expert \(SME\) perspectives on sepsis management? The Sugeno fuzzy inference system reveals stark stratification across eight bundle rules, with antibiotic timing \(R2,μ\\mu= 0\.24\) as the most critical compliance failure and MAP recovery \(R7,μ\\mu= 0\.97\) as near\-acceptable\. The domain expert validated these findings by explaining that pre\-ICU antibiotic administration accounts for low R2 scores, while high conditional\-rule performance reflects survivorship bias rather than genuine compliance excellence\. The graded scoring enabled nuanced phase\-level analysis showing median compliance rising from 0\.00 in the Hour\-1 bundle to 1\.00 in treatment response, insights that binary compliance systems could not surface\.
4. 4\.\[RQ4\] What compliance patterns emerge across the sepsis cohort, and how do they correlate with patient outcomes? The compliance cascade reveals a 51% patient drop\-off at the elevated lactate threshold, with antibiotic timing and lactate measurement as the most data\-sparse Hour\-1 interventions\. Episodes with higher overall bundle compliance achieve median ICU stays of 3\.8 days compared to 5\.1 days for low\-compliance episodes\. The antibiotic timing dose\-response relationship shows median ICU stays rising from 2\.95 days at 30–60 minutes to 4\.74 days beyond six hours, and worst\-rule analysis localizes the highest ICU burden to antibiotic timing \(R2, median 7\.0 days\) and lactate measurement \(R3, median 5\.0 days\), establishing Hour\-1 intervention failures as the primary driver of prolonged critical care\.Similar Articles
Unmasking Toxic Mimicry in Medical Offline Reinforcement Learning for ICU Sepsis Management via Counterfactual Clinical Audits
This paper introduces the Counterfactual Clinical Audit (CCA) framework to evaluate offline reinforcement learning agents for ICU sepsis management, exposing 'toxic mimicry' where agents replicate harmful treatment patterns that standard metrics miss. Using MIMIC-III data, it shows a Medical Decision Transformer fails to escalate vasopressors under rising lactate, while a causal transformer performs safely.
Neuro-Symbolic Verification of LLM Outputs for Data-Sensitive Domains (extended preprint)
This paper presents a neuro-symbolic verification architecture for LLM outputs in high-stakes domains, combining formal symbolic methods with neural semantic analysis. Evaluated on a medical device damage assessment system, it achieves over 83% hallucination detection for structured entities and 30% reduction in report creation time.
Reliable Extraction of Clinical Follow-Up Instructions: A Hybrid Neural-Symbolic Pipeline
This paper presents a hybrid neural-symbolic pipeline for extracting follow-up instructions from clinical notes, using BioBERT and deterministic date arithmetic. It achieves high performance (Pair F1 ~0.99) compared to generative baselines.
Neuro-Symbolic AI for LEED compliance: Document-Centric Benchmarking, Deterministic Numeric Checking, and When Multimodal Hurts
This paper introduces a neuro-symbolic pipeline for automating LEED v4.1 BD+C compliance verification using small locally deployed language models and deterministic numeric checking. Experiments on four university buildings show that a 4B model outperforms an 8B model, and the deterministic checker corrects arithmetic errors on key credits, though multimodal inputs reduce accuracy.
MedGuideX: Internalizing Decision Logic from Executable Guidelines into Large Language Models for Clinical Reasoning
MedGuideX transforms clinical practice guidelines into executable decision logic to generate factual and counterfactual QA data for training medical LLMs, achieving a 10.28% relative improvement in average accuracy across clinical reasoning benchmarks.