SondosMB commited on
Commit
b870da8
1 Parent(s): 1e58999

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +2 -2
constants.py CHANGED
@@ -17,10 +17,10 @@ particularly in terms of language understanding and reasoning.
17
 
18
  """
19
 
20
- CITATION_TEXT = """@article{,
21
  title={Open-LLM-Leaderboard: From Multi-choice to Open-style Questions for LLMs Evaluation, Benchmark, and Arena},
22
  author={Aidar Myrzakhan, Sondos Mahmoud Bsharat, Zhiqiang Shen},
23
- journal={arXiv preprint },
24
  year={2024},
25
  }
26
  """
 
17
 
18
  """
19
 
20
+ CITATION_TEXT = """@article{myrzakhan2024openllmleaderboard,
21
  title={Open-LLM-Leaderboard: From Multi-choice to Open-style Questions for LLMs Evaluation, Benchmark, and Arena},
22
  author={Aidar Myrzakhan, Sondos Mahmoud Bsharat, Zhiqiang Shen},
23
+ journal={arXiv preprint arXiv:2406.07545},
24
  year={2024},
25
  }
26
  """