Create data/train.csv
Browse files- data/train.csv +11 -0
data/train.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
uid,dataset_id,route_plan_adherence,weather_deviation,speed_adjustment_level,planned_fuel_burn_trend,actual_fuel_burn_trend,bunker_margin,next_port_bunker_availability,ops_summary,question,ground_truth_label,ground_truth_rationale,outcome_signal,source_citation
|
| 2 |
+
SEA16-001,maritime-bunker-consumption-route-coherence-risk-v0.1,high,low,low,stable,stable,adequate,high,"Route and burn match plan.","Is bunker-route coherence intact. Answer coherent or incoherent.",coherent,"Actual burn aligns with planned burn.",on_budget_voyage,"Synthetic"
|
| 3 |
+
SEA16-002,maritime-bunker-consumption-route-coherence-risk-v0.1,medium,medium,high,stable,upward,low,medium,"Speed-up pushes burn above plan with low margin.","Is bunker-route coherence intact. Answer coherent or incoherent.",incoherent,"Burn exceeds plan and margin collapses.",bunker_shortfall_risk,"Synthetic"
|
| 4 |
+
SEA16-003,maritime-bunker-consumption-route-coherence-risk-v0.1,high,high,medium,stable,stable,adequate,high,"Weather deviation but burn stable.","Is bunker-route coherence intact. Answer coherent or incoherent.",coherent,"Weather absorbed without burn drift.",weather_absorbed,"Synthetic"
|
| 5 |
+
SEA16-004,maritime-bunker-consumption-route-coherence-risk-v0.1,high,low,low,stable,upward,adequate,high,"Burn rising without route or speed change.","Is bunker-route coherence intact. Answer coherent or incoherent.",incoherent,"Efficiency loss or hull/engine drag.",efficiency_loss_risk,"Synthetic"
|
| 6 |
+
SEA16-005,maritime-bunker-consumption-route-coherence-risk-v0.1,medium,low,high,downward,stable,adequate,high,"Planned slow burn but speed changes negate it.","Is bunker-route coherence intact. Answer coherent or incoherent.",incoherent,"Execution conflicts with plan intent.",cost_spike_risk,"Synthetic"
|
| 7 |
+
SEA16-006,maritime-bunker-consumption-route-coherence-risk-v0.1,low,high,high,stable,upward,low,low,"Route drift and speed-up with limited bunkering ahead.","Is bunker-route coherence intact. Answer coherent or incoherent.",incoherent,"Compound risk with low next-port options.",unplanned_bunkering_risk,"Synthetic"
|
| 8 |
+
SEA16-007,maritime-bunker-consumption-route-coherence-risk-v0.1,high,medium,low,stable,stable,high,high,"Healthy margin and stable burn.","Is bunker-route coherence intact. Answer coherent or incoherent.",coherent,"Buffers hold.",stable,"Synthetic"
|
| 9 |
+
SEA16-008,maritime-bunker-consumption-route-coherence-risk-v0.1,medium,high,low,stable,downward,adequate,high,"Weather slows ship and reduces burn.","Is bunker-route coherence intact. Answer coherent or incoherent.",coherent,"Reduced burn explained by conditions.",weather_adjusted,"Synthetic"
|
| 10 |
+
SEA16-009,maritime-bunker-consumption-route-coherence-risk-v0.1,high,low,medium,stable,upward,low,high,"Moderate speed-up with burn drift and low margin.","Is bunker-route coherence intact. Answer coherent or incoherent.",incoherent,"Margin too thin for burn drift.",margin_collapse,"Synthetic"
|
| 11 |
+
SEA16-010,maritime-bunker-consumption-route-coherence-risk-v0.1,high,low,low,stable,stable,adequate,high,"Normal.","Is bunker-route coherence intact. Answer coherent or incoherent.",coherent,"Aligned.",stable,"Synthetic"
|