PulseAugur
实时 14:51:15

新研究解决大语言模型推荐系统的效率和准确性问题

近期研究探索了提高基于大语言模型(LLM)的推荐系统效率和准确性的方法。一种方法侧重于优化训练参数,例如批次大小与负采样,以在内存限制下提高收敛性和推荐质量。另一个研究领域涉及改进大语言模型处理项目信息的方式,通过根据上下文自适应地融合视觉数据,或从项目描述中选择信息量最大的标记以降低计算成本而不牺牲性能。此外,研究人员正在开发模型合并技术以压缩推理痕迹,并初始化项目表示以更好地保留语义信息。 AI

影响 这些进展旨在使基于大语言模型的推荐系统更高效、更有效,从而可能带来更好的用户体验和更低的计算成本。

排序理由 该集群包含多篇关于推荐系统研究的学术论文。

在 arXiv cs.AI 阅读 →

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

新研究解决大语言模型推荐系统的效率和准确性问题

报道来源 [21]

  1. arXiv cs.LG TIER_1 English(EN) · Guanqun Yang, Wenlong Zhang ·

    用于鲁棒多模态序列推荐的顺序模态Dropout

    arXiv:2608.10240v1 Announce Type: cross Abstract: Multi-modal sequential recommenders assume every item carries every modality, but real product catalogs often miss images or text, and a model trained on complete data loses much of its recommendation accuracy when a modality is u…

  2. arXiv cs.LG TIER_1 English(EN) · Artyom Sabitov, Daniil Volkov, Alexey Zaytsev ·

    批次大小还是负样本?内存受限推荐器训练的选择规则

    arXiv:2608.11061v1 Announce Type: new Abstract: Large-scale neural recommender systems are typically trained with a softmax cross-entropy objective over the full item vocabulary. For a typical large number of possible items $K$, the final classification layer dominates memory, re…

  3. arXiv cs.AI TIER_1 English(EN) · Linh Dieu Le, Tong Chen, Shazia Sadiq, Hongzhi Yin, Ming Jin, Junliang Yu ·

    通过模型合并实现基于LLM的推荐系统中的高效推理

    arXiv:2608.10447v1 Announce Type: cross Abstract: Large language model-based recommender systems are increasingly adopting slow-thinking models that generate step-by-step reasoning before making predictions, often achieving higher accuracy than fast-thinking models that predict d…

  4. arXiv cs.AI TIER_1 English(EN) · Changshuai Wei, John Bencina, Phuc Nguyen, Andre Assuncao Silva T Ribeiro, Benjamin Zelditch ·

    从预测到增量:大规模定向与推荐的因果优化

    arXiv:2608.10182v1 Announce Type: cross Abstract: Large-scale targeting and recommendation systems are typically built around predictive scores fed into heuristic or local allocation. When the business goal is incremental impact, as in marketing campaigns, incentives, and notific…

  5. arXiv cs.AI TIER_1 English(EN) · Zhuodong Liu, Hugen Lv, Xiangyu Li, Bohan Guo, Peiyu Hu ·

    FedCGR:联邦跨域生成推荐

    arXiv:2608.10929v1 Announce Type: new Abstract: Cross-domain recommendation (CDR) transfers preference knowledge across related domains, but federated deployment makes cross-domain alignment difficult because the behavioral anchors that align item spaces, such as overlapping user…

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

    批次大小还是负样本?内存受限推荐器训练的选择规则

    Large-scale neural recommender systems are typically trained with a softmax cross-entropy objective over the full item vocabulary. For a typical large number of possible items $K$, the final classification layer dominates memory, requiring $O(nK)$ logits and gradients to material…

  7. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Martin Tegner ·

    决定何时依赖视觉信息:顺序推荐中的门控多模态融合

    Multimodal sequential recommender systems commonly fuse visual and collaborative signals uniformly, treating visual features as generically informative regardless of item or user context. We argue that visual utility, defined as the contribution of visual signals to recommendatio…

  8. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Zhicong Cheng ·

    联合搜索推荐建模的多重兴趣

    Search and recommendation are crucial for understanding user preferences. More and more studies are attempting to jointly model search behavior and recommendation behavior, by integrating user active search and passive recommendation behavior data to better mine user preferences.…

  9. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Junliang Yu ·

    通过模型合并实现基于LLM的推荐系统中的高效推理

    Large language model-based recommender systems are increasingly adopting slow-thinking models that generate step-by-step reasoning before making predictions, often achieving higher accuracy than fast-thinking models that predict directly. However, their reasoning traces are often…

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

    通过模型合并实现基于LLM的推荐系统中的高效推理

    Large language model-based recommender systems are increasingly adopting slow-thinking models that generate step-by-step reasoning before making predictions, often achieving higher accuracy than fast-thinking models that predict directly. However, their reasoning traces are often…

  11. arXiv cs.AI TIER_1 English(EN) · Chenxi Li, Yuchen Lu, Xu Yang ·

    面向并行生成式推荐的自适应语义容量分配

    arXiv:2608.09685v1 Announce Type: new Abstract: Autoregressive semantic ID recommenders are constrained by expensive beam-search decoding, which limits the practical length of item identifiers. Parallel generation methods alleviate this bottleneck by predicting all semantic ID to…

  12. arXiv cs.LG TIER_1 English(EN) · Zongyu Li, Xuanyu Liu, Gongce Cao, Shirui Sun, Yaqi Fang, Yongshuai Yu ·

    基于GMM加权贝叶斯标签转移矩阵框架的含噪隐式反馈鲁棒推荐

    arXiv:2605.20721v2 Announce Type: replace Abstract: Label noise is a central challenge in learning from implicit feedback for recommendation. Conventional approaches discard noisy examples for robustness, but this sacrifices data efficiency. Unlike filtering approaches, Bayes-lab…

  13. arXiv cs.AI TIER_1 English(EN) · Wenqiao Zhu, Chao Xu, Haipang Wu, Ji Liu ·

    TSPORec:基于LLM的序列推荐的偏好优化令牌选择

    arXiv:2608.09605v1 Announce Type: cross Abstract: Large Language Models (LLMs) have emerged as powerful tools for improving recommendation systems. The effectiveness of LLMs arises from their ability to harness rich textual information and their capacity to model heterogeneous us…

  14. arXiv cs.AI TIER_1 English(EN) · Qingtian Bian, Tieying Li, Marcus de Carvalho, Jiaxing Xu, Hui Fang, Yiping Ke ·

    CoRCi:跨领域序列推荐中的连贯兴趣建模的交叉重构

    arXiv:2608.09580v1 Announce Type: new Abstract: Cross-Domain Sequential Recommendation (CDSR) aims to alleviate data sparsity by transferring dynamic user interests across related domains. A key challenge lies in effectively bridging these domains. In single-domain modeling, mode…

  15. arXiv cs.LG TIER_1 English(EN) · Donald Loveland, Liam Collins, Bhuvesh Kumar, Danai Koutra, Neil Shah ·

    免费保留项目语义:重新思考 LLM 生成推荐中的 Token 初始化

    arXiv:2608.07816v1 Announce Type: cross Abstract: Recent advances in generative recommendation (GR) leverage large language models (LLMs) as recommender backbones, enabling LLMs to directly generate recommendations conditioned on item-interaction histories. In these systems, item…

  16. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Ashish Rastogi ·

    GenRec:Netflix 基于 LLM 的推荐排名器

    Large language models (LLMs) are reshaping recommender systems by enabling richer modeling of users, content, and context directly in natural language. At Netflix, we are exploring this direction through GenRec, an LLM-backed recommendation ranker built on top of an in-house foun…

  17. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Wenlong Zhang ·

    用于鲁棒多模态序列推荐的顺序模态Dropout

    Multi-modal sequential recommenders assume every item carries every modality, but real product catalogs often miss images or text, and a model trained on complete data loses much of its recommendation accuracy when a modality is unavailable at serving time. We propose Sequential …

  18. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Xiangjun Fan ·

    ConnectionMind:在Meta利用社交网络和大型语言模型进行个性化推荐

    Modern recommendation systems on social media platforms such as Meta must model complex social relationships, including friendships, group memberships, and creator interactions, alongside massive and heterogeneous content such as text and video. Traditional recommendation models,…

  19. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Ji Liu ·

    TSPORec:基于LLM的序列推荐的偏好优化令牌选择

    Large Language Models (LLMs) have emerged as powerful tools for improving recommendation systems. The effectiveness of LLMs arises from their ability to harness rich textual information and their capacity to model heterogeneous user preferences based on users' interaction history…

  20. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Pu-Jen Cheng ·

    用于缓解基于LLM的顺序推荐中模态偏差的结构保持投影

    Recent LLM-based recommenders integrate textual and collaborative signals by projecting collaborative embeddings into the embedding space of the LLM. However, this projection can introduce modality bias that distorts the underlying collaborative structure and limits the usefulnes…

  21. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Neil Shah ·

    免费保留物品语义:重新思考 LLM 生成推荐中的 Token 初始化

    Recent advances in generative recommendation (GR) leverage large language models (LLMs) as recommender backbones, enabling LLMs to directly generate recommendations conditioned on item-interaction histories. In these systems, items are often represented through semantic IDs (SIDs…