Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- time-series-forecasting
|
5 |
+
tags:
|
6 |
+
- timeseries
|
7 |
+
- forecasting
|
8 |
+
- benchmark
|
9 |
+
- gifteval
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
+
|
13 |
+
---
|
14 |
+
|
15 |
+
## GIFT-Eval
|
16 |
+
<!-- Provide a quick summary of the dataset. -->
|
17 |
+
|
18 |
+
We present GIFT-Eval, a benchmark designed to advance zero-shot time series forecasting by facilitating evaluation across diverse datasets. GIFT-Eval includes 23 datasets covering 144,000 time series and 177 million data points, with data spanning seven domains, 10 frequencies, and a range of forecast lengths. This benchmark aims to set a new standard, guiding future innovations in time series foundation models.
|
19 |
+
|
20 |
+
[📄 Paper](https://arxiv.org/abs/2410.10393)
|
21 |
+
|
22 |
+
[🖥️ Code](https://github.com/SalesforceAIResearch/gift-eval)
|
23 |
+
|
24 |
+
[📔 Blog Post]()
|
25 |
+
|
26 |
+
[🏎️ Leader Board](https://huggingface.co/spaces/Salesforce/GIFT-Eval)
|
27 |
+
|
28 |
+
## Submitting your results
|
29 |
+
|
30 |
+
If you want to submit your own results to our leaderborad please follow the instructions detailed in our [github repository](https://github.com/SalesforceAIResearch/gift-eval)
|
31 |
+
|
32 |
+
## Citation
|
33 |
+
|
34 |
+
If you find this benchmark useful, please consider citing:
|
35 |
+
|
36 |
+
```
|
37 |
+
@article{aksu2024giftevalbenchmarkgeneraltime,
|
38 |
+
title={GIFT-Eval: A Benchmark For General Time Series Forecasting Model Evaluation},
|
39 |
+
author={Taha Aksu and Gerald Woo and Juncheng Liu and Xu Liu and Chenghao Liu and Silvio Savarese and Caiming Xiong and Doyen Sahoo},
|
40 |
+
journal = {arxiv preprint arxiv:2410.10393},
|
41 |
+
year={2024},
|
42 |
+
}
|
43 |
+
```
|