Evaluation Setup
Next POI prediction on real-world check-in datasets
Benchmarks:
- NYC Dataset (Next POI Recommendation)
- TKY Dataset (Next POI Recommendation)
Metrics:
- Acc@K (Top-K Accuracy)
- MRR (Mean Reciprocal Rank)
- Statistical methodology: Not explicitly reported in the paper
Main Takeaways
- Geographical distance is the single most critical factor; the 'Dist' (nearest neighbor) baseline alone outperforms complex generic sequential recommenders.
- LLMmove achieves the best performance among zero-shot methods by combining distance with user preference, outperforming the LLMMob variants.
- Ablation studies reveal that 'Long-term preference' and 'Geographical influence' are the most impactful components of the prompt.
- Candidate ordering significantly impacts LLM output: sorting candidates by ascending distance (closest first) yields much better results than random or frequency-based sorting.