Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
b138d4c
1
Parent(s):
08c605c
updated bibtex
Browse files
dabstep_benchmark/content.py
CHANGED
@@ -34,12 +34,14 @@ Our scoring function can be found [here](https://huggingface.co/spaces/adyen/dat
|
|
34 |
"""
|
35 |
|
36 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
37 |
-
CITATION_BUTTON_TEXT = r"""@misc{
|
38 |
-
title={Data Agent Benchmark for Multi-step Reasoning
|
39 |
-
author={Martin Iglesias
|
40 |
year={2025},
|
41 |
-
|
42 |
-
|
|
|
|
|
43 |
}"""
|
44 |
|
45 |
|
|
|
34 |
"""
|
35 |
|
36 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
37 |
+
CITATION_BUTTON_TEXT = r"""@misc{DABstep,
|
38 |
+
title={DABstep: Data Agent Benchmark for Multi-step Reasoning},
|
39 |
+
author={Alex Egg and Martin Iglesias Goyanes and Friso Kingma and Andreu Mora and Leandro von Werra and Thomas Wolf},
|
40 |
year={2025},
|
41 |
+
eprint={2506.23719},
|
42 |
+
archivePrefix={arXiv},
|
43 |
+
primaryClass={cs.LG},
|
44 |
+
url={https://arxiv.org/abs/2506.23719}
|
45 |
}"""
|
46 |
|
47 |
|