lkdhy commited on
Commit
1b06129
Β·
verified Β·
1 Parent(s): 4f6f59a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ base_model:
6
  - Qwen/Qwen2.5-VL-7B-Instruct
7
  ---
8
 
9
- ***This model (GameQA-Qwen2.5-VL-7B) results from trainning Qwen2.5-VL-7B with GRPO purely on our [GameQA](https://huggingface.co/datasets/Gabriel166/GameQA-140K) dataset.***
10
 
11
  # Evaluation Results on General Vision BenchMarks
12
 
@@ -18,7 +18,7 @@ It's also found that getting trained on 5k samples from our GameQA dataset can l
18
 
19
  # Code2Logic: Game-Code-Driven Data Synthesis for Enhancing VLMs General Reasoning
20
 
21
- 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.
22
 
23
  [[πŸ“– 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) ]
24
 
 
6
  - Qwen/Qwen2.5-VL-7B-Instruct
7
  ---
8
 
9
+ ***This model (GameQA-Qwen2.5-VL-7B) results from trainning Qwen2.5-VL-7B with GRPO solely on our [GameQA](https://huggingface.co/datasets/Gabriel166/GameQA-140K) dataset.***
10
 
11
  # Evaluation Results on General Vision BenchMarks
12
 
 
18
 
19
  # Code2Logic: Game-Code-Driven Data Synthesis for Enhancing VLMs General Reasoning
20
 
21
+ 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.
22
 
23
  [[πŸ“– 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) ]
24