IRJul 30

Restoring Collaborative Signals in Semantic-ID Generative Recommendation via Personalized Natural Language

arXiv:2607.276824.0
Predicted impact top 86% in IR · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work targets the specific bottleneck of collaborative signal loss in semantic-ID generative recommendation, offering a method to improve accuracy for LLM-based recommender systems.

The paper addresses the problem that LLM-based generative recommendation models using semantic-ID (SID) tokens fail to incorporate collaborative signals, limiting accuracy. They propose a framework that injects hierarchical collaborative cues via personalized natural language at inference time, achieving consistent gains in recommendation accuracy without retraining.

Making LLM-based generative recommendation models stronger and more personalized through natural language and explicit reasoning is a widely anticipated yet still unsolved goal. Such models cast recommendation as autoregressively generating an item's semantic-ID (SID), a short tuple of discrete codes, so that recommending well reduces to emitting the right SID. In this setting the model verbalizes its knowledge poorly, and text and SID tokens live in misaligned embedding spaces. Deep reasoning therefore rarely turns into a correct SID, and enabling explicit "thinking" often gives no gain or even hurts. The deeper cause is that a compact SID cannot hold content and collaborative signal at once: the two compete, and collaboration loses. Because a mis-predicted SID is a wrong recommendation, this caps accuracy directly. Costly multi-round training barely helps, and few methods try to supply the missing signal at inference time. What is missing is a reliable channel that carries collaborative signal into SID generation. We therefore propose a framework, guided by personalized natural language, that adds hierarchical collaborative cues as the model generates, without altering the backbone or retraining the SIDs. Rather than mapping language onto SIDs directly, it uses language to attach analyzable links between collaborative patterns and their audiences, restoring the collaborative signal that SIDs miss. The result is consistent gains in recommendation accuracy, grounding generation in collaborative structure at inference time rather than relying on explicit reasoning or retraining.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes