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

How to calculate the average rank? #71

Closed
liuheng0111 opened this issue Jan 25, 2024 · 1 comment
Closed

How to calculate the average rank? #71

liuheng0111 opened this issue Jan 25, 2024 · 1 comment

Comments

@liuheng0111
Copy link

image
In the leaderboard, [LLaVA-InternLM2-20B (QLoRA)] get higher average score than Monkey-Chat, but Monkey-Chat rank higher. So how to calculate the Avg.Rank as the leaderboard shows?

@kennymckormick
Copy link
Member

Hi, @liuheng0111 ,
Avg. Rank means the average ranks of an VLM on different benchmarks. For example, if there exist two benchmarks: MMBench and MMBench_CN, if GPT-4v ranked 1st on MMBench and ranked 3rd on MMBench_CN, it's Avg. Rank would be (1+3) / 2 = 2.

According to the definition, the Avg. Rank and Avg. Score may not have exactly the same partial order.

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

No branches or pull requests

2 participants