REVIEW 3 major objections 6 minor 1 cited by
LAM SIMULATOR: Advancing Data Generation for Large Action Model Training via Online Exploration and Trajectory Feedback
T0 review · 3 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read An LLM agent can improve its own tool-use performance by training on trajectories it generates through online exploration, with pass-rate gains up to 49.3% in the paper's experiments.
desk verdict Useful data-generation framework, but the headline claim that exploration plus feedback drives the gains is not actually tested against the obvious gold-solution-path control. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The key machinery is the LAM SIMULATOR pipeline, which combines three components: a template-filling query generator that creates novel tasks with pre-computed ground-truth answers, an interactive environment whose action handler validates every tool call and returns error messages for malformed or hallucinated calls, and a trajectory filter that keeps only trajectories whose final answer matches the ground truth and that either contain no errors or recover from errors in the next step. This machinery allows the agent to explore with a tool set that can differ from the solution path used to compute the ground truth, receive real-time feedback, and generate training trajectories that include error-recovery behavior. The framework's programmatic evaluation avoids LLM-based judgment, which the paper argues makes the resulting training data more reliable than previous approaches.
What would settle it
Run the fine-tuning procedure with exploration tasks and tools that are provably disjoint from the evaluation tasks (for example, generate exploration data from the two held-out CRMArena tasks TCU and TII and evaluate on the other four, or swap the tool sets between exploration and evaluation on ToolBench). If the pass-rate gains shrink or disappear on such disjoint test sets, the claimed improvements would be shown to come from in-distribution fine-tuning rather than from the framework's exploration-and-feedback mechanism.
Extended reading notes
Core claim
On its own terms, the paper's central claim is that an LLM agent can improve its own tool-use performance by training on trajectories it collected through online exploration, provided the exploration is supervised by a programmatic action handler and the trajectories are filtered by matching their final answers to ground truths. The authors demonstrate this by fine-tuning five models on self-generated data from LAM SIMULATOR and showing consistent pass-rate improvements over each baseline: for example, gpt-4o rises from 47.4% to 51.5% on ToolBench, and gpt-4o-mini rises from 18.5% to 67.8% on CRMArena. They further claim that the gains extend to out-of-domain evaluations, including unseen tools and categories on ToolBench and two held-out CRM tasks, and that LAM SIMULATOR's fully programmatic evaluation produces higher-quality training data than ToolLLM's LLM-based generation and evaluation.
Load-bearing premise
The load-bearing premise is that the evaluation test sets are genuinely independent of the exploration-generated training data, so that the reported pass-rate gains reflect improved agent ability rather than in-distribution fine-tuning on near-duplicate tasks or tools.
Editorial extensions
If this is right
- Models fine-tuned on their own exploration trajectories can improve tool-use pass rates without new human-labeled data, reducing the cost of agent training.
- Programmatic evaluation (action handler plus ground-truth filtering) produces training data that outperforms LLM-based generation and evaluation pipelines like ToolLLM in direct comparison on CRMArena.
- The measured gains on unseen tools, unseen categories, and held-out CRM tasks suggest that self-generated trajectories teach generalizable tool-use behavior, not just answers to the exploration tasks.
- Lower-performing models benefit disproportionately more from self-generated data (mixtral-8x7b-inst rises from 11.7% to 31.0% on ToolBench; gpt-4o-mini rises from 18.5% to 67.8% on CRMArena), indicating the approach can bootstrap weaker agents.
Reading between the lines
- If the independence assumption holds, the same exploration-and-filter loop could be applied to other agent benchmarks and real-world tool environments, but its dependence on hand-designed query templates and solution paths may limit scaling to open-ended tasks — a limitation the paper itself acknowledges.
- The ablation shows that monitoring actions and filtering trajectories are each essential; a natural next experiment would ablate the error-recovery criterion specifically to see whether the correction trajectories are the main driver of the gains.
- The paper compares against ToolLLM only on CRMArena; a stronger test would generate data from both methods on the same task pool and evaluate on multiple benchmarks to separate data-quality from task-distribution effects.
- The claim of 'minimal human input' applies to the exploration phase; the initial creation of query templates, solution paths, and tool cleanup still requires substantial human design, so the framework's universality would be tested by automating template creation or transferring templates across domains.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces LAM Simulator, a framework for generating agentic training data through online exploration. Queries are produced by filling manually designed templates with LLM-sampled parameters; ground-truth answers are computed programmatically via predefined tool sequences; agents explore the resulting tasks in an interactive environment with an action handler and trajectory filtering; the filtered trajectories are then used to fine-tune the base model. Experiments on ToolBench and CRMArena report pass-rate gains for gpt-4o, gpt-4o-mini, xlam-8x7b, xlam-7b, and mixtral-8x7b, with the largest gain being 49.3 percentage points for gpt-4o-mini on CRMArena. The paper also compares against ToolLLM variants on CRMArena and includes ablations of the action-handler and trajectory-filtering components. Section 8 appropriately acknowledges that the current implementation focuses on predefined tasks and tools, but several load-bearing empirical claims in Sections 4-6 need additional controls before the main conclusions are supported.
Significance. If the central empirical claim is robust, the framework would be a useful contribution to agent data generation: it replaces LLM-based evaluation with programmatic answer verification, assembles a large cleaned tool library, and demonstrates across multiple base models that self-explored trajectories can improve fine-tuned agent performance. The paper's strengths include its fully programmatic trajectory filtering, dynamic answer computation, and the breadth of models tested in Section 6. However, the significance is currently conditional because the paper does not isolate the contribution of online exploration and trajectory feedback from simply adding extra supervised trajectories, and because the training data generation overlaps with the evaluation benchmarks in ways that may inflate the reported gains. With additional controls, the result would be valuable for the agent-data-generation community; as written, the empirical contribution is not yet causally identified.
major comments (3)
- [§3.2, §3.4, §5.3, Tables 2 and 3] The paper defines gold solution paths in §3.2 (and Appendix A.1) and argues in §3.4 that self-explored trajectories teach error recovery and expose the model to a wider range of scenarios, but it never runs the natural control of fine-tuning on the gold solution paths. Since all reported gains are relative to base models that receive no additional SFT data, the improvements in Tables 2 and 3 could come from adding 500 valid in-distribution trajectories rather than from online exploration, error recovery, or trajectory feedback. I request a control where each base model is fine-tuned on the same number of gold solution-path trajectories (and ideally on randomly sampled successful non-explored trajectories) and evaluated on the same test sets; without this control, the central claim that the exploration and feedback mechanisms drive the improvement is not supported.
- [§4.1, §4.2, §5.1, Tables 2 and 3] The evaluation benchmarks overlap with the data-generation setup in ways that may inflate the reported gains. For ToolBench, §4.1 says the 30 query templates are 'based on instances from the ToolBench training dataset', and the evaluation in §5.1 uses ToolBench test sets whose tools and categories may overlap with the exploration tasks; the assertion that the overlap is 'exceedingly low' is not supported by any measurement. For CRMArena, §4.2 conducts exploration on NCR, HTU, MTA, and BRI while §5.1 evaluates on all six tasks, so the four in-domain tasks share scenarios and tools with training; the large in-domain gains (e.g., gpt-4o on CRMArena ALL from 62.3% to 86.4%) are therefore at least partly attributable to in-distribution fine-tuning. The paper should quantify the overlap in instructions, tools, and data distributions between the generated queries and each test set, and should evaluate on tasks or environments with no template or tool overlap to support the generalization claims. The out-of-domain TCU and TII results are encouraging but cover only two of six tasks.
- [Tables 2 and 3, §5.1, §5.3] No confidence intervals or significance tests are reported anywhere in the results. Evaluation temperature is set to 0.0, but fine-tuning initialization and trajectory sampling are stochastic, so a single run cannot establish small gains. For example, xlam-7b on ToolBench ALL moves from 39.2% to 41.3% on 600 test instances, which is within roughly two standard errors of the baseline, and gpt-4o on ToolBench ALL moves from 47.4% to 51.5%, which is a marginal difference. The paper should report variance over multiple fine-tuning seeds or bootstrap confidence intervals, and should identify which of the reported gains are statistically distinguishable from the baselines.
minor comments (6)
- [Abstract and §6.2] The '49.3% improvement' and 'over 31% higher' figures are percentage-point differences, not relative improvements; the paper should state this explicitly to avoid overstating the gains (18.5% to 67.8% is a 49.3-point increase but a roughly 267% relative increase).
- [Table 3] The column header 'MTI' appears to be a typo for 'MTA' (Monthly Trend Analysis), which is the task named in §4.2.
- [Abstract, §1, §3.2, §3.5] The claim of 'minimal human input' conflicts with the detailed, per-template human effort described in §3.2 and Appendix A.1: humans must write query templates, placeholder metadata, and solution-path tool sequences for every template. The authors should either quantify the one-time human effort or temper the claim to 'minimal per-instance human annotation'.
- [§3.5 and §8] Section 3.5 says generalizing to a new environment requires only query templates and tool-call mappings, while Section 8 acknowledges that the implementation is limited to predefined tasks and tools; these statements should be reconciled, and the limitations section should be reflected in the main text's generalizability claims.
- [Appendix A.1] The appendix contains language errors such as 'An example is showned at 6' and the sentence 'The arguments would be searched among 1) placeholder values and 2) objects generated during execution' is grammatically incomplete.
- [Figure 1 caption] The caption contains a typo: 'emphasizing the its ability' should be 'emphasizing its ability'.
Circularity Check
No significant circularity: the paper reports an empirical self-training pipeline with no fitted-parameter predictions or derivation that reduces to its own inputs.
full rationale
LAM SIMULATOR is an empirical data-generation framework, not a mathematical derivation. Training trajectories are produced by letting an LLM agent explore tools, then filtering them by string-matching the agent's final answer against a programmatically computed ground truth; the filtered trajectories are used to fine-tune the same base model. Gains on ToolBench and CRMArena are measured by pass rates on held-out test sets. There is no equation in which a predicted quantity is defined as the fitted input, and no parameter is fitted to a subset and then reported as a prediction. The framework's own ablations (removing action monitoring or trajectory filtering) provide independent evidence that the monitoring components, rather than the mere addition of data, drive the reported gains. The main caveat is data independence: CRMArena's NCR, HTU, MTA, and BRI test tasks are acknowledged to share scenarios or tools with the exploration tasks, and ToolBench query templates are built from the ToolBench training split, so part of the improvement may reflect in-distribution fine-tuning rather than a generalizable self-improvement mechanism. That is an experimental confound, not a circular derivation, and the paper does present genuinely out-of-domain test tasks (TCU, TII, G1_tool, G1_cat) where nontrivial gains are also reported. Self-citations to xLAM, CRMArena, APIGen, and related prior work are used to source models and benchmarks, but the central empirical claim does not rest on an unverified self-cited theorem or on a uniqueness argument. Thus no circular step meeting the required evidentiary standard is present; the score is 0.
Assumptions & free parameters
free parameters (3)
- Exploration temperature =
1.0
- Trajectory collection cap =
500
- Trajectory filtering criteria =
no errors, or errors corrected in next action
assumptions (4)
- domain assumption Supervised fine-tuning on filtered trajectories improves agent performance
- domain assumption The sandbox environment faithfully executes tool calls and returns realistic observations
- domain assumption String matching between final answer and precomputed ground truth correctly identifies task success
- domain assumption ToolBench and CRMArena test sets are independent of the templated exploration tasks
Cite this review
Pith. "Pith review of LAM SIMULATOR: Advancing Data Generation for Large Action Model Training via Online Exploration and Trajectory Feedback." pith.science (2026). https://pith.science/paper/E7BQHOV3
@misc{pith2026250602298,
author = {Pith},
title = {Pith review of: LAM SIMULATOR: Advancing Data Generation for Large Action Model Training via Online Exploration and Trajectory Feedback},
year = {2026},
howpublished = {\url{https://pith.science/paper/E7BQHOV3}},
note = {Machine review of arXiv:2506.02298}
}
read the original abstract
Large Action Models (LAMs) for AI Agents offer incredible potential but face challenges due to the need for high-quality training data, especially for multi-steps tasks that involve planning, executing tool calls, and responding to feedback. To address these issues, we present LAM SIMULATOR, a comprehensive framework designed for online exploration of agentic tasks with high-quality feedback. Our framework features a dynamic task query generator, an extensive collection of tools, and an interactive environment where Large Language Model (LLM) Agents can call tools and receive real-time feedback. This setup enables LLM Agents to explore and solve tasks autonomously, facilitating the discovery of multiple approaches to tackle any given task. The resulting action trajectory data are then used to create high-quality training datasets for LAMs. Our experiments on popular agentic benchmarks, ToolBench and CRMArena, highlight the effectiveness of LAM SIMULATOR: models trained with self-generated datasets using our framework achieve significant performance gains, up to a 49.3\% improvement over their original baselines. LAM SIMULATOR requires minimal human input during dataset creation, highlighting LAM SIMULATOR's efficiency and effectiveness in speeding up development of AI agents.
Figures
Figures from the paper (6 more)
Forward citations
Cited by 1 Pith paper
-
MCPEval: Automatic MCP-based Deep Evaluation for AI Agent Models
MCPEval is an automated MCP-based framework that generates, verifies, and scores LLM agent tool-use tasks; its experiments reveal a consistent gap between how well agents execute tool calls and how well they synthesiz...
Reference graph
Works this paper leans on
-
[1]
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. 2023. Gpt-4 technical report. arXiv preprint arXiv:2303.08774
arXiv 2023
-
[2]
AI Anthropic. 2024. The claude 3 model family: Opus, sonnet, haiku. Claude-3 Model Card
2024
-
[3]
Baian Chen, Chang Shu, Ehsan Shareghi, Nigel Collier, Karthik Narasimhan, and Shunyu Yao. 2023. Fireact: Toward language agent fine-tuning. arXiv preprint arXiv:2310.05915
arXiv 2023
-
[4]
Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. 2024. The llama 3 herd of models. arXiv preprint arXiv:2407.21783
arXiv 2024
-
[5]
Nicholas Farn and Richard Shin. 2023. Tooltalk: Evaluating tool-usage in a conversational setting. arXiv preprint arXiv:2311.10775
arXiv 2023
-
[6]
Kung-Hsiang Huang, Akshara Prabhakar, Sidharth Dhawan, Yixin Mao, Huan Wang, Silvio Savarese, Caiming Xiong, Philippe Laban, and Chien-Sheng Wu. 2025. Crmarena: Understanding the capacity of llm agents to perform professional crm tasks in realistic environments. In Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Associatio...
work page 2025
-
[7]
Albert Q Jiang, Alexandre Sablayrolles, Antoine Roux, Arthur Mensch, Blanche Savary, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Emma Bou Hanna, Florian Bressand, et al. 2024. Mixtral of experts. arXiv preprint arXiv:2401.04088
arXiv 2024
-
[8]
Shirley Kokane, Ming Zhu, Tulika Awalgaonkar, Jianguo Zhang, Thai Hoang, Akshara Prabhakar, Zuxin Liu, Tian Lan, Liangwei Yang, Juntao Tan, Rithesh Murthy, Weiran Yao, Zhiwei Liu, Juan Carlos Niebles, Huan Wang, Shelby Heinecke, Caiming Xiong, and Silivo Savarese. 2024. https://arxiv.org/abs/2411.13547 Spectool: A benchmark for characterizing errors in to...
arXiv 2024
Show all 30 references
-
[9]
Xiao Liu, Hao Yu, Hanchen Zhang, Yifan Xu, Xuanyu Lei, Hanyu Lai, Yu Gu, Hangliang Ding, Kaiwen Men, Kejuan Yang, et al. 2023. Agentbench: Evaluating llms as agents. arXiv preprint arXiv:2308.03688
2023 arXiv
-
[10]
Zhiwei Liu, Weiran Yao, Jianguo Zhang, Liangwei Yang, Zuxin Liu, Juntao Tan, Prafulla K Choubey, Tian Lan, Jason Wu, Huan Wang, et al. 2024 a . Agentlite: A lightweight library for building and advancing task-oriented llm agent system. arXiv preprint arXiv:2402.15538
2024 arXiv
-
[11]
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 b . Apigen: Automated pipeline for...
2024
-
[12]
Chang Ma, Junlei Zhang, Zhihao Zhu, Cheng Yang, Yujiu Yang, Yaohui Jin, Zhenzhong Lan, Lingpeng Kong, and Junxian He. 2024 a . Agentboard: An analytical evaluation board of multi-turn llm agents. arXiv preprint arXiv:2401.13178
2024 arXiv
-
[13]
Zixian Ma, Jianguo Zhang, Zhiwei Liu, Jieyu Zhang, Juntao Tan, Manli Shu, Juan Carlos Niebles, Shelby Heinecke, Huan Wang, Caiming Xiong, Ranjay Krishna, and Silvio Savarese. 2024 b . https://arxiv.org/abs/2412.05479 Taco: Learning multi-modal action models with synthetic chai...
2024
-
[14]
Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. 2022. Training language models to follow instructions with human feedback. Advances in neural information processing systems, 3...
2022
-
[15]
Yujia Qin, Shihao Liang, Yining Ye, Kunlun Zhu, Lan Yan, Yaxi Lu, Yankai Lin, Xin Cong, Xiangru Tang, Bill Qian, et al. 2023. Toolllm: Facilitating large language models to master 16000+ real-world apis. arXiv preprint arXiv:2307.16789
2023 arXiv
-
[16]
Noah Shinn, Federico Cassano, Ashwin Gopinath, Karthik Narasimhan, and Shunyu Yao. 2024. Reflexion: Language agents with verbal reinforcement learning. Advances in Neural Information Processing Systems, 36
2024
-
[17]
Yifan Song, Da Yin, Xiang Yue, Jie Huang, Sujian Li, and Bill Yuchen Lin. 2024. https://arxiv.org/abs/2403.02502 Trial and error: Exploration-based trajectory optimization for llm agents . Preprint, arXiv:2403.02502
2024 arXiv
-
[18]
Hongjin Su, Ruoxi Sun, Jinsung Yoon, Pengcheng Yin, Tao Yu, and Sercan Ö. Arık. 2025. https://arxiv.org/abs/2501.10893 Learn-by-interact: A data-centric framework for self-adaptive agents in realistic environments . Preprint, arXiv:2501.10893
2025 arXiv
-
[19]
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. 2022. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35:24824--24837
2022
-
[20]
Tianbao Xie, Danyang Zhang, Jixuan Chen, Xiaochuan Li, Siheng Zhao, Ruisheng Cao, Toh Jing Hua, Zhoujun Cheng, Dongchan Shin, Fangyu Lei, et al. 2024. Osworld: Benchmarking multimodal agents for open-ended tasks in real computer environments. arXiv preprint arXiv:2404.07972
2024 arXiv
-
[21]
Yiheng Xu, Hongjin Su, Chen Xing, Boyu Mi, Qian Liu, Weijia Shi, Binyuan Hui, Fan Zhou, Yitao Liu, Tianbao Xie, et al. 2024. Lemur: Harmonizing natural language and code for language agents. ICLR
2024
-
[22]
Patil, Ion Stoica, and Joseph E
Fanjia Yan, Huanzhi Mao, Charlie Cheng-Jie Ji, Tianjun Zhang, Shishir G. Patil, Ion Stoica, and Joseph E. Gonzalez. 2024. Berkeley function calling leaderboard. https://gorilla.cs.berkeley.edu/blogs/8_berkeley_function_calling_leaderboard.html
2024
-
[23]
Shunyu Yao, Noah Shinn, Pedram Razavi, and Karthik Narasimhan. 2024. tau -bench: A benchmark for tool-agent-user interaction in real-world domains. arXiv preprint arXiv:2406.12045
2024 arXiv
-
[24]
Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, and Yuan Cao. 2023. ReAct : Synergizing reasoning and acting in language models. In International Conference on Learning Representations (ICLR)
2023
-
[25]
Jianguo Zhang, Thai Hoang, Ming Zhu, Zuxin Liu, Shiyu Wang, Tulika Awalgaonkar, Akshara Prabhakar, Haolin Chen, Weiran Yao, Zhiwei Liu, et al. 2025. Actionstudio: A lightweight framework for data and training of action models. arXiv preprint arXiv:2503.22673
2025 arXiv
-
[26]
Jianguo Zhang, Tian Lan, Rithesh Murthy, Zhiwei Liu, Weiran Yao, Juntao Tan, Thai Hoang, Liangwei Yang, Yihao Feng, Zuxin Liu, et al. 2024 a . Agentohana: Design unified data and training pipeline for effective agent learning. arXiv preprint arXiv:2402.15506
2024 arXiv
-
[27]
Jianguo Zhang, Tian Lan, Ming Zhu, Zuxin Liu, Thai Hoang, Shirley Kokane, Weiran Yao, Juntao Tan, Akshara Prabhakar, Haolin Chen, et al. 2024 b . xlam: A family of large action models to empower ai agent systems. arXiv preprint arXiv:2409.03215
2024 arXiv
-
[28]
Shuyan Zhou, Frank F Xu, Hao Zhu, Xuhui Zhou, Robert Lo, Abishek Sridhar, Xianyi Cheng, Yonatan Bisk, Daniel Fried, Uri Alon, et al. 2023. Webarena: A realistic web environment for building autonomous agents. arXiv preprint arXiv:2307.13854
2023 arXiv
-
[29]
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...
-
[30]
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 gl...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.