File size: 3,612 Bytes
79dd781
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
---
language:
- en
license: mit
task_categories:
- text-classification
tags:
- clinical-trials
- cascade-modeling
- shock
- boundary-discovery
- five-node
size_categories:
- 1K<n<10K
pretty_name: Clinical Five Node Shock Cascade Boundary v0.4
---

# What this repo does

This dataset models shock cascade instability boundaries using a five-node physiological interaction system.

Clarus v0.4 datasets focus on detecting whether systems lie on the edge of cascade instability.

The objective is to determine when the shock system is so close to collapse that even small perturbations trigger systemic failure.

# Core cascade nodes

hemodynamic_stress  
vascular_buffer  
intervention_delay  
organ_coupling  
metabolic_stress

These nodes represent interacting components of shock physiology.

hemodynamic_stress captures circulatory strain and perfusion instability.

vascular_buffer represents remaining vascular reserve and compensatory capacity.

intervention_delay reflects delayed fluids, vasopressors, source control, or corrective treatment.

organ_coupling represents propagation of dysfunction across organ systems.

metabolic_stress represents systemic metabolic instability under shock conditions.

# Trajectory layer

drift_gradient

Range  
-1 to +1

Negative values indicate stabilization.

Positive values indicate drift toward cascade.

# Dynamic forecasting layer

drift_velocity  
drift_acceleration  
boundary_distance

These describe how quickly the system is approaching collapse.

# Boundary discovery layer

Two variables capture proximity to instability.

perturbation_radius  
collapse_trigger

These convert the dataset into an adversarial cascade boundary discovery benchmark.

# Boundary variable definitions

## perturbation_radius

Minimum perturbation needed to push the system into cascade.

Range 0 to 1.

Small values indicate extreme fragility.

## collapse_trigger

Binary indicator showing whether the perturbation produced cascade.

0 stable  
1 cascade

collapse_trigger is included as an observed perturbation response feature.

It is not the prediction target.

The prediction task is to identify the underlying boundary-risk state.

# Prediction target

label_shock_cascade

A positive label is triggered when either condition holds.

boundary_distance < 0.10

or

perturbation_radius < 0.08

These thresholds represent proximity to the instability manifold and minimal perturbation collapse risk.

# Row structure

scenario_id

hemodynamic_stress  
vascular_buffer  
intervention_delay  
organ_coupling  
metabolic_stress

drift_gradient  
drift_velocity  
drift_acceleration  
boundary_distance

perturbation_radius  
collapse_trigger

label_shock_cascade

# Files

data/train.csv  
labeled training examples

data/tester.csv  
unlabeled evaluation examples

scorer.py  
binary boundary detection evaluation script

README.md  
dataset documentation

# Evaluation

The scorer reports

accuracy  
precision  
recall_boundary_detection  
false_safe_rate  
f1  
confusion_matrix

Primary metric

recall_boundary_detection

Secondary diagnostic metric

false_safe_rate

# Structural Note

Clarus dataset progression

v0.1 cascade detection  
v0.2 trajectory detection  
v0.3 dynamic forecasting  
v0.4 boundary discovery

# Production Deployment

Research dataset for instability detection and cascade modeling.

Not intended for clinical decision use.

# Enterprise & Research Collaboration

For dataset expansion, custom coherence scorers, or deployment architecture:

team@clarusinvariant.com

Instability is detectable.  
Governance determines whether it propagates.