清华与 Qwen 团队 Terminal-Universe 论文:把智能体轨迹重构为可复用终端环境训练编码智能体

Rohan Paul · @rohanpaul_ai · X·2026-09-10 06:01·42分钟前
AI 导读

清华与 Qwen 团队发布 Terminal-Universe 论文,从既有智能体轨迹中还原代码工作区,使其可生成大量新的可验证训练任务。用该数据微调 Qwen3.5-27B 后,在 Terminus2 设置下 Terminal-Bench 2.1 从 46.2% 升至 58.1%,EvoCode-Bench v2 MT@4 从 6.3 升至 20.1。

Rohan Paul@rohanpaul_ai
57AI 编辑部评分,满分 100

清华与 Qwen 团队 Terminal-Universe 论文:把智能体轨迹重构为可复用终端环境训练编码智能体

2026-09-10 06:01· 42分钟前
AI 导读

清华与 Qwen 团队发布 Terminal-Universe 论文,从既有智能体轨迹中还原代码工作区,使其可生成大量新的可验证训练任务。用该数据微调 Qwen3.5-27B 后,在 Terminus2 设置下 Terminal-Bench 2.1 从 46.2% 升至 58.1%,EvoCode-Bench v2 MT@4 从 6.3 升至 20.1。

New Tsinghua + Qwen Team's paper flips the usual agent-data recipe:

Reconstructing and re-solving old agent workspaces trains better coding agents than imitating the original runs

A trajectory is like a recording of 1 coding agent fixing 1 bug: you can only copy what that agent did.

The paper instead rebuilds the actual code workspace from that recording, so you can give the same workspace new bugs, new features, or a stronger agent and generate many fresh training examples from it.

That is the core difference: trajectory = 1 frozen solution; environment = a reusable codebase that can produce many new verified tasks, and the paper finds the second is much better for training agents.

Training Qwen3.5-27B on the resulting data moved Terminal-Bench 2.1 from 46.2% to 58.1% and EvoCode-Bench v2 MT@4 from 6.3 to 20.1 under the paper's Terminus2 setup.

collect execution environments you can reuse, not just more traces you can imitate.