English

Mitigating Collaborative Semantic ID Staleness in Generative Retrieval

Information Retrieval 2026-04-16 v1

Abstract

Generative retrieval with Semantic IDs (SIDs) assigns each item a discrete identifier and treats retrieval as a sequence generation problem rather than a nearest-neighbor search. While content-only SIDs are stable, they do not take into account user-item interaction patterns, so recent systems construct interaction-informed SIDs. However, as interaction patterns drift over time, these identifiers become stale, i.e., their collaborative semantics no longer match recent logs. Prior work typically assumes a fixed SID vocabulary during fine-tuning, or treats SID refresh as a full rebuild that requires retraining. However, SID staleness under temporal drift is rarely analyzed explicitly. To bridge this gap, we study SID staleness under strict chronological evaluation and propose a lightweight, model-agnostic SID alignment update. Given refreshed SIDs derived from recent logs, we align them to the existing SID vocabulary so the retriever checkpoint remains compatible, enabling standard warm-start fine-tuning without a full rebuild-and-retrain pipeline. Across three public benchmarks, our update consistently improves Recall@K and nDCG@K at high cutoffs over naive fine-tuning with stale SIDs and reduces retriever-training compute by approximately 8-9 times compared to full retraining.

Keywords

Cite

@article{arxiv.2604.13273,
  title  = {Mitigating Collaborative Semantic ID Staleness in Generative Retrieval},
  author = {Vladimir Baikalov and Iskander Bagautdinov and Sergey Muravyov},
  journal= {arXiv preprint arXiv:2604.13273},
  year   = {2026}
}

Comments

Accepted at SIGIR 2026. This version corresponds to the accepted manuscript

R2 v1 2026-07-01T12:09:44.533Z