AICLOct 17, 2024

AgentOccam: A Simple Yet Strong Baseline for LLM-Based Web Agents

arXiv:2410.13825v2103 citationsh-index: 38ICLR
Originality Incremental advance
AI Analysis

This work addresses the problem of improving web automation for tasks like booking hotels, offering a simple yet effective baseline that could enhance efficiency in various agent applications, though it is incremental in its approach.

The study tackled the problem of LLM-based web agents struggling with misalignment between their observation/action representation and the LLM's pre-training data, by refining these spaces to better align with the LLM's capabilities. The result was that their agent, AgentOccam, outperformed previous state-of-the-art methods by 9.8 absolute points (+29.4%) and boosted success rates by 26.6 points (+161%) on the WebArena benchmark.

Autonomy via agents using large language models (LLMs) for personalized, standardized tasks boosts human efficiency. Automating web tasks (like booking hotels within a budget) is increasingly sought after. Fulfilling practical needs, the web agent also serves as an important proof-of-concept example for various agent grounding scenarios, with its success promising advancements in many future applications. Prior research often handcrafts web agent strategies (e.g., prompting templates, multi-agent systems, search methods, etc.) and the corresponding in-context examples, which may not generalize well across all real-world scenarios. On the other hand, there has been limited study on the misalignment between a web agent's observation/action representation and the pre-training data of the LLM it's based on. This discrepancy is especially notable when LLMs are primarily trained for language completion rather than tasks involving embodied navigation actions and symbolic web elements. Our study enhances an LLM-based web agent by simply refining its observation and action space to better align with the LLM's capabilities. This approach enables our base agent to significantly outperform previous methods on a wide variety of web tasks. Specifically, on WebArena, a benchmark featuring general-purpose web interaction tasks, our agent AgentOccam surpasses the previous state-of-the-art and concurrent work by 9.8 (+29.4%) and 5.9 (+15.8%) absolute points respectively, and boosts the success rate by 26.6 points (+161%) over similar plain web agents with its observation and action space alignment. We achieve this without using in-context examples, new agent roles, online feedback or search strategies. AgentOccam's simple design highlights LLMs' impressive zero-shot performance on web tasks, and underlines the critical role of carefully tuning observation and action spaces for LLM-based agents.

Foundations

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

Your Notes