Datasets:
Tasks:
Text Classification
Formats:
csv
Sub-tasks:
multi-class-classification
Languages:
English
Size:
1K - 10K
License:
File size: 3,053 Bytes
3a2e03b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | {
"Weather": [
"Flooding",
"Severe Winds",
"Weather Advisory",
"Tropical Cyclone",
"Storm",
"Ice Storm",
"Earthquake",
"Tornado",
"Typhoon",
"Landslide",
"Water",
"Hurricane",
"Wildfire",
"Blizzard",
"Hail"
],
"Worker Strike": [
"Mine Workers Strike",
"Production Halt",
"Protest",
"Riot",
"Port Strike",
"General Strike",
"Civil Service Strike",
"Civil Unrest Advisory",
"Cargo Transportation Strike",
"Energy Sector Strike"
],
"Administrative Issue": [
"Port Congestion",
"Police Operations",
"Roadway Closure",
"Disruption",
"Cargo",
"Industrial Action",
"Port Disruption",
"Cargo Disruption",
"Power Outage",
"Port Closure",
"Maritime Advisory",
"Train Delays",
"Ground Transportation Advisory",
"Public Transportation Disruption",
"Trade Regulation",
"Customs Regulation",
"Regulatory Advisory",
"Industry Directives",
"Security Advisory",
"Public Holidays",
"Customs Delay",
"Public Health Advisory",
"Detention",
"Aviation Advisory",
"Waterway Closure",
"Plant Closure",
"Border Closure",
"Delay",
"Industrial zone shutdown",
"Trade Restrictions",
"Closure",
"Truck Driving Ban",
"Insolvency",
"Environmental Regulations",
"Postal Disruption",
"Travel Warning"
],
"Human Error": [
"Workplace Accident",
"Individuals in Focus",
"Military Operations",
"Flight Delays",
"Cancellations",
"Political Info",
"Political Event"
],
"Cyber Attack": [
"Network Disruption",
"Ransomware",
"Data breach",
"Phishing"
],
"Terrorism": [
"Bombing",
"Warehouse Theft",
"Public Safety",
"Security",
"Organized Crime",
"Piracy",
"Kidnap",
"Shooting",
"Robbery",
"Cargo theft",
"Bomb Detonation",
"Terror Attack",
"Outbreak Of War",
"Militant Action"
],
"Accident": [
"Hazmat Response",
"Maritime Accident",
"Vehicle Accident",
"Death",
"Injury",
"Non-industrial Fire",
"Chemical Spill",
"Industrial Fire",
"Fuel Disruption",
"Airline Incident",
"Crash",
"Explosion",
"Train Accident",
"Derailment",
"Sewage Disruption",
"Barge Accident",
"Bridge Collapse",
"Structure Collapse",
"Airport Accident",
"Force Majeure",
"Telecom Outage"
],
"Others": [
"Miscellaneous Events",
"Miscellaneous Strikes",
"Outbreak of disease"
]
} |