justinxzhao commited on
Commit
30e2346
·
1 Parent(s): 851e956

Update citation to use arxiv link.

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -521,10 +521,9 @@ with st.expander("Citation"):
521
  )
522
  st.code(
523
  """@misc{zhao2024council,
524
- title = {Language Model Council: Benchmarking Foundation Models on Highly Subjective Tasks by Consensus},
525
- url = {https://llm-council.com/},
526
- author = {Justin Zhao, Flor Plaza, and Amanda Cercas Curry},
527
- month = {June},
528
- year = {2024}
529
  }"""
530
  )
 
521
  )
522
  st.code(
523
  """@misc{zhao2024council,
524
+ Title = {Language Model Council: Benchmarking Foundation Models on Highly Subjective Tasks by Consensus},
525
+ Author = {Justin Zhao and Flor Miriam Plaza-del-Arco and Amanda Cercas Curry},
526
+ Year = {2024}
527
+ Eprint = {arXiv:2406.08598},
 
528
  }"""
529
  )