Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
7272259
1
Parent(s):
37ea249
update citation
Browse files
dabstep_benchmark/content.py
CHANGED
|
@@ -26,10 +26,10 @@ Our scoring function can be found [here](https://huggingface.co/spaces/adyen/dat
|
|
| 26 |
"""
|
| 27 |
|
| 28 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 29 |
-
CITATION_BUTTON_TEXT = r"""@misc{
|
| 30 |
-
title={Data
|
| 31 |
author={Martin Iglesias, Alex Egg, Friso Kingma},
|
| 32 |
year={2025},
|
| 33 |
-
month={
|
| 34 |
-
url={
|
| 35 |
}"""
|
|
|
|
| 26 |
"""
|
| 27 |
|
| 28 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 29 |
+
CITATION_BUTTON_TEXT = r"""@misc{DABstep_benchmark_2025,
|
| 30 |
+
title={Data Agent Benchmark for Multi-step Reasoning (🕺DABstep)},
|
| 31 |
author={Martin Iglesias, Alex Egg, Friso Kingma},
|
| 32 |
year={2025},
|
| 33 |
+
month={February},
|
| 34 |
+
url={https://www.adyen.com/knowledge-hub/data-agent-benchmark-for-multi-step-reasoning-dabstep}
|
| 35 |
}"""
|