-
Notifications
You must be signed in to change notification settings - Fork 120
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
GQA Evaluation in test-dev_balanced dataset #31
Comments
Same problem here |
Same problem, not only in this paper but also VisProg. So I'm wondering whether the improvement brought by "task decomposition" REALLY exists? |
same problem,still wating |
same problem, though on refcoco, we didn't try gqa yet |
Hi, a few weeks ago we added more details about evaluation. Unfortunately, our experiments were run using Codex, which is not available anymore. But the benchmark-specific code should be helpful to mimic our experiments. |
Thanks for the great work! I want to reproduce evaluation on GQA. But I meet some problems, I have checked the issue, but the problem is still not resolved, so i choose to start a new issue.
From the issue, I understand that the results in the paper are obtained in the test-dev_balance of GQA. But I got the result in test-dev_balance only about 0.25 acc through the code and config.yaml in github. Meanwhile, in the first 5000 questions in test-dev_all, we get an acc close to 0.5 (similar to the result in paper). I don't understand for this large difference in results with the same settings.They differ only in test-dev_balance dataset and test-dev_all.
We also used stratified sampling for validation on the test-dev_balance dataset. We randomly selected 200 questions from the 0th to 2000, 2001 to 4000, 4001 to 6000, and 6001 to 8000 questions, respectively. The following are our test results (we computed all the acc as well as removed the acc that failed to compile separately).
Therefore, I would like to ask if there are some special config settings, such as BLIP model settings (blip2-flan-t5-xxl and blip2-flan-t5-xl), and load_models settings in base_config.yaml, or some other settings, when doing the verification of GQA.
If possible, could you provide some details in evaluating the GQA dataset?We wonder if we did done something wrong somewhere
Thanks in advance!
The text was updated successfully, but these errors were encountered: