Pith. sign in

REVIEW 3 major objections 6 minor 1 cited by

A three-stage recipe for multi-turn OS-agent data lifts an 8B model past GPT-4o and a 32B base on tool-use tasks.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · grok-4.5

2026-07-15 10:50 UTC pith:5W3EHW2N

load-bearing objection Solid joint recipe and a real long-horizon OS corpus with clear 8B SFT gains; main risk is how close ClawEval sits to the OpenClaw substrate, not empty results. the 3 major comments →

arxiv 2606.11520 v4 pith:5W3EHW2N submitted 2026-06-09 cs.CL cs.AIcs.LG

ISE: An Execution-Grounded Recipe for Multi-Turn OS-Agent Trajectories

classification cs.CL cs.AIcs.LG
keywords OS agentsmulti-turn trajectoriestool usedata synthesisexecution groundingrole-locked user simulationSFTClawEval
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

Training OS agents fails more from data than from model size: existing corpora rarely capture structured user intents, multi-turn delegation with correction, and real tool outcomes. This paper offers ISE—Intent, Simulate, Execute—a synthesis pipeline that samples intents along persona, domain, task, and complexity axes, drives multi-turn dialogue with a role-locked user simulator conditioned on live execution feedback, and runs every tool call in an isolated real OS workspace. The resulting ISETrace corpus contains over 23,000 trajectories that average more than 68 dialogue turns and nearly 30 tool calls each. Fine-tuning Qwen3-8B on this data roughly doubles pass@1 on a fixed set of ClawEval agent tool-use tasks, beating zero-shot GPT-4o and the four-times-larger Qwen3-32B base; an ablation that truncates trajectories to single-turn shows multi-turn simulation supplies a large share of the gain. The practical claim is that how the data is made—structured intents, role-locked simulation, and execution grounding—matters as much as raw scale for teaching agents that must survive real shell state.

Core claim

Fine-tuning on ISETrace, a corpus of 23,132 multi-turn OS-agent trajectories produced by the three-stage ISE recipe, raises Qwen3-8B ClawEval pass@1 from 19.3 to 37.7 on the fixed 114 T-family tool-use tasks under a common protocol, surpassing zero-shot GPT-4o (25.4) and the 4×-larger Qwen3-32B base (30.7). A Stage-2 ablation that keeps only the first user turn drops pass@1 to 28.1, showing that multi-turn simulation contributes a substantial portion of the measured gain.

What carries the argument

ISE (Intent → Simulate → Execute): 4D structured intent sampling (Persona × Domain × Task × Complexity), a role-locked user simulator whose every turn is conditioned on actual post-execution agent replies, and live OS execution of every tool call in isolated workspaces.

Load-bearing premise

The ClawEval T-family tasks and BFCL stateful categories are assumed to fairly measure general OS-agent skill rather than partly reflecting closeness to the same live-OS substrate used to generate the training trajectories.

What would settle it

Train the same base models on ISETrace and re-evaluate under an identical common protocol on an independent multi-turn OS-agent suite whose tools, shell environment, and task distribution are deliberately disjoint from the synthesis workspace; if the large pass@1 and stateful-category gains largely disappear, the transfer claim fails.

Watch this falsifier — get emailed when new claim-graph text bears on it.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper proposes ISE (Intent → Simulate → Execute), a three-stage recipe for synthesizing multi-turn OS-agent trajectories that jointly targets structured user intents, multi-turn delegation, and live tool execution. Stage 1 samples a 4D intent space (Persona × Domain × Task × Complexity), yielding 43,956 unique intents with a full-pool Vendi Score of 61.57. Stage 2 uses a role-locked user simulator with four behavioral constraints to produce multi-turn dialogues conditioned on real execution outcomes. Stage 3 executes every tool call in isolated live OS workspaces. The resulting ISETrace corpus contains 23,132 trajectories (avg. 8.12 user turns, 68.24 total turns, 29.26 tool calls). Fine-tuning Qwen3-8B on ISETrace raises ClawEval pass@1 from 19.3 to 37.7 on a fixed 114-task T-family common set, surpassing zero-shot GPT-4o and Qwen3-32B; BFCL v4 Overall and stateful categories also improve. Stage-1 and Stage-2 ablations each reduce gains. Code and data are released.

Significance. If the transfer results hold under independent evaluation, this is a useful systems contribution for OS-agent SFT: it inverts tool-first synthesis, couples multi-turn user simulation to live execution state, and ships a sizable, diversity-quantified corpus with public code. Strengths include concrete common-denominator evaluation (114 T tasks), external BFCL numbers, measured role-drift/stagnation audits, embedding/lexical/structural diversity reporting, and an explicit Stage-2 ablation isolating multi-turn simulation. The work is more recipe-and-corpus than theory, but that is appropriate for the problem; the open release is a material contribution to a data-scarce area.

major comments (3)
  1. §4.1 and §5.1–5.2 (Table 4): The headline ClawEval T-family lift (19.3→37.7) is measured on agent tool-use over a real shell (file-IO, code-runtime, web-fetch, automation-flow), while synthesis and Stage-3 grounding use OpenClaw live OS workspaces with a unified tool API. The manuscript does not report tool-schema overlap, environment snapshot identity, or task-template distance between ISETrace and ClawEval T. Without that evidence, a substrate-match explanation remains open for the primary comparison to GPT-4o and Qwen3-32B. Please quantify distributional closeness (e.g., tool inventory overlap, command/error-string statistics) and/or add results on an independent OS-agent suite not built on the same substrate; BFCL stateful gains help but do not fully close this for the ClawEval claim.
  2. §5.3 and Table 5: The paradigm is presented as three load-bearing stages, yet only Stage 1 (domain restriction) and Stage 2 (single-turn truncation) are ablated; Stage 3 (live vs. simulated execution) is not. Given that Gap 3 (simulated execution) is a central motivation in §1, the claim that execution grounding is essential remains untested relative to an otherwise identical multi-turn corpus with mocked tool returns. An indicative Stage-3 ablation—or a clear statement that it is infeasible with the current pipeline and why—would make the three-stage contribution claim proportionate to the evidence.
  3. §4.5 Completion gating: Trajectories are retained only when the same role-locked simulator sets completed=true after observing the agent’s post-execution reply. While the paper correctly notes this is not pure LLM-as-judge of free-form quality, completion is still simulator-mediated and can select for trajectories the simulator finds easy to advance. Please report (i) failure modes of discarded runs (cap exhaustion vs. stall), (ii) whether completion correlates with persona/complexity slices, and (iii) sensitivity of downstream pass@1 to stricter or looser completion criteria, so selection bias can be assessed.
minor comments (6)
  1. §5.3: Ablations are labeled “indicative” rather than controlled single-variable experiments; state this limitation more prominently near Table 5 and avoid language in the abstract that “proves” multi-turn contribution.
  2. Table 1 / Figure 3: Heterogeneous turn definitions across corpora are acknowledged; keep the same-protocol re-measurement of APIGen-MT and Toucan as the primary depth comparison and de-emphasize mixed self-reported figures in the main narrative.
  3. §3 Vendi: Full-pool Vendi 61.57 is useful; also report the embedding model and kernel settings once in a single methods paragraph so the metric is fully reproducible without hunting footnotes.
  4. Figure 6 trajectory example is excellent; ensure the released corpus id and any redacted credentials are consistent with the public GitHub dump.
  5. Abstract: “roughly 50000” vs. 43,956 unique intents—align the abstract with the deduplicated figure used in the body.
  6. §6 Limitations: Windows/GUI/browser scope is noted; a one-sentence note on whether the 16-tool inventory is OpenClaw-specific would help readers judge portability of the recipe.

Circularity Check

0 steps flagged

No circular derivation: ISE is an empirical data-synthesis + SFT transfer paper; headline gains are measured on held-out benchmarks, not forced by construction from the synthesis inputs.

full rationale

The paper’s load-bearing claim is empirical: SFT on ISETrace raises Qwen3-8B ClawEval pass@1 from 19.3 to 37.7 on a fixed 114-task T-family set and improves BFCL v4 Overall and stateful categories, with Stage-1/Stage-2 ablations degrading those scores (Tables 4–5, §5.2–5.3). That chain is measurement, not a first-principles derivation that reduces to its inputs. Stage 1’s 4D sampling, Stage 2’s role-locked simulator, and Stage 3’s live OS execution define how training trajectories are built; they do not algebraically or by definition determine ClawEval/BFCL scores. Completion gating (simulator completed=true, §4.5) is a retention filter for the corpus, not a renamed prediction of the external pass@1 metric; post-hoc role-drift/stagnation audits are separate rule-based checks. OpenClaw substrate proximity to ClawEval is a possible validity/generalization concern, not a circular reduction of a claimed derivation (no fitted parameter is re-labeled as a prediction; no uniqueness theorem is imported from overlapping authors; no ansatz is smuggled in via self-citation). Concurrent corpus comparisons and Vendi/Self-BLEU statistics are descriptive. Per the analyzer defaults, this is an honest non-finding: score 0, no circular steps.

Axiom & Free-Parameter Ledger

5 free parameters · 5 axioms · 4 invented entities

The paper’s load-bearing content is a data-synthesis recipe plus SFT experiments, not a closed-form derivation. What the reader must accept without independent proof is mainly design choices (4D sampling ranges, complexity mix, role-lock principles), the OpenClaw live-OS substrate, and that ClawEval/BFCL scores under the stated protocol measure the intended skill. Free parameters are hand-set synthesis knobs; axioms are standard ML/agent-training assumptions; invented entities are the named recipe, corpus, and simulator constraints.

free parameters (5)
  • Complexity prior (complex/medium/simple) = 50% / 40% / 10%
    Hand-set to 50%/40%/10% in Stage 1 to avoid over-representing short tasks; directly shapes the training distribution (§4.3).
  • Domain and task subset cardinalities = 2–3 domains; 3–6 tasks
    Each intent draws 2–3 domains and 3–6 tasks from fixed libraries of 10 domains and 131 tasks; these bounds are design choices that force composite workloads (§4.3).
  • Persona pool size and freeze policy = 965 frozen personas
    Target ~1000 LLM-synthesized personas, freeze after dedup to 965 identities; sampling is uniform from the frozen pool rather than resampled per intent (§4.3).
  • Simulator turn safety cap and completion flag = cap not numerically fixed in text; completion rate 46.3%
    Trajectory length is gated by simulator completed=true or a safety turn cap; discarded runs define the 46.3% completion rate and retained 23,132 trajectories (§4.4–4.5, Table 3).
  • Vendi evaluation settings = q=1; full-pool VS=61.57
    Diversity claims use mpnet-base-v2, cosine kernel, q=1, and both N=500 and full-pool N; embedding choice and kernel order are free analysis settings (§3).
axioms (5)
  • domain assumption Structured 4D sampling over persona, domain, task, and complexity yields broader, more realistic user-intent coverage than tool-first or free-form LLM task generation.
    Stated as the fix for Gap 1 and supported by Vendi/t-SNE analysis, but not proven against human intent logs (§1, §4.3).
  • ad hoc to paper Four behavioral constraints (perspective lock, register matching, incremental advancement, responsive conditioning) sufficiently suppress role drift and state hallucination in an LLM user simulator.
    Core Stage-2 design; post-hoc lexicon audit shows 0.02% role-drift flags, which is evidence but not a guarantee of human-like users (§4.4–4.5).
  • domain assumption Live OS tool outcomes are a more faithful training signal than simulated tool responses or LLM-as-judge completion labels for environment-verifiable subgoals.
    Motivation for Stage 3 and completion gating; standard in execution-grounded agent work but still an assumption about transfer (§1, §4.5).
  • domain assumption Supervised fine-tuning on synthetic multi-turn trajectories, holding base model and objective fixed, is an adequate test of data-composition value.
    Explicit methodological stance in §2.2; excludes RL or preference-optimization confounds by design.
  • standard math Standard embedding and n-gram diversity metrics (Vendi, Distinct-n) plus tool co-occurrence topology are meaningful proxies for corpus quality relevant to agent training.
    Uses published Vendi Score machinery and common lexical protocols; interpretation as ‘richer trajectories’ is domain judgment (§3).
invented entities (4)
  • ISE (Intent → Simulate → Execute) paradigm no independent evidence
    purpose: Name the three-stage synthesis recipe claimed to jointly close intent-first, single-turn, and simulated-execution gaps.
    Organizing contribution of the paper; value is empirical via ISETrace and SFT results, not an independently measured natural object.
  • ISETrace corpus independent evidence
    purpose: Released multi-turn OS-agent trajectory dataset (~23k trajectories) produced by ISE for SFT.
    Primary artifact; independent groups can download and retrain, which is the main external handle.
  • 4D intent space I = P × 2^D_[2,3] × T*_[3,6] × C no independent evidence
    purpose: Formalize structured intent sampling used to force combinatorial coverage before natural-language realization.
    Paper-specific sampling model; diversity numbers depend on this construction (§4.3).
  • Role-locked user simulator (four principles) no independent evidence
    purpose: Generate multi-turn user sides conditioned on live execution outcomes while suppressing assistant-style drift.
    Method component; audited with rule-based checks but not validated against real human multi-turn OS users in this paper.

pith-pipeline@v1.1.0-grok45 · 21433 in / 4417 out tokens · 41275 ms · 2026-07-15T10:50:46.809292+00:00 · methodology

0 comments
read the original abstract

Training capable OS agents requires data that simultaneously captures structured user intents, multi-turn task delegation, and grounded tool execution--properties absent from existing datasets. We propose ISE (Intent -> Simulate -> Execute), a three-stage synthesis paradigm that addresses these gaps jointly. Stage 1 constructs roughly 50000 structured intents via a 4D framework (Persona x Domain x Task x Complexity); after deduplication the pool contains 43956 unique intents and attains a Vendi Score of 61.57 over the entire pool on mpnet-base-v2 embeddings (cosine kernel, q=1). Stage 2 drives multi-turn user-agent interaction through a role-locked user simulator that grounds each user turn in actual execution outcomes, producing 23132 complete trajectories averaging 8.12 user turns and 68.24 total dialogue turns. Stage 3 runs every tool call inside a live, isolated OS workspace, generating authentic failure-recovery dynamics instead of simulated responses. Fine-tuning on ISETrace improves ClawEval pass@1 from 19.3 to 37.7 using Qwen3-8B on agent tool-use tasks with a standard protocol. This result outperforms zero-shot GPT-4o and the larger Qwen3-32B base model which is four times bigger. An ablation on Stage 2 proves multi-turn simulation brings a large portion of the performance gain. We release all source code and dataset at https://github.com/Valiere01/ISE-Trace.

Figures

Figures reproduced from arXiv: 2606.11520 by Cong Pang, Haojia Yu, Jiapeng Luo, Lewei Lu, Lin Zhou, Nairong Zheng, Shengyou Yuan, Siyuan Luo, Tiankuo Yao.

Figure 1
Figure 1. Figure 1: ISETrace in the concurrent agent-data landscape. Each circle is one corpus (axis = avg. dialogue turns per trajectory; y-axis = #trajectories on log scale). Bubble area encodes tool calls per trajectory; hue encodes environment grounding (real-OS / simulated / web / synthetic). The shaded band marks the long-horizon × real-OS execution × ≥20K trajectories regime, which ISETrace alone occupies among concurr… view at source ↗
Figure 2
Figure 2. Figure 2: ISETrace coverage analysis. Left: t-SNE projection of 5,000 sampled intents (mpnet-base-v2 embeddings), colored by primary domain—spread is broad across the embedding space with all 10 domains overlapping rather than clustered. Right: Vendi scaling curve over N ∈ {200, 500, 1,000, 2,000, 5,000, 10,000, 20,000, 43,956} (log N). The score grows monotonically from 40.67 (N=200) to 61.57 at the full pool (N=43… view at source ↗
Figure 3
Figure 3. Figure 3: Trajectory depth across fourteen agent corpora: av [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Pairwise tool co-occurrence within trajectories (top [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: The ISE synthesis paradigm at a glance. Each of the three stages contrasts a typical failure mode of prior work (top, [PITH_FULL_IMAGE:figures/full_fig_p007_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: A real ISETrace trajectory, reproduced verbatim from the released corpus (intent_04f8274f; persona: Mei Lin, a product manager at an EdTech startup). Read top-to-bottom: each agent turn issues a tool_call that is executed against a live OS, and the observable outcome—a real exit code, error string, or written file—is carried back into the dialogue rather than a model self-report or an LLM judge (execution-… view at source ↗
Figure 6
Figure 6. Figure 6: A real ISETrace trajectory, reproduced verbatim from the released corpus (intent_04f8274f; persona: Mei Lin, a product manager at an EdTech startup). Read top-to-bottom: each agent turn issues a tool_call executed against a live OS, and the observable outcome—a real exit code, error string, or written file—is carried back into the dialogue rather than a model self-report or LLM judge (execution-grounded). … view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Execution-First Synthetic Tool-Use Trace Generation for LLM Agents

    cs.SE 2026-07 conditional novelty 5.0

    An execution-first data generator that validates tool traces before synthesizing user tasks improves Qwen agents' tool use and answer quality, with masked reasoning supervision beating full-trace supervision.

Reference graph

Works this paper leans on

31 extracted references · 19 linked inside Pith · cited by 1 Pith paper

  1. [1]

    online" 'onlinestring :=

    ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block STRING...

  2. [2]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...

  3. [3]

    Agent-Ark Team . 2025. https://huggingface.co/datasets/Agent-Ark/Toucan-1.5M Toucan-1.5M : A large-scale multi-tool agent sft dataset . Hugging Face dataset. Accessed 2026-06

  4. [4]

    Jiaao Chen, Jingyuan Qi, Mingye Gao, Wei-Chen Wang, Hanrui Wang, and Di Jin. 2026 a . https://arxiv.org/abs/2603.05553 EigenData : A self-evolving multi-agent platform for function-calling data synthesis, auditing, and repair . arXiv preprint arXiv:2603.05553

  5. [5]

    Jinpeng Chen, Cheng Gong, Hanbo Li, Ziru Liu, Zichen Tian, Xinyu Fu, Shi Wu, Chenyang Zhang, Wu Zhang, Suiyun Zhang, Dandan Tu, and Rui Liu. 2026 b . https://arxiv.org/abs/2603.01940 CoVe : Training interactive tool-use agents via constraint-guided verification . arXiv preprint arXiv:2603.01940

  6. [6]

    Kanzhi Cheng, Zehao Li, Zheng Ma, Nuo Chen, Jialin Cao, Qiushi Sun, Zichen Ding, Fangzhi Xu, Hang Yan, Jiajun Chen, Anh Tuan Luu, Jianbing Zhang, Lewei Lu, and Dahua Lin. 2026. https://arxiv.org/abs/2604.15093 OpenMobile : Building open mobile agents with task and trajectory synthesis . arXiv preprint arXiv:2604.15093

  7. [7]

    Gonzalez, Ion Stoica, and Eric P

    Wei-Lin Chiang, Zhuohan Li, Zi Lin, Ying Sheng, Zhanghao Wu, Hao Zhang, Lianmin Zheng, Siyuan Zhuang, Yonghao Zhuang, Joseph E. Gonzalez, Ion Stoica, and Eric P. Xing. 2023. Vicuna: An open-source chatbot impressing GPT -4 with 90\ ChatGPT quality. https://lmsys.org/blog/2023-03-30-vicuna/

  8. [8]

    Dan Friedman and Adji Bousso Dieng. 2023. The vendi score: A diversity evaluation metric for machine learning. In Proceedings of AISTATS

  9. [9]

    Xuhao Hu, Xi Zhang, Haiyang Xu, Kyle Qiao, Jingyi Yang, Xuanjing Huang, Jing Shao, Ming Yan, and Jieping Ye. 2026. https://arxiv.org/abs/2605.12481 ToolCUA : Towards optimal GUI-Tool path orchestration for computer use agents . arXiv preprint arXiv:2605.12481

  10. [10]

    Yusong Lin, Haiyang Wang, Shuzhe Wu, Lue Fan, Feiyang Pan, Sanyuan Zhao, and Dandan Tu. 2026. https://arxiv.org/abs/2602.10999 CLI-Gym : Scalable CLI task generation via agentic environment inversion . arXiv preprint arXiv:2602.10999

  11. [11]

    Xiao Liu, Hao Yu, Hanchen Zhang, Yifan Xu, Xuanyu Lei, Hanyu Lai, Yu Gu, Hangliang Ding, Kaiwen Men, Kejuan Yang, Shudan Zhang, Xiang Deng, Aohan Zeng, Zhengxiao Du, Chenhui Zhang, Sheng Shen, Tianjun Zhang, Yu Su, Huan Sun, and 3 others. 2023. https://arxiv.org/abs/2308.03688 AgentBench : Evaluating LLMs as agents . arXiv preprint arXiv:2308.03688

  12. [12]

    Zuxin Liu, Thai Hoang, Jianguo Zhang, Ming Zhu, Tian Lan, Shirley Kokane, Juntao Tan, Weiran Yao, Zhiwei Liu, Yihao Feng, Rithesh Murthy, Liangwei Yang, Silvio Savarese, Juan Carlos Niebles, Huan Wang, Shelby Heinecke, and Caiming Xiong. 2024. https://arxiv.org/abs/2406.18518 APIGen : Automated pipeline for generating verifiable and diverse function-calli...

  13. [13]

    Arindam Mitra, Luciano Del Corro, Guoqing Zheng, Shweti Mahajan, Dany Rouhana, Andres Codas, Yadong Lu, Wei ge Chen, Olga Vrousgos, Corby Rosset, Fillipe Silva, Hamed Khanpour, Yash Lara, and Ahmed Awadallah. 2024. https://arxiv.org/abs/2407.03502 AgentInstruct : Toward generative teaching with agentic flows . arXiv preprint arXiv:2407.03502

  14. [14]

    Patil, Tianjun Zhang, Xin Wang, and Joseph E

    Shishir G. Patil, Tianjun Zhang, Xin Wang, and Joseph E. Gonzalez. 2023. https://arxiv.org/abs/2305.15334 Gorilla : Large language model connected with massive APIs . arXiv preprint arXiv:2305.15334. BFCL benchmark

  15. [15]

    Akshara Prabhakar, Zuxin Liu, Ming Zhu, Jianguo Zhang, Tulika Awalgaonkar, Shiyu Wang, Zhiwei Liu, Haolin Chen, Thai Hoang, Juan Carlos Niebles, Shelby Heinecke, Weiran Yao, Huan Wang, Silvio Savarese, and Caiming Xiong. 2025. https://arxiv.org/abs/2504.03601 APIGen-MT : Agentic pipeline for multi-turn data generation via simulated agent-human interplay ....

  16. [16]

    Yujia Qin, Shihao Liang, Yining Ye, Kunlun Zhu, Lan Yan, Yaxi Lu, Yankai Lin, Xin Cong, Xiangru Tang, Bill Qian, Sihan Zhao, Lauren Hong, Runchu Tian, Ruobing Xie, Jie Zhou, Mark Gerstein, Dahai Li, Zhiyuan Liu, and Maosong Sun. 2023. https://arxiv.org/abs/2307.16789 ToolLLM : Facilitating large language models to master 16000+ real-world APIs . arXiv pre...

  17. [17]

    Dingfeng Shi, Jingyi Cao, Qianben Chen, Weichen Sun, Weizhen Li, Hongxuan Lu, Fangchen Dong, Tianrui Qin, King Zhu, Minghao Liu, Jian Yang, Ge Zhang, Jiaheng Liu, Changwang Zhang, Jun Wang, Yuchen Eleanor Jiang, and Wangchunshu Zhou. 2025. https://arxiv.org/abs/2506.10055 TaskCraft : Automated generation of agentic tasks . arXiv preprint arXiv:2506.10055

  18. [18]

    Qiushi Sun, Kanzhi Cheng, Zichen Ding, Chuanyang Jin, Yian Wang, Fangzhi Xu, Zhenyu Wu, Chengyou Jia, Liheng Chen, Zhoumianze Liu, Ben Kao, Guohao Li, Junxian He, Yu Qiao, and Zhiyong Wu. 2024. https://arxiv.org/abs/2412.19723 OS-Genesis : Automating GUI agent trajectory construction via reverse task synthesis . In Proceedings of the 63rd Annual Meeting o...

  19. [19]

    Bowen Wang, Dunjie Lu, Junli Wang, Tianyi Bai, Shixuan Liu, Zhipeng Zhang, Haiquan Wang, Hao Hu, Tianbao Xie, Shuai Bai, Dayiheng Liu, Que Shen, Junyang Lin, and Tao Yu. 2026. https://arxiv.org/abs/2605.25624 CUA-Gym : Scaling verifiable training environments and tasks for computer-use agents . arXiv preprint arXiv:2605.25624

  20. [20]

    Smith, Daniel Khashabi, and Hannaneh Hajishirzi

    Yizhong Wang, Yeganeh Kordi, Swaroop Mishra, Alisa Liu, Noah A. Smith, Daniel Khashabi, and Hannaneh Hajishirzi. 2022. https://arxiv.org/abs/2212.10560 Self-Instruct : Aligning language models with self-generated instructions . arXiv preprint arXiv:2212.10560

  21. [21]

    Weimin Xiong, Shuhao Gu, Bowen Ye, Zihao Yue, Lei Li, Feifan Song, Sujian Li, and Hao Tian. 2026. https://arxiv.org/abs/2605.14747 Video2GUI : Synthesizing large-scale interaction trajectories for generalized GUI agent pretraining . arXiv preprint arXiv:2605.14747

  22. [22]

    Can Xu, Qingfeng Sun, Kai Zheng, Xiubo Geng, Pu Zhao, Jiazhan Feng, Chongyang Tao, Qingwei Lin, and Daxin Jiang. 2023. https://arxiv.org/abs/2304.12244 WizardLM : Empowering large pre-trained language models to follow complex instructions . arXiv preprint arXiv:2304.12244

  23. [23]

    Minrui Xu, Zilin Wang, Mengyi Deng, Zhiwei Li, Zhicheng Yang, Xiao Zhu, Yinhong Liu, Boyu Zhu, Baiyu Huang, Chao Chen, Heyuan Deng, Fei Mi, Lifeng Shang, Xingshan Zeng, and Zhijiang Guo. 2026 a . https://arxiv.org/abs/2605.18703 EnvFactory : Scaling tool-use agents via executable environments synthesis and robust RL . arXiv preprint arXiv:2605.18703

  24. [24]

    Siyuan Xu, Shiyang Li, Xin Liu, Tianyi Liu, Yixiao Li, Zhan Shi, Zixuan Zhang, Zilong Wang, Qingyu Yin, Jianshu Chen, Tuo Zhao, and Bing Yin. 2026 b . https://arxiv.org/abs/2604.09813 Controllable and verifiable tool-use data synthesis for agentic reinforcement learning . arXiv preprint arXiv:2604.09813

  25. [25]

    Yiheng Xu, Dunjie Lu, Zhennan Shen, Junli Wang, Zekun Wang, Yuchen Mao, Caiming Xiong, and Tao Yu. 2024. https://arxiv.org/abs/2412.09605 AgentTrek : Agent trajectory synthesis via guiding replay with web tutorials . In The Thirteenth International Conference on Learning Representations (ICLR)

  26. [26]

    Zhangchen Xu, Adriana Meza Soria, Shawn Tan, Anurag Roy, Ashish Sunil Agrawal, Radha Poovendran, and Rameswar Panda. 2025. https://arxiv.org/abs/2510.01179 TOUCAN : Synthesizing 1.5m tool-agentic data from real-world MCP environments . arXiv preprint arXiv:2510.01179

  27. [27]

    Chen Yang, Ran Le, Yun Xing, Zhenwei An, Zongchao Chen, Wayne Xin Zhao, Yang Song, and Tao Zhang. 2025. https://arxiv.org/abs/2511.15718 ToolMind technical Report : A large-scale, reasoning-enhanced tool-use dataset . arXiv preprint arXiv:2511.15718

  28. [28]

    Shunyu Yao, Noah Shinn, Pedram Razavi, and Karthik Narasimhan. 2024. https://arxiv.org/abs/2406.12045 -bench: A benchmark for tool-agent-user interaction in real-world domains . arXiv preprint arXiv:2406.12045

  29. [29]

    Aohan Zeng, Mingdao Liu, Rui Lu, Bowen Wang, Xiao Liu, Yuxiao Dong, and Jie Tang. 2023. https://arxiv.org/abs/2310.12823 AgentTuning : Enabling generalized agent abilities for LLMs . arXiv preprint arXiv:2310.12823

  30. [30]

    Xuhui Zhou, Weiwei Sun, Qianou Ma, Yiqing Xie, Jiarui Liu, Weihua Du, Sean Welleck, Yiming Yang, Graham Neubig, Sherry Tongshuang Wu, and Maarten Sap. 2026. https://arxiv.org/abs/2603.11245 Mind the Sim2Real gap in user simulation for agentic tasks . arXiv preprint arXiv:2603.11245

  31. [31]

    Kaijie Zhu, Yuzhou Nie, Yijiang Li, Yiming Huang, Jialian Wu, Jiang Liu, Ximeng Sun, Zhenfei Yin, Lun Wang, Zicheng Liu, Emad Barsoum, William Yang Wang, and Wenbo Guo. 2026. https://arxiv.org/abs/2602.07274 TermiGen : High-fidelity environment and robust trajectory synthesis for terminal agents . arXiv preprint arXiv:2602.07274