Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
felixdivo commited on
Commit
4865ce5
·
verified ·
1 Parent(s): ae53317

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -202,16 +202,22 @@ size_categories:
202
 
203
  # QuAnTS: Question Answering on Time Series
204
 
 
 
205
  QuAnTS is a challenging dataset designed to bridge the gap in question-answering research on time series data.
206
  The dataset features a wide variety of questions and answers concerning human movements, presented as tracked skeleton trajectories.
207
  QuAnTS also includes human reference performance to benchmark the practical usability of models trained on this dataset.
208
 
209
  ![Q: "What is the person doing first?", A: "They are waving.", Q: "How many times are they jumping after that?", A: "..."](doc/intro-chat.png "Example chat motivating time series question answering")
210
 
211
- For more information, please refer to the paper: *Under Review*
212
-
213
  At present, there is no official leaderboard for this dataset.
214
 
 
 
 
 
 
 
215
  ## Task and Format
216
 
217
  The primary task for the QuAnTS dataset is Time Series Question Answering.
 
202
 
203
  # QuAnTS: Question Answering on Time Series
204
 
205
+ [![Dataset Generation GitHub Repo](https://img.shields.io/badge/GitHub-Dataset%20Generation-blue?logo=github)](https://github.com/mauricekraus/quants-generate)
206
+
207
  QuAnTS is a challenging dataset designed to bridge the gap in question-answering research on time series data.
208
  The dataset features a wide variety of questions and answers concerning human movements, presented as tracked skeleton trajectories.
209
  QuAnTS also includes human reference performance to benchmark the practical usability of models trained on this dataset.
210
 
211
  ![Q: "What is the person doing first?", A: "They are waving.", Q: "How many times are they jumping after that?", A: "..."](doc/intro-chat.png "Example chat motivating time series question answering")
212
 
 
 
213
  At present, there is no official leaderboard for this dataset.
214
 
215
+ ## Dataset Generation Overview
216
+
217
+ ![QuAnTS is generated in several steps: An action sequence is sampled ➀, where for each we sample five question and answer types ➁. For diversity, each of them is then instantiated from a sampled template ➂. The time series from the human motion diffusion ➃ is then combined with the QA-pair and auxiliary data ➄. Example QA pairs are shown below. Dice indicate randomized operations for dataset diversity.](doc/overview.png "Dataset generation overview")
218
+
219
+ For details, please refer to the paper: *Under Review*
220
+
221
  ## Task and Format
222
 
223
  The primary task for the QuAnTS dataset is Time Series Question Answering.