WeThink: Toward General-purpose Vision-Language Reasoning via Reinforcement Learning
Jie Yang, Feipeng Ma, Zitian Wang, Dacheng Yin, Kang Rong, Fengyun Rao, Ruimao Zhang
TL;DR
This work tackles general-purpose visual-language reasoning by combining an automated, scalable QA synthesis pipeline with a large, diverse WeThink dataset containing over 120K multimodal QA pairs and explicit reasoning paths. It introduces a hybrid reinforcement learning framework (GRPO with a mix of rule-based and model-based rewards) to train open-source vision-language models across 14 benchmarks, demonstrating that increased data diversity and reasoning-centric prompts improve cross-domain performance. Key contributions include the WeThink data generation pipeline, the 120K QA-RL-ready dataset, and empirical evidence that both supervised CoT fine-tuning and RL can enhance general multimodal reasoning, with scalability enabling continuous data-driven improvement. The work highlights both the potential and constraints of automated data generation and RL-based training for scalable, general-purpose visual-language reasoning.
Abstract
Building on the success of text-based reasoning models like DeepSeek-R1, extending these capabilities to multimodal reasoning holds great promise. While recent works have attempted to adapt DeepSeek-R1-style reinforcement learning (RL) training paradigms to multimodal large language models (MLLM), focusing on domain-specific tasks like math and visual perception, a critical question remains: How can we achieve the general-purpose visual-language reasoning through RL? To address this challenge, we make three key efforts: (1) A novel Scalable Multimodal QA Synthesis pipeline that autonomously generates context-aware, reasoning-centric question-answer (QA) pairs directly from the given images. (2) The open-source WeThink dataset containing over 120K multimodal QA pairs with annotated reasoning paths, curated from 18 diverse dataset sources and covering various question domains. (3) A comprehensive exploration of RL on our dataset, incorporating a hybrid reward mechanism that combines rule-based verification with model-based assessment to optimize RL training efficiency across various task domains. Across 14 diverse MLLM benchmarks, we demonstrate that our WeThink dataset significantly enhances performance, from mathematical reasoning to diverse general multimodal tasks. Moreover, we show that our automated data pipeline can continuously increase data diversity to further improve model performance.
