Can LLMs Generate Human-Like Wayfinding Instructions? Towards Platform-Agnostic Embodied Instruction Synthesis
Vishnu Sashank Dorbala, Sanjoy Chowdhury, Dinesh Manocha
TL;DR
The paper tackles the challenge of generating human-like, platform-agnostic wayfinding instructions for embodied navigation without training on platform-specific datasets. It presents a two-stage method that first extracts rich spatial knowledge from egocentric frames using LLMs and BLIP-based VQA, then uses in-context learning with reference instruction styles to produce diverse, human-like instructions. The approach is validated across Matterport3D, AI Habitat, and ThreeDWorld, with a user study showing 83.3% perceived detail accuracy and zero-shot VLN results closely matching baselines (less than 1% SR change), demonstrating cross-platform viability. The work enables scalable evaluation of embodied navigation policies and provides a data-efficient alternative to platform-specific human annotations, while discussing limitations and directions for broader generalizability and ethical considerations.
Abstract
We present a novel approach to automatically synthesize "wayfinding instructions" for an embodied robot agent. In contrast to prior approaches that are heavily reliant on human-annotated datasets designed exclusively for specific simulation platforms, our algorithm uses in-context learning to condition an LLM to generate instructions using just a few references. Using an LLM-based Visual Question Answering strategy, we gather detailed information about the environment which is used by the LLM for instruction synthesis. We implement our approach on multiple simulation platforms including Matterport3D, AI Habitat and ThreeDWorld, thereby demonstrating its platform-agnostic nature. We subjectively evaluate our approach via a user study and observe that 83.3% of users find the synthesized instructions accurately capture the details of the environment and show characteristics similar to those of human-generated instructions. Further, we conduct zero-shot navigation with multiple approaches on the REVERIE dataset using the generated instructions, and observe very close correlation with the baseline on standard success metrics (< 1% change in SR), quantifying the viability of generated instructions in replacing human-annotated data. We finally discuss the applicability of our approach in enabling a generalizable evaluation of embodied navigation policies. To the best of our knowledge, ours is the first LLM-driven approach capable of generating "human-like" instructions in a platform-agnostic manner, without training.
