Summary (Overview)
- VibeThinker-3B is a compact 3B-parameter dense model that achieves frontier-level performance on verifiable reasoning tasks (mathematics, coding, STEM), matching or exceeding models orders of magnitude larger (e.g., DeepSeek V3.2 at 671B, GLM-5 at 744B, Gemini 3 Pro).
- Key results: 94.3 on AIME26 (97.1 with Claim-Level Reliability Assessment test-time scaling), 80.2 Pass@1 on LiveCodeBench v6, 96.1% acceptance rate on unseen LeetCode contests, and 93.4 on IFEval (preserving instruction controllability).
- Methodology: Built on the Spectrum-to-Signal post-training paradigm with curriculum-based supervised fine-tuning, multi-domain reinforcement learning (MGPO), Long2Short efficiency optimization, offline self-distillation, and Instruct RL.
- Theoretical contribution: Introduces the Parametric Compression-Coverage Hypothesis — verifiable reasoning is "parameter-dense" (compressible into compact reasoning cores), while open-domain knowledge requires "parameter-expansive" coverage.
- Implications: Proposes the Reasoning-Knowledge Decoupling Paradigm, suggesting SLMs are not merely deployment-efficient fallbacks but a complementary path to frontier performance in specific capability regimes.
Introduction and Theoretical Foundation
The paper addresses the prevailing assumption that frontier reasoning ability requires tens or hundreds of billions of parameters. While reinforcement learning has dramatically improved reasoning in large models, small language models (SLMs) ≤3B are generally considered bottlenecked on difficult math and code tasks.
Building on the authors' prior work VibeThinker-1.5B, which demonstrated that extremely small models can produce stable reasoning chains, this work asks: What is the true capability boundary of a strictly 3B model? Can it achieve frontier-level performance comparable to top-tier LLMs?
The theoretical foundation rests on the Spectrum-to-Signal Principle (SSP):
- Spectrum: The SFT stage constructs a broad solution space (diverse reasoning paths).
- Signal: RL amplifies high-value reasoning signals within that space.
The core hypothesis — the Parametric Compression-Coverage Hypothesis — posits that capabilities differ structurally in parameter demands:
- Parameter-dense capabilities (verifiable reasoning): Search, constraint satisfaction, error correction, multi-step composition within structured solution spaces — highly compressible into compact reasoning cores.
- Parameter-expansive capabilities (knowledge-intensive, general-purpose): Broad coverage over facts, concepts, long-tail scenarios — resemble a coverage problem requiring massive parameter capacity.
This explains why VibeThinker-3B matches top-tier systems on math/coding but lags on knowledge-heavy benchmarks like GPQA-Diamond.
Methodology
Overall Pipeline (Fig. 3)
Built on Qwen2.5-Coder-3B base, the post-training pipeline unfolds in four stages:
1. Supervised Fine-Tuning (SFT)
Data Construction:
- Data Synthesis & Query Expansion: Seed queries with reliable supervision (math with verified answers, code with unit tests) are rewritten across dimensions (concept composition, constraints, evaluation objectives). Pseudo-labels generated via majority voting from strong teachers.
- Multi-path Reasoning Distillation: Multiple candidate reasoning traces sampled per query (not just one standard solution) to construct a diverse "solution spectrum."
- Multi-level Quality Control:
- N-gram-based filtering (removes repetitive/templated/decontaminated samples)
- LLM-based query quality filtering
- Trace correctness filtering (answer verification, code sandbox execution, LLM majority voting)
Training Process:
- Two-stage curriculum SFT:
- Stage 1: Broad capability coverage over full dataset, 5 epochs, LR → cosine decay to , sequence packing.
- Stage 2: Hard-reasoning subset (traces >5K tokens, error rate ≥0.75 via 8 rollouts of VibeThinker-1.5B reference), 2 additional epochs.
- Diversity-Exploring Distillation: Intermediate checkpoints evaluated on Pass@K per domain; domain "specialist" checkpoints merged at parameter level to preserve output diversity.
2. Reinforcement Learning (RL)
Algorithm: MaxEnt-Guided Policy Optimization (MGPO) — core equations preserved:
Empirical group accuracy:
Prompt weighting (maximum-entropy principle, ):
MGPO clipped objective (GRPO-style):
Key design decisions:
- Single 64K long-context window (not progressive expansion — high-truncation warm-up was found to disrupt existing high-quality long-horizon reasoning in the stronger 3B initialization).
- Sequential multi-domain RL: Math RL → Code RL → STEM RL, each with domain-specific verifiers.
- Long2Short Math RL: Two-stage efficiency optimization. For correct trajectories with brevity score :
with . The zero-sum property holds:
— reshaping relative preference toward concise reasoning without shifting the group-level reward baseline.
3. Offline Self-Distillation
- Rejection sampling with verifiers removes incorrect trajectories.
- Learning-potential filtering scores each verified trace by student-model length-normalized negative log-likelihood:
- Traces ranked within domain-specific length buckets (avoiding length bias); mid-to-high score traces prioritized.
4. Instruct RL
- Mixed instruction dataset (format-sensitive, long-context, general alignment).
- Rule-based validators for explicit constraints; rubric-based reward models for open-ended prompts.
- Reinforces controllability while preserving reasoning.
Test-Time Scaling: Claim-Level Reliability Assessment (CLR)
Two-stage procedure: (1) Generate trajectories, extract decision-relevant claims + final answer per trajectory; (2) Model self-verifies claims, yielding binary verdicts . Nonlinear trajectory-level reliability score:
Answers clustered by equivalence, reliability-weighted aggregation selects final answer:
Empirical Validation / Results
Core Benchmark Performance (Table 1)
VibeThinker-3B vs. small/mid-sized reasoning models (3B–14B):
| Benchmark | VibeThinker-3B | Best Small Baseline (<14B) |
|---|---|---|
| AIME25 | 91.4 | 82.9 (Ministral-3-14B) |
| AIME26 | 94.3 | 85.0 (Ministral-3-14B) |
| HMMT25 | 89.3 | 73.8 (Qwen3.5-4B) |
| BruMO25 | 93.8 | 86.7 (Ministral-3-14B) |
| IMO-AnswerBench | 76.4 | 63.4 (Ministral-3-14B) |
| LiveCodeBench v6 | 80.2 | 72.0 (Gemma-4-12B) |
| OJBench | 38.6 | 25.9 (OpenReasoning-Nemotron) |
| GPQA-Diamond | 70.2 | 81.9 (Phi4-Reasoning-Plus) |
| IFEval | 93.4 | 89.8 (Qwen3.5-4B) |
| IFBench | 74.5 | 59.2 (Qwen3.5-4B) |
VibeThinker-3B also surpasses larger models (20B–560B) on most verifiable benchmarks.
Top-Tier Comparison (Table 2)
| Benchmark | VibeThinker-3B | +CLR | DeepSeek V3.2 (671B) | GLM-5 (744B) | Gemini 3 Pro |
|---|---|---|---|---|---|
| AIME25 | 91.4 | 96.7 | 93.1 | 96.7 | 96.0 |
| AIME26 | 94.3 | 97.1 | 94.2 | 95.8 | 91.7 |
| HMMT25 | 89.3 | 95.4 | 90.2 | 97.9 | 97.5 |
| BruMO25 | 93.8 | 99.2 | 96.7 | — | 98.3 |
| IMO-Ans | 76.4 | 80.6 | 78.3 | 82.5 | 83.1 |
| LCBv6 | 80.2 | — | 80.8 | 85.5 | 87.4 |
| GPQA-D | 70.2 | 72.9 | 82.4 | 86.0 | 91.9 |
| IFEval | 93.4 | — | 92.6 | 92.6 | — |
| IFBench | 74.5 | — | 60.7 | 76.5 | 70.4 |
With CLR, VibeThinker-3B enters the top cluster on competition mathematics, matching or exceeding flagship models.
Out-of-Distribution Generalization (Table 3): LeetCode Contests (Apr 25–May 31, 2026)
VibeThinker-3B achieves 96.1% (123/128) first-attempt Python acceptance — exceeding GPT-5.2 (95.3%), Doubao Seed 2.0 Pro (94.5%), Qwen3-Max (91.4%), Kimi K2.5 (90.6%), and GLM-5 (76.6%), trailing only GPT-5.3-Codex (100%), Gemini 3.1 Pro (99.2%), and Gemini 3 Flash (96.9%).
Parameter Efficiency (Fig. 2)
On IMO-AnswerBench, VibeThinker-3B (76.4, 3B params; 80.6 with CLR) reaches the performance band of DeepSeek V3.2 (78.3, 671B), GLM-5 (82.5, 744B), and Kimi K2.5 (81.8, 1T).
Theoretical and Practical Implications
-
Parametric Compression-Coverage Hypothesis: Verifiable reasoning is fundamentally compressible — its core (search, constraint satisfaction, error correction) can be encoded in a compact reasoning core, whereas knowledge coverage requires broad parameter capacity. This explains the asymmetric performance profile of VibeThinker-3B (frontier-level math/code, gap on GPQA-Diamond).
-
Reasoning-Knowledge Decoupling Paradigm: Large-scale models remain necessary for expansive knowledge breadth; small models can encapsulate high-density reasoning depth. This reframes SLM development as a complementary research trajectory, not a passive compromise.
-
Practical significance:
- Demonstrates that post-training quality (diverse exploration, reliable verification, curriculum design) can substitute for raw parameter scale in verifiable domains.
- The single long-context window finding challenges progressive context-expansion strategies for stronger initializations.
- Long2Short RL shows efficiency optimization can proceed without accuracy loss via zero-sum reward redistribution.
- CLR provides a parameter-free test-time scaling method that improves answer-verifiable tasks without processing entire verbose trajectories.
Conclusion
VibeThinker-3B demonstrates that a strictly 3B model can reach the performance band of frontier LLMs on highly complex verifiable tasks. The authors propose that verifiable reasoning aligns with parameter-dense core compression, while open-domain knowledge requires parameter-expansive coverage. Consequently, the potential of small models for top-tier performance in specific capability domains has been underestimated.
Future directions implied by this work:
- Extending the compact reasoning core to additional verifiable domains (e.g., formal verification, theorem proving).
- Investigating the boundary of the compression-coverage trade-off (at what parameter scale does knowledge coverage become feasible?).
- Further improving knowledge-intensive performance in small models via retrieval or external memory augmentation.
- Scaling the post-training paradigm to other base architectures and parameter sizes.
Related papers
- OasisKV: Scaling In-Decode KV Cache Beyond HBM with Lookahead Sparse Prefetching
OasisKV uses speculative decoding's draft tokens to predict future KV-cache access, enabling asynchronous prefetching that boosts LLM inference throughput up to 2.1x with negligible accuracy loss.
- Does RoPE Prevent or Degrade Retrieval Heads? A Mechanistic Analysis Across Model Families
RoPE's frequency axis, not dimension utility, is causally load-bearing for retrieval heads, with zeroing low-frequency dimensions collapsing recall across all model families tested.
- RestoreKV: Recovering Full-Cache Behavior Under Aggressive Query-Agnostic KV Cache Eviction
RestoreKV generates a small, context-conditioned restore cache via LoRA-adapted tokens to complement evicted KV pairs, boosting RULER accuracy by up to 35 points at 5% budget with negligible overhead.