ClarusC64 commited on
Commit
b7a7004
·
verified ·
1 Parent(s): 38d3f17

Create stability_manifold.md

Browse files
Files changed (1) hide show
  1. stability_manifold.md +64 -0
stability_manifold.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Stability Manifold View
2
+
3
+ The Clarus Clinical Stability Benchmark can be read as a set of local views into a shared stability manifold.
4
+
5
+ Each dataset exposes a different clinical regime.
6
+
7
+ The observable variables change across regimes, but the benchmark asks whether models can detect the same deeper question:
8
+
9
+ Is the system moving toward stability or instability?
10
+
11
+ ---
12
+
13
+ # Core Idea
14
+
15
+ A model should not only learn:
16
+
17
+ - lactate patterns
18
+ - glucose patterns
19
+ - respiratory patterns
20
+ - staffing patterns
21
+
22
+ It should learn the broader structure:
23
+
24
+ - pressure rising
25
+ - buffer weakening
26
+ - coupling increasing
27
+ - response delay widening
28
+ - recovery margin closing
29
+
30
+ This is the hidden stability geometry the benchmark probes.
31
+
32
+ ---
33
+
34
+ # Regime Map
35
+
36
+ | Stability Axis | Example Dataset |
37
+ |---|---|
38
+ | Pressure load | clinical-hemodynamic-collapse-v0.1 |
39
+ | Buffer exhaustion | clinical-fluid-balance-instability-v0.1 |
40
+ | Coupling cascade | clinical-organ-coupling-cascade-v0.1 |
41
+ | Delayed response | clinical-intervention-delay-failure-v0.1 |
42
+ | Recovery window | clinical-recovery-window-detection-v0.1 |
43
+ | Compensation failure | clinical-hemorrhage-compensation-collapse-v0.1 |
44
+ | Control-loop failure | clinical-autonomic-instability-v0.1 |
45
+ | Cellular energy failure | clinical-cellular-energy-instability-v0.1 |
46
+ | Operational collapse | clinical-hospital-operational-collapse-v0.1 |
47
+
48
+ ---
49
+
50
+ # Why This Matters
51
+
52
+ Most models can fit one dataset.
53
+
54
+ The harder question is whether they can recognize instability across regimes.
55
+
56
+ A strong model should detect similar stability geometry even when the surface variables change.
57
+
58
+ That is the purpose of the cross-regime transfer tests.
59
+
60
+ ---
61
+
62
+ # Benchmark Claim
63
+
64
+ The Clarus benchmark evaluates whether models can move from local pattern recognition toward general stability reasoning.