Datasets:
Tasks:
Text Classification
Formats:
csv
Languages:
English
Size:
< 1K
Tags:
clinical
clinical-reasoning
intervention-selection
competing-interventions
treatment-choice
stabilization-pathway
License:
Create data/test.csv
Browse files- data/test.csv +21 -0
data/test.csv
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scenario_id,current_severity,map,lactate,urine_output,oxygen_requirement,vasopressor_requirement,fluid_responsiveness,renal_risk,ventilation_risk,intervention_a,intervention_b,intervention_c,label
|
| 2 |
+
test_001,moderate,66,3.8,35,1,low,good,low,low,fluids,vasopressors,observe,0
|
| 3 |
+
test_002,moderate,66,3.8,35,1,low,poor,medium,low,fluids,vasopressors,observe,1
|
| 4 |
+
test_003,high,68,4.2,28,2,moderate,poor,high,medium,fluids,vasopressors,dialysis,1
|
| 5 |
+
test_004,high,72,3.5,18,1,low,poor,high,low,fluids,dialysis,observe,1
|
| 6 |
+
test_005,moderate,74,2.6,42,2,none,good,low,high,fluids,oxygen_escalation,observe,1
|
| 7 |
+
test_006,low,78,1.8,60,0,none,good,low,low,fluids,vasopressors,observe,2
|
| 8 |
+
test_007,moderate,70,3.0,40,1,none,good,medium,low,fluids,vasopressors,observe,0
|
| 9 |
+
test_008,moderate,70,3.0,40,2,none,poor,medium,high,fluids,oxygen_escalation,observe,1
|
| 10 |
+
test_009,high,64,4.8,22,2,moderate,poor,high,high,fluids,vasopressors,dialysis,1
|
| 11 |
+
test_010,high,76,3.2,15,1,none,poor,high,medium,fluids,dialysis,observe,1
|
| 12 |
+
test_011,moderate,73,2.4,48,1,none,poor,medium,low,fluids,vasopressors,observe,2
|
| 13 |
+
test_012,high,67,4.1,30,3,low,poor,medium,high,fluids,oxygen_escalation,vasopressors,1
|
| 14 |
+
test_013,moderate,69,3.4,38,1,low,good,low,low,fluids,vasopressors,dialysis,0
|
| 15 |
+
test_014,moderate,69,3.4,38,1,moderate,poor,medium,low,fluids,vasopressors,dialysis,1
|
| 16 |
+
test_015,high,71,3.7,20,1,low,poor,high,medium,dialysis,vasopressors,observe,0
|
| 17 |
+
test_016,low,80,1.5,68,0,none,good,low,low,fluids,oxygen_escalation,observe,2
|
| 18 |
+
test_017,high,70,4.0,32,2,low,poor,medium,medium,fluids,oxygen_escalation,vasopressors,2
|
| 19 |
+
test_018,moderate,72,2.9,36,1,none,poor,high,low,fluids,dialysis,observe,1
|
| 20 |
+
test_019,moderate,77,2.0,58,2,none,good,low,high,fluids,oxygen_escalation,observe,1
|
| 21 |
+
test_020,high,69,4.4,29,3,moderate,poor,medium,high,fluids,oxygen_escalation,vasopressors,1
|