IntTravel: A Real-World Dataset and Generative Framework for Integrated Multi-Task Travel Recommendation
Huimin Yan, Longfei Xu, Junjie Sun, Zheng Liu, Wei Luo, Kaikui Liu, Xiangxiang Chu
TL;DR
IntTravel addresses the fragmented landscape of travel recommendation by introducing a large-scale real-world dataset that models four interdependent tasks of a journey: When, Where, How, and Via. It proposes a novel decoder-only multi-task generative framework built from TIP, TSG, and TSF to preserve, filter, and customize information for each task, achieving state-of-the-art results on IntTravel and strong generalization to a non-travel domain. The dataset and framework are validated offline and deployed in Amap, delivering a tangible 1.09% CTR uplift, demonstrating both methodological rigor and practical impact. This work advances holistic journey planning and provides a scalable benchmark for future generative multi-task recommendation research.
Abstract
Next Point of Interest (POI) recommendation is essential for modern mobility and location-based services. To provide a smooth user experience, models must understand several components of a journey holistically: "when to depart", "how to travel", "where to go", and "what needs arise via the route". However, current research is limited by fragmented datasets that focus merely on next POI recommendation ("where to go"), neglecting the departure time, travel mode, and situational requirements along the journey. Furthermore, the limited scale of these datasets impedes accurate evaluation of performance. To bridge this gap, we introduce IntTravel, the first large-scale public dataset for integrated travel recommendation, including 4.1 billion interactions from 163 million users with 7.3 million POIs. Built upon this dataset, we introduce an end-to-end, decoder-only generative framework for multi-task recommendation. It incorporates information preservation, selection, and factorization to balance task collaboration with specialized differentiation, yielding substantial performance gains. The framework's generalizability is highlighted by its state-of-the-art performance across both IntTravel dataset and an additional non-travel benchmark. IntTravel has been successfully deployed on Amap serving hundreds of millions of users, leading to a 1.09% increase in CTR. IntTravel is available at https://github.com/AMAP-ML/IntTravel.
