Safetensors
qwen2_5_vl
lkdhy commited on
Commit
6a700f8
·
verified ·
1 Parent(s): ce75af0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Code2Logic/GameQA-140K
5
+ base_model:
6
+ - Qwen/Qwen2.5-VL-7B-Instruct
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
+
15
+ ## News
16
+
17
+ * We've open-sourced the ***three*** models trained with GRPO on GameQA on [Huggingface](https://huggingface.co/Code2Logic).