POI: Point-of-Interest—a specific physical location a user visits (e.g., a restaurant or park)
SID: Spatial Semantic ID—a custom token representation for POIs combining geographic location (S2 cell) and semantic category
LBSN: Location-Based Social Network—platforms like Foursquare where users share their location history
CoT: Chain-of-Thought—a prompting technique where the model generates intermediate reasoning steps before the final answer
GRPO: Group Relative Policy Optimization—an RL algorithm that optimizes a policy by comparing a group of outputs against each other rather than using a separate value function
S2 Cell Id: A hierarchical spatial indexing system that maps the sphere into cells, allowing coarse-to-fine location representation
RQ-VAE: Residual Quantized Variational AutoEncoder—used here to discretize semantic embeddings into discrete tokens
Haversine distance: The great-circle distance between two points on a sphere (Earth), used to calculate travel distance