Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -195,7 +195,7 @@ task_categories:
|
|
| 195 |
- question-answering
|
| 196 |
language:
|
| 197 |
- en
|
| 198 |
-
pretty_name:
|
| 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 |
-
|
| 208 |
|
| 209 |

|
| 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
|
| 221 |
-
The ground truth action sequence or scene descriptions *may not* be used
|
| 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
|
| 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 |

|
| 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 |
|