Hugging Face Daily PapersHarshavardhan Abichandani, Penny Chong, Jiyuan Shen1 min readpaperadvanced
EDGEGEN: Improving Tool-Calling Agents Beyond Happy Paths with Synthetic Edge Case Generation
Summary
EdgeGen automatically extracts compliance rules from a tool‑calling LLM agent’s specification and generates database‑grounded edge‑case tasks that violate those rules. Using these synthetic edge cases for finetuning and harness optimization improves benchmark performance by up to 42 % and 30 % respectively, without any human labeling.
- EdgeGen extracts compliance rules from an agent spec to synthesize database‑grounded edge‑case tasks that intentionally violate those rules.
- Finetuning on EdgeGen‑generated tasks improves tau2bench airline benchmark performance by 2–42 % across models.
- Harness optimization with EdgeGen data yields a 10 % gain over human‑curated harnesses and 30 % over the base harness for Gemma‑4‑e4b.
- The pipeline is fully automated, requiring no human annotation, enabling a closed‑loop improvement loop for tool‑calling agents.
Developers and researchers building tool‑calling LLM agents should care because EdgeGen provides a zero‑annotation way to generate challenging test cases that measurably boost model performance.
7/10

