martinigoyanes commited on
Commit
7272259
·
1 Parent(s): 37ea249

update citation

Browse files
Files changed (1) hide show
  1. dabstep_benchmark/content.py +4 -4
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{data_agents_benchmark_2025,
30
- title={Data Agents Benchmark},
31
  author={Martin Iglesias, Alex Egg, Friso Kingma},
32
  year={2025},
33
- month={January},
34
- url={TBD}
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
  }"""