Safetensors
llava_onevision
lkdhy commited on
Commit
48d7f24
·
verified ·
1 Parent(s): ee0582e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -6,9 +6,16 @@ base_model:
6
  - llava-hf/llava-onevision-qwen2-7b-ov-hf
7
  ---
8
 
 
 
 
 
 
 
 
9
  # Code2Logic: Game-Code-Driven Data Synthesis for Enhancing VLMs General Reasoning
10
 
11
- This is the first work, to the best of our knowledge, that leverages ***game code*** to synthesize multimodal reasoning data for ***training*** VLMs. Furthermore, when trained solely with a GRPO strategy on **GameQA** (synthesized via our proposed **Code2Logic** approach), multiple cutting-edge open-source models exhibit significantly enhanced out-of-domain generalization.
12
 
13
  [[📖 Paper](https://arxiv.org/abs/2505.13886)] [🤗 [GameQA-140K Dataset](https://huggingface.co/datasets/Gabriel166/GameQA-140K)] [🤗 [GameQA-InternVL3-8B](https://huggingface.co/Code2Logic/GameQA-InternVL3-8B) ] [🤗 [GameQA-Qwen2.5-VL-7B](https://huggingface.co/Code2Logic/GameQA-Qwen2.5-VL-7B)] [🤗 [GameQA-LLaVA-OV-7B](https://huggingface.co/Code2Logic/GameQA-llava-onevision-qwen2-7b-ov-hf) ]
14
 
 
6
  - llava-hf/llava-onevision-qwen2-7b-ov-hf
7
  ---
8
 
9
+ ***This model (GameQA-llava-onevision-qwen2-7b-ov-hf) results from trainning llava-onevision-qwen2-7b-ov-hf with GRPO solely on our [GameQA](https://huggingface.co/datasets/Gabriel166/GameQA-140K) dataset.***
10
+
11
+ # Evaluation Results on General Vision BenchMarks
12
+
13
+ <div align=center><img src="https://raw.githubusercontent.com/tongjingqi/Code2Logic/refs/heads/main/assets/evaluation_results_on_general_vision_benchmarks.png"></div>
14
+
15
+
16
  # Code2Logic: Game-Code-Driven Data Synthesis for Enhancing VLMs General Reasoning
17
 
18
+ This is the first work, to the best of our knowledge, that leverages ***game code*** to synthesize multimodal reasoning data for ***training*** VLMs. Furthermore, when trained with a GRPO strategy solely on **GameQA** (synthesized via our proposed **Code2Logic** approach), multiple cutting-edge open-source models exhibit significantly enhanced out-of-domain generalization.
19
 
20
  [[📖 Paper](https://arxiv.org/abs/2505.13886)] [🤗 [GameQA-140K Dataset](https://huggingface.co/datasets/Gabriel166/GameQA-140K)] [🤗 [GameQA-InternVL3-8B](https://huggingface.co/Code2Logic/GameQA-InternVL3-8B) ] [🤗 [GameQA-Qwen2.5-VL-7B](https://huggingface.co/Code2Logic/GameQA-Qwen2.5-VL-7B)] [🤗 [GameQA-LLaVA-OV-7B](https://huggingface.co/Code2Logic/GameQA-llava-onevision-qwen2-7b-ov-hf) ]
21