Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ license: mit
|
|
57 |
---
|
58 |
# MathVerse with difficulty level tags
|
59 |
|
60 |
-
This dataset extends the 🤗 [MathVerse testmini](https://huggingface.co/datasets/AI4Math/MathVerse) benchmark by introducing two additional tags: **passrate_for_qwen2.5_vl_7b** and **difficulty_level_for_qwen2.5_vl_7b**. Further details are available in our paper.
|
61 |
|
62 |
|
63 |
|
@@ -82,4 +82,14 @@ If you find this benchmark useful in your research, please consider citing this
|
|
82 |
booktitle={arXiv},
|
83 |
year={2024}
|
84 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
```
|
|
|
57 |
---
|
58 |
# MathVerse with difficulty level tags
|
59 |
|
60 |
+
This dataset extends the 🤗 [MathVerse testmini](https://huggingface.co/datasets/AI4Math/MathVerse) benchmark by introducing two additional tags: **passrate_for_qwen2.5_vl_7b** and **difficulty_level_for_qwen2.5_vl_7b**. Further details are available 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).
|
61 |
|
62 |
|
63 |
|
|
|
82 |
booktitle={arXiv},
|
83 |
year={2024}
|
84 |
}
|
85 |
+
|
86 |
+
@misc{chen2025synergydilemmalongcotsft,
|
87 |
+
title={The Synergy Dilemma of Long-CoT SFT and RL: Investigating Post-Training Techniques for Reasoning VLMs},
|
88 |
+
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},
|
89 |
+
year={2025},
|
90 |
+
eprint={2507.07562},
|
91 |
+
archivePrefix={arXiv},
|
92 |
+
primaryClass={cs.CL},
|
93 |
+
url={https://arxiv.org/abs/2507.07562},
|
94 |
+
}
|
95 |
```
|