diff --git a/fastchat/serve/monitor/monitor_md.py b/fastchat/serve/monitor/monitor_md.py index ba9ef735f..51f1c98b7 100644 --- a/fastchat/serve/monitor/monitor_md.py +++ b/fastchat/serve/monitor/monitor_md.py @@ -71,7 +71,7 @@ def make_default_md_1(mirror=False): link_color = "#1976D2" # This color should be clear in both light and dark mode leaderboard_md = f""" - # 🏆 LMSYS Chatbot Arena Leaderboard + # 🏆 Chatbot Arena Leaderboard [Blog](https://lmsys.org/blog/2023-05-03-arena/) | [GitHub](https://github.com/lm-sys/FastChat) | [Paper](https://arxiv.org/abs/2403.04132) | [Dataset](https://github.com/lm-sys/FastChat/blob/main/docs/dataset_release.md) | [Twitter](https://twitter.com/lmsysorg) | [Discord](https://discord.gg/HSWAKCrnFx) | [Kaggle Competition](https://www.kaggle.com/competitions/lmsys-chatbot-arena) """ @@ -79,11 +79,11 @@ def make_default_md_1(mirror=False): def make_default_md_2(mirror=False): - mirror_str = "This is a mirror of the live leaderboard created and maintained by the LMSYS Organization. Please link to https://lmarena.ai/leaderboard for citation purposes." + mirror_str = "This is a mirror of the live leaderboard created and maintained at https://lmarena.ai/leaderboard. Please link to the original URL for citation purposes." leaderboard_md = f""" {mirror_str if mirror else ""} -LMSYS Chatbot Arena is a crowdsourced open platform for LLM evals. We've collected over 1,000,000 human pairwise comparisons to rank LLMs with the Bradley-Terry model and display the model ratings in Elo-scale. +Chatbot Arena is a crowdsourced open platform for LLM evals. We've collected over 1,000,000 human pairwise comparisons to rank LLMs with the Bradley-Terry model and display the model ratings in Elo-scale. You can find more details in our paper. **Chatbot arena is dependent on community participation, please contribute by casting your vote!** {SURVEY_LINK}