├── GPT-4V ├── GPT4V_Seed.py ├── GPT4V_Whoops.py ├── GPT4V_mmbench.py ├── GPT4V_wino.py └── Sphinx_bench.py ├── InstructBLIP-13b ├── InstructBLIP_MMBench.py ├── InstructBLIP_Seed.py ├── InstructBLIP_Whoops.py └── InstructBLIP_wino.py ├── LICENSE ├── LLaVA-1.5-13b ├── LLaVA_MMBench.py ├── LLaVA_SEED.py ├── LLaVA_Whoops.py ├── LLaVA_bench.py ├── LLaVA_wino.py └── llava_seed.sh ├── README.md ├── Sphinx ├── Sphinx_SEED.py ├── Sphinx_Whoops.py ├── Sphinx_mmbench.py └── Sphinx_wino.py ├── data ├── filter_qs.py └── llava-seed-bench-filtered.jsonl ├── eval_winoground.py ├── images ├── fig1_v7.png └── fig2_v8.png └── parsed_winoground.jsonl /GPT-4V/GPT4V_Seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/GPT-4V/GPT4V_Seed.py -------------------------------------------------------------------------------- /GPT-4V/GPT4V_Whoops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/GPT-4V/GPT4V_Whoops.py -------------------------------------------------------------------------------- /GPT-4V/GPT4V_mmbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/GPT-4V/GPT4V_mmbench.py -------------------------------------------------------------------------------- /GPT-4V/GPT4V_wino.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/GPT-4V/GPT4V_wino.py -------------------------------------------------------------------------------- /GPT-4V/Sphinx_bench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/GPT-4V/Sphinx_bench.py -------------------------------------------------------------------------------- /InstructBLIP-13b/InstructBLIP_MMBench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/InstructBLIP-13b/InstructBLIP_MMBench.py -------------------------------------------------------------------------------- /InstructBLIP-13b/InstructBLIP_Seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/InstructBLIP-13b/InstructBLIP_Seed.py -------------------------------------------------------------------------------- /InstructBLIP-13b/InstructBLIP_Whoops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/InstructBLIP-13b/InstructBLIP_Whoops.py -------------------------------------------------------------------------------- /InstructBLIP-13b/InstructBLIP_wino.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/InstructBLIP-13b/InstructBLIP_wino.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/LICENSE -------------------------------------------------------------------------------- /LLaVA-1.5-13b/LLaVA_MMBench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/LLaVA-1.5-13b/LLaVA_MMBench.py -------------------------------------------------------------------------------- /LLaVA-1.5-13b/LLaVA_SEED.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/LLaVA-1.5-13b/LLaVA_SEED.py -------------------------------------------------------------------------------- /LLaVA-1.5-13b/LLaVA_Whoops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/LLaVA-1.5-13b/LLaVA_Whoops.py -------------------------------------------------------------------------------- /LLaVA-1.5-13b/LLaVA_bench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/LLaVA-1.5-13b/LLaVA_bench.py -------------------------------------------------------------------------------- /LLaVA-1.5-13b/LLaVA_wino.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/LLaVA-1.5-13b/LLaVA_wino.py -------------------------------------------------------------------------------- /LLaVA-1.5-13b/llava_seed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/LLaVA-1.5-13b/llava_seed.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/README.md -------------------------------------------------------------------------------- /Sphinx/Sphinx_SEED.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/Sphinx/Sphinx_SEED.py -------------------------------------------------------------------------------- /Sphinx/Sphinx_Whoops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/Sphinx/Sphinx_Whoops.py -------------------------------------------------------------------------------- /Sphinx/Sphinx_mmbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/Sphinx/Sphinx_mmbench.py -------------------------------------------------------------------------------- /Sphinx/Sphinx_wino.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/Sphinx/Sphinx_wino.py -------------------------------------------------------------------------------- /data/filter_qs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/data/filter_qs.py -------------------------------------------------------------------------------- /data/llava-seed-bench-filtered.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/data/llava-seed-bench-filtered.jsonl -------------------------------------------------------------------------------- /eval_winoground.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/eval_winoground.py -------------------------------------------------------------------------------- /images/fig1_v7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/images/fig1_v7.png -------------------------------------------------------------------------------- /images/fig2_v8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/images/fig2_v8.png -------------------------------------------------------------------------------- /parsed_winoground.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chancharikmitra/CCoT/HEAD/parsed_winoground.jsonl --------------------------------------------------------------------------------