The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
initial_time: double
initial_conditions: struct<C: double, M: double, X: double>
child 0, C: double
child 1, M: double
child 2, X: double
X: struct<trajectory_type: int64, trajectory_type_name: string, bounds: list<item: double>, period: dou (... 4 chars omitted)
child 0, trajectory_type: int64
child 1, trajectory_type_name: string
child 2, bounds: list<item: double>
child 0, item: double
child 3, period: double
C: struct<trajectory_type: int64, trajectory_type_name: string, bounds: list<item: double>, period: dou (... 4 chars omitted)
child 0, trajectory_type: int64
child 1, trajectory_type_name: string
child 2, bounds: list<item: double>
child 0, item: double
child 3, period: double
M: struct<trajectory_type: int64, trajectory_type_name: string, bounds: list<item: double>, period: dou (... 4 chars omitted)
child 0, trajectory_type: int64
child 1, trajectory_type_name: string
child 2, bounds: list<item: double>
child 0, item: double
child 3, period: double
to
{'C': {'trajectory_type': Value('int64'), 'trajectory_type_name': Value('string'), 'bounds': List(Value('float64')), 'period': Value('float64')}, 'M': {'trajectory_type': Value('int64'), 'trajectory_type_name': Value('string'), 'bounds': List(Value('float64')), 'period': Value('float64')}, 'X': {'trajectory_type': Value('int64'), 'trajectory_type_name': Value('string'), 'bounds': List(Value('float64')), 'period': Value('float64')}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
return get_rows(
^^^^^^^^^
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
for key, pa_table in self._iter_arrow():
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
initial_time: double
initial_conditions: struct<C: double, M: double, X: double>
child 0, C: double
child 1, M: double
child 2, X: double
X: struct<trajectory_type: int64, trajectory_type_name: string, bounds: list<item: double>, period: dou (... 4 chars omitted)
child 0, trajectory_type: int64
child 1, trajectory_type_name: string
child 2, bounds: list<item: double>
child 0, item: double
child 3, period: double
C: struct<trajectory_type: int64, trajectory_type_name: string, bounds: list<item: double>, period: dou (... 4 chars omitted)
child 0, trajectory_type: int64
child 1, trajectory_type_name: string
child 2, bounds: list<item: double>
child 0, item: double
child 3, period: double
M: struct<trajectory_type: int64, trajectory_type_name: string, bounds: list<item: double>, period: dou (... 4 chars omitted)
child 0, trajectory_type: int64
child 1, trajectory_type_name: string
child 2, bounds: list<item: double>
child 0, item: double
child 3, period: double
to
{'C': {'trajectory_type': Value('int64'), 'trajectory_type_name': Value('string'), 'bounds': List(Value('float64')), 'period': Value('float64')}, 'M': {'trajectory_type': Value('int64'), 'trajectory_type_name': Value('string'), 'bounds': List(Value('float64')), 'period': Value('float64')}, 'X': {'trajectory_type': Value('int64'), 'trajectory_type_name': Value('string'), 'bounds': List(Value('float64')), 'period': Value('float64')}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
SysBio-Traj
SysBio-Traj is the dataset released with RegimeFlow, a regime-aware flow matching framework for probabilistic forecasting of biological trajectories across dynamical systems.
This dataset accompanies the paper "A Regime-Aware Trajectory Prediction Framework for 1000+ Systems Biology Models", accepted to ICML 2026. It contains 1,050 biological dynamical systems, each organized as a self-contained model folder with a simulated trajectory, the source SBML model, curated initial conditions, and per-species regime metadata.
SysBio-Traj is designed for regime-aware time-series modeling, systems biology analysis, and reproducible simulation.
Quick Facts
| Item | Description |
|---|---|
| Number of systems | 1,050 |
| Organization unit | One folder per model |
| Trajectory length | 512 uniformly sampled time points |
| Trajectory format | CSV with time + one column per species |
| Model source | SBML (.xml) |
| Extra metadata | Initial conditions + regime annotations |
| Global index | SysBio-Traj_index.csv |
| Companion code | RegimeFlow |
| Simulation backend | Tellurium |
| Model ID format | BIOMD... or MODEL... |
Directory Layout
SysBio-Traj/
βββ README.md
βββ SysBio-Traj_index.csv
βββ scripts/
β βββ simulate_sbml.py
βββ Data/
βββ BIOMD0000000013/
β βββ Poolman2004.csv
β βββ Poolman2004.xml
β βββ initial_conditions.json
β βββ Poolman2004_conditions.json
βββ BIOMD0000000144/
β βββ Calzone2007.csv
β βββ Calzone2007.xml
β βββ initial_conditions.json
β βββ Calzone2007_conditions.json
βββ ...
Each model folder contains exactly four files:
| File | Purpose |
|---|---|
model_name.csv |
Simulated multivariate trajectory |
model_name.xml |
Source SBML model |
initial_conditions.json |
Calibrated initial state used for reproduction |
model_name_conditions.json |
Per-species regime labels and summary metadata |
How to Use the Dataset
- Start with
SysBio-Traj_index.csvto find themodel_id,model_name, and simulation time range. - Open
Data/<model_id>/to access the trajectory, SBML file, and metadata for that model. - Use
scripts/simulate_sbml.pyif you want to reproduce a trajectory from the released SBML + initial conditions. - Use the companion RegimeFlow repository for the model training and evaluation workflow built around this dataset.
SysBio-Traj_index.csv
| Column | Description |
|---|---|
model_id |
Unique folder name |
model_name |
Base filename for the model files |
time_start |
Simulation start time |
time_end |
Simulation end time |
time_span |
Total simulated time span |
Example:
model_id,model_name,time_start,time_end,time_span
BIOMD0000000013,Poolman2004,0,0.4,0.4
BIOMD0000000144,Calzone2007,0,300,300
...
Regime Metadata
Each *_conditions.json file stores regime annotations for the released trajectory.
| Field | Meaning |
|---|---|
trajectory_type |
Numeric regime label used by RegimeFlow |
trajectory_type_name |
Released dataset label |
bounds |
Minimum and maximum values observed in the trajectory |
period |
Period measured in sample-index units |
The benchmark follows the six-class regime taxonomy used in RegimeFlow. In the released JSON files,
trajectory_type_nameretains the compact dataset labels for consistency with the provided annotations, while the terms in parentheses denote the corresponding names used in the paper:directly_stable(complex),inc_stable(increasing-stable),dec_stable(decreasing-stable),oscillation,increasing(monotonic increasing), anddecreasing(monotonic decreasing).
Reproducing the Released Trajectories
This section describes how to reproduce the released dataset trajectories. Trajectories were generated by numerically simulating each SBML model with Tellurium, using the released time range and sampling exactly 512 time points. The file initial_conditions.json provides the curated initial state needed to reproduce the released trajectory.
Install the required Python packages:
pip install -r requirements.txt
The pinned environment is intended for Python 3.10. Tellurium and libRoadRunner may not provide compatible wheels for newer Python releases.
Example:
python scripts/simulate_sbml.py \
--model-id BIOMD0000000013 \
--model-name Poolman2004 \
--start-time 0 \
--end-time 0.4 \
--num-timepoints 512 \
--use-ic-json
Data Source and License
The source SBML models are derived from BioModels, a repository of mathematical models of biological systems. BioModels states that its encoded models and annotations are distributed under the Creative Commons CC0 Public Domain Dedication.
SysBio-Traj adds simulated trajectories, curated initial conditions, regime annotations, and benchmark-level metadata for RegimeFlow. This released dataset is provided under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
Citation
If you use SysBio-Traj or RegimeFlow, please cite:
@inproceedings{rao2026regime,
title = {A Regime-Aware Trajectory Prediction Framework for 1000+ Systems Biology Models},
author = {Rao, Heng and Zhang, Jason Zipeng and Gu, Yu and Liu, Zhenghao and Yu, Ge and Su, Jeffrey and Cao, Yang and Yang, Fan and Chen, Minghan},
booktitle = {Forty-third International Conference on Machine Learning},
year = {2026},
url = {https://openreview.net/forum?id=sI3UUkXJxs}
}
References
- [R1] Hucka, Michael, et al. "The systems biology markup language (SBML): a medium for representation and exchange of biochemical network models." Bioinformatics 19.4 (2003): 524-531.
- [R2] Medley, J. Kyle, et al. "Tellurium notebooksβan environment for reproducible dynamical modeling in systems biology." PLoS computational biology 14.6 (2018): e1006220.
- [R3] Malik-Sheriff, Rahuman S., et al. "BioModelsβ15 years of sharing computational models in life science." Nucleic acids research 48.D1 (2020): D407-D415.
- Downloads last month
- 3,228