Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
felixdivo commited on
Commit
4c8d95c
·
verified ·
1 Parent(s): 2bad907

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -204,37 +204,37 @@ size_categories:
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
- To benchmark the practical usability of models trained on this dataset, QuAnTS also includes human performance metrics.
208
 
209
- **For more information, please refer to the paper (Under Review):** *TODO*
210
 
211
- At present, there is no official leaderboard for this dataset.
212
-
213
- ## Supported Tasks
214
 
215
- The primary task for the QuAnTS dataset is **Question Answering**. Given a time series of human skeleton trajectories and a question in natural language, the goal is to generate a correct answer.
216
 
217
- ## Languages
218
 
 
 
 
 
 
219
  The text in the dataset is in English.
220
 
 
 
221
 
222
  ## Licensing, Citation, and Acknowlegements
223
 
224
  The QuAnTS dataset is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](ttps://creativecommons.org/licenses/by/4.0/ ) license.
225
 
226
- ## Dataset Curators
227
 
228
  The dataset was curated by a team of researchers from various institutions:
229
 
230
- * Felix Divo, Maurice Kraus, and Kristian Kersting (hessian.AI, DFKI, and the Centre for Cognitive Science) from TU Darmstadt.
231
  * Anh Q. Nguyen, Hao Xue, and Flora D. Salim from UNSW Sydney.
232
  * Imran Razzak from Mohamed bin Zayed University of Artificial Intelligence.
233
  * Devendra Singh Dhami from Eindhoven University of Technology.
234
 
235
- If you use the QuAnTS dataset in your research, please cite:
236
- *TODO*
237
-
238
- ### Acknowlegements
239
-
240
- TODO
 
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
+ To benchmark the practical usability of models trained on this dataset, QuAnTS also includes human reference performance.
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.
218
+ Given a time series of human skeleton trajectories and a question in natural language, the goal is to generate a correct answer.
219
+ Answers are provided in one of the following formats binary (Yes/No), multiple-choice (A/B/C), or open (free text).
220
+ Additionally, to provide more training data for free text answers, we provide fully textual answers for binary and multiple-choice, too.
221
+ The ground truth action sequence or scene descriptions *may not* be used for answering the dataset — they are provided for debugging purposes.
222
  The text in the dataset is in English.
223
 
224
+ We provide fixed splits into training, validation, and test portions, where only the latter may be used to compare performance across different approaches.
225
+ You are free to mix the training and validation splits as needed.
226
 
227
  ## Licensing, Citation, and Acknowlegements
228
 
229
  The QuAnTS dataset is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](ttps://creativecommons.org/licenses/by/4.0/ ) license.
230
 
231
+ ### Dataset Curators
232
 
233
  The dataset was curated by a team of researchers from various institutions:
234
 
235
+ * Felix Divo, Maurice Kraus, and Kristian Kersting (hessian.AI, DFKI, and the Centre for Cognitive Science) from Technische Universität Darmstadt.
236
  * Anh Q. Nguyen, Hao Xue, and Flora D. Salim from UNSW Sydney.
237
  * Imran Razzak from Mohamed bin Zayed University of Artificial Intelligence.
238
  * Devendra Singh Dhami from Eindhoven University of Technology.
239
 
240
+ If you use the QuAnTS dataset in your research, please cite: *Under Review, TODO*