Hugging Face Daily PapersJie Zhao, Ziyu Jiang, Suhang Zheng1 min readpaperadvanced
One to More, More to One: Category-Aware Iterative Expert Training for Software Engineering Agents
Summary
The authors propose a category‑aware expert‑training loop (RRE) and a multi‑teacher on‑policy distillation (MOPD) to improve software‑engineering agents across heterogeneous task categories. On Pro‑618 and SWE‑bench Multilingual the final student model reaches 58.04% and 59.00% resolution, 5.39 and 2.78 points above the base.
- Category‑specific RL improves average success but leaves uneven per‑category progress, prompting explicit expert consolidation.
- Refresh‑Repair‑Expand (RRE) cycles refresh mastery, repair via SFT on verified trajectories, and expand task selection.
- Label‑routed multi‑teacher on‑policy distillation (MOPD) merges experts into a single deployable model with ReLU‑gated reward extrapolation.
- No external solution trajectories are required; the framework relies solely on self‑generated experience.
Teams building LLM‑based software‑engineering agents need methods to balance performance across diverse task categories without external supervision.
7/10
