We introduce <strong>VibeThinker-3B</strong>, a 3B dense reasoning model that explores how far verifiable reasoning can be pushed within a strictly small-model regime.</p>\n<p>The core idea behind this work is that capabilities such as mathematics, coding, and STEM reasoning may be highly compressible when the task space is structured and reliable verification signals are available. This leads to our Parametric Compression-Coverage Hypothesis: verifiable reasoning can be concentrated in compact models through search, constraint satisfaction, self-correction, and answer verification, while open-domain knowledge and general-purpose dialogue require broader parameter coverage over facts, concepts, and long-tail scenarios.</p>\n<p>Despite its compact scale, VibeThinker-3B achieves strong results on challenging verifiable reasoning benchmarks:</p>\n<ul>\n<li><strong>94.3 on AIME 2026</strong>, improved to <strong>97.1</strong> with Claim-Level Reliability Assessment (CLR), a test-time scaling strategy.</li>\n<li><strong>80.2 Pass@1 on LiveCodeBench v6</strong></li>\n<li><strong>76.4 on IMO-AnswerBench</strong>, improved to <strong>80.6</strong> with CLR</li>\n<li><strong>96.1% acceptance rate</strong> on recent unseen LeetCode contests (From Apr.25 - May 31, 2026)</li>\n<li><strong>93.4 on IFEval</strong>, suggesting that reasoning enhancement does not compromise instruction controllability</li>\n</ul>\n<p>We hope this work provides evidence that small language models should not be viewed only as deployment-efficient substitutes for larger models, but also as a complementary research path toward frontier-level performance in parameter-dense, verifiable reasoning domains.</p>\n<p>Code, model, and the technical report are available here:</p>\n<ul>\n<li>GitHub: <a href=\"https://github.com/WeiboAI/VibeThinker\" rel=\"nofollow\">https://github.com/WeiboAI/VibeThinker</a></li>\n<li>Model: <a href=\"https://huggingface.co/WeiboAI/VibeThinker-3B\">https://huggingface.co/WeiboAI/VibeThinker-3B</a></li>\n<li>Paper: <a href=\"https://arxiv.org/abs/2606.16140\" rel=\"nofollow\">https://arxiv.org/abs/2606.16140</a></li>\n</ul>\n<p>We welcome feedback, independent evaluations, and discussion from the community.</p>\n","updatedAt":"2026-06-16T03:56:27.446Z","author":{"_id":"67486775ed2e4d9e50fc9117","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/67486775ed2e4d9e50fc9117/WrCtPqY9X67ASbkUeloDF.jpeg","fullname":"Sen Xu","name":"SenXu1123","type":"user","isPro":false,"isHf":false,"isHfAdmin":false,"isMod":false,"followerCount":3,"isUserFollowing":false}},"numEdits":0,"identifiedLanguage":{"language":"en","probability":0.8689478039741516},"editors":["SenXu1123"],"editorAvatarUrls":["https://cdn-avatars.huggingface.co/v1/production/uploads/67486775ed2e4d9e50fc9117/WrCtPqY9X67ASbkUeloDF.jpeg"],"reactions":[],"isReport":false}}],"primaryEmailConfirmed":false,"paper":{"id":"2606.16140","authors":[{"_id":"6a30c591a0d4daae4285ff0f","user":{"_id":"67486775ed2e4d9e50fc9117","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/67486775ed2e4d9e50fc9117/WrCtPqY9X67ASbkUeloDF.jpeg","isPro":false,"fullname":"Sen Xu","user":"SenXu1123","type":"user","name":"SenXu1123"},"name":"Sen Xu","status":"claimed_verified","statusLastChangedAt":"2026-06-16T12:05:55.166Z","hidden":false},{"_id":"6a30c591a0d4daae4285ff10","name":"Shixi Liu","hidden":false},{"_id":"6a30c591a0d4daae4285ff11","name":"Wei Wang","hidden":false},{"_id":"6a30c591a0d4daae4285ff12","user":{"_id":"6646fa14b096df5b522fd5f9","avatarUrl":"/avatars/98f67b6f8cb9776575916a2ba027f738.svg","isPro":false,"fullname":"MIN JIXIN","user":"JIXIN0121","type":"user","name":"JIXIN0121"},"name":"Jixin Min","status":"claimed_verified","statusLastChangedAt":"2026-06-16T12:05:56.927Z","hidden":false},{"_id":"6a30c591a0d4daae4285ff13","name":"Yingwei Dai","hidden":false},{"_id":"6a30c591a0d4daae4285ff14","name":"Zhibin Yin","hidden":false},{"_id":"6a30c591a0d4daae4285ff15","name":"Yirong Chen","hidden":false},{"_id":"6a30c591a0d4daae4285ff16","name":"Xin Zhou","hidden":false},{"_id":"6a30c591a0d4daae4285ff17","name":"Junlin Zhang","hidden":false}],"publishedAt":"2026-06-15T00:00:00.000Z","submittedOnDailyAt":"2026-06-16T00:00:00.000Z","title":"VibeThinker-3B: Exploring the Frontier of Verifiable Reasoning in Small Language Models","submittedOnDailyBy":{"_id":"67486775ed2e4d9e50fc9117","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/67486775ed2e4d9e50fc9117/WrCtPqY9X67ASbkUeloDF.jpeg","isPro":false,"fullname":"Sen Xu","user":"SenXu1123","type":"user","name":"SenXu1123"},"summary":"This technical report introduces VibeThinker-3B, a compact dense model with 3B parameters developed to investigate how far verifiable reasoning can be pushed within a strictly small-model regime. Building upon the Spectrum-to-Signal post-training paradigm, we systematically enhance the model through an optimized pipeline that includes curriculum-based supervised fine-tuning, multi-domain reinforcement learning, and offline self-distillation. Experimental evaluations demonstrate that VibeThinker-3B achieves frontier-level performance on highly demanding verifiable tasks. Specifically, it attains a score of 94.3 on AIME26 (improving to 97.1 with claim-level test-time scaling), an 80.2 Pass@1 on LiveCodeBench v6, and exhibits strong out-of-distribution generalization with a 96.1\\% acceptance rate on recent unseen LeetCode contests. This effectively places it in the performance band of first-tier reasoning systems, matching or exceeding flagship models that are orders of magnitude larger, such as DeepSeek V3.2, GLM-5, and Gemini 3 Pro. Furthermore, a score of 93.4 on IFEval confirms that this extreme reasoning enhancement does not compromise strict instruction controllability. Extending our previous 1.5B work, these findings motivate the Parametric Compression-Coverage Hypothesis, which views verifiable reasoning as compressible into compact reasoning cores, while open-domain knowledge and general-purpose competence require broad parameter coverage over facts, concepts, and long-tail scenarios. This perspective suggests that compact models are not merely deployment-efficient substitutes, but a complementary path toward frontier-level performance in parameter-dense capability regimes.","upvotes":46,"discussionId":"6a30c591a0d4daae4285ff18","projectPage":"https://github.com/WeiboAI/VibeThinker","githubRepo":"https://github.com/WeiboAI/VibeThinker","githubRepoAddedBy":"user","ai_summary":"VibeThinker-3B demonstrates that compact models can achieve state-of-the-art performance on verifiable reasoning tasks through specialized training techniques, challenging conventional scaling assumptions.","ai_keywords":["verifiable reasoning","post-training paradigm","curriculum-based supervised fine-tuning","multi-domain reinforcement learning","self-distillation","Pass@1","instruction controllability","parameter-efficient fine-tuning","compression-coverages hypothesis"],"ai_summary_model":"Qwen/Qwen2.5-Coder-32B-Instruct","githubStars":577,"organization":{"_id":"68c8059479c43cfa50f36156","name":"WeiboAI","fullname":"WeiboAI","avatar":"https://cdn-avatars.huggingface.co/v1/production/uploads/64d1faaa1ed6649d70d1fa2f/lZVm6Yuiif9cdr5KsnfZr.png"}},"canReadDatabase":false,"canManagePapers":false,"canSubmit":false,"hasHfLevelAccess":false,"upvoted":false,"upvoters":[{"_id":"67486775ed2e4d9e50fc9117","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/67486775ed2e4d9e50fc9117/WrCtPqY9X67ASbkUeloDF.jpeg","isPro":false,"fullname":"Sen Xu","user":"SenXu1123","type":"user"},{"_id":"6422eba32f38c0a50cfdc77d","avatarUrl":"/avatars/0b1137ff258ba578c8b0e257a43716fa.svg","isPro":false,"fullname":"lsx","user":"lsx666","type":"user"},{"_id":"64d1faaa1ed6649d70d1fa2f","avatarUrl":"/avatars/388ba18df077eaa8e16a89e59bf852fa.svg","isPro":false,"fullname":"YinZhiBin","user":"YinZhiBin","type":"user"},{"_id":"650abd45b5a04c8675f27b83","avatarUrl":"/avatars/003eec3c598afef2a4d0f5c757098302.svg","isPro":false,"fullname":"Chen","user":"cyrmaster","type":"user"},{"_id":"68d284d886376d43bf88ce57","avatarUrl":"/avatars/0d26d24276a20ceb9e1b628548dc1260.svg","isPro":false,"fullname":"Wang","user":"Aliciawy","type":"user"},{"_id":"668b5090101353874ced73d0","avatarUrl":"/avatars/b2ec34a321890140e97ddd69884132a8.svg","isPro":false,"fullname":"junlin zhang","user":"junlinzhang","type":"user"},{"_id":"6566979a87d3a852eec630cc","avatarUrl":"/avatars/d97d98abab0ff644a548a2d69b7b89c9.svg","isPro":false,"fullname":"teng","user":"fei2341","type":"user"},{"_id":"6a30d19a156c66d0d9b48dbc","avatarUrl":"/avatars/1c5cdadcaf91783d73c149a6821b1506.svg","isPro":false,"fullname":"xin zhou","user":"zhouxinhit","type":"user"},{"_id":"620783f24e28382272337ba4","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/620783f24e28382272337ba4/zkUveQPNiDfYjgGhuFErj.jpeg","isPro":false,"fullname":"GuoLiangTang","user":"Tommy930","type":"user"},{"_id":"67dbfe749d821d3890617ad3","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/no-auth/yi2_wK1UbwJ0g839xcHDA.png","isPro":false,"fullname":"li xue","user":"snowballs123","type":"user"},{"_id":"64e581b610b73c283872cf68","avatarUrl":"/avatars/cd455f73d269c9a1a15399ff4d0061ee.svg","isPro":false,"fullname":"jing wang","user":"leisurehippo","type":"user"},{"_id":"68f75079a4fd3126534e2681","avatarUrl":"/avatars/cc90c89dcce91b8d931307c16711ab68.svg","isPro":false,"fullname":"wujirui","user":"jirui3","type":"user"}],"acceptLanguages":["en"],"dailyPaperRank":0,"organization":{"_id":"68c8059479c43cfa50f36156","name":"WeiboAI","fullname":"WeiboAI","avatar":"https://cdn-avatars.huggingface.co/v1/production/uploads/64d1faaa1ed6649d70d1fa2f/lZVm6Yuiif9cdr5KsnfZr.png"},"markdownContentUrl":"https://huggingface.co/buckets/huggingchat/papers-content/resolve/2606/2606.16140.md","query":{}}">
VibeThinker-3B: Exploring the Frontier of Verifiable Reasoning in Small Language Models
Published on Jun 15
· Submitted by Sen Xu on Jun 16 Abstract
VibeThinker-3B demonstrates that compact models can achieve state-of-the-art performance on verifiable reasoning tasks through specialized training techniques, challenging conventional scaling assumptions.
This technical report introduces VibeThinker-3B, a compact dense model with 3B parameters developed to investigate how far verifiable reasoning can be pushed within a strictly small-model regime. Building upon the Spectrum-to-Signal post-training paradigm, we systematically enhance the model through an optimized pipeline that includes curriculum-based supervised fine-tuning, multi-domain reinforcement learning, and offline self-distillation. Experimental evaluations demonstrate that VibeThinker-3B achieves frontier-level performance on highly demanding verifiable tasks. Specifically, it attains a score of 94.3 on AIME26 (improving to 97.1 with claim-level test-time scaling), an 80.2 Pass@1 on LiveCodeBench v6, and exhibits strong out-of-distribution generalization with a 96.1\% acceptance rate on recent unseen LeetCode contests. This effectively places it in the performance band of first-tier reasoning systems, matching or exceeding flagship models that are orders of magnitude larger, such as DeepSeek V3.2, GLM-5, and Gemini 3 Pro. Furthermore, a score of 93.4 on IFEval confirms that this extreme reasoning enhancement does not compromise strict instruction controllability. Extending our previous 1.5B work, these findings motivate the Parametric Compression-Coverage Hypothesis, which views verifiable reasoning as compressible into compact reasoning cores, while open-domain knowledge and general-purpose competence require broad parameter coverage over facts, concepts, and long-tail scenarios. This perspective suggests that compact models are not merely deployment-efficient substitutes, but a complementary path toward frontier-level performance in parameter-dense capability regimes.
Community
We introduce VibeThinker-3B, a 3B dense reasoning model that explores how far verifiable reasoning can be pushed within a strictly small-model regime.
The core idea behind this work is that capabilities such as mathematics, coding, and STEM reasoning may be highly compressible when the task space is structured and reliable verification signals are available. This leads to our Parametric Compression-Coverage Hypothesis: verifiable reasoning can be concentrated in compact models through search, constraint satisfaction, self-correction, and answer verification, while open-domain knowledge and general-purpose dialogue require broader parameter coverage over facts, concepts, and long-tail scenarios.
Despite its compact scale, VibeThinker-3B achieves strong results on challenging verifiable reasoning benchmarks:
- 94.3 on AIME 2026, improved to 97.1 with Claim-Level Reliability Assessment (CLR), a test-time scaling strategy.
- 80.2 Pass@1 on LiveCodeBench v6
- 76.4 on IMO-AnswerBench, improved to 80.6 with CLR
- 96.1% acceptance rate on recent unseen LeetCode contests (From Apr.25 - May 31, 2026)
- 93.4 on IFEval, suggesting that reasoning enhancement does not compromise instruction controllability
We hope this work provides evidence that small language models should not be viewed only as deployment-efficient substitutes for larger models, but also as a complementary research path toward frontier-level performance in parameter-dense, verifiable reasoning domains.
Code, model, and the technical report are available here:
We welcome feedback, independent evaluations, and discussion from the community.
Upload images, audio, and videos by dragging in the text input, pasting, or clicking here.
Tap or paste here to upload images
Cite arxiv.org/abs/2606.16140 in a dataset README.md to link it from this page.
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.