arXiv:2503.23303cs.LGcs.AI2025-03被引 2

用强化学习实时预测销售转化率,比纯大模型快20倍还更准。

SalesRLAgent: A Reinforcement Learning Approach for Real-Time Sales Conversion Prediction and Optimization

  • 把销售对话转为序列决策问题,用合成数据训练专用概率模型。
  • 预测准确率达96.7%,比纯LLM高34.7%,推理仅85ms。
  • 适合需要实时销售策略指导的团队,尤其适合已用LLM但效果不佳的场景。

当前销售对话分析与转化预测多依赖大语言模型(LLMs)结合基础检索增强生成(RAG),虽能回答问题,却难以精准预测转化概率或提供实时策略建议。本文提出SalesRLAgent,一个基于专用强化学习的框架,用于在销售对话中实时预测转化概率。不同于Kapa.ai、Mendable、Inkeep等仅使用现成LLMs进行内容生成的系统,本方法将转化预测建模为序列决策问题,利用GPT-4O生成的合成数据训练专用概率估计模型。系统集成Azure OpenAI嵌入(3072维)、逐轮状态追踪及元学习能力,以理解自身知识边界。评估显示,SalesRLAgent在转化预测上达到96.7%准确率,较纯LLM方案提升34.7%,推理速度仅85ms,远超GPT-4的3450ms。与现有销售平台集成后,代表使用其实时指导,转化率提升43.2%。SalesRLAgent标志着从内容生成到战略销售智能的根本转变,为销售人员提供每时刻的转化概率估算与可操作洞察。

原文摘要 · Abstract (English)

Current approaches to sales conversation analysis and conversion prediction typically rely on Large Language Models (LLMs) combined with basic retrieval augmented generation (RAG). These systems, while capable of answering questions, fail to accurately predict conversion probability or provide strategic guidance in real time. In this paper, we present SalesRLAgent, a novel framework leveraging specialized reinforcement learning to predict conversion probability throughout sales conversations. Unlike systems from Kapa.ai, Mendable, Inkeep, and others that primarily use off-the-shelf LLMs for content generation, our approach treats conversion prediction as a sequential decision problem, training on synthetic data generated using GPT-4O to develop a specialized probability estimation model. Our system incorporates Azure OpenAI embeddings (3072 dimensions), turn-by-turn state tracking, and meta-learning capabilities to understand its own knowledge boundaries. Evaluations demonstrate that SalesRLAgent achieves 96.7% accuracy in conversion prediction, outperforming LLM-only approaches by 34.7% while offering significantly faster inference (85ms vs 3450ms for GPT-4). Furthermore, integration with existing sales platforms shows a 43.2% increase in conversion rates when representatives utilize our system's real-time guidance. SalesRLAgent represents a fundamental shift from content generation to strategic sales intelligence, providing moment-by-moment conversion probability estimation with actionable insights for sales professionals.

强化学习销售预测实时推理LLM优化

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