Today, with the popularity of GPS devices, we have accumulated massive amounts of historical trajectory data. Traditionally, route recommendation problems are usually solved by classic methods like the Dijkstra shortest path algorithm. While these methods are efficient, they lack an understanding of personalized needs. In recent years, machine learning models can generate routes that better align with user preferences by learning patterns in data. However, once trained, these models are limited to the distribution of training data and require retraining for new scenarios, leading to high deployment costs.
PathGPT proposes a new approach: redefining route recommendation as a natural language task, leveraging the natural language understanding capabilities of large language models (LLMs) combined with Retrieval-Augmented Generation (RAG) technology to implement a unified and highly adaptable personalized route recommendation system.