JierunChen commited on
Commit
54950de
·
verified ·
1 Parent(s): 77ce62e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ This repository contains the fine-tuned Qwen2.5-VL-7B-Instruct model using our **data mixing** approach, as detailed in our paper [The Synergy Dilemma of Long-CoT SFT and RL: Investigating Post-Training Techniques for Reasoning VLMs](https://www.arxiv.org/pdf/2507.07562).
3
+
4
+
5
+ ## Citation
6
+
7
+ If you find this project useful in your research, please consider citing this BibTex:
8
+
9
+ ```latex
10
+ @misc{chen2025synergydilemmalongcotsft,
11
+ title={The Synergy Dilemma of Long-CoT SFT and RL: Investigating Post-Training Techniques for Reasoning VLMs},
12
+ author={Jierun Chen and Tiezheng Yu and Haoli Bai and Lewei Yao and Jiannan Wu and Kaican Li and Fei Mi and Chaofan Tao and Lei Zhu and Manyi Zhang and Xiaohui Li and Lu Hou and Lifeng Shang and Qun Liu},
13
+ year={2025},
14
+ eprint={2507.07562},
15
+ archivePrefix={arXiv},
16
+ primaryClass={cs.CL},
17
+ url={https://arxiv.org/abs/2507.07562},
18
+ }
19
+ ```