Please download images from Huggingface. The questions and prompts can be found in folder benchmark
To run the qa tasks, use the follwong script
python scripts/eval_qa.py <model_config>
To run the generation tasks, use the follwong script
# first get the response
python scripts/eval_gen.py <model_config>
# then get scores via GPT judge
python scripts/score_gpt4o.py <path_to_model_outputs>
Model config is a YAML file that defines OpenAI compatiable REST API endpoints (e.g. served via VLLM). We provide an example in config folder
We release our finetuned model on Huggingface
Images can be found in Huggingface:
AiTW images Android Control Images
Annotations can be found
Note that HF autoconversion is buggy. Please manually download the full data and untar it.