paper-with-me

Papers

AgentMove: Predicting Human Mobility Anywhere Using Large Language Model based Agentic Framework

2024-08-26 · Jie Feng, Yuwei Du, Jie Zhao, Yong Li

Human mobility prediction plays a crucial role in various real-world applications. Although deep learning based models have shown promising results over the past decade, their reliance on extensive private mobility data for training and their inability to perform zero-shot predictions, have hindered further advancements. Recently, attempts have been made to apply large language models (LLMs) to mobility prediction task. However, their performance has been constrained by the absence of a systematic design of workflow. They directly generate the final output using LLMs, which limits the potential of LLMs to uncover complex mobility patterns and underestimates their extensive reserve of global geospatial knowledge. In this paper, we introduce AgentMove, a systematic agentic prediction framework to achieve generalized mobility prediction for any cities worldwide. In AgentMove, we first decompose the mobility prediction task into three sub-tasks and then design corresponding modules to complete these subtasks, including spatial-temporal memory for individual mobility pattern mining, world knowledge generator for modeling the effects of urban structure and collective knowledge extractor for capturing the shared patterns among population. Finally, we combine the results of three modules and conduct a reasoning step to generate the final predictions. Extensive experiments on mobility data from two sources in 12 cities demonstrate that AgentMove outperforms the best baseline more than 8% in various metrics and it shows robust predictions with various LLMs as base and also less geographical bias across cities. Codes and data can be found in https://github.com/tsinghua-fib-lab/AgentMove.

📄 PDF Abstract BibTeX arXiv:2408.13986

Code (1)

tsinghua-fib-lab/agentmove 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language ModelPredictionWorld Knowledge

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

A Machine Learning Approach to Modeling Human Migration

2017-11-15 · Caleb Robinson, Bistra Dilkina

Human migration is a type of human mobility, where a trip involves a person moving with the intention of changing their home location. Predicting human migration as accurately as possible is important in city planning ap…

BIG-bench Machine Learning

A Short Survey of Human Mobility Prediction in Epidemic Modeling from Transformers to LLMs

2024-04-25 · Christian N. Mayemba, D'Jeff K. Nkashama, Jean Marie Tshimula, Maximilien V. Dialufuma 외

This paper provides a comprehensive survey of recent advancements in leveraging machine learning techniques, particularly Transformer models, for predicting human mobility patterns during epidemics. Understanding how peo…

Predicting Human Mobility during Extreme Events via LLM-Enhanced Cross-City Learning

2025-07-26 · Yinzhou Tang, Huandong Wang, Xiaochen Fan, Yong Li arxiv

The vulnerability of cities has increased with urbanization and climate change, making it more important to predict human mobility during extreme events (e.g., extreme weather) for downstream tasks including location-bas…

GeoFormer: Predicting Human Mobility using Generative Pre-trained Transformer (GPT)

2023-11-09 · Aivin V. Solatorio

Predicting human mobility holds significant practical value, with applications ranging from enhancing disaster risk planning to simulating epidemic spread. In this paper, we present the GeoFormer, a decoder-only transfor…

DecoderDynamic Time Warping

Instruction-Tuning Llama-3-8B Excels in City-Scale Mobility Prediction

2024-10-31 · Peizhi Tang, Chuang Yang, Tong Xing, Xiaohang Xu 외

Human mobility prediction plays a critical role in applications such as disaster response, urban planning, and epidemic forecasting. Traditional methods often rely on designing crafted, domain-specific models, and typica…

Disaster ResponseLanguage ModelingLanguage ModellingLarge Language Model+2