Signal Brief

Quantized Reasoning Models Think They Need to Think Longer, but They Do Not

Meta 论文发现,量化推理模型在已给出正确答案后仍会自我怀疑,导致过思考失败率高达 52%。对 50 个犹豫词施加惩罚可将推理长度减少 12%-23%,并保持或提升准确率。

twitter关注列表 Rohan Paul (@rohanpaul_ai) 发布 2026-07-22 收录 2026-07-22 观察

一句话判断

值得阅读原文,了解具体量化方法和解码修正技巧,可用于优化量化模型。

核心信息

Meta 论文发现,量化推理模型在已给出正确答案后仍会自我怀疑,导致过思考失败率高达 52%。对 50 个犹豫词施加惩罚可将推理长度减少 12%-23%,并保持或提升准确率。

原始内容

Paper from Meta shows Quantized reasoning models often lose because they keep doubting a correct answer instead of finishing. Many of them reason well enough, but compression makes them hesitate at the wrong time. The problem is that post-training quantization, a way to shrink models after training, can make reasoning models cheaper to run but worse at finishing cleanly. The authors found that strong quantization does not only make models less capable, since in many failures the model already reached the right answer but then second-guessed itself. Their core idea is that quantization adds noise at uncertain word choices, so the model becomes more likely to pick words like “wait,” “but,” or “alternatively” that reopen the problem. They tested this across math, coding, and science tasks using 5 reasoning models, several quantization methods, and model sizes from 1.5B to 32B. The main result is that aggressive quantization raised overthinking failures up to 52%, while a small penalty on 50 hesitation words cut reasoning length by 12% to 23% and often kept or improved accuracy. Given compressed models are widely used to save memory and cost, very important to know that a very small decoding fix can stop many of them from wasting tokens and losing answers they already had. ---- – arxiv. org/abs/2606.00206 Title: "Quantized Reasoning Models Think They Need to Think Longer, but They Do Not" ![photo](https://pbs.twimg.com/media/HN0Kum0a8AAnM9T.png)

相关动态

01

AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?

研究人员提出了 AutoLab 基准测试,包含 36 项涉及系统加速、谜题、模型开发及 CUDA kernel 工作的任务,旨在评估模型在长时程自动研究中的表现。通过对 17 个主流模型的测试发现,成功的关键不在于初始想法的质量,而在于模型的持续测试与反馈迭代能力;其中 Claude Opus 4.6 在该基准测试中表现最佳,原因在于其能...

twitter关注列表2026-07-22#技术#模型#研究
观察
02

Kimi K3 30分钟构建VR伴侣

Kimi团队展示Kimi K3模型在收到一个3D模型和一条提示后,于30分钟内自主构建了一个VR伴侣,该伴侣能够听、回应、改变表情并在场景间移动,期间K3独立发现并部署了本地ASR和TTS连接LLM,并构建了VR场景。

twitter关注列表2026-07-22#AI#模型#多模态
观察
03

dots-note-3.0获IMO满分金牌

小红书dots团队的大模型dots-note-3.0在第67届IMO中获得42分满分,超过金牌线13分,成为全球首个在IMO官方评卷中斩获满分的大模型,也是中国首个IMO金牌大模型。此前Gemini Deep Think曾获35分。该模型采用智能体化推理系统和加强归纳法,并计划近期开源。

twitter关注列表2026-07-22#模型#技术突破#AI模型
值得跟进
04

Tencent Hy3 Agent Arena排名#25

Arena.ai评测显示,腾讯Hy3模型在Agent Arena中排名第25位(开放权重模型第5位),在Frontend Code Arena中排名第16位(开放模型第2位)。Hy3在工具使用(bash错误恢复,+2.6%)方面表现强劲,但在可操纵性(用户推回时调整能力)方面较弱,得分为-7.1%。

twitter关注列表2026-07-22#模型#评测#技术
观察
05

Anthropic 用 Claude Code 实现百万行代码迁移新模式

Anthropic 团队使用 Claude Code 将 Zig 项目迁移到 Rust,百万行代码不到两周完成,100% 测试通过,仅 19 个回归问题全部修复,成本约 16.5 万美元。文章介绍了六步迁移流程,强调以强 judge 和对抗 agent 验证测试断言,可复制的工厂流水线模板将语言级重构门槛降至小团队可行。

twitter关注列表2026-07-22#技术#模型发布#开源
值得跟进