TLDR: VibeThinker-1.5B is a 1.5-billion-parameter AI model that achieves large-model reasoning abilities through an innovative “Spectrum-to-Signal Principle.” This method involves generating diverse solutions during supervised fine-tuning and then amplifying correct signals with reinforcement learning. It outperforms models hundreds of times larger on mathematical and coding benchmarks, costing only $7,800 to train, thus challenging the notion that only massive models can reason effectively and democratizing access to advanced AI.
A groundbreaking new research paper introduces VibeThinker-1.5B, a compact 1.5-billion-parameter language model that challenges the long-held belief that robust reasoning capabilities are exclusive to massive AI models. Developed by researchers from Sina Weibo Inc., this “tiny model” demonstrates an impressive ability to perform complex reasoning tasks, often matching or even surpassing models hundreds of times its size, all while incurring significantly lower training costs.
For years, the AI industry has largely focused on scaling model parameters to enhance capabilities, with models like DeepSeek R1 reaching 671 billion parameters and Kimi k2 exceeding 1 trillion. The prevailing consensus was that smaller models inherently lacked the sophisticated reasoning abilities required for advanced tasks. However, VibeThinker-1.5B, detailed in the paper “Tiny Model, Big Logic: Diversity-Driven Optimization Elicits Large-Model Reasoning Ability in VibeThinker-1.5B,” presents compelling evidence that this assumption may be incorrect.
The Innovative Approach: Spectrum-to-Signal Principle
The core of VibeThinker-1.5B’s success lies in its innovative post-training methodology, centered on what the authors call the “Spectrum-to-Signal Principle (SSP).” This framework redefines the traditional Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) pipeline by giving each stage distinct, complementary objectives.
The first stage, the “Spectrum Phase” (SFT), focuses on generating a broad and diverse range of plausible solutions. Instead of aiming for a single correct answer, this phase employs a “Two-Stage Diversity-Exploring Distillation” method. This involves identifying specialist SFT checkpoints that excel in generating diverse solutions across various sub-domains (like algebra, geometry, calculus, and statistics) and then merging these expert models into a unified SFT model. This approach maximizes the model’s ability to explore multiple reasoning paths, creating a rich “candidate space” of potential answers.
Following this, the “Signal Phase” (RL) takes over. Here, the “MaxEnt-Guided Policy Optimization (MGPO)” framework is used to identify and amplify the most effective reasoning paths from the diverse spectrum established in the SFT phase. MGPO dynamically prioritizes training on problems where the model exhibits high uncertainty, meaning it’s neither consistently right nor consistently wrong. This targeted approach ensures that computational resources are spent on the most impactful learning opportunities, efficiently refining the model’s ability to select the correct “signal” from its diverse pool of solutions.
Remarkable Performance and Cost Efficiency
VibeThinker-1.5B’s performance on challenging benchmarks is truly remarkable. It demonstrates superior reasoning capabilities compared to closed-source models like Magistral Medium and Claude Opus 4. Most notably, it surpasses the initial DeepSeek R1 model—which is over 400 times larger—across three demanding mathematical benchmarks:
- AIME24: 80.3 vs. 79.8 (VibeThinker-1.5B vs. DeepSeek R1)
- AIME25: 74.4 vs. 70.0 (VibeThinker-1.5B vs. DeepSeek R1)
- HMMT25: 50.4 vs. 41.7 (VibeThinker-1.5B vs. DeepSeek R1)
These scores represent a substantial improvement over its base model, which scored significantly lower on these tests. On the LiveCodeBench V6 coding benchmark, VibeThinker-1.5B achieved a score of 51.1, slightly outperforming Magistral Medium’s 50.3 and showing a massive improvement from its base model’s score of 0.0.
Beyond its impressive performance, VibeThinker-1.5B stands out for its cost-effectiveness. The total training cost for the model was a mere $7,800, consuming approximately 3900 GPU hours on NVIDIA H800 GPUs. This is a fraction of the cost incurred by larger models, with DeepSeek R1 and MiniMax-M1 having post-training expenses of $294K and $535K, respectively. This drastic reduction in cost makes advanced AI research and deployment more accessible.
Also Read:
- Boosting Reasoning in Smaller AI Models: A New Approach to Label-Free Learning
- SofT-GRPO: Advancing LLM Reasoning with Gumbel-Reparameterized Soft-Thinking
Implications for the Future of AI
The findings from VibeThinker-1.5B have profound implications. They suggest that the industry does not need to rely solely on extreme parameter scaling for advanced reasoning. By prioritizing algorithmic innovation and efficient training methodologies, small models can achieve capabilities comparable to their much larger counterparts. This not only drastically reduces training and inference costs but also lowers energy consumption and environmental impact.
This democratization of access to advanced AI research could accelerate technological progress by enabling a wider research community, including universities and smaller corporations, to contribute to the frontier of AI development. While the paper acknowledges a persistent gap in general knowledge benchmarks like GPQA, it calls for further research to enhance the broad knowledge capabilities of small models.
VibeThinker-1.5B is released as an open-source model checkpoint, encouraging future research into the untapped potential of compact AI architectures.


