Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,44 +1,96 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: question
|
6 |
-
dtype: string
|
7 |
-
- name: options
|
8 |
-
sequence: string
|
9 |
-
- name: answer
|
10 |
-
dtype: string
|
11 |
-
- name: question_type
|
12 |
-
dtype: string
|
13 |
-
- name: tid
|
14 |
-
dtype: int64
|
15 |
-
- name: difficulty
|
16 |
-
dtype: string
|
17 |
-
- name: format_hint
|
18 |
-
dtype: string
|
19 |
-
- name: relevant_concepts
|
20 |
-
sequence: string
|
21 |
-
- name: question_hint
|
22 |
-
dtype: string
|
23 |
-
- name: category
|
24 |
-
dtype: string
|
25 |
-
- name: subcategory
|
26 |
-
dtype: string
|
27 |
-
- name: id
|
28 |
-
dtype: int64
|
29 |
-
- name: ts1
|
30 |
-
sequence: float64
|
31 |
-
- name: ts2
|
32 |
-
sequence: float64
|
33 |
-
splits:
|
34 |
-
- name: test
|
35 |
-
num_bytes: 1623762
|
36 |
-
num_examples: 763
|
37 |
-
download_size: 1278082
|
38 |
-
dataset_size: 1623762
|
39 |
-
configs:
|
40 |
-
- config_name: default
|
41 |
-
data_files:
|
42 |
-
- split: test
|
43 |
-
path: data/test-*
|
44 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: question
|
6 |
+
dtype: string
|
7 |
+
- name: options
|
8 |
+
sequence: string
|
9 |
+
- name: answer
|
10 |
+
dtype: string
|
11 |
+
- name: question_type
|
12 |
+
dtype: string
|
13 |
+
- name: tid
|
14 |
+
dtype: int64
|
15 |
+
- name: difficulty
|
16 |
+
dtype: string
|
17 |
+
- name: format_hint
|
18 |
+
dtype: string
|
19 |
+
- name: relevant_concepts
|
20 |
+
sequence: string
|
21 |
+
- name: question_hint
|
22 |
+
dtype: string
|
23 |
+
- name: category
|
24 |
+
dtype: string
|
25 |
+
- name: subcategory
|
26 |
+
dtype: string
|
27 |
+
- name: id
|
28 |
+
dtype: int64
|
29 |
+
- name: ts1
|
30 |
+
sequence: float64
|
31 |
+
- name: ts2
|
32 |
+
sequence: float64
|
33 |
+
splits:
|
34 |
+
- name: test
|
35 |
+
num_bytes: 1623762
|
36 |
+
num_examples: 763
|
37 |
+
download_size: 1278082
|
38 |
+
dataset_size: 1623762
|
39 |
+
configs:
|
40 |
+
- config_name: default
|
41 |
+
data_files:
|
42 |
+
- split: test
|
43 |
+
path: data/test-*
|
44 |
+
---
|
45 |
+
|
46 |
+
# Dataset Card for TimeSeriesExam1
|
47 |
+
|
48 |
+
This dataset contains Question-Anwser (QA) pairs for [paper](https://arxiv.org/pdf/2410.14752) TimeSeriesExam. The example inference code are provided [here](https://github.com/moment-timeseries-foundation-model/TimeSeriesExam).
|
49 |
+
|
50 |
+
## 📖Introduction
|
51 |
+
Large Language Models (LLMs) have recently demonstrated a remarkable ability to model time series data. These capabilities can be partly explained if LLMs understand basic time series concepts. However, our knowledge of what these models understand about time series data remains relatively limited. To address this gap, we introduce TimeSeriesExam, a configurable and scalable multiple-choice question exam designed to assess LLMs across five core time series understanding categories: pattern recognition, noise understanding, similarity analysis, anomaly detection, and causality analysis.
|
52 |
+
|
53 |
+
<div align="center">
|
54 |
+
<img width="40%" alt="Spider plot of performance of latest LLMs on the TimeSeriesExam" src="asset/spider.png">
|
55 |
+
|
56 |
+
Figure. 1: Accuracy of latest LLMs on the `TimeSeriesExam.` Closed-source LLMs outperform open-source ones in simple understanding tasks, but most models struggle with complex reasoning tasks.
|
57 |
+
|
58 |
+
</div>
|
59 |
+
|
60 |
+
Time series in the dataset are created from a combination of diverse baseline Time series objects. The baseline objects cover linear/non-linear signals and cyclic patterns.
|
61 |
+
|
62 |
+
<div align="center">
|
63 |
+
<img width="40%" alt="time series curation pipeline" src="asset/Time_Series_Curation_Pipeline.png">
|
64 |
+
|
65 |
+
Figure. 2: The pipeline enables diversity by combining different components to create numerous synthetic time series with varying properties.
|
66 |
+
|
67 |
+
</div>
|
68 |
+
|
69 |
+
## Citation
|
70 |
+
|
71 |
+
If you find this work helpful, please consider citing our paper:
|
72 |
+
|
73 |
+
```
|
74 |
+
@inproceedings{caitimeseriesexam,
|
75 |
+
title={TimeSeriesExam: A Time Series Understanding Exam},
|
76 |
+
author={Cai, Yifu and Choudhry, Arjun and Goswami, Mononito and Dubrawski, Artur},
|
77 |
+
booktitle={NeurIPS Workshop on Time Series in the Age of Large Models}
|
78 |
+
}
|
79 |
+
```
|
80 |
+
|
81 |
+
## Liscense
|
82 |
+
|
83 |
+
MIT License
|
84 |
+
|
85 |
+
Copyright (c) 2024 Auton Lab, Carnegie Mellon University
|
86 |
+
|
87 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
88 |
+
|
89 |
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
90 |
+
|
91 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
92 |
+
|
93 |
+
See [MIT LICENSE](LICENSE) for details.
|
94 |
+
|
95 |
+
<img align="right" height ="120px" src="asset/cmu_logo.png">
|
96 |
+
<img align="right" height ="110px" src="asset/autonlab_logo.png">
|