Tabbit
活动资源博客模型
Tabbit LogoTabbit

Tabbit — 为你工作的 AI 浏览器

主题资源

  • AI Browser Resources
  • Agentic Browser Resources
  • Browser Downloads and Install Guides
  • Browser Comparisons
  • AI Browser Alternatives
  • Browser Productivity Resources

热门指南

  • AI Browser
  • Agentic Browser Download
  • Best AI Browser 2026: Top 9 Tested & Ranked
  • AI Browser Download
  • Free AI Browser
  • Best AI Browser 2026
  • AI Browser Comparison 2026
  • AI Browser for Windows
  • AI Browser for Mac
  • Chrome Alternative 2026

活动

  • 别装了,你在《牛来》里早有原型
  • Tabbit 妙招大赛
  • KPOP SBTI 饭圈人格测试
  • Tabbit 校园共创者计划
  • fifi 的论文文献妙招精选
  • 用户问卷

关于

  • Tabbit 博客
  • 媒体报道
测评
媒体DeepSeek V3.2

DeepSeek-V3.2 技术报告:DSA、Agent 合成数据与推理基线

原始来源

arXiv / DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models

作者DeepSeek-AI

原文日期2025-12-03

Tabbit 整理2026-08-19

查看原文

一句话结论

技术报告把 V3.2 的优势归因于稀疏注意力、可扩展 RL 与大规模 Agent 任务合成:目标是在长上下文降低成本并提升工具泛化,但报告中的 benchmark 与 API 生产表现仍需独立复现。

测试环境

  • 模型:DeepSeek-V3.2、V3.2-Exp、V3.2-Speciale;报告包含标准推理、长上下文、Agent 与人类偏好评估。

  • 架构:DSA(lightning indexer + fine-grained top-k selection),继续预训练后进行 specialist distillation 和 mixed RL。

  • 训练/评测数据:Agent 合成 pipeline 覆盖 1,800+ 环境、85,000+ 复杂指令;报告还提到 128K 长上下文训练和 H800 inference cost 估算。

输入/配置

报告的详细 benchmark 表/图没有完全以可复制文本呈现;其方法说明包括 thinking/non-thinking 专项、数学/编程/逻辑/通用 Agent/Agentic coding/search 六个域,及 outcome reward、length penalty、language consistency reward 等训练因素。

结果数据

  • 报告摘要称 V3.2 在多个推理 benchmark 与 GPT-5 相近,V3.2-Speciale 超过 GPT-5、接近 Gemini-3.0-Pro;Speciale 在 IMO/IOI 2025 达到金牌表现。

  • DSA 主注意力复杂度从 O(L²) 降至 O(Lk),每个 query 选择 2,048 个 key-value tokens(报告 sparse training 配置)。

  • 继续预训练的 sparse stage:1,500 steps、每步 480×128K sequences、约 943.7B tokens;这些是训练配置,不是部署必需参数。

  • 报告称 V3.2-Exp 在 Artificial Analysis Long Context Reasoning 比 V3.1-Terminus 高 4 分;并引用 Fiction.liveBench 多项领先,但这是报告引用的外部评测,不是本次独立复现。

结论

V3.2 的架构/训练路线针对长上下文效率与 Agent 泛化,适合把它作为开放权重 Agent 基线研究;但实际服务要分开验证 short/long context、thinking/tool-use 和 provider parser。

局限

  • 这是 DeepSeek 自报技术报告,benchmark 选择、提示、脚手架和评测细节不全;不能只据摘要排名下结论。

  • 训练 token、top-k 和 DSA 复杂度不直接决定 API 成本或用户可见质量。

  • V3.2、V3.2-Exp、Speciale 的 checkpoint/能力不同;跨变体比较会混淆。

  • 外部 Artificial Analysis/Fiction.liveBench 结果应回到原始页面复核。

复现步骤

  1. 选定模型变体、权重/服务端和任务 split,固定 thinking、工具、上下文长度与输出预算。

  2. 分层跑标准推理、代码、长上下文、工具调用和 Agent outcome 任务。

  3. 对长上下文记录 token/s、首 token、GPU/费用和准确率;对 Agent 保存完整 tool traces。

  4. 与 GPT/其他开放模型使用同 harness 对照,并区分官方报告数、外部结果和自己的复现数。

Tabbit 小编提醒

本文是第三方资料导航。测试环境、模型版本和主观体验可能不同,请以原文为准。

DeepSeek V3.2

在 Tabbit 中使用并对比模型

DeepSeek V3.2

相关测评

官方DeepSeek API Docs / DeepSeek-V3.2 Release2025-12-01

DeepSeek-V3.2 官方发布:V3.2 与 Speciale 的推理/Agent 定位

媒体SWE-bench Leaderboards2026-02-17

SWE-bench Leaderboard 中 DeepSeek V3.2 的编码 Agent 结果

社区Reddit / r/LocalLLaMA2025-12

Reddit LocalLLaMA 对 DeepSeek V3.2 Agent 编码的体验边界

DeepSeek V3.2

相关提示词

官方DeepSeek API Docs / DeepSeek-V3.2 Release 与 Thinking Mode2025-12-01

DeepSeek-V3.2 的思考式工具调用与多轮状态配置

媒体DeepSeek-V3.2 技术报告(arXiv)2025-12-03

DeepSeek-V3.2 的长上下文与 Agent 证据锚定工作流