WaltonFuture nielsr HF Staff commited on
Commit
e3b4418
·
verified ·
1 Parent(s): deb6287

Improve model card formatting and link structure (#2)

Browse files

- Improve model card formatting and link structure (f18a644e5d208c4bb6c233de33dbd0fa0650fc8c)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -3,19 +3,20 @@ base_model:
3
  - Qwen/Qwen2.5-VL-7B-Instruct
4
  datasets:
5
  - MMR1/MMR1-Math-RL-Data-v0
6
- license: mit
7
  library_name: transformers
 
8
  pipeline_tag: image-text-to-text
9
  ---
10
 
11
- # Paper title and link
 
 
12
 
13
- The model was presented in the paper [Unsupervised Post-Training for Multi-Modal LLM Reasoning via GRPO](https://huggingface.co/papers/2505.22453).
14
 
15
- # Paper abstract
16
 
17
- Improving Multi-modal Large Language Models (MLLMs) in the post-training stage typically relies on supervised fine-tuning (SFT) or reinforcement learning (RL). However, these supervised methods require expensive and manually annotated multi-modal data--an ultimately unsustainable resource. While recent efforts have explored unsupervised post-training, their methods are complex and difficult to iterate. In this work, we are the first to investigate the use of GRPO, a stable and scalable online RL algorithm, for enabling continual self-improvement without any external supervision. We propose MM-UPT, a simple yet effective framework for unsupervised post-training of MLLMs. MM-UPT builds upon GRPO, replacing traditional reward signals with a self-rewarding mechanism based on majority voting over multiple sampled responses. Our experiments demonstrate that MM-UPT significantly improves the reasoning ability of Qwen2.5-VL-7B (e.g., 66.3 %$\rightarrow$72.9 % on MathVista, 62.9 %$\rightarrow$68.7 % on We-Math), using standard dataset without ground truth labels. MM-UPT also outperforms prior unsupervised baselines and even approaches the results of supervised GRPO. Furthermore, we show that incorporating synthetic questions, generated solely by MLLM itself, can boost performance as well, highlighting a promising approach for scalable self-improvement. Overall, MM-UPT offers a new paradigm for continual, autonomous enhancement of MLLMs in the absence of external supervision. Our code is available at https://github.com/waltonfuture/MM-UPT.
18
 
19
  * 🐙 **GitHub Repo:** [waltonfuture/MM-UPT](https://github.com/waltonfuture/MM-UPT)
20
- * 📜 **Paper (arXiv):** [Unsupervised Post-Training for Multi-Modal LLM Reasoning via GRPO (arXiv:2505.22453)](https://arxiv.org/abs/2505.22453)
21
  * 💾 **Dataset:** [WaltonFuture/MMR1-direct-synthesizing on Hugging Face](https://huggingface.co/datasets/WaltonFuture/MMR1-direct-synthesizing)
 
3
  - Qwen/Qwen2.5-VL-7B-Instruct
4
  datasets:
5
  - MMR1/MMR1-Math-RL-Data-v0
 
6
  library_name: transformers
7
+ license: mit
8
  pipeline_tag: image-text-to-text
9
  ---
10
 
11
+ # Unsupervised Post-Training for Multi-Modal LLM Reasoning via GRPO
12
+
13
+ ## Paper Title and Link
14
 
15
+ The model was presented in the paper [Unsupervised Post-Training for Multi-Modal LLM Reasoning via GRPO](https://huggingface.co/papers/2505.22453). You can also find the paper on arXiv: [Unsupervised Post-Training for Multi-Modal LLM Reasoning via GRPO (arXiv:2505.22453)](https://arxiv.org/abs/2505.22453)
16
 
17
+ ## Paper Abstract
18
 
19
+ Improving Multi-modal Large Language Models (MLLMs) in the post-training stage typically relies on supervised fine-tuning (SFT) or reinforcement learning (RL). However, these supervised methods require expensive and manually annotated multi-modal data--an ultimately unsustainable resource. While recent efforts have explored unsupervised post-training, their methods are complex and difficult to iterate. In this work, we are the first to investigate the use of GRPO, a stable and scalable online RL algorithm, for enabling continual self-improvement without any external supervision. We propose MM-UPT, a simple yet effective framework for unsupervised post-training of MLLMs. MM-UPT builds upon GRPO, replacing traditional reward signals with a self-rewarding mechanism based on majority voting over multiple sampled responses. Our experiments demonstrate that MM-UPT significantly improves the reasoning ability of Qwen2.5-VL-7B (e.g., 66.3 %$\rightarrow$72.9 % on MathVista, 62.9 %$\rightarrow$68.7 % on We-Math), using standard dataset without ground truth labels. MM-UPT also outperforms prior unsupervised baselines and even approaches the results of supervised GRPO. Furthermore, we show that incorporating synthetic questions, generated solely by MLLM itself, can boost performance as well, highlighting a promising approach for scalable self-improvement. Overall, MM-UPT offers a new paradigm for continual, autonomous enhancement of MLLMs in the absence of external supervision.
20
 
21
  * 🐙 **GitHub Repo:** [waltonfuture/MM-UPT](https://github.com/waltonfuture/MM-UPT)
 
22
  * 💾 **Dataset:** [WaltonFuture/MMR1-direct-synthesizing on Hugging Face](https://huggingface.co/datasets/WaltonFuture/MMR1-direct-synthesizing)