NexForge: Scaling Agent Capabilities through Requirement-Driven Task Synthesis for LLMs
Summary
NexForge is a requirement-driven framework that synthesizes diverse, executable agent tasks and expert trajectories for LLM post-training, outperforming prior methods and achieving state-of-the-art open-source agent performance on Terminal-Bench.
View Cached Full Text
Cached at: 07/22/26, 02:40 AM
Paper page - NexForge: Scaling Agent Capabilities through Requirement-Driven Task Synthesis for LLMs
Source: https://huggingface.co/papers/2607.14186
Abstract
ScalingexecutableagenttrainingdataforLLMpost-trainingisbottleneckedbysubstrate-boundmethodsthattietaskgenerationtopredefinedtools,repositories,orskillgraphs:expandingcoveragerequiresmanualsubstrateengineering,eachnewdomaindemandsabespokepipeline,andtheresultingtaskdistributionsoftenreflectsubstratebiasesratherthanreal-worlddemand.WeintroduceNexForge,arequirement-drivenframeworkthattakeshigh-levelcapabilityrequirementsasinputandsynthesizesdiverse,executableagenttasksandexperttrajectoriesforSFT.NexForgefirstinvestigatesreal-worlddemandtoconstructrepresentativescenariosandtaskprofiles,thenperformsdistribution-awarecompilationtogeneratetaskdirectives.Foreachdirective,NexForgeautomaticallyretrievesorconstructstherequiredfiles,dependencies,andruntimeconfigurations,andfinallysynthesizesexpertrolloutsandproducestrainingtrajectories.Withoutdomain-specificinfrastructure,NexForgeproduces3.6Kterminaland2Kofficetasks,improvingQwen3.5-35B-A3BBasefrom22.5\%to52.0\%onTerminal-Bench2.0andfrom813to1338EloonGDPval;scalingfurtherto43.2Kterminaltasksyields58.4\%,onparwithClaudeOpus4.6equippedwithClaudeCode.Scaledfurther,NexForge-synthesizeddatacontributestothetrainingofNex-N2,afamilyofpubliclyavailableagentmodelsthatliftQwen3.5-35B-A3Bto75.3\%onTerminal-Bench2.1andto1585EloonGDPval--achievingstate-of-the-artopen-sourceperformanceandsurpassingseveralfrontierproprietarysystems.Nex-N2modelsareavailableathttps://nex.sii.edu.cn/.
View arXiv pageView PDFProject pageAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.14186 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.14186 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.14186 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
EnvFactory: Scaling Tool-Use Agents via Executable Environments Synthesis and Robust RL
EnvFactory automates the creation of executable tool environments and natural multi-turn trajectories for training LLMs with agentic reinforcement learning, achieving superior performance on benchmarks like BFCLv3 and MCP-Atlas with fewer environments than prior work.
CLI-Universe: Towards Verifiable Task Synthesis Engine for Terminal Agents
CLI-Universe is a synthesis engine that generates verifiable terminal-agent tasks via multi-dimensional capability taxonomy and evidence-guided research, producing a distilled dataset of 6,000 trajectories. Fine-tuning Qwen3-32B on this dataset achieves 33.4% on Terminal-Bench 2.0, setting a new state-of-the-art for open-source models at or below 32B parameters.
ClawForge: Generating Executable Interactive Benchmarks for Command-Line Agents
ClawForge is a generator-backed benchmark framework for executable command-line workflows under state conflict, evaluating LLM agents on tasks with pre-existing partial, stale, or conflicting artifacts across 17 scenarios.
HarnessForge: Joint Harness and Policy Evolution for Adaptive Agent Systems
HarnessForge proposes a meta-adaptive framework for evolving LLM agent systems by jointly optimizing the execution harness and reasoning policy, achieving consistent improvements on Qwen3 backbones across five benchmarks.
ExecuGraph: A Multi-Agent, Execution-Grounded Framework for Reliable Backend Code Synthesis with Large Language Models
ExecuGraph is a multi-agent framework for backend code synthesis that leverages execution-based validation and six specialized agents to improve reliability, showing gains particularly with more capable models like DeepSeek-Coder-V2-Lite.