Skip to content

Dataset Catalog

Thirteen ready-to-use spatio-temporal point-process datasets, hosted on the seahorse-stpp Hugging Face organization and loadable by a short name. They share one trait — events observed in space and time — but the meaning of "space" stretches from a city block to the human cortex. The catalog is ordered along that arc.

Every dataset loads the same way, by the short name shown on each card:

from seahorse.data import load_dataset

splits = load_dataset("citibike")  # {"train": [...], "val": [...], "test": [...]}

…or from the command line with --dataset citibike. The full seahorse-stpp/<id> reference still works everywhere a short name does. Three of them — marked core benchmark below — are the 2D-spatial trio used for the headline real-data comparison.

Moving through the city

space · streets, docks, and pickup points

Incidents & safety

space · where something was reported

Earth & environment

space · latitude and longitude on the globe

Population health

space · case geography

Social check-ins

space · where people check in

Beyond the map

space · not a map at all

BOLD5000non-2D bold5000 Eventized neural responses derived from BOLD5000 fMRI recordings — included to show STPP space need not be geographic. spacethe braintimescan time
Supported — but not in the headline benchmark

BOLD5000 ships as a fully supported dataset. The main real-data comparison stays on the 2D-spatial trio — COVID, Earthquakes, and Citibike — because several benchmark presets are built for two-dimensional spatial event domains.

Synthetic benchmark suites

space · whatever you configure it to be

When you need known ground truth — to isolate one factor that real data confounds — Seahorse uses synthetic sequences from HawkesNest.


Want to add your own? See Add Your Dataset for the preparation checklist and Conversion Standard for the JSONL format.