Update README.md
Browse files
README.md
CHANGED
|
@@ -170,7 +170,7 @@ Running Toto-1.0-QA-Experimental typically requires multi-GPU setup (tested on 4
|
|
| 170 |
|
| 171 |
## Resources
|
| 172 |
|
| 173 |
-
- [ARFBench Paper]()
|
| 174 |
- [Dataset](https://huggingface.co/datasets/Datadog/ARFBench)
|
| 175 |
- [Leaderboard](https://huggingface.co/spaces/Datadog/ARFBench)
|
| 176 |
- [Code](https://github.com/DataDog/arfbench)
|
|
@@ -179,9 +179,13 @@ Running Toto-1.0-QA-Experimental typically requires multi-GPU setup (tested on 4
|
|
| 179 |
|
| 180 |
## Citation
|
| 181 |
```bibtex
|
| 182 |
-
@
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
}
|
| 187 |
```
|
|
|
|
| 170 |
|
| 171 |
## Resources
|
| 172 |
|
| 173 |
+
- [ARFBench Paper](https://arxiv.org/abs/2604.21199)
|
| 174 |
- [Dataset](https://huggingface.co/datasets/Datadog/ARFBench)
|
| 175 |
- [Leaderboard](https://huggingface.co/spaces/Datadog/ARFBench)
|
| 176 |
- [Code](https://github.com/DataDog/arfbench)
|
|
|
|
| 179 |
|
| 180 |
## Citation
|
| 181 |
```bibtex
|
| 182 |
+
@misc{xie2026arfbenchbenchmarkingtimeseries,
|
| 183 |
+
title={ARFBench: Benchmarking Time Series Question Answering Ability for Software Incident Response},
|
| 184 |
+
author={Stephan Xie and Ben Cohen and Mononito Goswami and Junhong Shen and Emaad Khwaja and Chenghao Liu and David Asker and Othmane Abou-Amal and Ameet Talwalkar},
|
| 185 |
+
year={2026},
|
| 186 |
+
eprint={2604.21199},
|
| 187 |
+
archivePrefix={arXiv},
|
| 188 |
+
primaryClass={cs.LG},
|
| 189 |
+
url={https://arxiv.org/abs/2604.21199},
|
| 190 |
}
|
| 191 |
```
|