🤖 AI Summary
Current AI agents typically decouple embodied interaction from web-based knowledge acquisition, limiting their ability to jointly reason across physical and digital domains for complex tasks—e.g., cooking via online recipe search or dynamic map-based navigation. To address this, we propose the first unified agent paradigm that deeply integrates embodiment and web reasoning. We introduce a comprehensive simulation platform featuring 3D indoor/outdoor environments, interactive web interfaces, and multi-step embodied planning, alongside a multi-task benchmark covering cooking, geolocation, and more. We further define systematic, cross-modal evaluation metrics to quantify cross-domain collaborative reasoning. Experiments reveal substantial performance gaps between state-of-the-art models and human-level reasoning in such hybrid settings. All components—including environments, datasets, code, and evaluation tools—are fully open-sourced, establishing a foundational resource for embodied-web intelligence research.
📝 Abstract
AI agents today are mostly siloed - they either retrieve and reason over vast amount of digital information and knowledge obtained online; or interact with the physical world through embodied perception, planning and action - but rarely both. This separation limits their ability to solve tasks that require integrated physical and digital intelligence, such as cooking from online recipes, navigating with dynamic map data, or interpreting real-world landmarks using web knowledge. We introduce Embodied Web Agents, a novel paradigm for AI agents that fluidly bridge embodiment and web-scale reasoning. To operationalize this concept, we first develop the Embodied Web Agents task environments, a unified simulation platform that tightly integrates realistic 3D indoor and outdoor environments with functional web interfaces. Building upon this platform, we construct and release the Embodied Web Agents Benchmark, which encompasses a diverse suite of tasks including cooking, navigation, shopping, tourism, and geolocation - all requiring coordinated reasoning across physical and digital realms for systematic assessment of cross-domain intelligence. Experimental results reveal significant performance gaps between state-of-the-art AI systems and human capabilities, establishing both challenges and opportunities at the intersection of embodied cognition and web-scale knowledge access. All datasets, codes and websites are publicly available at our project page https://embodied-web-agent.github.io/.