Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -51,11 +51,34 @@ tags:
|
|
51 |
- GPT
|
52 |
- Gemini
|
53 |
- Phi
|
|
|
|
|
54 |
pretty_name: timeseriesexam1
|
55 |
size_categories:
|
56 |
- n<1K
|
57 |
---
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
# Dataset Card for TimeSeriesExam-1
|
60 |
|
61 |
This dataset provides Question-Answer (QA) pairs for the paper [TimeSeriesExam: A Time Series Understanding Exam](https://arxiv.org/pdf/2410.14752). Example inference code can be found [here](https://github.com/moment-timeseries-foundation-model/TimeSeriesExam).
|
|
|
51 |
- GPT
|
52 |
- Gemini
|
53 |
- Phi
|
54 |
+
- Reasoning
|
55 |
+
- o3-mini
|
56 |
pretty_name: timeseriesexam1
|
57 |
size_categories:
|
58 |
- n<1K
|
59 |
---
|
60 |
|
61 |
+
## Changelog
|
62 |
+
### [v1.1] - 2025-03-12
|
63 |
+
|
64 |
+
**Enhancements:**
|
65 |
+
- Adjusted generation hyperparameters and templates to eliminate scenarios that might lead to ambiguous or incorrect responses.
|
66 |
+
- Improved data formatting for consistency.
|
67 |
+
- Updated time-series sample length to 1024 to capture more diverse and complex features.
|
68 |
+
|
69 |
+
**Updated Model Evaluations:**
|
70 |
+
- The following table shows the updated evaluation on models (tokenization method):
|
71 |
+
| Model | Tokenization Method | Accuracy |
|
72 |
+
|----------|---------------------|----------|
|
73 |
+
| gpt-4o | image | 75.2% |
|
74 |
+
| gpt-4o | plain_text | 51.7% |
|
75 |
+
| 4o-mini | plain_text | 46.6% |
|
76 |
+
| o3-mini | plain_text | 59.0% |
|
77 |
+
|
78 |
+
**Additional Information:**
|
79 |
+
- **Note:** The previous version ([v1.0](https://huggingface.co/datasets/AutonLab/TimeSeriesExam1/resolve/9f23771ca10d66607ee7abca0c5dcbae57349ac2/qa_dataset.json)) is still available for reference.
|
80 |
+
- **Research code for exam generation via templates is available on [GitHub](https://github.com/moment-timeseries-foundation-model/TimeSeriesExam/tree/exam_generation).**
|
81 |
+
|
82 |
# Dataset Card for TimeSeriesExam-1
|
83 |
|
84 |
This dataset provides Question-Answer (QA) pairs for the paper [TimeSeriesExam: A Time Series Understanding Exam](https://arxiv.org/pdf/2410.14752). Example inference code can be found [here](https://github.com/moment-timeseries-foundation-model/TimeSeriesExam).
|