← Back to Paper List

Where to Move Next: Zero-shot Generalization of LLMs for Next POI Recommendation

Shanshan Feng, Haoming Lyu, Caishun Chen, Yew-Soon Ong
arXiv (2024)
Recommendation P13N Reasoning

📝 Paper Summary

Recommender Systems Spatial-Temporal Modeling
LLMmove is a zero-shot prompting framework that enables generic Large Language Models to recommend the next Point-of-Interest by explicitly incorporating user preferences, pre-calculated geographical distances, and sequential transition patterns.
Core Problem
Traditional POI recommendation requires training expensive task-specific models on large datasets, while off-the-shelf LLMs struggle with spatial reasoning (distances) and specific mobility sequences.
Why it matters:
  • Training task-specific models for every city/region consumes extensive computational resources
  • Standard LLMs hallucinate or ignore geographical constraints (Tobler's First Law), recommending popular but physically distant locations
  • Existing zero-shot LLM recommenders focus on e-commerce/movies and fail to capture the spatial and sequential dependencies unique to human mobility
Concrete Example: A user visits a 'Gym' then a 'Neighborhood' area. A standard LLM might suggest a popular 'Museum' far away. LLMmove identifies the 'Gym -> Neighborhood' pattern and the user's preference for short trips, recommending a nearby 'Subway' or 'Home' instead.
Key Novelty
LLMmove (Prompting Framework)
  • Decomposes mobility reasoning into four explicit prompt components: long-term preference, recent preference, geographical distance, and sequential transitions
  • Bypasses LLM calculation errors by pre-calculating spatial distances for candidates and feeding them as textual context (e.g., 'Distance: 0.5km')
  • Uses a distance-based ordering strategy for candidate presentation to mitigate LLM sensitivity to input order
Evaluation Highlights
  • Outperforms LLMMob(+Geo) variant, demonstrating that explicit prompting for spatial distance and transition patterns is superior to embedding-based approaches in zero-shot settings
  • Significantly outperforms standard zero-shot sequential baselines (CZSR, LLMRank) which lack geospatial consideration
  • Ordering candidate POIs by ascending distance (closest first) yields remarkably better performance than random or descending order
Breakthrough Assessment
7/10
Novel application of LLMs to spatial mobility without training. Smartly circumvents LLM math limitations via pre-calculation. Lack of numeric results in the provided text limits verification of magnitude.
×