One to More, More to One: Category-Aware Iterative Expert Training for Software Engineering Agents
Summary
This paper introduces a category-aware expert training framework for software engineering agents to mitigate uneven progress across task categories, using iterative training and multi-teacher distillation, with significant performance gains on Pro-618 and SWE-bench Multilingual benchmarks.
View Cached Full Text
Cached at: 09/22/26, 03:25 AM
Paper page - One to More, More to One: Category-Aware Iterative Expert Training for Software Engineering Agents
Source: https://huggingface.co/papers/2609.23377
Abstract
Repository-levelsoftwareengineering(SWE)comprisesheterogeneoustaskcategories,whoseprogressunderpooledagenticreinforcementlearningcanbeuneven:gainsinsomecategoriescoincidewithregressionsinothers,whileaggregateresolutionobscuresthesechanges.Motivatedbythiscategorysee-saw,wedevelopacategory-awareexpert-trainingandpolicy-integrationframework.ExecutabletaskconstructionandSWELabeler,anevidence-groundedmulti-axislabelingsystem,organizethetrainingpools.Initialcategory-specificRLimprovesaveragetrainingsuccesswhileleavinguneveninstance-levelprogress,motivatingexplicitconsolidationofsuccessfulbehaviorandpolicy-adaptivetaskselection.Same-origincategoryexpertsalternatelong-horizonAgentic-miniRLwithRefresh-Repair-Expand(RRE):theupdatedpolicyrefreshesinstancemastery,reusesitsownverifiedsuccessfultrajectoriesforRepairSFT,andreselectstasksforfurtherRL.Label-routedmulti-teacheron-policydistillation(MOPD)consolidatestheexpertsintoonedeployablestudent,withReLU-gatedrewardextrapolationkeepingonlyeachteacher’simprovingdirectionoverthereference.Experttrainingandpolicyintegrationrequirenoexternalmodeltoprovidesolutiontrajectoriesoractiontargets.WeevaluatePooledRLandBalancedRL,expertdevelopment,andsingle-modelintegrationthroughaggregateandper-categoryresolution,theminimumcategoryliftovereachjoint-RLbaseline,andexpert-gainrecovery.ThefinalMOPDpolicyachievesmeanresolutionof58.04%onPro-618and59.00%onSWE-benchMultilingual,improvingoverthebasemodelby5.39and2.78percentagepoints,respectively.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2609\.23377
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
Datasets citing this paper1
#### Logics-MLLM/Logics-SWE-Env-2.5K Viewer• Updatedabout 1 hour ago • 2.55k • 1
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.23377 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
AgentBrew: Lifelong Knowledge Brewing from Strong Teachers to Weak LLM Agents
AgentBrew proposes a training-free method for distilling knowledge from strong teacher LLM agents to weak student agents, using a failure-triggered reflection loop and student-aware synthesis to create executable notes, improving performance on coding, math, and tool-use tasks without weight updates.
Sample-Efficient Learning from Agent Experience
Proposes Experience Distillation, a method that internalizes in-context learning gains from agent interaction histories into model weights without requiring additional environment interaction, achieving significant sample efficiency improvements on software engineering and text-adventure tasks.
Scaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B Agent
Introduces Agents-A1, a 35B Mixture-of-Experts agentic model that achieves trillion-parameter-level performance through long-horizon trajectory scaling and a three-stage training approach including SFT, domain-level teachers, and multi-teacher distillation. The model outperforms or matches much larger models on long-horizon agent benchmarks.
Auto Research with Specialist Agents Develops Effective and Non-Trivial Training Recipes
This paper introduces an auto-research framework using specialist agents to iteratively refine training recipes through an empirical loop of code execution and feedback. The system autonomously improves performance on tasks like Parameter Golf and NanoChat without human intervention by leveraging lineage feedback.
COLLEAGUE.SKILL: Automated AI Skill Generation via Expert Knowledge Distillation
This paper presents COLLEAGUE.SKILL, an open-source system for automatically distilling person-grounded AI skills from heterogeneous traces into inspectable, correctable, and portable skill packages, enabling LLM agents to carry bounded representations of human expertise and interaction style.