justinxzhao
commited on
Commit
·
30e2346
1
Parent(s):
851e956
Update citation to use arxiv link.
Browse files
app.py
CHANGED
@@ -521,10 +521,9 @@ with st.expander("Citation"):
|
|
521 |
)
|
522 |
st.code(
|
523 |
"""@misc{zhao2024council,
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
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 |
)
|