AMAP Agentic Planning Technical Report
Yulan Hu, Xiangwen Zhang, Sheng Ouyang, Hao Yi, Lu Xu, Qinglin Lang, Lide Tan, Xiang Cheng, Tianchen Ye, Zhicong Li, Ge Chen, Wenjin Yang, Zheng Pan, Shaopan Xiong, Siran Yang, Ju Huang, Yan Zhang, Jiamang Wang, Yong Liu, Yinfeng Huang, Tucheng Lin, Xin Li, Ning Guo
TL;DR
The paper introduces STAgent, an agentic LLM designed for real-world spatio-temporal reasoning that can interact with a large toolset. It presents a three-part framework: a stable, scalable tool environment; a hierarchical, seed-driven data curation pipeline with a dynamic difficulty-aware curriculum; and a cascaded training recipe combining supervised fine-tuning with RL (SFT-Guided RL) built on Qwen3-30B-A3B. The approach yields strong performance on TravelBench and maintains generalization across diverse benchmarks, validating the effectiveness of integrating tool invocation, data-aware curriculum design, and RL to push agentic capabilities in open-world scenarios. This work contributes a practical paradigm for developing specialized agents in real-world domains and provides insights into maintaining general-purpose abilities while optimizing domain-specific skills.
Abstract
We present STAgent, an agentic large language model tailored for spatio-temporal understanding, designed to solve complex tasks such as constrained point-of-interest discovery and itinerary planning. STAgent is a specialized model capable of interacting with ten distinct tools within spatio-temporal scenarios, enabling it to explore, verify, and refine intermediate steps during complex reasoning. Notably, STAgent effectively preserves its general capabilities. We empower STAgent with these capabilities through three key contributions: (1) a stable tool environment that supports over ten domain-specific tools, enabling asynchronous rollout and training; (2) a hierarchical data curation framework that identifies high-quality data like a needle in a haystack, curating high-quality queries with a filter ratio of 1:10,000, emphasizing both diversity and difficulty; and (3) a cascaded training recipe that starts with a seed SFT stage acting as a guardian to measure query difficulty, followed by a second SFT stage fine-tuned on queries with high certainty, and an ultimate RL stage that leverages data of low certainty. Initialized with Qwen3-30B-A3B to establish a strong SFT foundation and leverage insights into sample difficulty, STAgent yields promising performance on TravelBench while maintaining its general capabilities across a wide range of general benchmarks, thereby demonstrating the effectiveness of our proposed agentic model.
