AICLROJan 3, 2025

AgentRefine: Enhancing Agent Generalization through Refinement Tuning

arXiv:2501.01702v241 citationsh-index: 19Has CodeICLR
Originality Highly original
AI Analysis

This addresses the generalization gap in open-sourced LLM agents, which is crucial for deploying them in real-world applications, though it appears incremental as it builds on existing agent-tuning approaches.

The paper tackles the problem of poor generalization in LLM-based agents by proposing AgentRefine, a framework that enables models to learn from mistakes via observation in trajectories, resulting in significant outperformance over state-of-the-art methods on diverse agent tasks.

Large Language Model (LLM) based agents have proved their ability to perform complex tasks like humans. However, there is still a large gap between open-sourced LLMs and commercial models like the GPT series. In this paper, we focus on improving the agent generalization capabilities of LLMs via instruction tuning. We first observe that the existing agent training corpus exhibits satisfactory results on held-in evaluation sets but fails to generalize to held-out sets. These agent-tuning works face severe formatting errors and are frequently stuck in the same mistake for a long while. We analyze that the poor generalization ability comes from overfitting to several manual agent environments and a lack of adaptation to new situations. They struggle with the wrong action steps and can not learn from the experience but just memorize existing observation-action relations. Inspired by the insight, we propose a novel AgentRefine framework for agent-tuning. The core idea is to enable the model to learn to correct its mistakes via observation in the trajectory. Specifically, we propose an agent synthesis framework to encompass a diverse array of environments and tasks and prompt a strong LLM to refine its error action according to the environment feedback. AgentRefine significantly outperforms state-of-the-art agent-tuning work in terms of generalization ability on diverse agent tasks. It also has better robustness facing perturbation and can generate diversified thought in inference. Our findings establish the correlation between agent generalization and self-refinement and provide a new paradigm for future research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes