arXiv:2607.24402cs.IR2026-07

用结构化思维提升生成式推荐的准确率和可解释性

CogRec: Structure-Cognitive Fast-and-Slow Reasoning for Generative Recommendation

论文配图:CogRec: Structure-Cognitive Fast-and-Slow Reasoning for Generative Recommendation
图 1 · 摘自论文原文
  • 在语义标识层级上构建图结构,实现分层推理与跳跃导航
  • 实验表明,当前缀匹配不足时,结构推理显著提升效果
  • 适合关注推荐系统可解释性与结构化推理的研究者

基于语义标识(Semantic-ID)的生成式推荐将每个物品表示为层次化的离散标记序列,并将下一个物品预测重定义为受限序列生成。现有方法主要将语义标识作为需记忆的目标序列,未充分利用其层次结构、层内关系和物品邻域作为显式推理空间。显式推理增强的方法通常先生成自然语言理由,但该理由与最终预测所用的离散SID空间耦合较弱。本文提出CogRec,一种结构-认知型快慢推理框架,将中间推理过程锚定在目标生成所用的同一SID拓扑中。CogRec在垂直的SID层级上引入层内语义图和物品级邻域,设计了层间匹配(Match)、横向跳跃(LateralJump)和探索(Explore)操作的SID路由机制。精确匹配实现快速语义定位,横向与探索操作则体现更慢的结构化导航。采用监督多阶段流程对新增的SID标记进行对齐,建立直接的SID生成路径,并从共享检查点训练自然语言与SID路由推理分支,均在相同的树形约束输出空间下完成。在三个公开的序列推荐基准上的实验表明,SID路由优于直接生成;当初始匹配不足但可学习的SID转移仍存在时,结构化推理最有效;而过长或支持不足的路径会引入额外解码成本与累积误差。代码已开源。

原文摘要 · Abstract (English)

Semantic-ID-based generative recommendation represents each item as a hierarchical discrete token sequence and reformulates next-item prediction as constrained sequence generation. Existing methods, however, mainly use Semantic IDs as target sequences to be memorized, leaving the hierarchy, intra-layer relations, and item neighborhoods underused as an explicit reasoning space. Explicit reasoning-enhanced generative methods often produce a natural-language rationale before the item identifier, but this rationale is only weakly coupled with the discrete SID space in which the final prediction is made. We propose CogRec, a structure-cognitive fast-and-slow reasoning framework that grounds intermediate reasoning in the same SID topology used for target generation. CogRec augments the vertical SID hierarchy with intra-layer semantic graphs and item-level neighborhoods, and introduces SID Routing to represent recommendation reasoning through layer-wise Match, LateralJump, and Explore operations. Exact matching implements fast semantic localization, whereas lateral and exploratory operations instantiate slower structural navigation. A supervised multi-stage pipeline aligns the newly introduced SID tokens, establishes direct SID generation, and trains natural-language and SID-routing reasoning branches from a shared checkpoint under the same trie-constrained output space. Experiments on three public sequential-recommendation benchmarks show that SID Routing improves its corresponding direct-generation, indicate that structure-grounded reasoning is most useful when prefix matching is insufficient but learnable SID-space transitions remain available, whereas long or weakly supported routes introduce additional decoding cost and accumulated errors. Code is available at https://github.com/caskcsg/CogRec

生成式推荐结构推理语义标识可解释性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。