Tanujit Chakraborty, Madhurima Panja, Rajdeep Pathak, Rahul Goswami, Palash Ghosh, Spatiotemporal Datasets
We lifted 5 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| yuvrajiro/genformer | canonical | 3 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| calibration_loss | Ran | yuvrajiro/genformer/genformer/utils.py code served (permissive licence) · get_code("ad74c3436adeb7d5") |
| energy_score_loss_st | Ran | yuvrajiro/genformer/genformer/utils.py code served (permissive licence) · get_code("bcb960d6b7cfa0d1") |
| get_values_safe | Ran | yuvrajiro/genformer/genformer/utils.py code served (permissive licence) · get_code("66586c35069b7b84") |
| crps | Not yet run | yuvrajiro/genformer/genformer/metrics.py code served (permissive licence) · get_code("1c3d356f6247842b") |
| crps_sum | Not yet run | yuvrajiro/genformer/genformer/metrics.py code served (permissive licence) · get_code("0505f5a1b7bf3c15") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Reliable uncertainty quantification is paramount for forecasting multivariate time series and spatiotemporal data. While Transformer architectures excel at sequence modeling, current probabilistic approaches typically rely on restrictive parametric likelihoods or quantile-based objectives, thereby limiting their ability to capture complex joint distributions in correlated time series. To overcome these limitations, we propose Enformer and its spatiotemporal extension, GEnformer. These models synthesize the expressive power of Transformers with engression, a stochastic learning paradigm for modeling conditional distributions. By injecting stochastic noise and optimizing a strictly proper scoring objective, our frameworks directly learn conditional predictive distributions without imposing parametric assumptions. This design ensures the generation of coherent multivariate trajectories while maintaining the Transformer's efficacy in modeling long-range dependencies and cross-series interactions. The probabilistic capability of Enformer is achieved with an asymptotic overhead of only a constant factor over a deterministic Transformer with an identical configuration. We extensively evaluate our frameworks on prominent multivariate benchmarks for temporal dynamics and real-world epidemic datasets for spatiotemporal dynamics. Empirical results demonstrate that both frameworks yield calibrated probabilistic forecasts and consistently outperform state-of-the-art baselines. Code is available at https://github.com/yuvrajiro/genformer and through our Python package genformer.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2603.11909")
get_code_for_paper("2603.11909")
have("2603.11909")
Connect an agent — have() is free.