Dataset Viewer
Auto-converted to Parquet Duplicate
scenario_id
string
perfusion
float64
buffer
float64
lag
float64
coupling
float64
drift_gradient
float64
drift_velocity
float64
drift_acceleration
float64
boundary_distance
float64
boundary_uncertainty
float64
trajectory_uncertainty
float64
regime_confidence
float64
perturbation_radius
float64
collapse_trigger
string
recovery_distance
float64
recovery_gradient
float64
return_feasibility
float64
delta_perfusion
float64
delta_buffer
float64
delta_lag
float64
delta_coupling
float64
trajectory_shift
float64
minimal_intervention_path
string
stabilization_success
int64
label_trauma_deterioration
int64
TRM7001
0.32
0.28
0.76
0.81
0.71
0.66
0.19
0.14
0.1
0.12
0.86
0.18
hypovolemic_shock
0.62
-0.28
0.31
0.29
0.26
-0.17
-0.12
-0.18
transfusion+source_control+warming
1
1
TRM7002
0.41
0.34
0.72
0.74
0.63
0.58
0.16
0.19
0.14
0.16
0.79
0.22
hemorrhage_spread
0.58
-0.24
0.37
0.22
0.2
-0.14
-0.1
-0.13
transfusion+pelvic_binder
1
1
TRM7003
0.54
0.49
0.61
0.69
0.48
0.43
0.1
0.31
0.18
0.21
0.72
0.27
occult_bleed
0.49
-0.17
0.46
0.15
0.14
-0.09
-0.08
-0.09
cta+targeted_resuscitation
1
0
TRM7004
0.27
0.22
0.84
0.87
0.82
0.74
0.23
0.09
0.11
0.13
0.84
0.15
massive_transfusion_threshold
0.73
-0.31
0.24
0.34
0.29
-0.19
-0.15
-0.22
massive_transfusion+or_control
1
1
TRM7005
0.46
0.4
0.67
0.71
0.56
0.49
0.12
0.24
0.39
0.42
0.51
0.3
mixed_shock_signal
0.57
-0.14
0.33
0.16
0.15
-0.08
-0.07
-0.06
fluids+observe
0
0
TRM7006
0.38
0.3
0.79
0.83
0.76
0.69
0.21
0.12
0.09
0.11
0.88
0.17
compensatory_failure
0.68
-0.29
0.28
0.31
0.25
-0.18
-0.13
-0.19
blood+vasopressor_bridge+or_control
1
1
TRM7007
0.59
0.52
0.58
0.63
0.36
0.32
0.07
0.38
0.17
0.18
0.76
0.35
delayed_instability
0.43
-0.12
0.52
0.11
0.1
-0.06
-0.05
-0.07
monitoring+serial_lactate
1
0
TRM7008
0.35
0.27
0.81
0.85
0.79
0.71
0.22
0.11
0.46
0.48
0.44
0.16
unclear_bleeding_source
0.72
-0.11
0.21
0.18
0.17
-0.1
-0.08
-0.04
exploratory_imaging+support
0
0
TRM7009
0.43
0.36
0.7
0.77
0.61
0.54
0.15
0.21
0.13
0.15
0.82
0.23
pelvic_fracture_instability
0.55
-0.22
0.39
0.24
0.18
-0.13
-0.11
-0.16
binder+transfusion+embolization
1
1
TRM7010
0.5
0.45
0.64
0.68
0.44
0.39
0.09
0.29
0.2
0.24
0.69
0.28
post_resuscitation_drift
0.5
-0.16
0.44
0.14
0.13
-0.07
-0.06
-0.11
reassessment+blood_products
1
1

What this repo does

This repository contains a Clarus v0.7 dataset modeling trauma deterioration using a quad-coupling system representation.

The dataset extends the v0.6 intervention layer by introducing uncertainty geometry.

The question addressed by earlier versions was:

Can the system be stabilized?

v0.7 adds a second critical question:

How confident are we in that conclusion?

This allows Clarus to distinguish three operational states:

• confident deterioration • confident stabilization • uncertain regime

This distinction matters in trauma environments where false confidence can produce dangerous decisions.


Core quad

The system state is represented by four structural variables.

• perfusion • buffer • lag • coupling

These variables capture the structural state of the trauma system rather than individual clinical measurements.


Clinical variable mapping

Quad Variable Clinical Measurements Typical Indicators
perfusion_pressure MAP, SBP, shock index MAP < 65, shock index > 0.9
physiological_buffer Hemoglobin, platelets, coagulation profile Hb < 8, platelets < 100K
intervention_lag Time to hemorrhage control, transfusion delay Transfusion delay > 30 min
systemic_coupling Multi-organ coupling, SOFA score Rising SOFA, lactate increase

This mapping connects the structural quad variables to commonly observed trauma indicators.


Prediction target

Target column:

label_trauma_deterioration

Default v0.7 rule:

label = 1 if stabilization_success = 1 AND trajectory_shift < -0.10

Relaxed variant (optional):

label = 1 if stabilization_success = 1

The stricter rule ensures that a stabilization must produce a meaningful trajectory correction, not merely a temporary improvement.


Row structure

Each row represents a trauma system state and contains:

• system state variables • trajectory dynamics • boundary geometry • uncertainty geometry • perturbation information • recovery dynamics • intervention vector • stabilization outcome • classification label


Uncertainty signals

v0.7 introduces explicit uncertainty modeling.

Two signals are required.

boundary_uncertainty trajectory_uncertainty

An optional support signal may also be present.

regime_confidence


boundary_uncertainty

Normalized variance in the boundary_distance estimate across perturbation samples.

Range: 0–1

Higher values indicate the instability boundary is poorly defined in the current region of the state space.

Low values indicate a stable boundary estimate.


trajectory_uncertainty

Normalized variance in the drift_gradient estimate across consecutive state snapshots.

Range: 0–1

Higher values indicate the direction of system motion is unstable or oscillating.

Low values indicate consistent directional drift.


regime_confidence

Confidence that the system is operating within the assumed trauma regime.

Low values indicate ambiguous system behavior or mixed failure signals.


Files

data/train.csv

Training rows include:

• intervention vectors • stabilization_success • label_trauma_deterioration


data/tester.csv

Tester rows exclude:

• stabilization_success • label_trauma_deterioration

However the following signals remain available during inference:

• boundary_uncertainty • trajectory_uncertainty • regime_confidence

These signals allow models to estimate prediction reliability.


Example v0.7 row

Example of a high-uncertainty stabilization scenario.

scenario_id: TRM7011 perfusion: 0.42 buffer: 0.37 lag: 0.71 coupling: 0.76

drift_gradient: 0.52 drift_velocity: 0.47 drift_acceleration: 0.11

boundary_distance: 0.23 boundary_uncertainty: 0.46 trajectory_uncertainty: 0.41 regime_confidence: 0.48

perturbation_radius: 0.28 collapse_trigger: occult_bleeding

recovery_distance: 0.55 recovery_gradient: -0.14 return_feasibility: 0.34

delta_perfusion: 0.17 delta_buffer: 0.15 delta_lag: -0.08 delta_coupling: -0.07

trajectory_shift: -0.12 minimal_intervention_path: transfusion+imaging

stabilization_success: 1 label_trauma_deterioration: 1

Interpretation:

The intervention succeeds.

However boundary and trajectory uncertainty are both high. The stabilization result therefore carries low confidence.

This illustrates why v0.7 evaluates trust in predictions, not just correctness.


Evaluation

Standard classification metrics:

• accuracy • precision • recall • f1

v0.7 also introduces uncertainty diagnostics.

• recall_successful_stabilization • failed_rescue_rate • high_uncertainty_false_positive_rate • boundary_misconfidence_rate • trajectory_misconfidence_rate

These metrics detect situations where a model produces confident predictions in uncertain conditions.


Dataset construction

This dataset is generated using the Clarus instability modeling framework.

The generation process follows three stages.

State sampling

System states are sampled across the quad space:

• perfusion • buffer • lag • coupling

Sampling includes both stable and near-boundary regions.


Trajectory estimation

Trajectory signals are computed for each state:

• drift_gradient • drift_velocity • drift_acceleration

These values describe the motion of the system through the stability manifold.


Boundary estimation

Instability boundaries are estimated using perturbation sampling.

This produces:

• boundary_distance • boundary_uncertainty

Boundary uncertainty represents the variance of boundary estimates across perturbations.


Intervention simulation

Candidate intervention vectors modify system state:

• delta_perfusion • delta_buffer • delta_lag • delta_coupling

Trajectory is recomputed after intervention to determine:

• trajectory_shift • stabilization_success

Labels are assigned according to the v0.7 rule.


Dataset limitations

This dataset models instability geometry, not complete clinical records.

Important limitations:

• Quad variables represent abstract system states rather than full physiology • Intervention effects represent structural transitions rather than pharmacology • Uncertainty signals represent estimation uncertainty rather than device error

The dataset should therefore be interpreted as a system stability benchmark, not a direct clinical decision tool.


Intended use

Appropriate uses include:

• benchmarking instability detection models • studying intervention reasoning in dynamic systems • evaluating uncertainty calibration in safety-critical predictions • training models to recognize unstable stabilization scenarios

Not intended for:

• direct clinical deployment • real-time treatment recommendations • replacing medical judgment


Position in the Clarus dataset ladder

This dataset belongs to the Clarus instability modeling ladder.

The ladder reconstructs the geometry of system failure and recovery.

v0.1 cascade detection

v0.2 trajectory awareness

v0.3 cascade forecasting

v0.4 boundary discovery

v0.5 recovery geometry

v0.6 intervention reasoning

v0.7 uncertainty-aware intervention geometry


Relationship to other Clarus datasets

Clarus datasets apply the same instability geometry across domains.

These include:

• clinical systems • financial networks • infrastructure systems • AI coordination environments

Each domain models the same structural signals:

• system state • trajectory dynamics • boundary estimation • recovery pathways • intervention reasoning • uncertainty geometry

This enables transfer of structural reasoning across domains.


Research direction

Future Clarus datasets may extend the ladder through:

• regime transition modeling • multi-cascade coupling • adversarial perturbation environments • stability control policies

These developments move Clarus from a monitoring framework toward a general system stability instrument.


Structural note

Clarus v0.7 extends the intervention ladder.

The instrument now models:

• system state • trajectory • boundary • recovery • intervention • uncertainty

This transforms Clarus from a collapse detector into a calibrated system navigation instrument.


Production deployment

The dataset class is most useful where false confidence carries high operational risk, including:

• trauma monitoring • emergency triage • ICU escalation • hemorrhage control systems • unstable resuscitation environments


Enterprise and research collaboration

Potential applications include:

• clinical AI benchmarking • intervention pathway model evaluation • uncertainty calibration research • instability monitoring systems • safety evaluation for clinical decision support models


License

MIT

Downloads last month
31