Update README.md
Browse files
README.md
CHANGED
|
@@ -36,14 +36,17 @@ configs:
|
|
| 36 |
|
| 37 |
# RIDE Silver
|
| 38 |
|
|
|
|
|
|
|
|
|
|
| 39 |
RIDE Silver is the cleaned relational release of the RIDE dataset. It contains Belgian passenger railway operations from 2023 to 2025, organized as event, journey, infrastructure, operational-point, and weather tables.
|
| 40 |
|
| 41 |
This release is intended as a reusable intermediate data layer. It can be used to inspect the underlying railway data, build alternative train-delay prediction tasks, construct model-specific datasets, or reproduce the RIDE Gold benchmark releases.
|
| 42 |
|
| 43 |
## Links
|
| 44 |
|
|
|
|
| 45 |
- Code repository: https://github.com/orailix/ride
|
| 46 |
-
- Paper: TODO, to be added after publication
|
| 47 |
|
| 48 |
## Files
|
| 49 |
|
|
@@ -105,4 +108,13 @@ RIDE Silver is released under CC BY 4.0.
|
|
| 105 |
|
| 106 |
## Citation
|
| 107 |
|
| 108 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
# RIDE Silver
|
| 38 |
|
| 39 |
+
[](https://arxiv.org/abs/2606.05070)
|
| 40 |
+
[](https://github.com/orailix/ride)
|
| 41 |
+
|
| 42 |
RIDE Silver is the cleaned relational release of the RIDE dataset. It contains Belgian passenger railway operations from 2023 to 2025, organized as event, journey, infrastructure, operational-point, and weather tables.
|
| 43 |
|
| 44 |
This release is intended as a reusable intermediate data layer. It can be used to inspect the underlying railway data, build alternative train-delay prediction tasks, construct model-specific datasets, or reproduce the RIDE Gold benchmark releases.
|
| 45 |
|
| 46 |
## Links
|
| 47 |
|
| 48 |
+
- Paper: https://arxiv.org/abs/2606.05070
|
| 49 |
- Code repository: https://github.com/orailix/ride
|
|
|
|
| 50 |
|
| 51 |
## Files
|
| 52 |
|
|
|
|
| 108 |
|
| 109 |
## Citation
|
| 110 |
|
| 111 |
+
```bibtex
|
| 112 |
+
@misc{elliker2026rideopendatasetbenchmark,
|
| 113 |
+
title={RIDE: An Open Dataset and Benchmark for Train Delay Prediction},
|
| 114 |
+
author={Clément Elliker and Mathis Le Bail and Clément Mantoux and Jesse Read and Sonia Vanier},
|
| 115 |
+
year={2026},
|
| 116 |
+
eprint={2606.05070},
|
| 117 |
+
archivePrefix={arXiv},
|
| 118 |
+
primaryClass={cs.LG},
|
| 119 |
+
url={https://arxiv.org/abs/2606.05070},
|
| 120 |
+
}
|