paper-with-me

Papers

Hierarchical Prompting Assists Large Language Model on Web Navigation

2023-05-23 · Abishek Sridhar, Robert Lo, Frank F. Xu, Hao Zhu, Shuyan Zhou

Large language models (LLMs) struggle on processing complicated observations in interactive decision making tasks. To alleviate this issue, we propose a simple hierarchical prompting approach. Diverging from previous prompting approaches that always put the full observation (e.g. a web page) to the prompt, we propose to first construct an action-aware observation which is more condensed and relevant with a dedicated SUMMARIZER prompt. The ACTOR prompt then predicts the next action based on the summarized observation. While our method has broad applicability, we particularly demonstrate its efficacy in the complex domain of web navigation where a full observation often contains redundant and irrelevant information. Our approach outperforms the previous state-of-the-art prompting mechanics by 6.2% on task success rate, demonstrating its potential on interactive decision making tasks with long observation traces.

📄 PDF Abstract BibTeX arXiv:2305.14257

Code (3)

robert1003/ash-prompting 공식 구현
oootttyyy/webarena
web-arena-x/webarena

Tasks

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

OmniVLN: Omnidirectional 3D Perception and Token-Efficient LLM Reasoning for Visual-Language Navigation across Air and Ground Platforms

2026-03-18 · Zhongyuang Liu, Min He, Shaonan Yu, Xinhang Xu 외 arxiv

Language-guided embodied navigation requires an agent to interpret object-referential instructions, search across multiple rooms, localize the referenced target, and execute reliable motion toward it. Existing systems re…

NavHint: Vision and Language Navigation Agent with a Hint Generator

2024-02-04 · Yue Zhang, Quan Guo, Parisa Kordjamshidi

Existing work on vision and language navigation mainly relies on navigation-related losses to establish the connection between vision and language modalities, neglecting aspects of helping the navigation agent build a de…

Vision and Language Navigation

CLASH: Collaborative Large-Small Hierarchical Framework for Continuous Vision-and-Language Navigation

2025-12-11 · Liuyi Wang, Zongtao He, Jinlong Li, Ruihao Xia 외 arxiv

Vision-and-Language Navigation (VLN) requires robots to follow natural language instructions and navigate complex environments without prior maps. While recent vision-language large models demonstrate strong reasoning ab…

ImagineNav++: Prompting Vision-Language Models as Embodied Navigator through Scene Imagination

2025-12-19 · Teng Wang, Xinxin Zhao, Wenzhe Cai, Changyin Sun arxiv

Visual navigation is a fundamental capability for autonomous home-assistance robots, enabling long-horizon tasks such as object search. While recent methods have leveraged Large Language Models (LLMs) to incorporate comm…

Spatial ReasoningVisual Navigation

Hierarchical Prompting Taxonomy: A Universal Evaluation Framework for Large Language Models Aligned with Human Cognitive Principles

2024-06-18 · Devichand Budagam, Ashutosh Kumar, Mahsa Khoshnoodi, Sankalp KJ 외

Assessing the effectiveness of large language models (LLMs) in performing different tasks is crucial for understanding their strengths and weaknesses. This paper presents Hierarchical Prompting Taxonomy (HPT), grounded o…

Arithmetic ReasoningCode GenerationCommon Sense ReasoningGSM8K+8