Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Copilot Arena leaderboard #3618

Merged
merged 10 commits into from
Dec 19, 2024

Conversation

adityamittal13
Copy link
Contributor

Why are these changes needed?

Adding Copilot Arena leaderboard data to the Chatbot Arena leaderboard as a separate tab. Specifically adding a model ranking leaderboard displaying ELO results.

Screen Shot 2024-11-14 at 4 06 34 PM

Related issue number (if applicable)

Checks

  • I've run format.sh to lint the changes in this PR.
  • I've included any doc changes needed.
  • I've made sure the relevant tests are passing (if applicable).

Copy link
Contributor

@waynchi waynchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would move this to your own file to make it easier to change in the future.

@waynchi
Copy link
Contributor

waynchi commented Nov 16, 2024

Undraft it! @infwinston

@adityamittal13 adityamittal13 marked this pull request as ready for review November 17, 2024 17:13
Copy link
Member

@infwinston infwinston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks overall looks great @adityamittal13 @waynchi ! left one comment

fastchat/serve/monitor/copilot_arena.py Outdated Show resolved Hide resolved
Comment on lines 1055 to 1058
with gr.Tab("Copilot Arena Leaderboard", id=5):
from fastchat.serve.monitor.copilot_arena import build_copilot_arena_tab

build_copilot_arena_tab()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we make this tab optional and default not showing? Otherwise people who do not have access to COPILOT_ARENA_LEADERBOARD_URL will error out.

We can add an argument to the build_leaderboard_tab function

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if for simplicity we just try-catch and log it if it doesn't get built?

@waynchi waynchi force-pushed the aditya-copilot-arena branch from 32cc477 to 59b3058 Compare December 19, 2024 01:55
Copy link
Member

@infwinston infwinston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@infwinston infwinston merged commit 7a912c7 into lm-sys:main Dec 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants