EDGEGEN: Improving Tool-Calling Agents Beyond Happy Paths with Synthetic Edge Case Generation
Summary
EdgeGen is a synthetic task generation framework that creates database-grounded edge-case tasks to improve tool-calling agents through fine-tuning and harness optimization, demonstrating consistent performance improvements.
View Cached Full Text
Cached at: 09/22/26, 03:28 PM
Paper page - EDGEGEN: Improving Tool-Calling Agents Beyond Happy Paths with Synthetic Edge Case Generation
Source: https://huggingface.co/papers/2609.24115
Abstract
Tool-callingLLMagentsareincreasinglydeployedinenterpriseapplications.However,effectiveevaluationandoptimizationrequirehigh-quality,diversetaskdatasetsthatareoftendifficulttoobtainduetoprivacyandotherconstraints.Existingsynthetictaskgenerationmethodsoftenproducegenerictasksthatignoreanagent’sunderlyingstateordatabaseandfailtoreflectreal-worldusagediversity.WeproposeEdgeGen,asynthetictaskgenerationframeworkthatextractscompliancerulesfromanagent’sspecificationandusesthemtogeneratedatabase-groundededge-casetasksdesignedtoviolatetheserules.Whencombinedwithexistingsyntheticdatagenerationtechniques,EdgeGenenablesagentimprovementthroughfinetuningandharnessoptimization.Theresultingpipelineformsafullyautomatedclosed-loopsystemthatrequiresnohumanannotation.FinetuningondatageneratedbyEdgeGenyieldsaconsistentmeanprogressimprovementof2percentto42percentontau2benchairlinedomain,whileotherbaselinemethodsshowdegradationforsomemodels.Ontheotherhand,forharnessoptimization,ourmethodshowsameanprogressimprovementof10percentand30percentoverthehuman-curatedandbaseharnesses,respectively,fortheGemma-4-e4bmodel.
View arXiv pageView PDFAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.24115 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.24115 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.24115 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Towards Robust Tool Use in Agents via Experience-Driven Adaptive Guidance
This paper introduces ExpG, a mechanism for building and refining adaptive guidance that captures each tool's capability boundaries and best practices, enabling agents to use tools more robustly across diverse runtime conditions. Experiments show consistent improvements in tool selection, tool calling, and response generation, allowing smaller agents to outperform larger ones without ExpG.
EGG: An Expert-Guided Agent Framework for Kernel Generation
EGG is an expert-guided agent framework that decomposes GPU kernel generation into algorithmic structure design and hardware-specific tuning, using a stage-aware multi-agent collaboration mechanism. It achieves a 2.13x average speedup over PyTorch on KernelBench and real-world workloads.
SynAE: A Framework for Measuring the Quality of Synthetic Data for Tool-Calling Agent Evaluations
SynAE is a framework for evaluating the quality of synthetic data used in tool-calling agent evaluations, assessing validity, fidelity, and diversity across multiple axes. It addresses challenges of insufficient or sensitive real data by providing metrics to guide synthetic data generation.
BenchEvolver: Frontier Task Synthesis via Solution-Centric Evolution
BenchEvolver is an evolutionary framework that automatically generates harder coding problems from existing ones, creating challenging benchmarks that maintain validity and diversity while enabling model self-improvement and enhanced training performance.
EDGE: Experience-Distillation for Guided Exploration in Agentic Reinforcement Learning
EDGE introduces a framework for guided exploration in agentic reinforcement learning by distilling experiences into policies, improving performance on tasks like ALFWorld and WebShop.