Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -195,7 +195,7 @@ task_categories:
195
  - question-answering
196
  language:
197
  - en
198
- pretty_name: QuAnT
199
  size_categories:
200
  - 100K<n<1M
201
  ---
@@ -204,7 +204,7 @@ 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 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
 
@@ -216,15 +216,15 @@ At present, there is no official leaderboard for this dataset.
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
 
 
195
  - question-answering
196
  language:
197
  - en
198
+ pretty_name: QuAnTS
199
  size_categories:
200
  - 100K<n<1M
201
  ---
 
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
 
 
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 entirely textual answers for all binary and multiple-choice questions.
221
+ The ground truth action sequence or scene descriptions *may not* be used to answer the dataset — we provide them for debugging purposes only.
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 Acknowledgments
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