IRAIMay 18, 2025

Geography-Aware Large Language Models for Next POI Recommendation

arXiv:2505.13526v15 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work solves the problem of accurate next POI recommendation for location-based services and personalized applications, representing an incremental improvement by enhancing LLMs with specialized geographic and transition-aware components.

The paper tackled the challenge of applying Large Language Models (LLMs) to next Point-of-Interest (POI) recommendation by addressing issues with modeling geographic information and POI transitions, resulting in a state-of-the-art framework that outperforms existing methods on three real-world datasets.

The next Point-of-Interest (POI) recommendation task aims to predict users' next destinations based on their historical movement data and plays a key role in location-based services and personalized applications. Accurate next POI recommendation depends on effectively modeling geographic information and POI transition relations, which are crucial for capturing spatial dependencies and user movement patterns. While Large Language Models (LLMs) exhibit strong capabilities in semantic understanding and contextual reasoning, applying them to spatial tasks like next POI recommendation remains challenging. First, the infrequent nature of specific GPS coordinates makes it difficult for LLMs to model precise spatial contexts. Second, the lack of knowledge about POI transitions limits their ability to capture potential POI-POI relationships. To address these issues, we propose GA-LLM (Geography-Aware Large Language Model), a novel framework that enhances LLMs with two specialized components. The Geographic Coordinate Injection Module (GCIM) transforms GPS coordinates into spatial representations using hierarchical and Fourier-based positional encoding, enabling the model to understand geographic features from multiple perspectives. The POI Alignment Module (PAM) incorporates POI transition relations into the LLM's semantic space, allowing it to infer global POI relationships and generalize to unseen POIs. Experiments on three real-world datasets demonstrate the state-of-the-art performance of GA-LLM.

Foundations

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

Your Notes