SPRIG: Semantic-ID-enhanced Paths for Knowledge Graph-based Generative Recommendation

SPRIG Teaser

Abstract

Recommender systems leveraging generative models often generate item identifiers directly, rather than ranking catalog items by a recommendation score. Recent work extends beyond pure sequential interaction signals by incorporating item content and structured relationships among items, with two distinct directions emerging. Semantic IDs (SIDs) enrich item representations by replacing opaque, randomly initialized embeddings with hierarchically quantized discrete codes derived from item content. Knowledge-graph (KG) path reasoning instead generates entity-relation paths that ground recommendations in structured relationships between items, attributes, and external entities, thereby enriching the relational context. These two lines have complementary limitations: SID-based models lack relational grounding, while KG-based generative recommenders still represent items as arbitrary, opaque tokens tied to large embedding tables, limiting parameter sharing and generalization. We propose SPRIG, a generative recommender that integrates content-derived SIDs into KG path reasoning. SPRIG is trained on information-rich KG paths that terminate in items represented as discrete, content-derived tokens, combining the advantages of both approaches. We evaluate SPRIG on movie and music recommendation datasets against baselines spanning sequential language models, KG-augmented methods, and SID-based approaches. Our results show that SPRIG achieves competitive performance over prior generative models while using fewer parameters and a lower compute cost


Citation

Justin Hangoebl, Marta Moscati, Alessandro B. Melchiorre, Shah Nawaz, Markus Schedl
SPRIG: Semantic-ID-enhanced Paths for Knowledge Graph-based Generative Recommendation
Proceedings of the 35th ACM International Conference on Information & Knowledge Management (CIKM), 2026.

BibTeX

@proceedings{JustinHangoebl2026SPRIG,
    title = {SPRIG: Semantic-ID-enhanced Paths for Knowledge Graph-based Generative Recommendation},
    author = {Justin Hangoebl and Moscati, Marta and Melchiorre, Alessandro B. and Nawaz, Shah and Schedl, Markus},
    booktitle = {Proceedings of the 35th ACM International Conference on Information & Knowledge Management (CIKM)},
    publisher = {Association for Computing Machinery},
    address = {New York, NY, USA},
    location = {Rome, Italy},
    year = {2026}
}

Resources