Create data/train.csv
Browse files- data/train.csv +11 -0
data/train.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
uid,dataset_id,care_setting,handover_type,risk_items_present_signal,plan_present_signal,owner_named_signal,next_action_named_signal,deadline_named_signal,clinical_summary,question,ground_truth_label,ground_truth_rationale,outcome_signal,source_citation
|
| 2 |
+
CHRO-001,clinical-handover-risk-ownership-coherence-break-v0.1,Ward,day_to_night,yes,yes,yes,yes,yes,"Handover includes risks, plan, named owner, next action and deadline.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",coherent,"Clear ownership loop.",managed,"Synthetic"
|
| 3 |
+
CHRO-002,clinical-handover-risk-ownership-coherence-break-v0.1,Ward,day_to_night,yes,yes,no,no,no,"Risk and plan mentioned but no owner or next action.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",incoherent,"Ownership gap.",harm_risk,"Synthetic"
|
| 4 |
+
CHRO-003,clinical-handover-risk-ownership-coherence-break-v0.1,ICU,shift_change,yes,yes,yes,yes,yes,"ICU handover includes action and deadline.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",coherent,"Aligned.",managed,"Synthetic"
|
| 5 |
+
CHRO-004,clinical-handover-risk-ownership-coherence-break-v0.1,ED,ED_to_ward,yes,yes,yes,no,no,"ED handover includes plan and owner but no explicit next action.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",incoherent,"Action ambiguity.",harm_risk,"Synthetic"
|
| 6 |
+
CHRO-005,clinical-handover-risk-ownership-coherence-break-v0.1,Ward,night_to_day,yes,no,no,no,no,"Risks noted but no plan or ownership.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",incoherent,"No plan/ownership.",harm_risk,"Synthetic"
|
| 7 |
+
CHRO-006,clinical-handover-risk-ownership-coherence-break-v0.1,Ward,day_to_night,no,yes,yes,yes,yes,"Plan present with owner and deadline.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",coherent,"Action clarity despite low risk flag.",stable,"Synthetic"
|
| 8 |
+
CHRO-007,clinical-handover-risk-ownership-coherence-break-v0.1,Ward,day_to_night,yes,yes,yes,yes,no,"Owner and next action present but no deadline.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",incoherent,"No time boundary.",harm_risk,"Synthetic"
|
| 9 |
+
CHRO-008,clinical-handover-risk-ownership-coherence-break-v0.1,Ward,weekend_handover,yes,yes,yes,yes,yes,"Weekend handover complete.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",coherent,"Aligned.",managed,"Synthetic"
|
| 10 |
+
CHRO-009,clinical-handover-risk-ownership-coherence-break-v0.1,ICU,ICU_to_ward,yes,yes,no,yes,no,"Plan and next action present but owner not named.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",incoherent,"Owner gap.",harm_risk,"Synthetic"
|
| 11 |
+
CHRO-010,clinical-handover-risk-ownership-coherence-break-v0.1,Ward,day_to_night,yes,yes,yes,yes,yes,"Handover complete and bounded.","Is handover risk and plan vs ownership/action coherent. Answer coherent or incoherent.",coherent,"Clear ownership.",managed,"Synthetic"
|