anton-hugging commited on
Commit
af103c4
·
verified ·
1 Parent(s): a63f065

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -30
README.md CHANGED
@@ -20,7 +20,7 @@ size_categories:
20
  - 10K<n<100K
21
  ---
22
 
23
- # 🧱 TSUMM-SUITE Training Set
24
 
25
  <p align="left">
26
  <a href="https://arxiv.org/abs/2602.17149">
@@ -38,11 +38,11 @@ size_categories:
38
  />
39
  </a>
40
 
41
- <a href="https://huggingface.co/datasets/TimeOmni-VL/TSUMM_SUITE_Train">
42
  <img
43
- src="https://img.shields.io/badge/TSUMM--SUITE-Dataset-orange?logo=huggingface&logoColor=white"
44
  style="display: inline-block; vertical-align: middle;"
45
- alt="TSUMM-SUITE Dataset on Hugging Face"
46
  />
47
  </a>
48
 
@@ -56,14 +56,14 @@ size_categories:
56
 
57
  <a href="https://github.com/AntonGuan/TimeOmni-VL" target="_blank" style="margin: 2px;">
58
  <img
59
- src="https://img.shields.io/badge/TimeOmni--VL-%20Code-536af5?logo=github&logoColor=white"
60
  style="display: inline-block; vertical-align: middle;"
61
  alt="TimeOmni-VL Code on GitHub"
62
  />
63
  </a>
64
  </p>
65
 
66
- > **This repository provides the training set of TSUMM-SUITE, a multimodal dataset for unified time series understanding and generation.** It contains forecasting and imputation tasks for TS-image generation, together with six TS-image understanding tasks derived from the same time series instances. By aligning understanding tasks with generation tasks, TSUMM-SUITE enables temporal understanding to improve time series generation.
67
 
68
  ## 🎨 Task Illustration
69
 
@@ -71,7 +71,7 @@ size_categories:
71
  <img src="https://raw.githubusercontent.com/AntonGuan/TimeOmni-VL/main/figs/task.png" width="100%"/>
72
  </div>
73
 
74
- <p><strong>TSUMM-SUITE covers two task families:</strong></p>
75
  <div style="margin-left:18px">
76
 
77
  <p><strong>Generation tasks</strong></p>
@@ -133,40 +133,39 @@ size_categories:
133
  </tbody>
134
  </table>
135
 
 
 
 
 
 
 
136
  ### 2. Data Fields
137
 
138
  Generation samples contain fields such as:
139
 
140
  - `sample_id`: unique sample identifier
141
- - `task_type`: `forecasting` or `imputation`
142
- - `instruction`: task instruction for generation
143
- - `source_image`: masked TS-image input
144
- - `target_image`: ground-truth completed TS-image
145
- - `target_series`: numerical target sequence
146
- - `generation_cot`: temporal reasoning used as generation condition
147
- - `metadata`: frequency, prediction length, mask ratio, number of variables, and related information
148
-
149
- Understanding samples contain fields such as:
150
-
151
- - `question_id`: unique QA identifier
152
- - `image`: TS-image input
153
- - `question`: natural-language question
154
- - `cot`: reasoning chain
155
- - `answer`: ground-truth answer
156
- - `qa_type`: one of QA1–QA6
157
- - `level`: `layout` or `signal`
158
 
159
  ## 🚀 Usage
160
 
161
  ```python
162
  from datasets import load_dataset
163
 
164
- dataset = load_dataset("YOUR_ORG/TSUMM-SUITE")
 
 
 
 
165
 
166
- forecasting = dataset["forecasting"]
167
- imputation = dataset["imputation"]
168
- understanding = dataset["understanding"]
169
- reasoning = dataset["reasoning"]
170
  ```
171
 
172
  ## 📐 Evaluation
@@ -179,7 +178,7 @@ reasoning = dataset["reasoning"]
179
 
180
  ## License
181
 
182
- TSUMM-SUITE is released under the Apache 2.0 license.
183
 
184
  ## ✍️ Citation
185
 
 
20
  - 10K<n<100K
21
  ---
22
 
23
+ # 🧱 TSUMM-Suite Training Set
24
 
25
  <p align="left">
26
  <a href="https://arxiv.org/abs/2602.17149">
 
38
  />
39
  </a>
40
 
41
+ <a href="https://huggingface.co/datasets/TimeOmni-VL/TSUMM-Suite_Training">
42
  <img
43
+ src="https://img.shields.io/badge/TSUMM--Suite-Dataset-orange?logo=huggingface&logoColor=white"
44
  style="display: inline-block; vertical-align: middle;"
45
+ alt="TSUMM-Suite Dataset on Hugging Face"
46
  />
47
  </a>
48
 
 
56
 
57
  <a href="https://github.com/AntonGuan/TimeOmni-VL" target="_blank" style="margin: 2px;">
58
  <img
59
+ src="https://img.shields.io/badge/TimeOmni--VL-Code-536af5?logo=github&logoColor=white"
60
  style="display: inline-block; vertical-align: middle;"
61
  alt="TimeOmni-VL Code on GitHub"
62
  />
63
  </a>
64
  </p>
65
 
66
+ > **This repository provides the training set of TSUMM-Suite, a multimodal dataset for unified time series understanding and generation.** It contains forecasting and imputation tasks for TS-image generation. By aligning understanding tasks with generation tasks, TSUMM-Suite enables temporal understanding to improve time series generation.
67
 
68
  ## 🎨 Task Illustration
69
 
 
71
  <img src="https://raw.githubusercontent.com/AntonGuan/TimeOmni-VL/main/figs/task.png" width="100%"/>
72
  </div>
73
 
74
+ <p><strong>TSUMM-Suite covers two task families:</strong></p>
75
  <div style="margin-left:18px">
76
 
77
  <p><strong>Generation tasks</strong></p>
 
133
  </tbody>
134
  </table>
135
 
136
+ <p style="margin-top:13px;font-size:12px;opacity:0.85">
137
+ * Note: This release open-sources the forecasting and imputation generation data only. We do not open-source the TS-image QA (Understanding) and TSR-Suite (Reasoning) training data.
138
+ </p>
139
+
140
+ All generation samples are stored in a single `train` split (80,000 rows total). Each TS-image has resolution **896×896**. In the paper, the main TimeOmni-VL experiments use **5k samples per generation task** for training.
141
+
142
  ### 2. Data Fields
143
 
144
  Generation samples contain fields such as:
145
 
146
  - `sample_id`: unique sample identifier
147
+ - `task`: `forecasting` or `imputation`
148
+ - `freq`: time series frequency (e.g., `H`, `D`, `5T`)
149
+ - `nvars`: number of variables
150
+ - `context_len`: context length
151
+ - `pred_len`: prediction or imputation length
152
+ - `periodicity`: periodicity of the series
153
+ - `input_image`: masked TS-image input (896×896)
154
+ - `target_image`: ground-truth completed TS-image (896×896)
155
+ - `metadata_json`: JSON string with normalization, patch layout, mask ratio, and related metadata
 
 
 
 
 
 
 
 
156
 
157
  ## 🚀 Usage
158
 
159
  ```python
160
  from datasets import load_dataset
161
 
162
+ dataset = load_dataset("TimeOmni-VL/TSUMM-Suite_Training")
163
+ train = dataset["train"]
164
+
165
+ forecasting = train.filter(lambda x: x["task"] == "forecasting")
166
+ imputation = train.filter(lambda x: x["task"] == "imputation")
167
 
168
+ print(f"Total: {len(train)}, Forecasting: {len(forecasting)}, Imputation: {len(imputation)}")
 
 
 
169
  ```
170
 
171
  ## 📐 Evaluation
 
178
 
179
  ## License
180
 
181
+ TSUMM-Suite is released under the Apache 2.0 license.
182
 
183
  ## ✍️ Citation
184