ResearchPod Summary
Generative recommendation models typically represent items as discrete Semantic IDs (SIDs). While these SIDs capture stable item identity, they often fail to incorporate dynamic, interaction-specific context—such as price, behavior type, or timestamp—without significantly increasing the input sequence length. The authors investigate how to enrich historical item representations with these heterogeneous attributes without incurring the prohibitive computational costs associated with longer input sequences in Transformer-based generative backbones.
To address this, the authors propose SPARC (Sequence-aware Progressive Attribute Routing and Compression). The framework operates in three stages:
By contextualizing and compressing information before it reaches the generative backbone, SPARC allows models to leverage rich, multi-field industrial data without the memory and computational overhead of longer input sequences. This enables better performance in industrial recommendation scenarios where dynamic states (like price or intent) are just as critical as the item's static identity. Experiments on Taobao and Amazon datasets show that SPARC consistently outperforms both conventional and generative baselines, confirming that the performance gains stem from context-conditioned information retention rather than simply increasing model capacity.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.