update citation
Browse files- src/about.py +6 -1
src/about.py
CHANGED
|
@@ -47,7 +47,7 @@ LLM_BENCHMARKS_TEXT = f"""
|
|
| 47 |
For more details on the benchmark, refer to the [ARFBench dataset card](https://huggingface.co/datasets/Datadog/ARFBench)
|
| 48 |
|
| 49 |
## Reproducibility
|
| 50 |
-
|
| 51 |
|
| 52 |
"""
|
| 53 |
|
|
@@ -83,4 +83,9 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
| 83 |
|
| 84 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 85 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
"""
|
|
|
|
| 47 |
For more details on the benchmark, refer to the [ARFBench dataset card](https://huggingface.co/datasets/Datadog/ARFBench)
|
| 48 |
|
| 49 |
## Reproducibility
|
| 50 |
+
See the [ARFBench repository](https://github.com/Datadog/ARFBench) for more details on how to reproduce the benchmark.
|
| 51 |
|
| 52 |
"""
|
| 53 |
|
|
|
|
| 83 |
|
| 84 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 85 |
CITATION_BUTTON_TEXT = r"""
|
| 86 |
+
@inproceedings{xiearfbench,
|
| 87 |
+
title={ARFBench: Benchmarking Multimodal Time Series Reasoning for Software Incident Response},
|
| 88 |
+
author={Xie, Stephan and Cohen, Ben and Goswami, Mononito and Shen, Junhong and Khwaja, Emaad and Liu, Chenghao and Asker, David and Abou-Amal, Othmane and Talwalkar, Ameet},
|
| 89 |
+
booktitle={1st ICLR Workshop on Time Series in the Age of Large Models}
|
| 90 |
+
}
|
| 91 |
"""
|