RASTP: Representation-Aware Semantic Token Pruning for Generative Recommendation with Semantic Identifiers
Tianyu Zhan, Kairui Fu, Zheqi Lv, Shengyu Zhang

TL;DR
RASTP is a method that improves generative recommendation systems by dynamically pruning less informative semantic tokens, reducing computational costs while maintaining or enhancing recommendation accuracy.
Contribution
It introduces a novel token pruning technique based on semantic saliency and attention centrality, directly reducing input sequence length in generative recommendation models.
Findings
Reduces training time by 26.7% on Amazon datasets
Maintains or slightly improves recommendation performance
Demonstrates effectiveness of token pruning in real-world datasets
Abstract
Generative recommendation systems typically leverage Semantic Identifiers (SIDs), which represent each item as a sequence of tokens that encode semantic information. However, representing item ID with multiple SIDs significantly increases input sequence length, which is a major determinant of computational complexity and memory consumption. While existing efforts primarily focus on optimizing attention computation and KV cache, we propose RASTP (Representation-Aware Semantic Token Pruning), which directly prunes less informative tokens in the input sequence. Specifically, RASTP evaluates token importance by combining semantic saliency, measured via representation magnitude, and attention centrality, derived from cumulative attention weights. Since RASTP dynamically prunes low-information or irrelevant semantic tokens, experiments on three real-world Amazon datasets show that RASTP…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Machine Learning in Healthcare · Explainable Artificial Intelligence (XAI)
