paper-with-me

Papers

WebLINX: Real-World Website Navigation with Multi-Turn Dialogue

2024-02-08 · Xing Han Lù, Zdeněk Kasner, Siva Reddy

We propose the problem of conversational web navigation, where a digital agent controls a web browser and follows user instructions to solve real-world tasks in a multi-turn dialogue fashion. To support this problem, we introduce WEBLINX - a large-scale benchmark of 100K interactions across 2300 expert demonstrations of conversational web navigation. Our benchmark covers a broad range of patterns on over 150 real-world websites and can be used to train and evaluate agents in diverse scenarios. Due to the magnitude of information present, Large Language Models (LLMs) cannot process entire web pages in real-time. To solve this bottleneck, we design a retrieval-inspired model that efficiently prunes HTML pages by ranking relevant elements. We use the selected elements, along with screenshots and action history, to assess a variety of models for their ability to replicate human behavior when navigating the web. Our experiments span from small text-only to proprietary multimodal LLMs. We find that smaller finetuned decoders surpass the best zero-shot LLMs (including GPT-4V), but also larger finetuned multimodal models which were explicitly pretrained on screenshots. However, all finetuned models struggle to generalize to unseen websites. Our findings highlight the need for large multimodal models that can generalize to novel settings. Our code, data and models are available for research: https://mcgill-nlp.github.io/weblinx

📄 PDF Abstract BibTeX arXiv:2402.05930

Code (2)

McGill-NLP/weblinx 공식 구현 pytorch
McGill-NLP/webllama 공식 구현 pytorch

Tasks

Conversational Web NavigationText GenerationVision and Language Navigation

Similar Papers 제목 키워드 기반

WebVLN: Vision-and-Language Navigation on Websites

2023-12-25 · Qi Chen, Dileepa Pitawela, Chongyang Zhao, Gengze Zhou 외

Vision-and-Language Navigation (VLN) task aims to enable AI agents to accurately understand and follow natural language instructions to navigate through real-world environments, ultimately reaching specific target locati…

NavigateVision and Language Navigation

Dual-View Visual Contextualization for Web Navigation

2024-02-06 · CVPR 2024 1 · Jihyung Kil, Chan Hee Song, Boyuan Zheng, Xiang Deng 외

Automatic web navigation aims to build a web agent that can follow language instructions to execute complex and diverse tasks on real-world websites. Existing work primarily takes HTML documents as input, which define th…

MRWeb: An Exploration of Generating Multi-Page Resource-Aware Web Code from UI Designs

2024-12-19 · Yuxuan Wan, Yi Dong, Jingyu Xiao, Yintong Huo 외

Multi-page websites dominate modern web development. However, existing design-to-code methods rely on simplified assumptions, limiting to single-page, self-contained webpages without external resource connection. To addr…

From Context to Action: Analysis of the Impact of State Representation and Context on the Generalization of Multi-Turn Web Navigation Agents

2024-10-31 · Nalin Tiwary, Vardhan Dongre, Sanil Arun Chawla, Ashwin Lamani 외

Recent advancements in Large Language Model (LLM)-based frameworks have extended their capabilities to complex real-world applications, such as interactive web navigation. These systems, driven by user commands, navigate…

Action AnalysisConversational Web NavigationLanguage ModelingLanguage Modelling+3

Wanderland: Geometrically Grounded Simulation for Open-World Embodied AI

2025-11-25 · Xinhao Liu, Jiaqi Li, Youming Deng, Ruxin Chen 외 arxiv

Reproducible closed-loop evaluation remains a major bottleneck in Embodied AI such as visual navigation. A promising path forward is high-fidelity simulation that combines photorealistic sensor rendering with geometrical…

Novel View Synthesis3D ReconstructionVisual Navigation