ACL anthology link
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ st.set_page_config(
|
|
| 11 |
|
| 12 |
st.title("π§π»ββοΈ JuStRank: The Best Judges for Ranking Systems π§π»ββοΈ")
|
| 13 |
|
| 14 |
-
url = "https://
|
| 15 |
st.subheader("Check out our [ACL paper](%s) for more details" % url)
|
| 16 |
|
| 17 |
def prettify_judge_name(judge_name):
|
|
@@ -46,7 +46,7 @@ st.dataframe(styled_data, use_container_width=True, height=800, hide_index=True)
|
|
| 46 |
st.text("\n\n")
|
| 47 |
st.markdown(
|
| 48 |
r"""
|
| 49 |
-
This leaderboard measures the **system-level performance and behavior of LLM judges**, and was created as part of the **[JuStRank paper](https://
|
| 50 |
|
| 51 |
Judges are sorted according to *Ranking Agreement* with humans, i.e., comparing how the judges rank different systems (generative models) relative to how humans rank those systems on [LMSys Arena](https://lmarena.ai/leaderboard/text/hard-prompts-english).
|
| 52 |
|
|
@@ -67,7 +67,7 @@ st.markdown(
|
|
| 67 |
month={july},
|
| 68 |
address={Vienna, Austria},
|
| 69 |
year={2025}
|
| 70 |
-
url={
|
| 71 |
}
|
| 72 |
```
|
| 73 |
"""
|
|
|
|
| 11 |
|
| 12 |
st.title("π§π»ββοΈ JuStRank: The Best Judges for Ranking Systems π§π»ββοΈ")
|
| 13 |
|
| 14 |
+
url = "https://aclanthology.org/2025.acl-long.34/"
|
| 15 |
st.subheader("Check out our [ACL paper](%s) for more details" % url)
|
| 16 |
|
| 17 |
def prettify_judge_name(judge_name):
|
|
|
|
| 46 |
st.text("\n\n")
|
| 47 |
st.markdown(
|
| 48 |
r"""
|
| 49 |
+
This leaderboard measures the **system-level performance and behavior of LLM judges**, and was created as part of the **[JuStRank paper](https://aclanthology.org/2025.acl-long.34/)** from ACL 2025.
|
| 50 |
|
| 51 |
Judges are sorted according to *Ranking Agreement* with humans, i.e., comparing how the judges rank different systems (generative models) relative to how humans rank those systems on [LMSys Arena](https://lmarena.ai/leaderboard/text/hard-prompts-english).
|
| 52 |
|
|
|
|
| 67 |
month={july},
|
| 68 |
address={Vienna, Austria},
|
| 69 |
year={2025}
|
| 70 |
+
url={https://aclanthology.org/2025.acl-long.34/},
|
| 71 |
}
|
| 72 |
```
|
| 73 |
"""
|