eggie5-adyen commited on
Commit
b138d4c
·
1 Parent(s): 08c605c

updated bibtex

Browse files
Files changed (1) hide show
  1. dabstep_benchmark/content.py +7 -5
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{DABstep_benchmark_2025,
38
- title={Data Agent Benchmark for Multi-step Reasoning (🕺DABstep)},
39
- author={Martin Iglesias, Alex Egg, Friso Kingma},
40
  year={2025},
41
- month={February},
42
- url={https://www.adyen.com/knowledge-hub/data-agent-benchmark-for-multi-step-reasoning-dabstep}
 
 
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