clefourrier HF staff commited on
Commit
92a7272
1 Parent(s): 088ddfb

update citation

Browse files
Files changed (1) hide show
  1. content.py +7 -4
content.py CHANGED
@@ -23,10 +23,13 @@ Submission made by our team are labelled "GAIA authors". While we report average
23
  """
24
 
25
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
26
- CITATION_BUTTON_TEXT = r"""@misc{gaia, # TODO
27
- author = {tbd},
28
- title = {General AI Assistant benchamrk},
29
- year = {2023},
 
 
 
30
  }"""
31
 
32
 
 
23
  """
24
 
25
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
26
+ CITATION_BUTTON_TEXT = r"""@misc{mialon2023gaia,
27
+ title={GAIA: a benchmark for General AI Assistants},
28
+ author={Grégoire Mialon and Clémentine Fourrier and Craig Swift and Thomas Wolf and Yann LeCun and Thomas Scialom},
29
+ year={2023},
30
+ eprint={2311.12983},
31
+ archivePrefix={arXiv},
32
+ primaryClass={cs.CL}
33
  }"""
34
 
35