Item Indices: Discrete, tokenized representations of items generated via vector quantization (e.g., <a_5><b_2><c_6><d_7>).
RQ-VAE: Residual-Quantized Variational AutoEncoder—a model that recursively quantizes residual vectors to generate hierarchical discrete codes.
Collaborative Semantics: Latent information derived from user-item interaction patterns (e.g., users who buy X also buy Y), typically captured by ID embeddings.
Uniform Semantic Mapping: A constraint applied during vector quantization ensuring that items are evenly distributed across codewords to prevent ID collisions.
Sinkhorn-Knopp: An algorithm used to solve optimal transport problems; used here to enforce a uniform distribution of item assignments to codewords.
Full Ranking: Evaluating a recommender by ranking the target item against ALL other items in the dataset, rather than a small sample.
Asymmetric Item Prediction: A tuning task where input and output modalities differ (e.g., input is ID sequence, output is item title) to force semantic alignment.