A Foundational individual Mobility Prediction Model based on Open-Source Large Language Models
Zhenlin Qin, Leizhen Wang, Francisco Camara Pereira, Zhenliang Ma
TL;DR
This paper introduces MoBLLM, a foundational mobility prediction model built by fine-tuning open-source LLMs using a practitioner-friendly instruction dataset generated with a strong teacher-student framework. It addresses cross-city transferability by normalizing location labels and training on diverse mobility data, enabling robust next-location and trip-prediction tasks across GPS, check-in, and AFC data. The approach combines zero-shot CoT prompting and parameter-efficient fine-tuning (LoRA and variants), achieving state-of-the-art accuracy and transferability across six real-world datasets while significantly reducing cost versus commercial LLMs. Empirical results demonstrate MoBLLM’s robustness to contextual changes and its potential for broad mobility-policy applications, with future work focusing on prompt robustness, interpretability, and broader task coverage.
Abstract
Large Language Models (LLMs) are widely applied to domain-specific tasks due to their massive general knowledge and remarkable inference capacities. Current studies on LLMs have shown immense potential in applying LLMs to model individual mobility prediction problems. However, most LLM-based mobility prediction models only train on specific datasets or use single well-designed prompts, leading to difficulty in adapting to different cities and users with diverse contexts. To fill these gaps, this paper proposes a unified fine-tuning framework to train a foundational open source LLM-based mobility prediction model. We conducted extensive experiments on six real-world mobility datasets to validate the proposed model. The results showed that the proposed model achieved the best performance in prediction accuracy and transferability over state-of-the-art models based on deep learning and LLMs.
