GPT-4V(ision) is a Generalist Web Agent, if Grounded

Boyuan Zheng, Boyu Gou, Jihyung Kil, Huan Sun, Yu Su

arXiv:2401.01614 · 2026-07-27 공개 · arXiv · PDF

llm multimodal-model visual-understanding mind2web html-structure grounding-strategy online-evaluation gpt-4v

Abstract

The recent development on large multimodal models (LMMs), especially GPT-4V(ision) and Gemini, has been quickly expanding the capability boundaries of multimodal models beyond traditional tasks like image captioning and visual question answering. In this work, we explore the potential of LMMs like GPT-4V as a generalist web agent that can follow natural language instructions to complete tasks on any given website. We propose SEEACT, a generalist web agent that harnesses the power of LMMs for integrated visual understanding and acting on the web. We evaluate on the recent MIND2WEB benchmark. In addition to standard offline evaluation on cached websites, we enable a new online evaluation setting by developing a tool that allows running web agents on live websites. We show that GPT-4V presents a great potential for web agents -- it can successfully complete 51.1 of the tasks on live websites if we manually ground its textual plans into actions on the websites. This substantially outperforms text-only LLMs like GPT-4 or smaller models (FLAN-T5 and BLIP-2) specifically fine-tuned for web agents. However, grounding still remains a major challenge. Existing LMM grounding strategies like set-of-mark prompting turns out to be not effective for web agents, and the best grounding strategy we develop in this paper leverages both the HTML structure and visuals. Yet, there is still a substantial gap with oracle grounding, leaving ample room for further improvement. All code, data, and evaluation tools are available at https://github.com/OSU-NLP-Group/SeeAct.

한국어 요약

한 줄 요약

GPT-4V를 기반으로 한 웹 에이전트 SeeAct는 50%의 실시간 웹사이트 작업 성공률을 기록했으나, 정확한 시각적 접지(grounding)는 여전히 주요 과제이다.

핵심 기여도

핵심 아이디어

본 연구는 GPT-4V와 같은 대규모 다중 모달 모델(LMM)이 웹 에이전트로 활용될 수 있는 잠재력을 탐구한다. 기존 웹 에이전트 연구는 HTML 텍스트를 기반으로 텍스트 기반 LLM(GPT-4, FLAN-T5)을 사용했으나, HTML은 시각 정보를 누락시키고 정보 밀도가 낮다. 예를 들어, GPT-4V는 423개의 HTML 요소를 1,445개의 시각 토큰으로 처리할 수 있어 GPT-2 토크나이저 기준 186,490개의 텍스트 토큰 대비 효율적이다. 따라서 본 연구는 시각 정보를 활용한 웹 에이전트 SeeAct를 제안하며, GPT-4V가 웹사이트의 시각적 렌더링을 정확히 이해하고 텍스트 계획을 생성할 수 있음을 보여준다. 그러나 텍스트 계획을 웹사이트의 정확한 HTML 요소와 동작으로 변환하는 접지(grounding)는 여전히 주요 과제로 남는다.

기술적 접근법

주요 결과

의의 및 한계

본 연구는 GPT-4V가 웹 에이전트로서의 잠재력을 입증하며, 특히 시각 정보를 활용한 웹 이해와 계획 생성 능력이 뛰어나다는 점을 보여준다. 또한, 기존 텍스트 기반 LLM 대비 웹 에이전트 성능이 현저히 향상되었으며, 온라인 평가 환경을 도입함으로써 웹사이트의 동적성을 반영한 평가 기준을 제시한다. 그러나 **접지(grounding)**는 여전히 주요 과제로, 최고 성능 전략도 오라클 접지 대비 **20-25% 성능 차이**가 남는다. 이는 LMM이 복잡한 웹사이트의 시각적 요소를 정확히 해석하지 못하는 한계를 드러낸다.

실용적 활용

SeeAct는 웹사이트 자동화, 웹 기반 고객 지원, 웹 크롤링 및 검색 등 다양한 웹 상호작용 시스템에 적용 가능하다. 특히, GPT-4V의 시각 이해 능력을 활용해 복잡한 웹사이트 탐색을 자동화할 수 있으며, HTML과 시각 정보를 결합한 접지 전략은 웹 에이전트의 정확도를 높이는 데 활용될 수 있다.