LGOct 5, 2023

SteP: Stacked LLM Policies for Web Actions

arXiv:2310.03720v467 citationsh-index: 10
Originality Highly original
AI Analysis

This addresses the problem of LLMs struggling with varied web interfaces for users needing automated web task execution, representing a novel method for a known bottleneck.

The paper tackles the challenge of LLMs performing diverse web tasks by proposing SteP, a method that dynamically composes policies to handle complex, open-world web interactions, resulting in improvements of 14.9% to 33.5% over SOTA on WebArena and competitive performance on MiniWoB++ with less data.

Performing tasks on the web presents fundamental challenges to large language models (LLMs), including combinatorially large open-world tasks and variations across web interfaces. Simply specifying a large prompt to handle all possible behaviors and states is extremely complex, and results in behavior leaks between unrelated behaviors. Decomposition to distinct policies can address this challenge, but requires carefully handing off control between policies. We propose Stacked LLM Policies for Web Actions (SteP), an approach to dynamically compose policies to solve a diverse set of web tasks. SteP defines a Markov Decision Process where the state is a stack of policies representing the control state, i.e., the chain of policy calls. Unlike traditional methods that are restricted to static hierarchies, SteP enables dynamic control that adapts to the complexity of the task. We evaluate SteP against multiple baselines and web environments including WebArena, MiniWoB++, and a CRM. On WebArena, SteP improves (14.9\% to 33.5\%) over SOTA that use GPT-4 policies, while on MiniWob++, SteP is competitive with prior works while using significantly less data. Our code and data are available at https://asappresearch.github.io/webagents-step.

Foundations

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

Your Notes