|
5 | 5 | [](https://www.python.org/downloads/release/python-3100/) |
6 | 6 | [](https://pytorch.org/) |
7 | 7 | [](https://opensource.org/licenses/MIT) |
8 | | -[](https://arxiv.org/abs/2502.12370) |
| 8 | +[](https://doi.org/10.1007/s13042-026-03151-z) |
9 | 9 |
|
10 | 10 | This repository provides a comprehensive evaluation framework for positional encoding methods in transformer-based time series models, along with implementations and benchmarking results. |
11 | 11 |
|
12 | | -Our work is available on arXiv: [Positional Encoding in Transformer-Based Time Series Models: A Survey](https://arxiv.org/abs/2502.12370) |
| 12 | +Our work is published in *International Journal of Machine Learning and Cybernetics* (IJMLC), Springer: [Positional Encoding in Transformer-Based Time Series Models: A Survey](https://doi.org/10.1007/s13042-026-03151-z) (Open Access). Preprint also available on [arXiv](https://arxiv.org/abs/2502.12370). |
13 | 13 |
|
14 | 14 | ## Models |
15 | 15 |
|
@@ -181,10 +181,15 @@ Please make sure to update tests as appropriate. |
181 | 181 | ## Citation |
182 | 182 |
|
183 | 183 | ```bibtex |
184 | | -@article{irani2025positional, |
185 | | - title={Positional Encoding in Transformer-Based Time Series Models: A Survey}, |
| 184 | +@article{irani2026positional, |
| 185 | + title={Positional encoding in transformer-based time series models: a survey}, |
186 | 186 | author={Irani, Habib and Metsis, Vangelis}, |
187 | | - journal={arXiv preprint arXiv:2502.12370}, |
188 | | - year={2025} |
| 187 | + journal={International Journal of Machine Learning and Cybernetics}, |
| 188 | + volume={17}, |
| 189 | + number={7}, |
| 190 | + pages={339}, |
| 191 | + year={2026}, |
| 192 | + publisher={Springer}, |
| 193 | + doi={10.1007/s13042-026-03151-z} |
189 | 194 | } |
190 | 195 | ``` |
0 commit comments