deepseek-ai/DeepSeek-V3.2 已完整同步
DeepSeek-V3.2: Efficient Reasoning & Agentic AI
Introduction
We introduce DeepSeek-V3.2, a model that harmonizes high computational efficiency with superior reasoning and agent performance. Our approach is built upon three key technical breakthroughs:
- DeepSeek Sparse Attention (DSA): We introduce DSA, an efficient attention mechanism that substantially reduces computational complexity while preserving model performance, specifically optimized for long-context scenarios.
- Scalable Reinforcement Learning Framework: By implementing a robust RL protocol and scaling post-training compute, DeepSeek-V3.2 performs comparably to GPT-5. Notably, our high-compute variant, DeepSeek-V3.2-Speciale, surpasses GPT-5 and exhibits reasoning proficiency on par with Gemini-3.0-Pro.
- Achievement: 🥇 Gold-medal performance in the 2025 International Mathematical Olympiad (IMO) and International Olympiad in Informatics (IOI).
- Large-Scale Agentic Task Synthesis Pipeline: To integrate reasoning into tool-use scenarios, we developed a novel synthesis pipeline that systematically generates training data at scale. This facilitates scalable agentic post-training, improving compliance and generalization in complex interactive environments.
We have also released the final submissions for IOI 2025, ICPC World Finals, IMO 2025 and CMO 2025, which were selected based on our designed pipeline. These materials are provided
192 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3860_47952a096d --revision a7e62ac04ecb2c0a54d736dc46601c5606cf10a6 --output ./ds_ext_3860_47952a096d
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3860_47952a096d --revision a7e62ac04ecb2c0a54d736dc46601c5606cf10a6 --output ./ds_ext_3860_47952a096d
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3860_47952a096d --revision a7e62ac04ecb2c0a54d736dc46601c5606cf10a6 --output ./ds_ext_3860_47952a096d --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3860_47952a096d --revision a7e62ac04ecb2c0a54d736dc46601c5606cf10a6 --output ./ds_ext_3860_47952a096d --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3860_47952a096d --revision a7e62ac04ecb2c0a54d736dc46601c5606cf10a6 --output ./ds_ext_3860_47952a096d --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3860_47952a096d --revision a7e62ac04ecb2c0a54d736dc46601c5606cf10a6 --output ./ds_ext_3860_47952a096d --jobs 8
完整帮助:wehub datasets download --help