🤖 AI Summary
This work investigates the geospatial reasoning capabilities of large language models (LLMs), specifically their ability to perform navigation solely from textual representations of road networks. To address this, we propose a novel trajectory recovery paradigm, introduce GLOBALTRACE—a benchmark dataset comprising over 4,000 real-world trajectories—and design a zero-shot prompting framework that natively integrates road network topology, coordinate systems, and multimodal traffic semantics without external tools, enabling cross-regional, multi-modal route generation. Experiments demonstrate that our framework significantly outperforms existing baselines and specialized trajectory models under zero-shot settings; it also supports flexible incorporation of user preferences to enhance navigational plausibility and practicality. Our core contributions are: (1) the first systematic evaluation of LLMs’ intrinsic geospatial reasoning capacity, and (2) a scalable, tool-free, end-to-end trajectory generation methodology.
📝 Abstract
We explore the geospatial reasoning capabilities of Large Language Models (LLMs), specifically, whether LLMs can read road network maps and perform navigation. We frame trajectory recovery as a proxy task, which requires models to reconstruct masked GPS traces, and introduce GLOBALTRACE, a dataset with over 4,000 real-world trajectories across diverse regions and transportation modes. Using road network as context, our prompting framework enables LLMs to generate valid paths without accessing any external navigation tools. Experiments show that LLMs outperform off-the-shelf baselines and specialized trajectory recovery models, with strong zero-shot generalization. Fine-grained analysis shows that LLMs have strong comprehension of the road network and coordinate systems, but also pose systematic biases with respect to regions and transportation modes. Finally, we demonstrate how LLMs can enhance navigation experiences by reasoning over maps in flexible ways to incorporate user preferences.