paper-with-me

Papers

TrajGenAgent: A Hierarchical LLM Agent for Human Mobility Trajectory Generation

2026-06-10 · Siyu Li, Toan Tran, Lingyi Zhao, Khurram Shafique, Li Xiong arxiv

Human mobility data is important for transportation, urban planning, and epidemic control, but large-scale trajectory collection is often costly and privacy-constrained, motivating realistic synthetic trajectory generation. Existing LLM-based generators typically rely on either prompt engineering, which preserves zero-shot reasoning but lacks fine-grained spatiotemporal grounding, or trajectory-level fine-tuning, which improves statistical precision but incurs substantial computational cost and may weaken general reasoning. We propose TrajGenAgent, a semantic-aware hierarchical LLM-agent framework for human mobility trajectory generation without model fine-tuning. TrajGenAgent uses a two-stage orchestrator-worker design: an LLM first synthesizes an individual- and weekday-conditioned activity chain from historical evidence via in-context learning, and a deterministic workflow then grounds each activity into a complete visit using personalized POI retrieval, distance-aware location selection, kinematics-aware travel-time propagation, and LLM-based duration estimation. To evaluate realism beyond aggregate spatiotemporal statistics, we introduce an anomaly-detection-based evaluation framework using two complementary detectors to assess behavioral and semantic plausibility. Experiments on benchmark and large-scale simulation datasets show that TrajGenAgent improves spatiotemporal fidelity, semantic coherence, and individual-specific behavioral realism over representative neural and LLM-based baselines, while avoiding parameter updates.

📄 PDF Abstract BibTeX arXiv:2606.12657

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

RHYTHM: Reasoning with Hierarchical Temporal Tokenization for Human Mobility

2025-09-27 · Haoyu He, Haozheng Luo, Yan Chen, Qi R. Wang arxiv

Predicting human mobility is inherently challenging due to complex long-range dependencies and multi-scale periodic behaviors. To address this, we introduce RHYTHM (Reasoning with Hierarchical Temporal Tokenization for H…

ActivityEditor: Learning to Synthesize Physically Valid Human Mobility

2026-04-07 · Chenjie Yang, Yutian Jiang, Anqi Liang, Wei Qi 외 arxiv

Human mobility modeling is indispensable for diverse urban applications. However, existing data-driven methods often suffer from data scarcity, limiting their applicability in regions where historical trajectories are un…

Reinforcement Learning

Trajectory-User Linking via Hierarchical Spatio-Temporal Attention Networks

2023-02-11 · Wei Chen, Chao Huang, Yanwei Yu, Yongguo Jiang 외

Trajectory-User Linking (TUL) is crucial for human mobility modeling by linking diferent trajectories to users with the exploration of complex mobility patterns. Existing works mainly rely on the recurrent neural framewo…

From Narrative to Action: A Hierarchical LLM-Agent Framework for Human Mobility Generation

2025-10-28 · Qiumeng Li, Chunhou Ji, Xinyue Liu arxiv

Understanding and replicating human mobility requires not only spatial-temporal accuracy but also an awareness of the cognitive hierarchy underlying real-world travel decisions. Traditional agent-based or deep learning m…

Be More Real: Travel Diary Generation Using LLM Agents and Individual Profiles

2024-07-10

Human mobility is inextricably linked to social issues such as traffic congestion, energy consumption, and public health; however, privacy concerns restrict access to mobility data. Recently, research have utilized Large…