arXiv:2504.17304cs.IRcs.AI2025-04被引 11

用购买记录生成可读的人设,提升电商推荐与用户分群效果

You Are What You Bought: Generating Customer Personas for E-commerce Applications

  • 从购买历史提炼多维度人设,如'精打细算者'、'忙碌父母'
  • 通过少量大模型标注+随机游走,实现高效人设预测
  • 比现有方法提升12%推荐准确率,适合需要解释性的场景

在电商领域,用户表征对推荐、分群等应用至关重要。现有方法多采用深度学习生成难以理解的隐式嵌入,难与外部知识结合。本文提出客户人设概念,从用户购买历史中提炼出如‘忙碌父母’或‘价格敏感者’等多维度、可读的显式表征。为此,提出GPLR框架:利用预训练大模型为部分用户标注人设,其余用户通过随机游走推断;进一步设计RevAff算法,在保证绝对误差ε的前提下,将精确解的时间复杂度降低至少O(ε·|E|N/(|E|+N log N)),其中N为用户与商品数,E为交互数。在三个真实电商数据集上验证,基于人设的表征在推荐和用户分群任务中显著提升准确率与鲁棒性,使当前图卷积推荐模型的NDCG@K与F1-Score@K最高提升12%。

原文摘要 · Abstract (English)

In e-commerce, user representations are essential for various applications. Existing methods often use deep learning techniques to convert customer behaviors into implicit embeddings. However, these embeddings are difficult to understand and integrate with external knowledge, limiting the effectiveness of applications such as customer segmentation, search navigation, and product recommendations. To address this, our paper introduces the concept of the customer persona. Condensed from a customer's numerous purchasing histories, a customer persona provides a multi-faceted and human-readable characterization of specific purchase behaviors and preferences, such as Busy Parents or Bargain Hunters. This work then focuses on representing each customer by multiple personas from a predefined set, achieving readable and informative explicit user representations. To this end, we propose an effective and efficient solution GPLR. To ensure effectiveness, GPLR leverages pre-trained LLMs to infer personas for customers. To reduce overhead, GPLR applies LLM-based labeling to only a fraction of users and utilizes a random walk technique to predict personas for the remaining customers. We further propose RevAff, which provides an absolute error $ε$ guarantee while improving the time complexity of the exact solution by a factor of at least $O(\frac{ε\cdot|E|N}{|E|+N\log N})$, where $N$ represents the number of customers and products, and $E$ represents the interactions between them. We evaluate the performance of our persona-based representation in terms of accuracy and robustness for recommendation and customer segmentation tasks using three real-world e-commerce datasets. Most notably, we find that integrating customer persona representations improves the state-of-the-art graph convolution-based recommendation model by up to 12% in terms of NDCG@K and F1-Score@K.

用户建模人设生成推荐系统大模型应用

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