Topology-Aware Tokenization for Generative Recommendation

📅 2026-07-20
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the issue of topological distortion in item semantic embedding spaces caused by quantization in generative recommender systems, which disrupts adjacency relationships among items and degrades recommendation accuracy. To mitigate this, the authors propose TopoTok, a novel framework that incorporates a multi-level knowledge distillation mechanism to progressively preserve and recover hierarchical topological structures during quantization—from coarse to fine granularity—spanning inter-group, intra-group, and item-to-item levels. By integrating hierarchical semantic quantization with an autoregressive generative architecture, TopoTok substantially outperforms existing tokenizers across three benchmark datasets, achieving up to a 9.42% relative improvement in Recall@5.
📝 Abstract
Generative recommendation reformulates sequential recommendation as an autoregressive generation task, yet a critical issue in this paradigm remains overlooked: topology distortion in item tokenization. In particular, we observe that the intrinsic adjacency relationships of items in the pretrained semantic embedding space are significantly disrupted after quantization. This topology distortion misleads the model's perception of item similarity, ultimately bottlenecking the accuracy of generative recommendations. To address this issue, we propose Topology-Aware Tokenization (TopoTok), an item tokenization framework that preserves item relational structure throughout the quantization hierarchy. Different from the prior monolithic supervision in tokenization, TopoTok introduces a multi-level distillation scheme to progressively recover the topology from coarse to fine granularity: 1) Inter-Group Distillation to capture global cluster-wise relations; 2) Intra-Group Distillation to refine local structures within semantic clusters; and 3) Inter-Item Distillation to enforce fine-grained alignment at the individual item level. Extensive experiments on three benchmark datasets demonstrate that TopoTok effectively alleviates topology distortion and consistently outperforms state-of-the-art tokenizers, achieving significant performance gains of up to 9.42% in Recall@5.
Problem

Research questions and friction points this paper is trying to address.

generative recommendation
topology distortion
item tokenization
semantic embedding
quantization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Topology-Aware Tokenization
Generative Recommendation
Quantization
Multi-level Distillation
Topological Structure Preservation
🔎 Similar Papers
2024-05-12International Conference on Information and Knowledge ManagementCitations: 60