ClarusC64 commited on
Commit
0a5dbae
·
verified ·
1 Parent(s): 8781ee0

Create stability_mechanisms.md

Browse files
Files changed (1) hide show
  1. stability_mechanisms.md +131 -0
stability_mechanisms.md ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Stability Mechanisms
2
+
3
+ The Clarus Clinical Stability Benchmark organizes datasets according to two dimensions:
4
+
5
+ 1. **Instability mechanism**
6
+ 2. **System domain**
7
+
8
+ Each dataset represents a specific combination of these two dimensions.
9
+
10
+ This structure ensures the benchmark grows in a coherent way rather than as a collection of unrelated datasets.
11
+
12
+ ---
13
+
14
+ # Instability Mechanisms
15
+
16
+ These mechanisms describe the underlying dynamics that cause systems to become unstable.
17
+
18
+ ## Pressure Overload
19
+
20
+ Demand exceeds system capacity.
21
+
22
+ Examples:
23
+ - circulatory overload
24
+ - hospital workload spikes
25
+ - metabolic demand surges
26
+
27
+ ---
28
+
29
+ ## Buffer Exhaustion
30
+
31
+ Protective reserves are depleted.
32
+
33
+ Examples:
34
+ - renal buffering failure
35
+ - endocrine metabolic exhaustion
36
+ - coagulation reserve collapse
37
+
38
+ ---
39
+
40
+ ## Coupling Cascade
41
+
42
+ Multiple subsystems begin amplifying each other’s failures.
43
+
44
+ Examples:
45
+ - organ coupling cascades
46
+ - inflammatory cascades
47
+ - metabolic feedback loops
48
+
49
+ ---
50
+
51
+ ## Delay Instability
52
+
53
+ The system response occurs too late to restore stability.
54
+
55
+ Examples:
56
+ - delayed antibiotic treatment
57
+ - delayed hemorrhage control
58
+ - delayed ventilation support
59
+
60
+ ---
61
+
62
+ ## Control Loop Failure
63
+
64
+ Regulatory feedback mechanisms stop stabilizing the system.
65
+
66
+ Examples:
67
+ - respiratory drive failure
68
+ - autonomic instability
69
+ - thermoregulation breakdown
70
+
71
+ ---
72
+
73
+ ## Recovery Window Closure
74
+
75
+ A system may be recoverable early but becomes unrecoverable once a stability threshold is crossed.
76
+
77
+ Examples:
78
+ - hemorrhage compensation collapse
79
+ - sepsis recovery window loss
80
+ - cardiac arrest progression
81
+
82
+ ---
83
+
84
+ # System Domains
85
+
86
+ Instability mechanisms can occur in different physiological or operational systems.
87
+
88
+ Examples of domains included in the benchmark:
89
+
90
+ - circulation
91
+ - microcirculation
92
+ - cellular energy metabolism
93
+ - respiratory regulation
94
+ - endocrine regulation
95
+ - thermoregulation
96
+ - coagulation
97
+ - electrolyte balance
98
+ - hospital operational systems
99
+
100
+ ---
101
+
102
+ # Dataset Design Rule
103
+
104
+ Each dataset in the Clarus benchmark represents:
105
+ instability mechanism + system domain
106
+
107
+
108
+ Example:
109
+
110
+ | Mechanism | Domain | Dataset |
111
+ |---|---|---|
112
+ | Pressure overload | circulation | clinical-hemodynamic-collapse |
113
+ | Buffer exhaustion | metabolism | clinical-endocrine-instability |
114
+ | Coupling cascade | organs | clinical-organ-coupling-cascade |
115
+ | Delay instability | treatment | clinical-intervention-delay-failure |
116
+ | Control loop failure | respiration | clinical-respiratory-drive-instability |
117
+ | Recovery window closure | trauma | clinical-hemorrhage-compensation-collapse |
118
+
119
+ ---
120
+
121
+ # Benchmark Expansion
122
+
123
+ New datasets should follow this rule.
124
+
125
+ When expanding the benchmark:
126
+
127
+ 1. Choose a stability mechanism
128
+ 2. Choose a system domain
129
+ 3. Design variables that represent that regime
130
+
131
+ This ensures the benchmark remains structured while allowing the dataset suite to grow over time.