Martin Jurkovic commited on
Commit
11ddffe
·
1 Parent(s): 370d5a0

Add citation

Browse files
Files changed (1) hide show
  1. src/about.py +9 -0
src/about.py CHANGED
@@ -99,4 +99,13 @@ If everything is done, check you can launch the EleutherAIHarness on your model
99
 
100
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
101
  CITATION_BUTTON_TEXT = r"""
 
 
 
 
 
 
 
 
 
102
  """
 
99
 
100
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
101
  CITATION_BUTTON_TEXT = r"""
102
+ @misc{hudovernik2024benchmarkingsyntheticrelationaldata,
103
+ title={Benchmarking the Fidelity and Utility of Synthetic Relational Data},
104
+ author={Valter Hudovernik and Martin Jurkovič and Erik Štrumbelj},
105
+ year={2024},
106
+ eprint={2410.03411},
107
+ archivePrefix={arXiv},
108
+ primaryClass={cs.DB},
109
+ url={https://arxiv.org/abs/2410.03411},
110
+ }
111
  """