arXiv:2608.04588cs.CLcs.AI2026-08

让大模型协作系统更高效:兼顾任务成功率与计算成本。

EASy: Towards Efficient LLM-Based Agentic System

论文配图:EASy: Towards Efficient LLM-Based Agentic System
图 1 · 摘自论文原文
  • 用强化学习训练调度器,同时优化任务效果和执行效率。
  • 通过里程碑分解和依赖图规划,动态分配任务给合适执行器。
  • 适合需要高效多步推理的复杂任务场景,如数学求解与智能体决策。

基于大模型的智能体系统在解决复杂任务方面展现出巨大潜力,但现有系统多聚焦任务成功率,忽视执行效率,尤其在执行器能力差异和计算成本约束下表现不佳。现有基于路由的方法难以处理丰富且动态变化的任务上下文、多步依赖关系及中间反馈,且对未见执行器泛化能力差。本文提出EASy,一个可训练的智能体框架,通过强化学习联合优化任务性能与计算效率。EASy赋予大模型调度器对异构执行器的能力与成本特征的显式认知,实现超越单纯性能导向的上下文敏感协调。引入里程碑-计划-执行工作流,将复杂任务分解为可管理的里程碑,构建依赖感知的执行图,合理分配执行器,并并行化独立步骤,同时根据中间结果动态调整后续决策。为训练调度器,设计树状回溯生成过程,探索不同里程碑分解与执行方案,并采用多组件奖励机制,综合衡量任务正确性、执行效率与轨迹完整性。在数学推理、具身决策与深度研究基准上的大量实验表明,EASy在性能-效率权衡上显著优于强基线方法。

原文摘要 · Abstract (English)

Agentic systems have emerged as a promising paradigm for solving complex tasks by coordinating specialized LLM-based agents. However, most existing systems primarily optimize task success while giving limited consideration to execution efficiency under practical constraints such as executor capability and computational cost. Existing router-based methods have limited ability to reason over rich, evolving task contexts, multi-step dependencies, and intermediate execution feedback, and often generalize poorly to unseen executors. We propose EASy, a trainable agentic framework that jointly optimizes task performance and computational efficiency through reinforcement learning. EASy equips an LLM-based orchestrator with explicit knowledge of the capability and cost profiles of heterogeneous executors, enabling context-sensitive coordination beyond performance-only routing. It further introduces a milestone-plan-act workflow that decomposes complex tasks into manageable milestones, constructs dependency-aware execution graphs, assigns suitable executors, and parallelizes independent steps while adapting subsequent decisions to intermediate outcomes. To train the orchestrator, we develop a tree-structured rollout procedure that explores alternative milestone decompositions and execution plans, together with multi-component rewards that capture task correctness, execution efficiency, and trajectory completeness. Extensive experiments on mathematical reasoning, embodied decision-making, and deep research benchmarks show that EASy consistently achieves stronger performance-efficiency trade-offs than strong agentic baselines.

大模型智能体任务调度强化学习高效推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。