Search papers, labs, and topics across Lattice.
The authors introduce Vero, a family of open-weight Vision-Language Models (VLMs) trained using Reinforcement Learning (RL) to achieve state-of-the-art performance across diverse visual reasoning tasks. They construct Vero-600K, a 600K-sample dataset spanning six task categories and 59 datasets, using task-routed rewards to handle heterogeneous answer formats. Vero outperforms existing open-weight models and demonstrates that broad data coverage is crucial for strong RL scaling in VLMs.
Open-sourcing Vero, a VLM trained with RL on a diverse 600K-sample dataset, closes the performance gap with proprietary models and reveals that broad task coverage, not just scale, is the key to unlocking general visual reasoning.
What does it take to build a visual reasoner that works across charts, science, spatial understanding, and open-ended tasks? The strongest vision-language models (VLMs) show such broad visual reasoning is within reach, but the recipe behind them remains unclear, locked behind proprietary reinforcement learning (RL) pipelines with non-public data. We introduce Vero, a family of fully open VLMs that matches or exceeds existing open-weight models across diverse visual reasoning tasks. We scale RL data and rewards across six broad task categories, constructing Vero-600K, a 600K-sample dataset from 59 datasets, and designing task-routed rewards that handle heterogeneous answer formats. Vero achieves state-of-the-art performance, improving over four base models by 3.7-5.5 points on average across VeroEval, our suite of 30 challenging benchmarks. Starting from Qwen3-VL-8B-Instruct, Vero outperforms Qwen3-VL-8B-Thinking on 23 of 30 benchmarks without additional proprietary thinking data. When trained from the same base model, Vero-600K exceeds existing RL datasets across task categories. Systematic ablations reveal that different task categories elicit qualitatively distinct reasoning patterns that transfer poorly in isolation, suggesting that broad data coverage is the primary driver of strong RL scaling. All data, code, and models are released.