Papers › LASER: LLM Agent with State-Space Exploration for Web Navigation

LASER: LLM Agent with State-Space Exploration for Web Navigation

15 Sep 2023arXiv:2309.08172archive 2025-07-28

Kaixin Ma, Hongming Zhang, Hongwei Wang, Xiaoman Pan, Wenhao Yu, Dong Yu

Large language models (LLMs) have been successfully adapted for interactive decision-making tasks like web navigation. While achieving decent performance, previous methods implicitly assume a forward-only execution mode for the model, where they only provide oracle trajectories as in-context examples to guide the model on how to reason in the environment. Consequently, the model could not handle more challenging scenarios not covered in the in-context examples, e.g., mistakes, leading to sub-optimal performance. To address this issue, we propose to model the interactive task as state space exploration, where the LLM agent transitions among a pre-defined set of states by performing actions to complete the task. This formulation enables flexible backtracking, allowing the model to recover from errors easily. We evaluate our proposed LLM Agent with State-Space ExploRation (LASER) on both the WebShop task and amazon.com. Experimental results show that LASER significantly outperforms previous methods and closes the gap with human performance on the web navigation task.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2309.08172")

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mayer123/laser officialmentioned in papermentioned on GitHubGPL-3.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 12 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
10ran
3unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mayer123/laser. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

generate_mturk_code mayer123/laser/web_agent_site/utils.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 012bdfe4cb186c7c · report
get_corpus mayer123/laser/web_agent_site/attributes/generate_attrs.py official repository ran GPL-3.0 (copyleft) · pointer only · 24cb4ccb4d00c917 · report
get_goals mayer123/laser/web_agent_site/engine/goal.py official repository ran GPL-3.0 (copyleft) · pointer only · 0df6ffafd7a11a5b · report
get_human_goals mayer123/laser/web_agent_site/engine/goal.py official repository ran GPL-3.0 (copyleft) · pointer only · a8569e522104ea77 · report
get_synthetic_goals mayer123/laser/web_agent_site/engine/goal.py official repository ran GPL-3.0 (copyleft) · pointer only · fcdb5d3396bcdb7c · report
get_top_attrs mayer123/laser/web_agent_site/attributes/generate_attrs.py official repository ran GPL-3.0 (copyleft) · pointer only · 3281bf4bf93a5152 · report
normalize_color mayer123/laser/web_agent_site/engine/normalize.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · cd3d15486d902d04 · report
parse_action mayer123/laser/web_agent_site/engine/engine.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · f482598cf447f335 · report
parse_customization mayer123/laser/laser_agent.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · b573f213c4be0bb0 · report
random_idx mayer123/laser/web_agent_site/utils.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 89d13959fec563de · report
read_html_template mayer123/laser/web_agent_site/engine/engine.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · b521d0dcdbd7ea7c · report
setup_logger mayer123/laser/web_agent_site/utils.py official repository ran GPL-3.0 (copyleft) · pointer only · c6fc3fe13e880948 · report
auxilary_get_action mayer123/laser/laser_agent.py official repository unverified GPL-3.0 (copyleft) · pointer only · 734e5c390e4026aa · report
item_page_agent mayer123/laser/laser_agent.py official repository unverified GPL-3.0 (copyleft) · pointer only · 7ab790909335af80 · report
load_products mayer123/laser/web_agent_site/attributes/generate_attrs.py official repository unverified GPL-3.0 (copyleft) · pointer only · 35b439d83ee117f6 · report

Tasks

Decision Making

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections