Search papers, labs, and topics across Lattice.
The authors introduce TransitLM, a large-scale dataset of 13M transit route planning records from four Chinese cities, designed to train models for map-free transit route generation. They pre-train an LLM on TransitLM and evaluate it on three tasks, demonstrating high accuracy in generating structurally valid routes. A key finding is the LLM's ability to implicitly ground arbitrary GPS coordinates to appropriate stations without explicit mapping, enabling end-to-end route generation.
Forget maps: LLMs can learn end-to-end transit route planning directly from data, even grounding GPS coordinates without explicit mapping.
Public transit route planning traditionally depends on structured map infrastructure and complex routing engines, and no existing dataset supports training models to bypass this dependency. We present TransitLM, a large-scale dataset of over 13 million transit route planning records from four Chinese cities covering 120,845 stations and 13,666 lines, released as a continual pre-training corpus and benchmark data for three evaluation tasks with complementary metrics. Experiments show that an LLM trained on TransitLM produces structurally valid routes at high accuracy and implicitly grounds arbitrary GPS coordinates to appropriate stations without any explicit mapping. These results demonstrate that transit route planning can be learned entirely from data, enabling end-to-end, map-free route generation directly from origin-destination information. The dataset and benchmark are available at https://huggingface.co/datasets/GD-ML/TransitLM, with evaluation code at https://github.com/HotTricker/TransitLM.