paper-with-me

Papers

Looped Language Models Improve Compositional Tool Calling

2026-08-17 · Andrei Cristian Popescu, Haitz Sáez de Ocáriz Borde, Pietro Liò hf

Looped language models have shown promising results on reasoning benchmarks, yet their potential for agentic tool use remains largely unexplored. We study this question in compositional tool-calling settings, where models must coordinate multiple API calls, maintain intermediate state, and preserve dependencies across tool interactions. We evaluate native and retrofitted looped language models on API-Bank, BFCL, and NESTful, comparing looped and non-looped models trained under matched supervised fine-tuning recipes and varying recurrent depth at inference time. In controlled experiments, recurrent computation generally benefits compositional and dependency-aware tool use, while providing smaller and more model-dependent gains on isolated API invocation. Accuracy on multi-step tool use generally increases with recurrent depth; adaptive inference, however, achieves a more favorable compute-performance trade-off by allocating additional computation only when needed. Our results suggest that looped language models are a promising architecture for agentic systems that require reliable planning, coordination, and execution of compositional tool use workflows.

📄 PDF Abstract BibTeX arXiv:2608.18171

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Facilitating Multi-turn Function Calling for LLMs via Compositional Instruction Tuning

2024-10-16 · Mingyang Chen, Haoze Sun, Tianpeng Li, Fan Yang 외

Large Language Models (LLMs) have exhibited significant potential in performing diverse tasks, including the ability to call functions or use external tools to enhance their performance. While current research on functio…

8k

Audio2Tool: Speak, Call, Act -- A Dataset for Benchmarking Speech Tool Use

2026-04-17 · Ramit Pahwa, Apoorva Beedu, Parivesh Priye, Rutu Gandhi 외 arxiv

Voice assistants increasingly rely on Speech Language Models (SpeechLMs) to interpret spoken queries and execute complex tasks, yet existing benchmarks lack domain breadth, acoustic diversity, and compositional reasoning…

Text-To-Speech Synthesis

An LLM-Tool Compiler for Fused Parallel Function Calling

2024-05-07 · Simranjit Singh, Andreas Karatzas, Michael Fore, Iraklis Anagnostopoulos 외

State-of-the-art sequential reasoning in Large Language Models (LLMs) has expanded the capabilities of Copilots beyond conversational tasks to complex function calling, managing thousands of API calls. However, the tende…

MAVEN: Improving Generalization in Agentic Tool Calling

2026-05-29 · Omkar Ghugarkar, Vishvesh Bhat, Muhammad Ahmed Mohsin, Asad Aali arxiv

Generalization across agentic tool-calling environments remains a central challenge for reliable agentic reasoning systems. Although large language models achieve strong results on individual benchmarks, their ability to…

Reverse Chain: A Generic-Rule for LLMs to Master Multi-API Planning

2023-10-06 · Yinger Zhang, Hui Cai, Xeirui Song, Yicheng Chen 외

While enabling large language models to implement function calling (known as APIs) can greatly enhance the performance of Large Language Models (LLMs), function calling is still a challenging task due to the complicated …