POI: Point-of-Interest—a specific location (e.g., a restaurant or park) that a user visits
Differential Privacy: A mathematical framework for privacy that adds noise to data so that the output cannot reveal whether any specific individual's data was included
OUE: Optimized Unary Encoding—a local differential privacy mechanism that perturbs binary vectors (like one-hot category encodings) to protect data while maintaining statistical utility
Chain-of-Thought: A prompting technique where the LLM is encouraged to generate intermediate reasoning steps before the final answer
LBSN: Location-Based Social Network—platforms like Foursquare or Yelp where users check in to locations
KL divergence: Kullback-Leibler divergence—a statistical distance measure used here to quantify the similarity between two users' check-in distributions
CoT: Chain-of-Thought—a prompting strategy that encourages the model to 'think' step-by-step
Self-reflection: A process where the model critiques or updates its own previous outputs based on new evidence (in this case, historical ground truth)