PulseAugur
实时 18:07:53
English(EN) Implicit Reasoning for Large Language Model-based Generative Recommendation

新研究致力于将大语言模型集成到生成式推荐系统中 · 跟踪 8 个来源

几篇新研究论文探讨了生成式推荐系统的进展,重点关注如何更好地将用户行为和物品语义集成到大语言模型(LLMs)中。G2Rec 提出了一种可扩展的框架,该框架将基于图的用户协同参与建模与语义标记化相结合。Token Factory 提供了一种将传统信号转换为“软标记”的方法,以便高效地集成到 LLMs 中,防止提示长度问题。另一项研究调查了 LLMs 在生成式推荐中的记忆行为,并引入了 IIRG 来捕捉更丰富的物品-物品关系。HoloRec 提出了一种内源性思维链机制,用于统一表示、推理和生成。此外,研究还探讨了生成式推荐器是否会加深信息茧房,发现它们通常比传统方法更不容易出现信息茧房,但仍然可能在生成的语义空间内表现出集中性,这受到标记化策略和模型规模的影响。最后,ReaEmb 通过增强推理和显式注入协同信号,在 LLMs 中协调了用于序列推荐的语义和协同信号。 AI

影响 这些论文引入了将用户数据和物品语义集成到 LLMs 中进行推荐的新技术,有望提高个性化水平并解决记忆和信息茧房等问题。

排序理由 该集群包含多篇在 arXiv 上发表的学术论文,详细介绍了生成式推荐系统中的新方法和分析。

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 16 个来源。 我们如何撰写摘要 →

新研究致力于将大语言模型集成到生成式推荐系统中 · 跟踪 8 个来源

报道来源 [16]

  1. arXiv cs.AI TIER_1 English(EN) · Ruizhong Qiu, Yinglong Xia, Dongqi Fu, Hanqing Zeng, Ren Chen, Xiangjun Fan, Hong Li, Hong Yan, Hanghang Tong ·

    为生成式推荐构建和分词分布式用户兴趣上下文

    arXiv:2606.20554v1 Announce Type: cross Abstract: Generative recommendation is an emerging paradigm that has shown promise in industrial recommendation systems, aiming to predict users' next interactions from their historical behaviors. At the core of generative recommendation li…

  2. arXiv cs.AI TIER_1 English(EN) · Xilun Chen, Shao-Chuan Wang, Baykal Cakici, Lukasz Heldt, Lichan Hong, Raghu Keshavan, Aniruddh Nath, Li Wei, Xinyang Xi ·

    Token Factory:将多样化信号高效集成到大型推荐模型中

    arXiv:2606.19635v1 Announce Type: cross Abstract: Large Recommendation Models (LRMs) have demonstrated promising capabilities in industry-scale recommendation tasks. However, holistically integrating traditional signals into these transformer-based architectures effectively and e…

  3. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Hanghang Tong ·

    为生成式推荐构建和分词分布式用户兴趣上下文

    Generative recommendation is an emerging paradigm that has shown promise in industrial recommendation systems, aiming to predict users' next interactions from their historical behaviors. At the core of generative recommendation lies item tokenization, which bridges item semantics…

  4. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Xinyang Xi ·

    Token Factory:将多样化信号高效集成到大型推荐模型中

    Large Recommendation Models (LRMs) have demonstrated promising capabilities in industry-scale recommendation tasks. However, holistically integrating traditional signals into these transformer-based architectures effectively and efficiently remains a major challenge. Conventional…

  5. arXiv cs.LG TIER_1 English(EN) · Sunwoo Kim, Sunkyung Lee, Clark Mingxuan Ju, Donald Loveland, Bhuvesh Kumar, Kijung Shin, Neil Shah, Liam Collins ·

    生成式推荐中大型语言模型的记忆行为:观察、启示与训练策略

    arXiv:2606.17276v1 Announce Type: cross Abstract: Generative recommendation (GR) has emerged as a promising direction for recommender systems. Recently, large language models (LLMs) have been increasingly adopted for GR, as their rich pretrained knowledge is expected to help them…

  6. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Pengjie Ren ·

    生成式推荐器会加深信息茧房吗?基于LLM驱动的用户模拟器的闭环模拟

    Recommender systems alleviate information overload, yet repeated feedback between recommendations and user interactions can reinforce existing preferences and narrow users' exposure, forming information cocoons. While this phenomenon has been widely studied in traditional sequent…

  7. arXiv cs.AI TIER_1 English(EN) · Shuqi Zhao, Jingsong Su, Xiang Liu, Xingzhi Yao, Yiming Qiu, Huimu Wang, Liang Lin, Pengbo Mo, Mingming Li, Jiao Dai, Jizhong Han, Songlin Hu ·

    HoloRec:生成式推荐的整体编码和交错推理

    arXiv:2606.15331v1 Announce Type: cross Abstract: Generative recommendation models that formulate the task as sequence generation overcome the objective fragmentation problem of traditional cascade architectures, yet existing approaches still suffer from flat semantic representat…

  8. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Liam Collins ·

    大型语言模型在生成式推荐中的记忆行为:观察、启示与训练策略

    Generative recommendation (GR) has emerged as a promising direction for recommender systems. Recently, large language models (LLMs) have been increasingly adopted for GR, as their rich pretrained knowledge is expected to help them generalize beyond common user behavior patterns t…

  9. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Liam Collins ·

    生成式推荐中大型语言模型的记忆行为:观察、启示与训练策略

    Generative recommendation (GR) has emerged as a promising direction for recommender systems. Recently, large language models (LLMs) have been increasingly adopted for GR, as their rich pretrained knowledge is expected to help them generalize beyond common user behavior patterns t…

  10. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Haiping Zhu ·

    LLM中语义与协同的融合:基于推理的序列推荐嵌入生成器

    Sequential Recommender Systems (SRS) predict the next item of interest based on users' interaction histories and have been widely deployed, but hindered by long-tail problem. Large Language Models (LLMs), with strong semantic understanding and reasoning capabilities, offer a prom…

  11. arXiv cs.AI TIER_1 English(EN) · Yinhan He, Liam Collins, Bhuvesh Kumar, Jundong Li, Neil Shah, Donald Loveland ·

    面向大型语言模型生成式推荐的隐式推理

    arXiv:2606.14142v1 Announce Type: cross Abstract: Large Language Models (LLMs) are increasingly adopted as backbones for Generative Recommendation (GR), promising access to pretrained world knowledge. Yet reliably invoking this knowledge for GR remains poorly understood. A key ob…

  12. arXiv cs.LG TIER_1 English(EN) · Minhao Wang, Bowen Wu, Wei Zhang ·

    学习可变长度分词以用于生成式推荐

    arXiv:2605.17779v2 Announce Type: replace Abstract: Generative recommendation reformulates recommendation as next-token prediction over discrete semantic identifiers (IDs). A fundamental yet unexplored design choice is that existing methods employ fixed-length tokenization for al…

  13. Hugging Face Daily Papers TIER_1 English(EN) ·

    面向大型语言模型生成式推荐的隐式推理

    Large Language Models for generative recommendation face challenges with semantic IDs disrupting natural-language reasoning, prompting a lightweight implicit reasoning approach that outperforms explicit methods while reducing computational costs.

  14. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Noseong Park ·

    一种基于合成先验预训练的序列推荐模型可预测多个数据集

    Existing sequential recommendation models rely on dataset-specific training, where the learned parameters are fitted to the item catalog and the observed interaction distribution of the training data. This limits generalization to new domains, typically requiring retraining from …

  15. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Songlin Hu ·

    HoloRec:生成式推荐的整体编码和交错推理

    Generative recommendation models that formulate the task as sequence generation overcome the objective fragmentation problem of traditional cascade architectures, yet existing approaches still suffer from flat semantic representations lacking hierarchical structure for multi-step…

  16. arXiv cs.AI TIER_1 English(EN) · Donald Loveland ·

    面向大型语言模型生成式推荐的隐式推理

    Large Language Models (LLMs) are increasingly adopted as backbones for Generative Recommendation (GR), promising access to pretrained world knowledge. Yet reliably invoking this knowledge for GR remains poorly understood. A key obstacle is that LLM-based GR typically represents i…