ZGCM-1: A Fully Open and Extremely Efficient Foundation Model for Math and Agentic Search

Jiyan He, Guang Liang, Hao Liu, Haoxiang Guan, Jinbo Sun, Junyi Guo, Wenjun Feng, Yantai Xie, Yifei Shen, Bin Shao, Chuyang Wei, Kai Chen, Kexin Zhou, Minghang Zhu, Shuxin Zheng, Tie-Yan Liu, Taine Zhao, Wenhui Zhu, Xueyin Xu, Xiaoqing Zhang, Yatao Li, Yuxuan Ren

arXiv:2609.13356 · 2026-09-15 공개 · arXiv · PDF

long-context foundation-model model-distillation math-reasoning curriculum-learning agentic-search sliding-window-attention efficient-training

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-context generalization, and agentic co-training dynamics. To facilitate community research, we open-source model weights from the pre-training, mid-training, and post-training stages, intermediate checkpoints, training code, per-stage data and data recipes, and W&B logs.

한국어 요약

한 줄 요약

ZGCM-1은 73억 파라미터의 오픈소스 기반 모델로, 256K 컨텍스트에서 수학적 추론과 에이전트 검색 성능을 극대화한 효율적인 학습 레시피를 제시한다.

핵심 기여도

핵심 아이디어

ZGCM-1은 **"소형 모델은 외부 도구와 결합하여 내부 추론을 보완할 수 있다"**는 핵심 가정을 바탕으로 설계되었다. 이는 기존의 **수억~수십억 파라미터 모델이 필요하다는 가정**을 깨는 새로운 접근법이다. 모델은 **256K 컨텍스트**를 처리하기 위해 **gated sliding-window attention (SWA)**과 **global attention**을 결합한 하이브리드 어텐션 구조를 채택한다. 이 구조는 **로컬-글로벌 정보 흐름을 균형 있게 조절**하며, **KV-cache를 6.4× 줄이고 처리 속도를 3.94× 향상**시킨다. 또한, **MDP mid-training**을 통해 훈련 중에 상호작용 추적을 **Markov Decision Process**로 재구성하여, **밀도 높은 단계별 의사결정 감독**을 주입한다.

기술적 접근법

주요 결과

의의 및 한계

ZGCM-1은 **7B 규모의 소형 모델**이 **235B 이상의 대형 모델과 경쟁**할 수 있음을 입증하며, **오픈소스 연구 생태계를 확장**하는 데 기여한다. 특히, **FP8 Muon optimizer**와 **gated SWA**를 통한 **에너지 효율성**과 **AI-native R&D 워크플로우**는 연구 재현성과 생산성을 동시에 높인다. 그러나 **진실성 (68.91%)**과 **코드 (72.24%)** 등에서는 여전히 한계가 존재하며, **더 긴 컨텍스트나 복잡한 다단계 추론**에 대한 추가 연구가 필요하다.

실용적 활용

ZGCM-1은 **수학 문제 해결**, **복잡한 검색 작업**, **자동화된 시스템 관리** 등에 활용 가능하다. 특히, **제한된 컴퓨팅 자원**을 가진 연구자나 기관이 **대규모 모델 없이도 높은 수준의 추론 능력을 구현**할 수 있는 실용적 도구로 기능할 수 있다.