Skip to content

Commit 6f04a60

Browse files
committed
Update README: add IJMLC publication details and citation
1 parent 7498de3 commit 6f04a60

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
66
[![PyTorch](https://img.shields.io/badge/PyTorch-2.0+-ee4c2c?logo=pytorch&logoColor=white)](https://pytorch.org/)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8-
[![arXiv](https://img.shields.io/badge/arXiv-2502.12370-b31b1b.svg)](https://arxiv.org/abs/2502.12370)
8+
[![Published in IJMLC](https://img.shields.io/badge/IJMLC-10.1007%2Fs13042--026--03151--z-b31b1b.svg)](https://doi.org/10.1007/s13042-026-03151-z)
99

1010
This repository provides a comprehensive evaluation framework for positional encoding methods in transformer-based time series models, along with implementations and benchmarking results.
1111

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).
1313

1414
## Models
1515

@@ -181,10 +181,15 @@ Please make sure to update tests as appropriate.
181181
## Citation
182182

183183
```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},
186186
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}
189194
}
190195
```

0 commit comments

Comments
 (0)