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,drug_stock_signal,prescribing_volume_signal,substitution_option_signal,clinical_summary,question,ground_truth_label,ground_truth_rationale,outcome_signal,source_citation
|
| 2 |
+
CPSC-001,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,adequate,adequate,available,"Stock levels match prescribing.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",coherent,"Supply meets demand.",stable_supply,"Synthetic"
|
| 3 |
+
CPSC-002,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,low,high,limited,"Low stock and high prescribing.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",incoherent,"Stockout risk.",treatment_delay_risk,"Synthetic"
|
| 4 |
+
CPSC-003,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,moderate,moderate,available,"Balanced demand and stock.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",coherent,"Aligned.",stable_supply,"Synthetic"
|
| 5 |
+
CPSC-004,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,low,high,none,"High demand and no substitution.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",incoherent,"Critical shortage.",care_risk,"Synthetic"
|
| 6 |
+
CPSC-005,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,high,low,available,"High stock and low demand.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",coherent,"Surplus supply.",stable_supply,"Synthetic"
|
| 7 |
+
CPSC-006,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,moderate,high,available,"High prescribing but substitutions exist.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",coherent,"Mitigated risk.",manageable_pressure,"Synthetic"
|
| 8 |
+
CPSC-007,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,low,moderate,limited,"Moderate demand but low stock.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",incoherent,"Mismatch.",stock_pressure,"Synthetic"
|
| 9 |
+
CPSC-008,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,adequate,high,available,"Adequate stock and high demand.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",coherent,"Supply holding.",stable_supply,"Synthetic"
|
| 10 |
+
CPSC-009,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,low,low,available,"Low demand and low stock.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",coherent,"No risk.",stable_supply,"Synthetic"
|
| 11 |
+
CPSC-010,clinical-pharmacy-stock-prescribing-coherence-risk-v0.1,Hospital,low,high,available,"High demand but substitution possible.","Is pharmacy stock vs prescribing coherent. Answer coherent or incoherent.",coherent,"Substitution offsets.",manageable_pressure,"Synthetic"
|