Home
VibeThinker 1.5B Outperforms DeepSeek R1 in Mathematics and Coding Reasoning
The long-held consensus in the artificial intelligence industry—that reasoning capabilities are directly proportional to parameter count—is being fundamentally challenged. Weibo AI recently unveiled VibeThinker-1.5B, a compact model with only 1.5 billion parameters that has demonstrated the ability to surpass frontier models hundreds of times its size. Specifically, VibeThinker-1.5B has outperformed DeepSeek-R1, a 671-billion parameter giant, across several prestigious mathematical and algorithmic benchmarks.
This achievement marks a significant pivot in the "Scaling Law" debate. While the industry has been racing toward trillion-parameter architectures, VibeThinker-1.5B proves that sophisticated post-training methodologies can "unlock" immense logical potential within a tiny dense model. Developed on a shoestring post-training budget of just $7,800, this model represents a democratization of high-level AI reasoning.
How VibeThinker 1.5B Compares to DeepSeek R1 in Reasoning Performance
The most striking aspect of VibeThinker-1.5B is its performance on formal reasoning tasks. Unlike general chat benchmarks that rely on broad knowledge, reasoning benchmarks like AIME (American Invitational Mathematics Examination) and HMMT (Harvard-MIT Mathematics Tournament) require multi-step logical deduction and high precision.
Mathematical Benchmark Dominance
In direct comparisons using zero-shot or chain-of-thought prompting, VibeThinker-1.5B consistently edged out DeepSeek-R1. According to the technical data released by Weibo AI, the performance gap is particularly visible in the most recent and difficult exams:
- AIME 2025: VibeThinker-1.5B achieved a score of 74.4, whereas DeepSeek-R1 (the initial 0120 version) scored 70.0.
- AIME 2024: VibeThinker-1.5B reached 80.3, slightly outperforming DeepSeek-R1's 79.8.
- HMMT 2025: The gap widened here, with VibeThinker-1.5B scoring 50.4 against DeepSeek-R1's 41.7.
To put this in perspective, VibeThinker-1.5B is roughly 447 times smaller than DeepSeek-R1 in terms of total parameters. Beating a model of that scale suggests that the 1.5B model's "intelligence density" for logic is exceptionally high.
Coding Proficiency on LiveCodeBench
The model's prowess extends beyond pure mathematics into algorithmic coding. On the LiveCodeBench v6 platform, which tests models on real-world coding problems released after their training data cutoff to prevent data leakage, VibeThinker-1.5B scored 51.1.
While DeepSeek-R1 still holds a lead in specific high-complexity coding tasks (scoring 65.9 on the same benchmark), VibeThinker-1.5B’s score is remarkably competitive. It effectively matches or surpasses several closed-source models like Mistral Medium (50.3) and Claude Opus 4 (when restricted to similar reasoning paradigms), despite the massive difference in computational requirements.
The Secret Sauce: Spectrum-to-Signal Principle (SSP)
The developers of VibeThinker-1.5B attribute its success not to the base pre-training, but to a novel post-training framework called the Spectrum-to-Signal Principle (SSP). This methodology decouples the traditional post-training pipeline into two distinct, synergistic phases.
Phase 1: The Spectrum Phase (Supervised Fine-Tuning)
Traditional Supervised Fine-Tuning (SFT) often focuses on "Pass@1" accuracy—teaching the model to find the single most likely correct answer. The Spectrum Phase rejects this narrow focus. Instead, it employs "Two-Stage Diversity-Exploring Distillation."
In our analysis of the technical report, this stage involves generating a vast "spectrum" of diverse solution paths for a single problem. By distilling reasoning paths from larger models (like DeepSeek-R1 or GPT-4o) and focusing on the variety of ways a problem can be solved, the model learns the structural logic of the domain rather than just memorizing a specific answer format. This phase maximizes the model's "Pass@k" potential, ensuring it can explore multiple reasoning branches.
Phase 2: The Signal Phase (Reinforcement Learning)
Once the model has a broad "spectrum" of possible solutions, the second phase focuses on identifying and amplifying the "signal"—the correct reasoning logic. This is achieved through MaxEnt-Guided Policy Optimization (MGPO).
Unlike standard Reinforcement Learning from Human Feedback (RLHF), MGPO uses entropy-based weighting. It identifies problems where the model is most uncertain (high entropy) and focuses the learning updates there. This ensures the model doesn't waste compute on easy tasks it already understands, but instead hones its "intuition" on complex edge cases. This signal amplification is what allows a 1.5B model to act with the logical precision typically reserved for trillion-parameter systems.
The Economics of AI: $7,800 vs. Multi-Million Dollar Budgets
One of the most disruptive revelations of the VibeThinker-1.5B project is the cost of post-training. The total compute expenditure for the post-training phase was approximately $7,800. This involved roughly 3,900 GPU hours on Nvidia H800 clusters.
In comparison, training or fine-tuning models at the scale of DeepSeek-R1 or Minimax-M1 often costs between $300,000 and $550,000 for the post-training phase alone, not counting the millions spent on initial pre-training.
Why Cost-Efficiency Matters for Developers
For the average enterprise or independent researcher, training a 600B+ model is impossible. VibeThinker-1.5B demonstrates that:
- Iterative Research is Faster: Researchers can test new reasoning algorithms in days rather than months.
- Lower Barrier to Entry: Specialized reasoning models can be developed by smaller teams with limited funding.
- Local Fine-Tuning: Because the model is based on Alibaba’s Qwen2.5-Math-1.5B, developers can take this already-optimized checkpoint and further fine-tune it for specific industrial logic tasks on a single consumer-grade GPU.
Understanding the Specialization Trade-off
While the headline "1.5B beats 671B" is sensational, it is essential to understand the boundaries of this achievement. VibeThinker-1.5B is a specialist, not a generalist.
General Knowledge (GPQA) Limitations
When we look at benchmarks like GPQA-Diamond, which tests graduate-level knowledge across biology, physics, and chemistry, the scaling laws still hold firm.
- DeepSeek-R1: ~71.5%
- VibeThinker-1.5B: ~46.7%
Although VibeThinker-1.5B doubled the score of its base model (Qwen2.5-Math-1.5B, which scored around 16%), it still lags significantly behind the giants in general-purpose factual recall. This indicates that while logic and reasoning can be effectively compressed into small architectures, the sheer volume of "encyclopedic knowledge" still requires larger parameter counts to store and retrieve.
Strategic Use Cases
VibeThinker-1.5B should be viewed as a "Logic Engine." It is ideal for:
- Embedded Reasoning: Providing high-level logic to IoT devices or mobile apps without cloud latency.
- Agentic Workflows: Acting as a fast, cheap "verifier" or "planner" within a larger AI agent system.
- Math and Code Assistance: Serving as a specialized co-pilot for technical fields where precision is more important than creative writing.
The Foundation: Leveraging Qwen 2.5-Math-1.5B
The success of VibeThinker is also a testament to the quality of its base model. Alibaba’s Qwen2.5 series has consistently been a leader in the open-source space. By choosing the Math-specific variant of the 1.5B model, Weibo AI started with a model that already possessed a basic "understanding" of numerical syntax.
The transformation from the base model to VibeThinker-1.5B is staggering:
- AIME 24 Score: Jumped from 6.7 to 80.3.
- AIME 25 Score: Jumped from 4.3 to 74.4.
- HMMT 25 Score: Jumped from 0.6 to 50.4.
This massive leap—often over 1,000% improvement—highlights that the reasoning capability was "dormant" or "potential" within the small base model, and the SSP methodology was the key that unlocked it.
Deployment and Inference: Getting the Most Out of VibeThinker
For developers looking to integrate VibeThinker-1.5B into their stack, the model is available under a permissive MIT license on platforms like Hugging Face and GitHub. Because of its size, it can run comfortably on a laptop or even a high-end smartphone.
Recommended Inference Settings
To replicate the benchmark-topping performance, the Weibo AI team recommends specific hyper-parameters:
- Temperature: 0.6 (provides enough randomness for chain-of-thought exploration without losing focus).
- Top-P: 0.95 (standard for maintaining logical coherence).
- Max Tokens: 40,960 (necessary for the long Chain-of-Thought paths the model generates).
- Prompting: The model works best when explicitly told to "Think step-by-step" or when used in a "Chain-of-Thought" (CoT) framework.
Hardware Requirements
Running VibeThinker-1.5B requires very little VRAM. In a 4-bit quantized state (using tools like llama.cpp or ExLlamaV2), it can occupy less than 1.5GB of memory, making it the most capable reasoning model currently available for edge deployment.
Future Implications for the AI Industry
The release of VibeThinker-1.5B is a watershed moment for the "Efficiency First" movement in AI. It proves that the industry has been perhaps too obsessed with raw scale.
The Rise of SLMs (Small Language Models)
We are likely to see a shift where "Reasoning SLMs" become the standard for mobile and local applications. Instead of sending every query to a massive, expensive server running a 1T+ parameter model, local devices will use models like VibeThinker to solve logic problems, only escalating to larger models when broad general knowledge is required.
Democratization of Research
By proving that state-of-the-art reasoning can be achieved with under $10,000 in compute, Weibo AI has opened the door for universities and small startups to compete with big tech giants. The focus of AI competition may shift from "Who has the most GPUs?" to "Who has the best post-training algorithms?"
Summary: A New Paradigm for Reasoning
VibeThinker-1.5B is not just a "small model"; it is a proof of concept that the architecture of training matters as much as—if not more than—the size of the model. By outperforming DeepSeek-R1 in mathematics and coding benchmarks, it has forced a re-evaluation of what is possible with 1.5 billion parameters.
While it won't replace GPT-4 or DeepSeek-V3 for writing an essay on 18th-century literature, it is now the undisputed champion of its weight class in the world of logic and mathematics. For developers and businesses looking for cost-effective, high-precision reasoning, the era of the "Tiny Giant" has officially begun.
FAQ: What You Need to Know About VibeThinker 1.5B
Does VibeThinker-1.5B replace DeepSeek-R1?
No. While it outperforms DeepSeek-R1 in specific math and coding benchmarks, DeepSeek-R1 remains a far superior general-purpose model with much broader factual knowledge and better performance in non-logical tasks.
Can I run VibeThinker-1.5B on my phone?
Yes. With 1.5 billion parameters, the model is small enough to run on most modern smartphones (iPhone 15 Pro and later, or high-end Android devices) using specialized inference apps.
Is VibeThinker-1.5B open source?
Yes, it is released under the MIT license, which allows for both personal and commercial use.
What is the "Spectrum-to-Signal Principle"?
It is a training method that first teaches a model to find a wide variety of ways to solve a problem (Spectrum) and then uses reinforcement learning to identify and reinforce the most accurate and efficient paths (Signal).
Why is the AIME score important?
AIME is a highly respected mathematics competition. High scores on this benchmark indicate a model can handle complex, multi-step logical reasoning without making "hallucination" errors that typically plague smaller models.
-
Topic: Tiny Model, Big Logic: Diversity-Driven Optimization Elicits Large-Model Reasoning Ability in VibeThinker-1.5Bhttps://arxiv.org/pdf/2511.06221
-
Topic: Weibo's new open source AI model VibeThinker-1.5B outperforms DeepSeek-R1 on $7,800 post-training budget - Burning Blockhttps://burningblock.com/weibos-new-open-source-ai-model-vibethinker-1-5b-outperforms-deepseek-r1-on-7800-post-training-budget/
-
Topic: Weibo's VibeThinker 1.5B Beats DeepSeek-R1 AI - Archyworldyshttps://www.archyworldys.com/weibos-vibethinker-1-5b-beats-deepseek-r1-ai/