saas-sales-conversations
17
4 commits
updated May 12, 2025
This is a synthetic dataset of sales conversations for SaaS (Software as a Service) companies, designed for training sales conversion prediction models. The dataset was created following the methodology presented in "SalesRLAgent: A Reinforcement Learning Approach for Real-Time Sales Conversion Prediction and Optimization" (Nandakishor M, 2025).
The dataset contains realistic dialogues between sales representatives and potential customers, along with conversation outcomes and engagement metrics. It is specifically designed to support the development of reinforcement learning approaches for sales conversion prediction, as demonstrated in the SalesRLAgent framework.
company_id: Unique identifier for the SaaS companycompany_name: Name of the SaaS companyproduct_name: Name of the SaaS productproduct_type: Industry/category of the productconversation_id: Unique identifier for each conversationscenario: JSON containing conversation scenario detailsconversation: JSON array of conversation messagesfull_text: Complete conversation textoutcome: Binary outcome (0: no conversion, 1: conversion)conversation_length: Number of messages in the conversationcustomer_engagement: Customer engagement score (0-1)sales_effectiveness: Sales rep effectiveness score (0-1)probability_trajectory: JSON showing conversion probability at each turnconversation_style: Style of the conversation (e.g., casual_friendly, direct_professional)conversation_flow: Flow pattern of the conversationcommunication_channel: Channel used (e.g., email, phone, chat)embedding_0 to embedding_3071: 3072-dimensional embedding vectorThis dataset is provided as a single train set. Users should create their own train/validation/test splits as needed.
This dataset was created to provide a large-scale resource for training machine learning models on sales conversation analysis, particularly for SaaS companies. The synthetic nature allows for diverse scenarios while protecting privacy.
The dataset is entirely synthetic, generated using Azure OpenAI's GPT-4 model with carefully crafted prompts to ensure realistic and diverse conversations. The methodology is based on the approach described in "SalesRLAgent: A Reinforcement Learning Approach for Real-Time Sales Conversion Prediction and Optimization" (arXiv:2503.23303).
The dataset includes automatic annotations for:
This dataset is intended for research and development of sales assistance tools. Users should be aware that:
If you use this dataset, please cite:
@article{nandakishor2025salesrlagent,
title={SalesRLAgent: A Reinforcement Learning Approach for Real-Time Sales Conversion Prediction and Optimization},
author={Nandakishor M},
journal={arXiv preprint arXiv:2503.23303},
year={2025},
url={https://arxiv.org/abs/2503.23303}
}
For questions or issues with the dataset, please open an issue in the dataset repository.
4 commits
saas-sales-conversations
17
4 commits
updated May 12, 2025
This is a synthetic dataset of sales conversations for SaaS (Software as a Service) companies, designed for training sales conversion prediction models. The dataset was created following the methodology presented in "SalesRLAgent: A Reinforcement Learning Approach for Real-Time Sales Conversion Prediction and Optimization" (Nandakishor M, 2025).
The dataset contains realistic dialogues between sales representatives and potential customers, along with conversation outcomes and engagement metrics. It is specifically designed to support the development of reinforcement learning approaches for sales conversion prediction, as demonstrated in the SalesRLAgent framework.
company_id: Unique identifier for the SaaS companycompany_name: Name of the SaaS companyproduct_name: Name of the SaaS productproduct_type: Industry/category of the productconversation_id: Unique identifier for each conversationscenario: JSON containing conversation scenario detailsconversation: JSON array of conversation messagesfull_text: Complete conversation textoutcome: Binary outcome (0: no conversion, 1: conversion)conversation_length: Number of messages in the conversationcustomer_engagement: Customer engagement score (0-1)sales_effectiveness: Sales rep effectiveness score (0-1)probability_trajectory: JSON showing conversion probability at each turnconversation_style: Style of the conversation (e.g., casual_friendly, direct_professional)conversation_flow: Flow pattern of the conversationcommunication_channel: Channel used (e.g., email, phone, chat)embedding_0 to embedding_3071: 3072-dimensional embedding vectorThis dataset is provided as a single train set. Users should create their own train/validation/test splits as needed.
This dataset was created to provide a large-scale resource for training machine learning models on sales conversation analysis, particularly for SaaS companies. The synthetic nature allows for diverse scenarios while protecting privacy.
The dataset is entirely synthetic, generated using Azure OpenAI's GPT-4 model with carefully crafted prompts to ensure realistic and diverse conversations. The methodology is based on the approach described in "SalesRLAgent: A Reinforcement Learning Approach for Real-Time Sales Conversion Prediction and Optimization" (arXiv:2503.23303).
The dataset includes automatic annotations for:
This dataset is intended for research and development of sales assistance tools. Users should be aware that:
If you use this dataset, please cite:
@article{nandakishor2025salesrlagent,
title={SalesRLAgent: A Reinforcement Learning Approach for Real-Time Sales Conversion Prediction and Optimization},
author={Nandakishor M},
journal={arXiv preprint arXiv:2503.23303},
year={2025},
url={https://arxiv.org/abs/2503.23303}
}
For questions or issues with the dataset, please open an issue in the dataset repository.
4 commits