Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -203,6 +203,7 @@ size_categories:
|
|
| 203 |
# QuAnTS: Question Answering on Time Series
|
| 204 |
|
| 205 |
[](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.
|
|
@@ -234,9 +235,17 @@ You are free to mix the training and validation splits as needed.
|
|
| 234 |
|
| 235 |
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.
|
| 236 |
|
| 237 |
-
If you use the QuAnTS dataset in your research, please cite:
|
| 238 |
```
|
| 239 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 240 |
```
|
| 241 |
|
| 242 |
The dataset was curated by a team of researchers from various institutions:
|
|
|
|
| 203 |
# QuAnTS: Question Answering on Time Series
|
| 204 |
|
| 205 |
[](https://github.com/mauricekraus/quants-generate)
|
| 206 |
+
[](https://arxiv.org/abs/2511.05124)
|
| 207 |
|
| 208 |
QuAnTS is a challenging dataset designed to bridge the gap in question-answering research on time series data.
|
| 209 |
The dataset features a wide variety of questions and answers concerning human movements, presented as tracked skeleton trajectories.
|
|
|
|
| 235 |
|
| 236 |
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.
|
| 237 |
|
| 238 |
+
If you use the QuAnTS dataset in your research, please cite [the paper]([2511.05124](https://arxiv.org/abs/2511.05124)):
|
| 239 |
```
|
| 240 |
+
@misc{divo2025quantsquestionansweringtime,
|
| 241 |
+
title={QuAnTS: Question Answering on Time Series},
|
| 242 |
+
author={Felix Divo and Maurice Kraus and Anh Q. Nguyen and Hao Xue and Imran Razzak and Flora D. Salim and Kristian Kersting and Devendra Singh Dhami},
|
| 243 |
+
year={2025},
|
| 244 |
+
eprint={2511.05124},
|
| 245 |
+
archivePrefix={arXiv},
|
| 246 |
+
primaryClass={cs.LG},
|
| 247 |
+
url={https://arxiv.org/abs/2511.05124},
|
| 248 |
+
}
|
| 249 |
```
|
| 250 |
|
| 251 |
The dataset was curated by a team of researchers from various institutions:
|