naidukr commited on
Commit
fb551ee
·
verified ·
1 Parent(s): 7cdc9c7

Add student_training_data.json

Browse files
Files changed (1) hide show
  1. student_training_data.json +252 -0
student_training_data.json ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "instruction": "Triage this disaster ticket and provide structured response.",
4
+ "input": "Ticket: Wildfire spreading rapidly through dry forest. Homes threatened, evacuation ordered.\nMetadata: {\"location\": \"Residential Area\", \"timestamp\": \"2026-04-18 09:56\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 8807271014\", \"disaster_type\": \"wildfire\"}",
5
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"wildfire\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
6
+ },
7
+ {
8
+ "instruction": "Triage this disaster ticket and provide structured response.",
9
+ "input": "Ticket: Radioactive material spill at research facility. Contamination monitoring underway.\nMetadata: {\"location\": \"Suburban Neighborhood\", \"timestamp\": \"2026-04-18 07:42\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 3475313015\", \"disaster_type\": \"nuclear_incident\"}",
10
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"nuclear_incident\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
11
+ },
12
+ {
13
+ "instruction": "Triage this disaster ticket and provide structured response.",
14
+ "input": "Ticket: Tornado outbreak affecting multiple counties. Widespread damage and power outages.\nMetadata: {\"location\": \"Urban Center\", \"timestamp\": \"2026-04-18 08:52\", \"reporter_type\": \"first_responder\", \"contact_info\": \"Radio: Unit 653\", \"disaster_type\": \"tornado\"}",
15
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"tornado\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
16
+ },
17
+ {
18
+ "instruction": "Triage this disaster ticket and provide structured response.",
19
+ "input": "Ticket: Ash cloud from eruption affecting air quality. Respiratory protection advised.\nMetadata: {\"location\": \"Downtown District\", \"timestamp\": \"2026-04-18 09:48\", \"reporter_type\": \"first_responder\", \"contact_info\": \"Radio: Unit 485\", \"disaster_type\": \"volcanic_eruption\"}",
20
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"volcanic_eruption\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
21
+ },
22
+ {
23
+ "instruction": "Triage this disaster ticket and provide structured response.",
24
+ "input": "Ticket: Train derailment caused toxic spill. Hazardous materials released near populated area.\nMetadata: {\"location\": \"Port Facility\", \"timestamp\": \"2026-04-18 07:20\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 2918033621\", \"disaster_type\": \"transportation_crash\"}",
25
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"transportation_crash\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
26
+ },
27
+ {
28
+ "instruction": "Triage this disaster ticket and provide structured response.",
29
+ "input": "Ticket: Major highway pileup involving multiple vehicles. Injuries reported, road blocked.\nMetadata: {\"location\": \"Mountain Valley\", \"timestamp\": \"2026-04-18 10:03\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 8856363535\", \"disaster_type\": \"transportation_crash\"}",
30
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"transportation_crash\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
31
+ },
32
+ {
33
+ "instruction": "Triage this disaster ticket and provide structured response.",
34
+ "input": "Ticket: Vehicle ramming attack on crowded street. Multiple injuries, suspect at large.\nMetadata: {\"location\": \"Industrial Zone\", \"timestamp\": \"2026-04-18 08:13\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 2982667096\", \"disaster_type\": \"terrorist_attack\"}",
35
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"terrorist_attack\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
36
+ },
37
+ {
38
+ "instruction": "Triage this disaster ticket and provide structured response.",
39
+ "input": "Ticket: New virus variant spreading rapidly. Hospital capacity nearing limit.\nMetadata: {\"location\": \"Urban Center\", \"timestamp\": \"2026-04-18 07:27\", \"reporter_type\": \"medical_staff\", \"contact_info\": \"Hospital: ER Desk - 7492313783\", \"disaster_type\": \"pandemic\"}",
40
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"pandemic\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
41
+ },
42
+ {
43
+ "instruction": "Triage this disaster ticket and provide structured response.",
44
+ "input": "Ticket: Sewage system backup flooding streets. Health hazard declared.\nMetadata: {\"location\": \"Suburban Neighborhood\", \"timestamp\": \"2026-04-18 08:17\", \"reporter_type\": \"emergency_coordinator\", \"contact_info\": \"Emergency Operations Center - Ext: 7154\", \"disaster_type\": \"infrastructure_failure\"}",
45
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"infrastructure_failure\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
46
+ },
47
+ {
48
+ "instruction": "Triage this disaster ticket and provide structured response.",
49
+ "input": "Ticket: Twister damaged shopping center. Cars overturned, structural damage to buildings.\nMetadata: {\"location\": \"Downtown District\", \"timestamp\": \"2026-04-18 09:26\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 8449926113\", \"disaster_type\": \"tornado\"}",
50
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"tornado\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
51
+ },
52
+ {
53
+ "instruction": "Triage this disaster ticket and provide structured response.",
54
+ "input": "Ticket: Toxic chemical spill at industrial plant. Hazardous fumes spreading, evacuation needed.\nMetadata: {\"location\": \"Rural County\", \"timestamp\": \"2026-04-18 09:21\", \"reporter_type\": \"government_official\", \"contact_info\": \"Office: 6399435902\", \"disaster_type\": \"chemical_spill\"}",
55
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"chemical_spill\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
56
+ },
57
+ {
58
+ "instruction": "Triage this disaster ticket and provide structured response.",
59
+ "input": "Ticket: Prescribed burn escaped control. Now threatening nearby communities and infrastructure.\nMetadata: {\"location\": \"Suburban Neighborhood\", \"timestamp\": \"2026-04-18 09:21\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 5721109867\", \"disaster_type\": \"wildfire\"}",
60
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"wildfire\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
61
+ },
62
+ {
63
+ "instruction": "Triage this disaster ticket and provide structured response.",
64
+ "input": "Ticket: Vehicle ramming attack on crowded street. Multiple injuries, suspect at large.\nMetadata: {\"location\": \"Port Facility\", \"timestamp\": \"2026-04-18 10:01\", \"reporter_type\": \"government_official\", \"contact_info\": \"Office: 8189838510\", \"disaster_type\": \"terrorist_attack\"}",
65
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"terrorist_attack\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
66
+ },
67
+ {
68
+ "instruction": "Triage this disaster ticket and provide structured response.",
69
+ "input": "Ticket: Storm surge has inundated coastal areas. Multiple homes underwater, people trapped.\nMetadata: {\"location\": \"Rural County\", \"timestamp\": \"2026-04-18 08:46\", \"reporter_type\": \"medical_staff\", \"contact_info\": \"Hospital: ER Desk - 8014071711\", \"disaster_type\": \"hurricane\"}",
70
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"hurricane\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
71
+ },
72
+ {
73
+ "instruction": "Triage this disaster ticket and provide structured response.",
74
+ "input": "Ticket: Nuclear facility radiation leak detected. Evacuation zone established.\nMetadata: {\"location\": \"Coastal Region\", \"timestamp\": \"2026-04-18 08:55\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 2893992238\", \"disaster_type\": \"nuclear_incident\"}",
75
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"nuclear_incident\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
76
+ },
77
+ {
78
+ "instruction": "Triage this disaster ticket and provide structured response.",
79
+ "input": "Ticket: Major earthquake just hit. Buildings collapsed, people trapped under rubble. Aftershocks continuing.\nMetadata: {\"location\": \"Coastal Region\", \"timestamp\": \"2026-04-18 10:04\", \"reporter_type\": \"medical_staff\", \"contact_info\": \"Hospital: ER Desk - 5447015638\", \"disaster_type\": \"earthquake\"}",
80
+ "output": "{\n \"severity\": \"CRITICAL\",\n \"priority\": \"IMMEDIATE\",\n \"category\": \"earthquake\",\n \"assigned_department\": \"Urban Search and Rescue\",\n \"estimated_response_time\": \"< 5 minutes\",\n \"escalation_required\": true,\n \"immediate_actions\": [\n \"Deploy emergency teams\",\n \"Establish command post\"\n ],\n \"resource_needs\": [\n \"Heavy equipment\",\n \"Medical teams\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.95\n}"
81
+ },
82
+ {
83
+ "instruction": "Triage this disaster ticket and provide structured response.",
84
+ "input": "Ticket: Sewage system backup flooding streets. Health hazard declared.\nMetadata: {\"location\": \"Industrial Zone\", \"timestamp\": \"2026-04-18 07:14\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 4225102796\", \"disaster_type\": \"infrastructure_failure\"}",
85
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"infrastructure_failure\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
86
+ },
87
+ {
88
+ "instruction": "Triage this disaster ticket and provide structured response.",
89
+ "input": "Ticket: Forest fire approaching town. Strong winds pushing flames toward populated areas.\nMetadata: {\"location\": \"Port Facility\", \"timestamp\": \"2026-04-18 07:11\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 5499336188\", \"disaster_type\": \"wildfire\"}",
90
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"wildfire\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
91
+ },
92
+ {
93
+ "instruction": "Triage this disaster ticket and provide structured response.",
94
+ "input": "Ticket: Major earthquake just hit. Buildings collapsed, people trapped under rubble. Aftershocks continuing.\nMetadata: {\"location\": \"Residential Area\", \"timestamp\": \"2026-04-18 09:03\", \"reporter_type\": \"medical_staff\", \"contact_info\": \"Hospital: ER Desk - 5326779449\", \"disaster_type\": \"earthquake\"}",
95
+ "output": "{\n \"severity\": \"CRITICAL\",\n \"priority\": \"IMMEDIATE\",\n \"category\": \"earthquake\",\n \"assigned_department\": \"Urban Search and Rescue\",\n \"estimated_response_time\": \"< 5 minutes\",\n \"escalation_required\": true,\n \"immediate_actions\": [\n \"Deploy emergency teams\",\n \"Establish command post\"\n ],\n \"resource_needs\": [\n \"Heavy equipment\",\n \"Medical teams\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.95\n}"
96
+ },
97
+ {
98
+ "instruction": "Triage this disaster ticket and provide structured response.",
99
+ "input": "Ticket: Industrial accident caused power outage affecting nearby hospital.\nMetadata: {\"location\": \"Residential Area\", \"timestamp\": \"2026-04-18 07:16\", \"reporter_type\": \"emergency_coordinator\", \"contact_info\": \"Emergency Operations Center - Ext: 9640\", \"disaster_type\": \"industrial_accident\"}",
100
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"industrial_accident\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
101
+ },
102
+ {
103
+ "instruction": "Triage this disaster ticket and provide structured response.",
104
+ "input": "Ticket: Disease outbreak at school. Multiple students symptomatic, contact tracing initiated.\nMetadata: {\"location\": \"Suburban Neighborhood\", \"timestamp\": \"2026-04-18 09:03\", \"reporter_type\": \"emergency_coordinator\", \"contact_info\": \"Emergency Operations Center - Ext: 4326\", \"disaster_type\": \"pandemic\"}",
105
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"pandemic\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
106
+ },
107
+ {
108
+ "instruction": "Triage this disaster ticket and provide structured response.",
109
+ "input": "Ticket: Government network intrusion. Sensitive data accessed, security protocols activated.\nMetadata: {\"location\": \"Commercial District\", \"timestamp\": \"2026-04-18 07:25\", \"reporter_type\": \"medical_staff\", \"contact_info\": \"Hospital: ER Desk - 4417118019\", \"disaster_type\": \"cyber_attack\"}",
110
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"cyber_attack\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
111
+ },
112
+ {
113
+ "instruction": "Triage this disaster ticket and provide structured response.",
114
+ "input": "Ticket: Major bridge collapse. Vehicles in water, rescue operations underway.\nMetadata: {\"location\": \"Port Facility\", \"timestamp\": \"2026-04-18 08:12\", \"reporter_type\": \"government_official\", \"contact_info\": \"Office: 5612060336\", \"disaster_type\": \"infrastructure_failure\"}",
115
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"infrastructure_failure\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
116
+ },
117
+ {
118
+ "instruction": "Triage this disaster ticket and provide structured response.",
119
+ "input": "Ticket: Bomb threat at government building. Evacuation underway, suspicious package found.\nMetadata: {\"location\": \"Industrial Zone\", \"timestamp\": \"2026-04-18 07:59\", \"reporter_type\": \"government_official\", \"contact_info\": \"Office: 9424735682\", \"disaster_type\": \"terrorist_attack\"}",
120
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"terrorist_attack\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
121
+ },
122
+ {
123
+ "instruction": "Triage this disaster ticket and provide structured response.",
124
+ "input": "Ticket: Category 4 hurricane approaching coast with 150 mph winds. Homes destroyed, flooding widespread.\nMetadata: {\"location\": \"Residential Area\", \"timestamp\": \"2026-04-18 07:15\", \"reporter_type\": \"emergency_coordinator\", \"contact_info\": \"Emergency Operations Center - Ext: 1918\", \"disaster_type\": \"hurricane\"}",
125
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"hurricane\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
126
+ },
127
+ {
128
+ "instruction": "Triage this disaster ticket and provide structured response.",
129
+ "input": "Ticket: Bomb threat at government building. Evacuation underway, suspicious package found.\nMetadata: {\"location\": \"Suburban Neighborhood\", \"timestamp\": \"2026-04-18 08:46\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 6812651069\", \"disaster_type\": \"terrorist_attack\"}",
130
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"terrorist_attack\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
131
+ },
132
+ {
133
+ "instruction": "Triage this disaster ticket and provide structured response.",
134
+ "input": "Ticket: New virus variant spreading rapidly. Hospital capacity nearing limit.\nMetadata: {\"location\": \"Downtown District\", \"timestamp\": \"2026-04-18 07:29\", \"reporter_type\": \"medical_staff\", \"contact_info\": \"Hospital: ER Desk - 9512839882\", \"disaster_type\": \"pandemic\"}",
135
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"pandemic\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
136
+ },
137
+ {
138
+ "instruction": "Triage this disaster ticket and provide structured response.",
139
+ "input": "Ticket: Major earthquake just hit. Buildings collapsed, people trapped under rubble. Aftershocks continuing.\nMetadata: {\"location\": \"Rural County\", \"timestamp\": \"2026-04-18 07:44\", \"reporter_type\": \"government_official\", \"contact_info\": \"Office: 9256968788\", \"disaster_type\": \"earthquake\"}",
140
+ "output": "{\n \"severity\": \"CRITICAL\",\n \"priority\": \"IMMEDIATE\",\n \"category\": \"earthquake\",\n \"assigned_department\": \"Urban Search and Rescue\",\n \"estimated_response_time\": \"< 5 minutes\",\n \"escalation_required\": true,\n \"immediate_actions\": [\n \"Deploy emergency teams\",\n \"Establish command post\"\n ],\n \"resource_needs\": [\n \"Heavy equipment\",\n \"Medical teams\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.95\n}"
141
+ },
142
+ {
143
+ "instruction": "Triage this disaster ticket and provide structured response.",
144
+ "input": "Ticket: Major earthquake just hit. Buildings collapsed, people trapped under rubble. Aftershocks continuing.\nMetadata: {\"location\": \"Residential Area\", \"timestamp\": \"2026-04-18 08:58\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 3917637857\", \"disaster_type\": \"earthquake\"}",
145
+ "output": "{\n \"severity\": \"CRITICAL\",\n \"priority\": \"IMMEDIATE\",\n \"category\": \"earthquake\",\n \"assigned_department\": \"Urban Search and Rescue\",\n \"estimated_response_time\": \"< 5 minutes\",\n \"escalation_required\": true,\n \"immediate_actions\": [\n \"Deploy emergency teams\",\n \"Establish command post\"\n ],\n \"resource_needs\": [\n \"Heavy equipment\",\n \"Medical teams\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.95\n}"
146
+ },
147
+ {
148
+ "instruction": "Triage this disaster ticket and provide structured response.",
149
+ "input": "Ticket: Brush fire jumped containment lines. Threatening residential areas, air quality deteriorating.\nMetadata: {\"location\": \"Urban Center\", \"timestamp\": \"2026-04-18 08:46\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 7982412708\", \"disaster_type\": \"wildfire\"}",
150
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"wildfire\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
151
+ },
152
+ {
153
+ "instruction": "Triage this disaster ticket and provide structured response.",
154
+ "input": "Ticket: River has overflowed banks, flooding entire neighborhood. Water rising rapidly.\nMetadata: {\"location\": \"Downtown District\", \"timestamp\": \"2026-04-18 09:15\", \"reporter_type\": \"emergency_coordinator\", \"contact_info\": \"Emergency Operations Center - Ext: 4553\", \"disaster_type\": \"flood\"}",
155
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"flood\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
156
+ },
157
+ {
158
+ "instruction": "Triage this disaster ticket and provide structured response.",
159
+ "input": "Ticket: Volcanic activity increasing. Seismic activity and gas emissions rising.\nMetadata: {\"location\": \"Highway Corridor\", \"timestamp\": \"2026-04-18 09:07\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 8397926237\", \"disaster_type\": \"volcanic_eruption\"}",
160
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"volcanic_eruption\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
161
+ },
162
+ {
163
+ "instruction": "Triage this disaster ticket and provide structured response.",
164
+ "input": "Ticket: Industrial accident caused power outage affecting nearby hospital.\nMetadata: {\"location\": \"Residential Area\", \"timestamp\": \"2026-04-18 07:13\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 8796219013\", \"disaster_type\": \"industrial_accident\"}",
165
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"industrial_accident\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
166
+ },
167
+ {
168
+ "instruction": "Triage this disaster ticket and provide structured response.",
169
+ "input": "Ticket: Commercial airplane crash on approach. Emergency response teams mobilizing.\nMetadata: {\"location\": \"Rural County\", \"timestamp\": \"2026-04-18 09:45\", \"reporter_type\": \"first_responder\", \"contact_info\": \"Radio: Unit 403\", \"disaster_type\": \"transportation_crash\"}",
170
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"transportation_crash\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
171
+ },
172
+ {
173
+ "instruction": "Triage this disaster ticket and provide structured response.",
174
+ "input": "Ticket: Nuclear power plant cooling system failure. Emergency protocols activated.\nMetadata: {\"location\": \"Industrial Zone\", \"timestamp\": \"2026-04-18 08:21\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 9719973201\", \"disaster_type\": \"nuclear_incident\"}",
175
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"nuclear_incident\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
176
+ },
177
+ {
178
+ "instruction": "Triage this disaster ticket and provide structured response.",
179
+ "input": "Ticket: Tornado outbreak affecting multiple counties. Widespread damage and power outages.\nMetadata: {\"location\": \"Port Facility\", \"timestamp\": \"2026-04-18 08:37\", \"reporter_type\": \"first_responder\", \"contact_info\": \"Radio: Unit 657\", \"disaster_type\": \"tornado\"}",
180
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"tornado\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
181
+ },
182
+ {
183
+ "instruction": "Triage this disaster ticket and provide structured response.",
184
+ "input": "Ticket: Hurricane has caused massive tree falls blocking all roads. Emergency vehicles can't access area.\nMetadata: {\"location\": \"Residential Area\", \"timestamp\": \"2026-04-18 09:06\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 4459072127\", \"disaster_type\": \"hurricane\"}",
185
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"hurricane\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
186
+ },
187
+ {
188
+ "instruction": "Triage this disaster ticket and provide structured response.",
189
+ "input": "Ticket: Major bridge collapse. Vehicles in water, rescue operations underway.\nMetadata: {\"location\": \"Coastal Region\", \"timestamp\": \"2026-04-18 08:59\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 4453659361\", \"disaster_type\": \"infrastructure_failure\"}",
190
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"infrastructure_failure\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
191
+ },
192
+ {
193
+ "instruction": "Triage this disaster ticket and provide structured response.",
194
+ "input": "Ticket: Industrial accident caused power outage affecting nearby hospital.\nMetadata: {\"location\": \"Downtown District\", \"timestamp\": \"2026-04-18 08:21\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 2668838876\", \"disaster_type\": \"industrial_accident\"}",
195
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"industrial_accident\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
196
+ },
197
+ {
198
+ "instruction": "Triage this disaster ticket and provide structured response.",
199
+ "input": "Ticket: Hospital systems hacked. Electronic medical records compromised, patient care impacted.\nMetadata: {\"location\": \"Urban Center\", \"timestamp\": \"2026-04-18 08:02\", \"reporter_type\": \"emergency_coordinator\", \"contact_info\": \"Emergency Operations Center - Ext: 3758\", \"disaster_type\": \"cyber_attack\"}",
200
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"cyber_attack\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
201
+ },
202
+ {
203
+ "instruction": "Triage this disaster ticket and provide structured response.",
204
+ "input": "Ticket: Factory explosion released toxic gases. Respiratory problems reported in vicinity.\nMetadata: {\"location\": \"Urban Center\", \"timestamp\": \"2026-04-18 09:39\", \"reporter_type\": \"first_responder\", \"contact_info\": \"Radio: Unit 323\", \"disaster_type\": \"chemical_spill\"}",
205
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"chemical_spill\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
206
+ },
207
+ {
208
+ "instruction": "Triage this disaster ticket and provide structured response.",
209
+ "input": "Ticket: Storm surge has inundated coastal areas. Multiple homes underwater, people trapped.\nMetadata: {\"location\": \"Urban Center\", \"timestamp\": \"2026-04-18 08:17\", \"reporter_type\": \"first_responder\", \"contact_info\": \"Radio: Unit 962\", \"disaster_type\": \"hurricane\"}",
210
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"hurricane\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
211
+ },
212
+ {
213
+ "instruction": "Triage this disaster ticket and provide structured response.",
214
+ "input": "Ticket: Hurricane has caused massive tree falls blocking all roads. Emergency vehicles can't access area.\nMetadata: {\"location\": \"Suburban Neighborhood\", \"timestamp\": \"2026-04-18 10:07\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 6282656430\", \"disaster_type\": \"hurricane\"}",
215
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"hurricane\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
216
+ },
217
+ {
218
+ "instruction": "Triage this disaster ticket and provide structured response.",
219
+ "input": "Ticket: Power grid cyber attack caused widespread outages. Critical infrastructure affected.\nMetadata: {\"location\": \"Industrial Zone\", \"timestamp\": \"2026-04-18 08:40\", \"reporter_type\": \"medical_staff\", \"contact_info\": \"Hospital: ER Desk - 2616012696\", \"disaster_type\": \"cyber_attack\"}",
220
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"cyber_attack\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
221
+ },
222
+ {
223
+ "instruction": "Triage this disaster ticket and provide structured response.",
224
+ "input": "Ticket: Cyber attack on critical infrastructure. Systems compromised, emergency protocols activated.\nMetadata: {\"location\": \"Coastal Region\", \"timestamp\": \"2026-04-18 09:02\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 9592923010\", \"disaster_type\": \"terrorist_attack\"}",
225
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"terrorist_attack\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
226
+ },
227
+ {
228
+ "instruction": "Triage this disaster ticket and provide structured response.",
229
+ "input": "Ticket: Storm drains backed up, streets now rivers. Homes flooding, basements full.\nMetadata: {\"location\": \"Commercial District\", \"timestamp\": \"2026-04-18 09:38\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 4172126109\", \"disaster_type\": \"flood\"}",
230
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"flood\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
231
+ },
232
+ {
233
+ "instruction": "Triage this disaster ticket and provide structured response.",
234
+ "input": "Ticket: Prescribed burn escaped control. Now threatening nearby communities and infrastructure.\nMetadata: {\"location\": \"Airport Area\", \"timestamp\": \"2026-04-18 09:07\", \"reporter_type\": \"business_owner\", \"contact_info\": \"Business: 3329833270\", \"disaster_type\": \"wildfire\"}",
235
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"wildfire\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
236
+ },
237
+ {
238
+ "instruction": "Triage this disaster ticket and provide structured response.",
239
+ "input": "Ticket: Sewage system backup flooding streets. Health hazard declared.\nMetadata: {\"location\": \"Port Facility\", \"timestamp\": \"2026-04-18 09:16\", \"reporter_type\": \"citizen\", \"contact_info\": \"Phone: 3654570368\", \"disaster_type\": \"infrastructure_failure\"}",
240
+ "output": "{\n \"severity\": \"HIGH\",\n \"priority\": \"URGENT\",\n \"category\": \"infrastructure_failure\",\n \"assigned_department\": \"Emergency Response\",\n \"estimated_response_time\": \"5-15 minutes\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Assess situation\",\n \"Coordinate response\"\n ],\n \"resource_needs\": [\n \"First responders\",\n \"Equipment\"\n ],\n \"follow_up_required\": true,\n \"confidence_score\": 0.85\n}"
241
+ },
242
+ {
243
+ "instruction": "Triage this disaster ticket and provide structured response.",
244
+ "input": "Ticket: Ash cloud from eruption affecting air quality. Respiratory protection advised.\nMetadata: {\"location\": \"Commercial District\", \"timestamp\": \"2026-04-18 07:08\", \"reporter_type\": \"government_official\", \"contact_info\": \"Office: 5073857920\", \"disaster_type\": \"volcanic_eruption\"}",
245
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"volcanic_eruption\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
246
+ },
247
+ {
248
+ "instruction": "Triage this disaster ticket and provide structured response.",
249
+ "input": "Ticket: Ash cloud from eruption affecting air quality. Respiratory protection advised.\nMetadata: {\"location\": \"Urban Center\", \"timestamp\": \"2026-04-18 08:01\", \"reporter_type\": \"medical_staff\", \"contact_info\": \"Hospital: ER Desk - 7329480495\", \"disaster_type\": \"volcanic_eruption\"}",
250
+ "output": "{\n \"severity\": \"LOW\",\n \"priority\": \"NORMAL\",\n \"category\": \"volcanic_eruption\",\n \"assigned_department\": \"Information Services\",\n \"estimated_response_time\": \"1-4 hours\",\n \"escalation_required\": false,\n \"immediate_actions\": [\n \"Provide information\",\n \"Monitor situation\"\n ],\n \"resource_needs\": [\n \"Information resources\"\n ],\n \"follow_up_required\": false,\n \"confidence_score\": 0.65\n}"
251
+ }
252
+ ]