You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Till March 2024, the top three models for five different tasks are:
53
53
See our latest paper [[TimesNet]](https://arxiv.org/abs/2210.02186) for the comprehensive benchmark. We will release a real-time updated online version soon.
54
54
55
55
**Newly added baselines.** We will add them to the leaderboard after a comprehensive evaluation.
56
+
-[x]**WPMixer** - WPMixer: Efficient Multi-Resolution Mixing for Long-Term Time Series Forecasting [[AAAI 2025]](https://arxiv.org/abs/2412.17176)[[Code]](https://github.com/thuml/Time-Series-Library/blob/main/models/WPMixer.py)
56
57
-[x]**PAttn** - Are Language Models Actually Useful for Time Series Forecasting? [[NeurIPS 2024]](https://arxiv.org/pdf/2406.16964)[[Code]](https://github.com/thuml/Time-Series-Library/blob/main/models/PAttn.py)
57
58
-[x]**Mamba** - Mamba: Linear-Time Sequence Modeling with Selective State Spaces [[arXiv 2023]](https://arxiv.org/abs/2312.00752)[[Code]](https://github.com/thuml/Time-Series-Library/blob/main/models/Mamba.py)
58
59
-[x]**SegRNN** - SegRNN: Segment Recurrent Neural Network for Long-Term Time Series Forecasting [[arXiv 2023]](https://arxiv.org/abs/2308.11200.pdf)[[Code]](https://github.com/thuml/Time-Series-Library/blob/main/models/SegRNN.py).
0 commit comments