Research Papers 论文研究 2d ago Updated 1d ago 更新于 1天前 47

Looped Language Models Improve Compositional Tool Calling 循环语言模型提升组合式工具调用

Looped (recurrent) language models demonstrate significant improvements in compositional tool-calling tasks where multiple API calls must be coordinated with dependency tracking Recurrent computation benefits multi-step, dependency-aware tool use more than isolated single API invocations, with accuracy scaling alongside recurrent depth Adaptive inference strategies achieve better compute-performance trade-offs by allocating extra recurrent computation only when complexity demands it Both native 循环语言模型在组合工具调用任务中展现出显著优势,特别是在需要协调多个API调用、维护中间状态和保持依赖关系的场景 多步工具使用的准确性随循环深度增加而提升,但自适应推理通过仅在需要时分配额外计算,实现了更优的计算-性能权衡 在API-Bank、BFCL和NESTful三个基准测试上验证了循环语言模型在智能体工具使用方面的潜力

62
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Looped (recurrent) language models demonstrate significant improvements in compositional tool-calling tasks where multiple API calls must be coordinated with dependency tracking
  • Recurrent computation benefits multi-step, dependency-aware tool use more than isolated single API invocations, with accuracy scaling alongside recurrent depth
  • Adaptive inference strategies achieve better compute-performance trade-offs by allocating extra recurrent computation only when complexity demands it
  • Both native and retrofitted looped architectures were evaluated on API-Bank, BFCL, and NESTful benchmarks under matched SFT training conditions

Why It Matters

This research directly addresses a critical bottleneck in building reliable AI agents: the ability to chain multiple tool calls while maintaining state and dependency awareness across interactions. For practitioners deploying agentic systems in production, understanding how recurrent architectures improve compositional tool use can inform architecture selection and inference optimization strategies.

Technical Details

  • Evaluated both native and retrofitted looped language models on three benchmarks: API-Bank, BFCL, and NESTful, using matched supervised fine-tuning recipes to ensure fair comparison
  • Investigated varying recurrent depth at inference time, finding that multi-step tool use accuracy generally increases with deeper recurrent computation
  • Demonstrated that adaptive inference—dynamically allocating additional recurrent steps only for complex queries—achieves superior compute-performance trade-offs compared to uniform deep recurrence
  • Found that gains from recurrence are task-dependent: substantial for compositional/dependency-aware workflows but smaller and more model-specific for isolated API invocation

Industry Insight

  • Agentic system designers should consider recurrent/looped architectures when building tools that require multi-step planning and stateful coordination, rather than relying solely on standard autoregressive models
  • Adaptive inference is a practical deployment strategy: it preserves the accuracy benefits of deeper recurrence while avoiding unnecessary compute costs on simpler queries
  • The finding that retrofitted looped models perform competitively suggests existing transformer-based systems can be enhanced with recurrent components without full architectural overhaul, lowering the barrier to adoption

TL;DR

  • 循环语言模型在组合工具调用任务中展现出显著优势,特别是在需要协调多个API调用、维护中间状态和保持依赖关系的场景
  • 多步工具使用的准确性随循环深度增加而提升,但自适应推理通过仅在需要时分配额外计算,实现了更优的计算-性能权衡
  • 在API-Bank、BFCL和NESTful三个基准测试上验证了循环语言模型在智能体工具使用方面的潜力

为什么值得看

这篇研究填补了循环语言模型在智能体工具使用领域的研究空白,为构建需要可靠规划、协调和执行组合工具工作流的智能体系统提供了重要的架构参考。

技术解析

  • 研究在API-Bank、BFCL和NESTful基准上评估了原生和改造的循环语言模型,采用匹配的监督微调配方进行对比实验,控制变量确保结果可靠性
  • 循环计算对组合和依赖感知的工具使用有明显益处,但在孤立API调用场景下的增益较小且因模型而异,说明循环架构更适合复杂任务
  • 自适应推理机制通过动态分配计算资源,在保持性能的同时优化了计算效率,为实际部署提供了可行方案

行业启示

  • 循环架构为需要多步规划和状态管理的智能体系统提供了可行的技术路径,有望推动Agentic AI向更可靠的工具调用能力演进
  • 自适应推理策略在计算效率和性能之间找到了更好的平衡点,对实际部署具有重要参考价值,建议关注其在生产环境中的应用潜力

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Agent Agent Research 科学研究 Evaluation 评测 Benchmark 基准测试