AI咨询

每日早报 投融资 最新技术 行业应用 大模型进展

AI知识

AI工具库 AI智能体 AI编程 Hermes 使用 Codex 使用 Claude Code 学习路径 Prompt模板库

AI应用

最佳实践 企业落地 AI赚钱 OPC 一人公司 落地SOP AI成熟度诊断 咨询预约

其他

AI 问答 关于本站
首页 / 最新技术 / 正文

ZGCM-1:面向数学与智能体搜索的全开放高效基础模型

事件

arXiv:2609.13356v1 Announce Type: new Abstract: In this work, we present ZGCM-1, a fully open 7B dense foundation model trained from scratch with extreme data, system, and algorithmic efficiency. ZGCM-1 is founded on a core premise: compact models cannot passively memorize the open web, but can overcome parametric capacity limits by coupling deliberate internal thinking with active external tool use. To support this paradigm across a 256K context, we develop an end-to-end, high-efficiency open training recipe: Architecture & System Co-design: interleaved gated sliding-window and full attention, and a stable FP8 Muon optimizer; Progressive Curriculum & MDP Mid-Training: context scaling across 16K, 64K, and 256K, and the reformulation of interaction traces into Markov Decision Processes. Furthermore, we establish an AI-native R&D workflow where agent swarms autonomously manage cluster operations, data curation, and rapid diagnostic evaluation. Extensive evaluations show that ZGCM-1-7B is competitive across 7B model family on general benchmarks. On several challenging mathematical reasoning and agentic search suites, it remains competitive with frontier models orders of magnitude larger, such as Qwen3-235B-A22B and GLM-5.1. We also show that our pre-training design offers a ~4.2x efficiency improvement in 16K pre-training time-to-loss. Across the full development lifecycle, we distill eight actionable empirical findings-spanning architectural scaling, SFT quality pruning, long-c

来源

本条目由采集管线自动抓取,原始内容见下方来源链接,审核时请补充观点与「对谁有用」的判断。

*采集源:arXiv cs.AI*

📎 原始来源:arXiv cs.AI
本站内容为摘要与观点整理,不全文转载原文;版权归原作者所有。
💬 对这篇还有疑问?

直接问 AI,回答带站内出处。

就这篇提问

相关内容

最新技术2026-09-16

Ask HN:面向学习场景的智能体框架,可行吗?

HN 用户提出为学习场景设计专用 harness:与追求任务自动完成的现有 agent 相反,学习 harness 应记忆学习者理解状态、提供提示、调用题目/模拟/评估工具,并在结束时评估掌握度,而非直接给出答案。作者认为现有 AI 导师多为 LLM+提示词,harness 才是正确形态,并询问除 K12 外是否有人感兴趣。

最新技术2026-09-16

英伟达开源 IMO 金牌配方:不仅是「人海战术」,1.5TB 显存做实 AI「推恩令」?

英伟达开源 Nemotron 3 Ultra 的 IMO 数学推理系统,含两个数学专家 checkpoint、训练数据、推理代码与 200 道新基准,以 30/42 分超金牌线,但 1.5TB 显存门槛引发算力集权争议。

最新技术2026-09-16

LabAgent:用AI智能体为科研发现定制任意研究中枢

论文提出LabAgent,一个面向实验室持续科研的复现与发现框架,通过技能执行验证和纠错经验记录机制,解决人员流动导致方法失传问题。在药物性质预测、生物医学分析、蛋白质变异效应预测和统计遗传学中均超越商业通用智能体,并能准确复现已发表图表。

最新技术2026-09-16

Agent开始调用基础设施,Kubernetes准备好了吗?

文章探讨AI Agent开始直接调用基础设施的趋势,分析Kubernetes在面向Agent的调度、权限与资源管理上是否已做好准备,对云原生与AI平台开发者有参考价值。