AICLHCRONov 6, 2024

From Novice to Expert: LLM Agent Policy Optimization via Step-wise Reinforcement Learning

arXiv:2411.03817v322 citationsh-index: 40
Originality Incremental advance
AI Analysis

This work addresses inefficiencies in reinforcement learning for LLM agents, offering a domain-specific improvement for interactive task-solving systems.

The paper tackles the sparse reward problem in LLM-based agent policy optimization by introducing StepAgent, which uses step-wise rewards and expert comparison to generate intermediate rewards, achieving superior performance over baselines across multiple datasets.

The outstanding capabilities of large language models (LLMs) render them a crucial component in various autonomous agent systems. While traditional methods depend on the inherent knowledge of LLMs without fine-tuning, more recent approaches have shifted toward the reinforcement learning strategy to further enhance agents' ability to solve complex interactive tasks with environments and tools. However, previous approaches are constrained by the sparse reward issue, where existing datasets solely provide a final scalar reward for each multi-step reasoning chain, potentially leading to ineffectiveness and inefficiency in policy learning. In this paper, we introduce StepAgent, which utilizes step-wise reward to optimize the agent's reinforcement learning process. Inheriting the spirit of novice-to-expert theory, we first compare the actions of the expert and the agent to automatically generate intermediate rewards for fine-grained optimization. Additionally, we propose implicit-reward and inverse reinforcement learning techniques to facilitate agent reflection and policy adjustment. Further theoretical analysis demonstrates that the action distribution of the agent can converge toward the expert action distribution over multiple training cycles. Experimental results across various datasets indicate that StepAgent outperforms existing baseline methods.

Foundations

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

Your Notes