Search papers, labs, and topics across Lattice.
This paper introduces CHAP, a novel personalized generative retrieval framework that addresses the semantic misalignment between dynamic query intents and static item representations by employing a Hierarchical Semantic Alignment module. By integrating user behavior modeling with both discrete Semantic IDs and continuous representations, CHAP enhances semantic refinement while significantly improving inference efficiency through a Residual Cascading Generation mechanism. Extensive experiments across multiple datasets confirm CHAP's effectiveness, showcasing its potential to bridge the semantic gap in generative retrieval tasks.
CHAP achieves a breakthrough in generative retrieval by aligning dynamic queries with static item representations, enhancing both relevance and inference efficiency.
Generative Retrieval (GR) has emerged as a promising paradigm by mapping queries directly to Semantic IDs (SIDs) with powerful representation capabilities for candidate items. However, existing SIDs derived solely from item content create a semantic gap, failing to align dynamic query intents with static item representations. Furthermore, current generative paradigms rarely model user behavior sequences and are always bottlenecked by the high inference latency of beam-search autoregressive decoding. To address these challenges, we propose $\textbf{C}$ross-component $\textbf{H}$ierarchical semantic $\textbf{A}$lignment for $\textbf{P}$ersonalized generative retrieval ($\textbf{CHAP}$), a novel personalized GR framework from a hierarchical perspective. First, we design a Hierarchical Semantic Alignment module to align query's latent space with item's quantization path and synchronize multi-granular semantics. Second, we construct a personalized GR framework that models user behavior by synergizing discrete SIDs for structural guidance and continuous representations for fine-grained semantic refinement. Notably, we introduce a Residual Cascading Generation mechanism to restrict the costly multi-step Transformer Decoder to a single-pass inference, boosting inference throughput while mitigating information loss. Extensive experiments on three public datasets, one proprietary industrial dataset, and online A/B tests demonstrate CHAP's superiority, validating the effectiveness and practical value of our approach. The code is publicly available at https://github.com/zzzgm/CHAP.