---
格式版本: 2
标题: "CogEvol: Towards Efficient and Reliable Learning Environment Generation"
原文链接: "https://arxiv.org/abs/2608.30968"
发布日期: "2026-08-31"
发布时间校准状态: "found"
发布时间需复核: "否"
发布时间来源: "rule:local:strict_original_body"
发布时间证据: "**\\[v1\\]** Mon, 31 Aug 2026 15:33:38 UTC (2,610 KB)"
发布时间校准原因: "规则确认唯一严格发布时间，来源 local:strict_original_body"
发布时间校准置信度: "high"
发布时间候选数量: 18
发布时间严格候选数量: 6
发布时间原页读取状态: "source template page reused from URL open"
发布时间未找到原因: ""
发布时间校准时间: "2026-09-02T03:47:42+08:00"
发布时间仲裁状态: "skipped"
发布时间仲裁尝试次数: 0
发布时间仲裁耗时毫秒: 0
发现时间: "2026-09-02T03:46:29+08:00"
入库时间: "2026-09-01T19:47:42.827Z"
来源平台: "arXiv 学术论文搜索"
搜索渠道: "source_template"
搜索词: "https://arxiv.org/search/?query=GPU&searchtype=all"
匹配关键词:
  - "GPU"
  - "AI"
相关厂家:
  []
相关专家:
  []
内容类型: "网页"
抓取工具: "Free Fetch + Defuddle"
清洗工具: "Defuddle Markdown + Defuddle/Readability 正文提取"
原始附件:
  []
AI优质: "否"
AI打分: 15
AI分档: "非优质"
AI质检状态: "不通过"
AI打分理由: "该资料为arXiv学术论文页面，主题为学习环境生成的CogEvol模型，与超节点/AI Rack/机柜级AI基础设施、供电散热互连等完全无关。仅搜索词命中GPU，正文无任何相关技术或商业信息，判定为无关。"
AI质检模型: "zj-deepseek-v4-flash"
AI质检时间: "2026-09-02T03:47:53+08:00"
AI主题相关性: 0
AI来源权威性: 5
AI新颖性: 5
AI技术细节: 0
AI商业部署信号: 0
AI完整性: 5
AI摘要: "CogEvol提出一个学习环境生成模型族，可将课程简报单次生成为结构化幻灯片或交互式HTML页面，中位耗时分别仅17秒和59秒，显著快于多轮智能体脚手架，并已用于生产流量。"
AI摘要模型: "ali-deepseek-v4-flash"
AI摘要时间: "2026-09-01T23:07:01.558Z"
采集批次: "2026年9月1日23点56分52秒"
采集批次ID: "20260901-235652-761"
去重键: "https://arxiv.org/abs/2608.30968"
---

## Computer Science > Computation and Language

## Title:CogEvol: Towards Efficient and Reliable Learning Environment Generation

Authors:[Shangqing Tu](https://arxiv.org/search/cs?searchtype=author&query=Tu,+S), [Daniel Zhang-Li](https://arxiv.org/search/cs?searchtype=author&query=Zhang-Li,+D), [Yucheng Wang](https://arxiv.org/search/cs?searchtype=author&query=Wang,+Y), [Shiyu Gan](https://arxiv.org/search/cs?searchtype=author&query=Gan,+S), [Yanpeng Wang](https://arxiv.org/search/cs?searchtype=author&query=Wang,+Y), [Huiqiang Rong](https://arxiv.org/search/cs?searchtype=author&query=Rong,+H), [Mofei Chen](https://arxiv.org/search/cs?searchtype=author&query=Chen,+M), [Shen Yang](https://arxiv.org/search/cs?searchtype=author&query=Yang,+S), [Yini Chen](https://arxiv.org/search/cs?searchtype=author&query=Chen,+Y), [Yinuo Duan](https://arxiv.org/search/cs?searchtype=author&query=Duan,+Y), [Haoxuan Li](https://arxiv.org/search/cs?searchtype=author&query=Li,+H), [Binglin Liu](https://arxiv.org/search/cs?searchtype=author&query=Liu,+B), [Ye He](https://arxiv.org/search/cs?searchtype=author&query=He,+Y), [Danqi Zheng](https://arxiv.org/search/cs?searchtype=author&query=Zheng,+D), [Zhanxin Hao](https://arxiv.org/search/cs?searchtype=author&query=Hao,+Z), [Yuxuan Wu](https://arxiv.org/search/cs?searchtype=author&query=Wu,+Y), [Mengting Tao](https://arxiv.org/search/cs?searchtype=author&query=Tao,+M), [Yuqiu Liu](https://arxiv.org/search/cs?searchtype=author&query=Liu,+Y), [Jifan Yu](https://arxiv.org/search/cs?searchtype=author&query=Yu,+J), [Juanzi Li](https://arxiv.org/search/cs?searchtype=author&query=Li,+J), [Bin Xu](https://arxiv.org/search/cs?searchtype=author&query=Xu,+B), [Lei Hou](https://arxiv.org/search/cs?searchtype=author&query=Hou,+L), [Huiqin Liu](https://arxiv.org/search/cs?searchtype=author&query=Liu,+H), [Yu Zhang](https://arxiv.org/search/cs?searchtype=author&query=Zhang,+Y)

[View PDF](https://arxiv.org/pdf/2608.30968) [HTML (experimental)](https://arxiv.org/html/2608.30968v1)

> Abstract:We present CogEvol, a family of models trained specifically for Learning Environment Generation: turning a course brief into a finished learning artifact (structured-JSON slides or self-contained interactive HTML pages) in a single pass. Across 220k production requests, CogEvol completes a slide in a median of 17 seconds and an interactive page in 59, replacing minutes-long multi-turn agent scaffolding. Reliability is enforced rather than hoped for: a production-grounded data pipeline turns real failures into 53,687 verified SFT samples, and a hybrid rule-plus-VLM reward drives GRPO-based RL, hardened after we caught and fixed a reward-hacking episode that produced visually convincing but unplayable games. CogEvol-27B scores 83.7 on slide quality and 63.7 on a 500-case interactive-HTML benchmark with 26.9x fewer parameters than flagship coding models, and, in collaboration with the OpenMAIC team, serves their live production traffic. CogEvol-4B is released openly under the Apache 2.0 license at [this https URL](https://github.com/CogEvol/CogEvol-4B;) external flagships are measured on the same suites under the identical harness. Scaffold editing cuts interactive-page generation cost by a further ~76%, and the full stack runs on domestic Ascend accelerators at application-level parity with A800 GPUs, lowering the unit cost of AI-native education at scale.

| Comments: |  |
| --- | --- |
| Subjects: | Computation and Language (cs.CL); Artificial Intelligence (cs.AI) |
| Cite as: | [arXiv:2608.30968](https://arxiv.org/abs/2608.30968) \[cs.CL\] |
|  | (or [arXiv:2608.30968v1](https://arxiv.org/abs/2608.30968v1) \[cs.CL\] for this version) |
|  | [https://doi.org/10.48550/arXiv.2608.30968](https://doi.org/10.48550/arXiv.2608.30968) |

## Submission history

From: Shangqing Tu \[[view email](https://arxiv.org/show-email/0e1d2fd3/2608.30968)\]  
**\[v1\]** Mon, 31 Aug 2026 15:33:38 UTC (2,610 KB)

[Which authors of this paper are endorsers?](https://arxiv.org/auth/show-endorsers/2608.30968) | Disable MathJax ([What is MathJax?](https://info.arxiv.org/help/mathjax.html))
