paper-with-me

홈 › Papers

HiMAP-Travel: Hierarchical Multi-Agent Planning for Long-Horizon Constrained Travel

2026-03-05 · The Viet Bui, Wenjun Li, Yong Liu arxiv

Sequential LLM agents fail on long-horizon planning with hard constraints like budgets and diversity requirements. As planning progresses and context grows, these agents drift from global constraints. We propose HiMAP-Travel, a hierarchical multi-agent framework that splits planning into strategic coordination and parallel day-level execution. A Coordinator allocates resources across days, while Day Executors plan independently in parallel. Three key mechanisms enable this: a transactional monitor enforcing budget and uniqueness constraints across parallel agents, a bargaining protocol allowing agents to reject infeasible sub-goals and trigger re-planning, and a single policy trained with GRPO that powers all agents through role conditioning. On TravelPlanner, HiMAP-Travel with Qwen3-8B achieves 52.78% validation and 52.65% test Final Pass Rate (FPR). In a controlled comparison with identical model, training, and tools, it outperforms the sequential DeepTravel baseline by +8.67~pp. It also surpasses ATLAS by +17.65~pp and MTP by +10.0~pp. On FlexTravelBench multi-turn scenarios, it achieves 44.34% (2-turn) and 37.42% (3-turn) FPR while reducing latency 2.5x through parallelization.

📄 PDF Abstract BibTeX arXiv:2603.04750

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HiMAP: History-aware Map-occupancy Prediction with Fallback

2026-02-19 · Yiming Xu, Yi Yang, Hao Cheng, Monika Sester arxiv

Accurate motion forecasting is critical for autonomous driving, yet most predictors rely on multi-object tracking (MOT) with identity association, assuming that objects are correctly and continuously tracked. When tracki…

Multi-Object TrackingTrajectory PredictionAutonomous DrivingMotion Forecasting

DeepTravel: An End-to-End Agentic Reinforcement Learning Framework for Autonomous Travel Planning Agents

2025-09-26 · Yansong Ning, Rui Liu, Jun Wang, Kai Chen 외 arxiv

Travel planning (TP) agent has recently worked as an emerging building block to interact with external tools/resources for travel itinerary generation, ensuring an enjoyable user experience. Despite its benefits, existin…

Reinforcement Learning

HiMAP: Learning Heuristics-Informed Policies for Large-Scale Multi-Agent Pathfinding

2024-02-23 · Huijie Tang, Federico Berto, Zihan Ma, Chuanbo Hua 외

Large-scale multi-agent pathfinding (MAPF) presents significant challenges in several areas. As systems grow in complexity with a multitude of autonomous agents operating simultaneously, efficient and collision-free coor…

Imitation LearningReinforcement Learning (RL)

TravelAgent: An AI Assistant for Personalized Travel Planning

2024-09-12 · Aili Chen, Xuyang Ge, Ziquan Fu, Yanghua Xiao 외

As global tourism expands and artificial intelligence technology advances, intelligent travel planning services have emerged as a significant research focus. Within dynamic real-world travel scenarios with multi-dimensio…

Beyond Itinerary Planning-A Real-World Benchmark for Multi-Turn and Tool-Using Travel Tasks

2025-12-27 · Xiang Cheng, Yulan Hu, Xiangwen Zhang, Lu Xu 외 arxiv

Travel planning is a natural real-world task to test large language models' (LLMs) planning and tool-use abilities. Although prior work has studied LLM performance on travel planning, existing settings still differ from …