Create data/train.csv
Browse files- data/train.csv +21 -0
data/train.csv
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scenario_id,scenario_text,claim,label
|
| 2 |
+
train_001,"A server is overloaded because traffic exceeds capacity. Engineers can reroute traffic, add capacity, or throttle noncritical requests.","The system has a usable control surface.",1
|
| 3 |
+
train_002,"A server is overloaded, but the team has no access to routing, capacity, throttling, or deployment controls.","The system has a usable control surface.",0
|
| 4 |
+
train_003,"A patient is deteriorating and clinicians can adjust fluids, medication, monitoring, and escalation level.","The system has a usable control surface.",1
|
| 5 |
+
train_004,"A patient is deteriorating, but no clinician is available and no treatment changes can be made.","The system has a usable control surface.",0
|
| 6 |
+
train_005,"A project is slipping, but scope, staffing, deadline, and ownership can still be adjusted.","The project has a usable control surface.",1
|
| 7 |
+
train_006,"A project is slipping after the final deadline passed and all contractual terms are fixed.","The project has a usable control surface.",0
|
| 8 |
+
train_007,"Inventory is falling, but backup suppliers, rationing, and demand controls are available.","The supply chain has a usable control surface.",1
|
| 9 |
+
train_008,"Inventory is exhausted, no suppliers are available, and demand cannot be delayed.","The supply chain has a usable control surface.",0
|
| 10 |
+
train_009,"A machine overheats and operators can reduce load, stop production, or repair cooling.","The machine has a usable control surface.",1
|
| 11 |
+
train_010,"A machine overheats but controls are locked and operators cannot stop or reduce load.","The machine has a usable control surface.",0
|
| 12 |
+
train_011,"A support backlog is rising and managers can triage, add staff, pause low-priority channels, or automate responses.","The support system has a usable control surface.",1
|
| 13 |
+
train_012,"A support backlog is rising but staffing, triage, channel access, and workflow cannot be changed.","The support system has a usable control surface.",0
|
| 14 |
+
train_013,"A model is hallucinating and the team can add source checks, reduce deployment scope, or route uncertain outputs for review.","The model has a usable control surface.",1
|
| 15 |
+
train_014,"A model is hallucinating but it is already embedded in production with no monitoring, gating, or review option.","The model has a usable control surface.",0
|
| 16 |
+
train_015,"A bridge shows stress signals and authorities can reduce load, close lanes, inspect, or repair.","The bridge has a usable control surface.",1
|
| 17 |
+
train_016,"A bridge shows stress signals but traffic cannot be reduced and inspection access is blocked.","The bridge has a usable control surface.",0
|
| 18 |
+
train_017,"Cash flow is tight but spending, invoicing, collections, and payment timing can still be adjusted.","The organization has a usable control surface.",1
|
| 19 |
+
train_018,"Cash is exhausted, payments have failed, and all financing options are unavailable.","The organization has a usable control surface.",0
|
| 20 |
+
train_019,"A damp issue is suspected and inspection, ventilation, external repair, and moisture monitoring are available.","The property has a usable control surface.",1
|
| 21 |
+
train_020,"A damp issue is severe but access is denied, inspection is impossible, and repair authority is absent.","The property has a usable control surface.",0
|