DTW: Dynamic Time Warping—an algorithm to measure similarity between two temporal sequences, which may vary in speed
DWDTW: Decaying Weighted Dynamic Time Warping—a variant of DTW proposed here that applies exponential decay weights to prioritize alignment of recent trajectory points
TF-IDF: Term Frequency-Inverse Document Frequency—a numerical statistic used to reflect how important a word (or POI ID) is to a document (or trajectory)
HR: Hit Ratio—the fraction of test cases where the ground-truth item is present in the top-k recommendations
NDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that accounts for the position of relevant items in the recommendation list
LBSNs: Location-Based Social Networks—social media platforms that include geospatial data (e.g., Foursquare)
Cold-start: A scenario where the system has little or no historical data for a user, making personalization difficult
Zero-shot: The model performs the task without any explicit gradient-based training or fine-tuning on the target dataset