Efficient Optimization of Hierarchical Identifiers for Generative Recommendation
Federica Valeau, Odysseas Boufalis, Polytimi Gkotsi, Joshua Rosenthal, David Vos

TL;DR
This paper enhances the efficiency of generative recommendation models by optimizing hierarchical identifier construction, significantly reducing training bottlenecks while maintaining or improving retrieval quality across large datasets.
Contribution
It introduces two novel algorithms for faster tree construction in SEATER, a generative retrieval model, enabling scalable and efficient recommendation systems.
Findings
Greedy construction reduces build time to under 2% with minor quality loss.
Hybrid method maintains quality and improves on large datasets, with 5-8% build time.
SEATER's performance is validated across multiple datasets, including large-scale music data.
Abstract
SEATER is a generative retrieval model that improves recommendation inference efficiency and retrieval quality by utilizing balanced tree-structured item identifiers and contrastive training objectives. We reproduce and validate SEATER's reported improvements in retrieval quality over strong baselines across all datasets from the original work, and extend the evaluation to Yambda, a large-scale music recommendation dataset. Our experiments verify SEATER's strong performance, but show that its tree construction step during training becomes a major bottleneck as the number of items grows. To address this, we implement and evaluate two alternative construction algorithms: a greedy method optimized for minimal build time, and a hybrid method that combines greedy clustering at high levels with more precise grouping at lower levels. The greedy method reduces tree construction time to less…
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 · Music and Audio Processing · Topic Modeling
