CoolFace
Datasetpublic

windchimeran/GMRID

GMRID v3: Global Maritime and Supply-Chain Risk Intelligence Dataset All authorship and attribution belong to the original creators. This is a mirror of the dataset from inflaton/llms-at-edge hosted on Hugging Face for accessibility. The original repository does not specify a license; please contact the authors for licensing terms before commercial use. Overview GMRID v3 is a supply-chain disruption news classification dataset. Each row is a real-world incident… See the full description on the dataset page: https://huggingface.co/datasets/windchimeran/GMRID.

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
0likes32downloads
Dataset Card

GMRID v3: Global Maritime and Supply-Chain Risk Intelligence Dataset

All authorship and attribution belong to the original creators. This is a mirror of the dataset from inflaton/llms-at-edge hosted on Hugging Face for accessibility. The original repository does not specify a license; please contact the authors for licensing terms before commercial use.

Overview

GMRID v3 is a supply-chain disruption news classification dataset. Each row is a real-world incident report (headline + details) labeled with one of 8 disruption categories. The dataset was introduced in:

LLMs at the Edge: Performance and Efficiency Evaluation with Ollama on Diverse Hardware IJCNN 2025 (Paper ID: 1443) GitHub: inflaton/llms-at-edge

Task

Single-label classification into 8 categories:

CategoryTrainTest
Weather366
Administrative Issue333
Accident191
Worker Strike178
Terrorism60
Human Error9
Others5
Cyber Attack4

The label column is Summarized_label. A finer-grained Category column provides subcategories (e.g., "Flooding" under Weather, "Port Congestion" under Administrative Issue). The mapping is defined in categories.json.

Splits

SplitRows
Train4,594
Test1,147

Columns

ColumnDescription
idUnique row identifier
HeadlineShort incident headline
DetailsFull incident description
SeveritySeverity level (Critical, Moderate, etc.)
RegionGeographic region
DatetimeIncident timestamp
lat, lonCoordinates (when available)
maritime_labelWhether the incident is maritime-related
found_portsPorts mentioned in the text
contains_port_infoBoolean: port info present
if_labeledWhether the row was manually labeled
Headline_DetailsConcatenated headline + details
Year, Month, WeekTemporal features
Details_cleanedPreprocessed/cleaned details text
CategoryFine-grained incident category
Summarized_labelCoarse 8-class label (primary target)
gpt-4o_labelGPT-4o predicted label (for reference)

Evaluation Metric

Per the original paper: weighted F1 over the 8-class Summarized_label. Macro-F1, exact-match, and per-class P/R/F1 are also commonly reported.

Citation

If you use this dataset, please cite the original work:

bibtex
@inproceedings{llms_at_edge_2025,
  title={LLMs at the Edge: Performance and Efficiency Evaluation with Ollama on Diverse Hardware},
  booktitle={International Joint Conference on Neural Networks (IJCNN)},
  year={2025},
  note={Paper ID: 1443},
  url={https://github.com/inflaton/llms-at-edge}
}