Upload folder using huggingface_hub
Browse files- .gitattributes +0 -1
- README.md +37 -3
- data.jsonl +0 -0
- raw_data.json +0 -0
.gitattributes
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 3 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-retrieval
|
| 5 |
+
- text-generation
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- benchmark
|
| 10 |
+
- personalization
|
| 11 |
+
- b2b-sales
|
| 12 |
+
- agent-evaluation
|
| 13 |
+
- deep-research
|
| 14 |
+
pretty_name: "SDR-Bench: A Benchmark for Sales Development Representative Agents"
|
| 15 |
+
size_categories:
|
| 16 |
+
- 1K<n<10K
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# SDR-Bench: A Benchmark for Sales Development Representative Agents
|
| 20 |
+
|
| 21 |
+
This dataset contains **6,279** verified business success stories from various corporate domains.
|
| 22 |
+
It was curated for the SDR-Bench paper.
|
| 23 |
+
This dataset serves as a benchmark for evaluating AI agents on their ability to conduct research and generate targeted sales pitch points. The data is derived from real-world Customer Success Stories, where the "Ground Truth" consists of the actual value propositions and pain points solved for a specific customer.
|
| 24 |
+
|
| 25 |
+
## Files
|
| 26 |
+
- `data.jsonl`: **(Recommended)** Flattened version compatible with the Hugging Face Viewer. Contains 1 story per line.
|
| 27 |
+
- `raw_data.json`: Original nested structure (grouped by Domain).
|
| 28 |
+
|
| 29 |
+
## Data Fields (JSONL)
|
| 30 |
+
- `domain`: The company domain (e.g., `rothesay.com`).
|
| 31 |
+
- `industry`: Industry category.
|
| 32 |
+
- `story_url`: Verification URL of the success story.
|
| 33 |
+
- `customer_company`: The entity that achieved success.
|
| 34 |
+
- `seller_company`: The entity providing the product/service.
|
| 35 |
+
- `products`: List of products involved.
|
| 36 |
+
- `published_date`: Date verification found on the page.
|
| 37 |
+
|
data.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw_data.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|