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

The code for evaluating open question of MMMU is completely wrong #110

Open
xwwu2015 opened this issue Mar 11, 2024 · 1 comment
Open

The code for evaluating open question of MMMU is completely wrong #110

xwwu2015 opened this issue Mar 11, 2024 · 1 comment

Comments

@xwwu2015
Copy link

xwwu2015 commented Mar 11, 2024

It turns all open question of MMMU into "A" choice, and set all non-upper case answer to "A", which leads to higher score if the model outputs "A" by accident.

@kennymckormick
Copy link
Member

Hi, @xwwu2015 ,
The current implementation is a fast one and the problem you mentioned do occur, lead to not so accurate performance results for open-ended questions. It will not lead to completely wrong results, since it affects less than 5% questions in MMMU.
We would like to refactor the implementation in the future, you are also welcomed to create a PR if you need this feature in VLMEvalKit urgently.

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