CLOct 21, 2024

To the Globe (TTG): Towards Language-Driven Guaranteed Travel Planning

arXiv:2410.16456v130 citationsh-index: 16EMNLP
Originality Incremental advance
AI Analysis

This addresses the time-consuming task of travel planning for users by providing guaranteed itineraries in real-time, though it is incremental as it combines existing LLM and optimization methods.

The paper tackles the problem of automated travel planning by developing To the Globe (TTG), a system that uses a fine-tuned LLM to translate natural language requests into symbolic form and solves for optimal itineraries with MILP solvers, achieving ~91% exact match in translation and itineraries with a 0.979 ratio to optimal cost.

Travel planning is a challenging and time-consuming task that aims to find an itinerary which satisfies multiple, interdependent constraints regarding flights, accommodations, attractions, and other travel arrangements. In this paper, we propose To the Globe (TTG), a real-time demo system that takes natural language requests from users, translates it to symbolic form via a fine-tuned Large Language Model, and produces optimal travel itineraries with Mixed Integer Linear Programming solvers. The overall system takes ~5 seconds to reply to the user request with guaranteed itineraries. To train TTG, we develop a synthetic data pipeline that generates user requests, flight and hotel information in symbolic form without human annotations, based on the statistics of real-world datasets, and fine-tune an LLM to translate NL user requests to their symbolic form, which is sent to the symbolic solver to compute optimal itineraries. Our NL-symbolic translation achieves ~91% exact match in a backtranslation metric (i.e., whether the estimated symbolic form of generated natural language matches the groundtruth), and its returned itineraries have a ratio of 0.979 compared to the optimal cost of the ground truth user request. When evaluated by users, TTG achieves consistently high Net Promoter Scores (NPS) of 35-40% on generated itinerary.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes