| {
|
| "builder_name": "json",
|
| "citation": "@dataset{opentriage_dataset_2026,\n title={OpenTriage: Disaster Ticket Triage Dataset},\n author={OpenTriage Team},\n year={2026},\n url={https://huggingface.co/datasets/naidukr/opentriage-dataset}\n}",
|
| "configs": [
|
| {
|
| "config_name": "default",
|
| "data_files": [
|
| {
|
| "split": "train",
|
| "path": "*.json"
|
| }
|
| ],
|
| "description": "OpenTriage dataset for disaster ticket classification",
|
| "name": "default"
|
| }
|
| ],
|
| "dataset_info": {
|
| "description": "A comprehensive dataset for disaster ticket triage and emergency response classification",
|
| "features": [
|
| {
|
| "name": "ticket_id",
|
| "dtype": "string",
|
| "description": "Unique identifier for the ticket"
|
| },
|
| {
|
| "name": "description",
|
| "dtype": "string",
|
| "description": "Ticket description or incident report"
|
| },
|
| {
|
| "name": "category",
|
| "dtype": "string",
|
| "description": "Primary classification category"
|
| },
|
| {
|
| "name": "tags",
|
| "dtype": {
|
| "class_label": {
|
| "names": [
|
| "critical",
|
| "high",
|
| "medium",
|
| "low",
|
| "earthquake",
|
| "hurricane",
|
| "flood",
|
| "wildfire",
|
| "tornado",
|
| "emergency",
|
| "rescue",
|
| "medical",
|
| "infrastructure",
|
| "communication"
|
| ]
|
| }
|
| },
|
| "description": "Classification tags"
|
| },
|
| {
|
| "name": "priority",
|
| "dtype": "string",
|
| "description": "Urgency level of the ticket"
|
| },
|
| {
|
| "name": "disaster_type",
|
| "dtype": "string",
|
| "description": "Type of disaster"
|
| }
|
| ],
|
| "homepage": "https://huggingface.co/datasets/naidukr/opentriage-dataset",
|
| "license": "cc-by-4.0",
|
| "supervised_keys": {
|
| "input": "description",
|
| "output": "category"
|
| }
|
| },
|
| "downloads": 0,
|
| "homepage": "https://huggingface.co/datasets/naidukr/opentriage-dataset",
|
| "language": [
|
| "en"
|
| ],
|
| "license": "cc-by-4.0",
|
| "size_categories": [
|
| "10K<n<100K"
|
| ],
|
| "source_datasets": [
|
| "original"
|
| ],
|
| "tags": [
|
| "disaster-response",
|
| "ticket-triage",
|
| "emergency-management",
|
| "knowledge-distillation"
|
| ],
|
| "task_ids": [
|
| "text-classification",
|
| "text-generation"
|
| ],
|
| "version": "1.0.0"
|
| }
|
|
|