deepcs233 / Visual-CoT

[Neurips'24 Spotlight] Visual CoT: Advancing Multi-Modal Language Models with a Comprehensive Dataset and Benchmark for Chain-of-Thought Reasoning
Apache License 2.0
98 stars 5 forks source link

code about scienceqa #3

Open pkulium opened 4 months ago

pkulium commented 4 months ago

great work! I want to ask where can I find code to evaluate scienceqa?

deepcs233 commented 4 months ago

Hi! You can find the script here: https://github.com/deepcs233/Visual-CoT/blob/main/scripts/v1_5/eval/sqa.sh

pkulium commented 3 months ago

Thanks for the message! Is this script for visual cot? I read it before, but It seems that it is same as the script from llava repo.