PulseAugur
实时 08:24:33
English(EN) Improving Recommendation Systems & Search in the Age of LLMs

大型语言模型和用户状态表示提升了推荐系统能力

一篇新论文探讨了用户状态表示在上下文多臂老虎机(CMAB)推荐系统中的关键作用,发现状态表示的变化比老虎机算法本身的改变能带来更大的性能提升。研究强调,没有一种单一的嵌入或聚合策略是普遍优越的,这强调了领域特定评估的必要性。另一项研究介绍了BEAR,一种用于推荐任务的大型语言模型(LLMs)的新型微调目标,该目标在训练过程中明确考虑了束搜索行为,以解决训练和推理之间的一致性问题。此外,一篇论文提出了一种衡量推荐系统稳定性和可塑性的方法,评估模型如何适应重新训练和数据模式的变化。 AI

影响 推荐系统用户状态表示和大型语言模型微调的进步可能带来更个性化、更有效的用户体验。

排序理由 该集群包含多篇在arXiv上发表的学术论文,重点关注推荐系统和大型语言模型应用的研究。

在 Eugene Yan 阅读 →

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

大型语言模型和用户状态表示提升了推荐系统能力

报道来源 [9]

  1. arXiv cs.CL TIER_1 English(EN) · Seunghwan Bang, Hwanjun Song ·

    LLM-based User Profile Management for Recommender System

    arXiv:2502.14541v3 Announce Type: replace Abstract: The rapid advancement of Large Language Models (LLMs) has opened new opportunities in recommender systems by enabling zero-shot recommendation without conventional training. Despite their potential, most existing works rely sole…

  2. arXiv cs.LG TIER_1 English(EN) · Pedro R. Pires, Gregorio F. Azevedo, Rafael T. Sereicikas, Pietro L. Campos, Tiago A. Almeida ·

    The Bandit's Blind Spot: The Critical Role of User State Representation in Recommender Systems

    arXiv:2604.26651v1 Announce Type: cross Abstract: With the increasing availability of online information, recommender systems have become an important tool for many web-based systems. Due to the continuous aspect of recommendation environments, these systems increasingly rely on …

  3. arXiv cs.LG TIER_1 English(EN) · Tiago A. Almeida ·

    The Bandit's Blind Spot: The Critical Role of User State Representation in Recommender Systems

    With the increasing availability of online information, recommender systems have become an important tool for many web-based systems. Due to the continuous aspect of recommendation environments, these systems increasingly rely on contextual multi-armed bandits (CMAB) to deliver p…

  4. arXiv cs.LG TIER_1 English(EN) · Maria Jo\~ao Lavoura, Robert Jungnickel, Jo\~ao Vinagre ·

    Measuring the stability and plasticity of recommender systems

    arXiv:2508.03941v3 Announce Type: replace-cross Abstract: The typical offline protocol to evaluate recommendation algorithms is to collect a dataset of user-item interactions and then use a part of this dataset to train a model, and the remaining data to measure how closely the m…

  5. arXiv cs.LG TIER_1 English(EN) · Weiqin Yang, Bohao Wang, Zhenxiang Xu, Jiawei Chen, Shengjia Zhang, Jingbang Chen, Canghong Jin, Can Wang ·

    BEAR: Towards Beam-Search-Aware Optimization for Recommendation with Large Language Models

    arXiv:2601.22925v2 Announce Type: replace-cross Abstract: Recent years have seen a rapid surge in research leveraging Large Language Models (LLMs) for recommendation. These methods typically employ supervised fine-tuning (SFT) to adapt LLMs to recommendation scenarios, and utiliz…

  6. Eugene Yan TIER_1 English(EN) ·

    Improving Recommendation Systems & Search in the Age of LLMs

    Model architectures, data generation, training paradigms, and unified frameworks inspired by LLMs.

  7. Eugene Yan TIER_1 English(EN) ·

    System Design for Recommendations and Search

    Breaking it into offline vs. online environments, and candidate retrieval vs. ranking steps.

  8. Eugene Yan TIER_1 English(EN) ·

    Patterns for Personalization in Recommendations and Search

    A whirlwind tour of bandits, embedding+MLP, sequences, graph, and user embeddings.

  9. Eugene Yan TIER_1 English(EN) ·

    Real-time Machine Learning For Recommendations

    Why real-time? How have China & US companies built them? How to design & build an MVP?