Create missing_data_protocol.md
Browse files- missing_data_protocol.md +53 -0
missing_data_protocol.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Missing Data Evaluation Protocol
|
| 2 |
+
|
| 3 |
+
The Clarus benchmark includes a missing-observation evaluation suite.
|
| 4 |
+
|
| 5 |
+
These datasets simulate incomplete monitoring conditions commonly observed in clinical and real-world systems.
|
| 6 |
+
|
| 7 |
+
## Missing Data Variants
|
| 8 |
+
|
| 9 |
+
Four missing-data regimes are evaluated.
|
| 10 |
+
|
| 11 |
+
### Missing t1
|
| 12 |
+
|
| 13 |
+
The intermediate time point is removed.
|
| 14 |
+
|
| 15 |
+
Example:
|
| 16 |
+
|
| 17 |
+
t0 → missing → t2
|
| 18 |
+
|
| 19 |
+
### Missing t2
|
| 20 |
+
|
| 21 |
+
The final observation is missing.
|
| 22 |
+
|
| 23 |
+
Example:
|
| 24 |
+
|
| 25 |
+
t0 → t1 → missing
|
| 26 |
+
|
| 27 |
+
### Missing t0
|
| 28 |
+
|
| 29 |
+
The initial observation is missing.
|
| 30 |
+
|
| 31 |
+
Example:
|
| 32 |
+
|
| 33 |
+
missing → t1 → t2
|
| 34 |
+
|
| 35 |
+
### Random Missing
|
| 36 |
+
|
| 37 |
+
One or more observations are randomly removed.
|
| 38 |
+
|
| 39 |
+
## Purpose
|
| 40 |
+
|
| 41 |
+
These variants evaluate whether models can infer stability from partial trajectories.
|
| 42 |
+
|
| 43 |
+
This tests robustness to incomplete observation rather than perfect monitoring.
|
| 44 |
+
|
| 45 |
+
## Evaluation
|
| 46 |
+
|
| 47 |
+
The prediction task remains unchanged.
|
| 48 |
+
|
| 49 |
+
Models must produce:
|
| 50 |
+
|
| 51 |
+
scenario_id,prediction
|
| 52 |
+
|
| 53 |
+
Evaluation uses the standard Clarus scorer.
|