Knowledge Graph (KG): A structured representation of data where entities (nodes) are connected by relations (edges), providing semantic context.
Tucker Decomposition: A method to factorize a tensor into a core tensor and factor matrices, used here to compress and denoise KG triples.
Hyperbolic Geometry: A non-Euclidean geometry with negative curvature, particularly good at embedding hierarchical or tree-like structures with low distortion.
Lorentz Model: A specific mathematical model for representing hyperbolic space that offers numerical stability for neural networks.
SVD (Singular Value Decomposition): A matrix factorization method used here to initialize user/item embeddings, capturing global collaborative patterns.
Long-tail: Items that are rarely interacted with; they suffer from data sparsity and are hard to recommend accurately.
Contrastive Learning: A learning paradigm that encourages the model to pull similar representations (positive pairs) together and push dissimilar ones (negative pairs) apart.