Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SteP: Stacked LLM Policies for Web Actions

About

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.

Paloma Sodhi, S.R.K. Branavan, Yoav Artzi, Ryan McDonald• 2023

Related benchmarks

TaskDatasetResultRank
Web navigation and task completionWebArena (test)
Average Task Completion36.5
137
Web navigationWebArena
Overall Success Rate32.1
48
Shopping Agent TaskAmazon Easy
Kimi K2 Success Rate62.5
5
Shopping Agent TaskAmazon Hard
Kimi K2 Success Rate13.3
5
Web Browsing TaskWebVoyager Easy
Kimi K2 Success Rate74.2
5
Showing 5 of 5 rows

Other info

Follow for update