Offline Training of Language Model Agents with Functions as Learnable Weights
Shaokun Zhang, Jieyu Zhang, Jiale Liu, Linxin Song, Chi Wang, Ranjay Krishna, Qingyun Wu
TL;DR
This work introduces a paradigm to train LLM-based agents by learning and progressively updating a set of functional tools rather than altering LLM weights. An AgentOptimizer, guided by the agent’s execution history, performs add/revise/remove actions to shape these functions, with roll-back and early-stop mechanisms to maintain performance. Across three tasks (MATH, GAIA, TabMWP) and two agent systems (GPT-4+ and ReAct), the method yields noticeable improvements and demonstrates generalizability, transferability, and robustness compared with tool-creation baselines. The analysis shows learned functions become more employed and maintain low complexity, underscoring the practicality of function-weight-like optimization in zero-shot or black-box LLM settings.
Abstract
Researchers and practitioners have recently reframed powerful Large Language Models (LLMs) as agents, enabling them to automate complex tasks largely via the use of specialized functions. To facilitate the development of LLM agents, we present a novel paradigm of training LLM agents without modifying the LLM weights, which is particularly useful when the LLMs are difficult or inaccessible for modifications. Inspired by how humans continuously forge tools to adapt to real-world tasks, rather than change our biological structure to fit a static set of tools, we propose to progressively forge agent's functions to better solve the downstream tasks instead of modifying the LLM weights. By treating the functions as learnable `agent parameters' and leveraging the fundamental idea of model training in artificial intelligence, we develop AgentOptimizer that employs the LLM to update agents' functions and devise an agent training algorithm with two strategies, roll-back, and early-stop, to streamline the training process. With extensive experiments, we showcase that the agent training paradigm could significantly improve the performance of representative LLM agents in various downstream tasks. We also study the behavior of the agent training regarding aspects like the learning curve and domain transferability.
