lkdhy commited on
Commit
d5fea3f
Β·
verified Β·
1 Parent(s): fa95f9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ library_name: transformers
17
 
18
  ***(The inference and evaluation configurations were unified across both the original open-source models and our trained models.)***
19
 
20
- It's also found that getting trained on 5k samples from our GameQA dataset can lead to better results than on [multimodal-open-r1-8k-verified](https://huggingface.co/datasets/lmms-lab/multimodal-open-r1-8k-verified).
21
 
22
  <div align=center><img src="https://raw.githubusercontent.com/tongjingqi/Code2Logic/refs/heads/main/assets/GameQA_generalizes_better.png"></div>
23
 
@@ -25,7 +25,7 @@ It's also found that getting trained on 5k samples from our GameQA dataset can l
25
 
26
  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.
27
 
28
- [[πŸ“– Paper](https://arxiv.org/abs/2505.13886)] [[πŸ€— GameQA-140K Dataset](https://huggingface.co/datasets/Gabriel166/GameQA-140K)] [[πŸ€— GameQA-5K Dataset](https://huggingface.co/datasets/Code2Logic/GameQA-5K)] [[πŸ€— 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) ]
29
 
30
  Code: https://github.com/tongjingqi/Code2Logic
31
 
 
17
 
18
  ***(The inference and evaluation configurations were unified across both the original open-source models and our trained models.)***
19
 
20
+ It's also found that getting trained on 5k samples from our GameQA dataset can lead to better results than on 8k samples from [MAVIS](https://github.com/ZrrSkywalker/MAVIS) and on [multimodal-open-r1-8k-verified](https://github.com/EvolvingLMMs-Lab/open-r1-multimodal).
21
 
22
  <div align=center><img src="https://raw.githubusercontent.com/tongjingqi/Code2Logic/refs/heads/main/assets/GameQA_generalizes_better.png"></div>
23
 
 
25
 
26
  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.
27
 
28
+ [[πŸ“– Paper](https://arxiv.org/abs/2505.13886)] [[πŸ€— GameQA-140K Dataset](https://huggingface.co/datasets/Gabriel166/GameQA-140K)] [[πŸ€— GameQA-5K Dataset](https://huggingface.co/datasets/Code2Logic/GameQA-5K)] [[πŸ€— GameQA-InternVL3-8B](https://huggingface.co/Code2Logic/GameQA-InternVL3-8B) ] [[πŸ€— GameQA-InternVL2.5-8B](https://huggingface.co/Code2Logic/GameQA-InternVL2.5-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) ]
29
 
30
  Code: https://github.com/tongjingqi/Code2Logic
31