arielgera commited on
Commit
7dfa0af
Β·
1 Parent(s): 0278d2c

ACL anthology link

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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://arxiv.org/abs/2412.09569"
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://www.arxiv.org/abs/2412.09569)** 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,7 +67,7 @@ st.markdown(
67
  month={july},
68
  address={Vienna, Austria},
69
  year={2025}
70
- url={www.arxiv.org/abs/2412.09569},
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
  """