Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Support Ticket Intents (POC)
Synthetic customer support ticket dataset for training intent routers and sentiment classifiers. For testing and scanner POCs only — all ticket text is fabricated.
Dataset summary
| Split | Rows | Purpose |
|---|---|---|
train |
1,200 | Model fine-tuning |
validation |
150 | Hyperparameter tuning |
test |
150 | Holdout evaluation |
Fields
| Column | Type | Description |
|---|---|---|
ticket_id |
string | Stable identifier (TKT-2026-00001) |
subject |
string | Ticket subject line (model input) |
body |
string | Full ticket body (optional second input) |
intent |
class | Routing label: billing, technical, account, sales, abuse |
sentiment |
class | CSAT proxy: negative, neutral, positive |
priority |
string | P1–P4 |
channel |
string | email, chat, phone, portal |
created_at |
timestamp | ISO-8601 UTC |
Label distribution (train)
intent:
billing 24%
technical 31%
account 18%
sales 20%
abuse 7%
sentiment:
negative 22%
neutral 41%
positive 37%
Usage
from datasets import load_dataset
ds = load_dataset("matt-ts/support-ticket-intents")
example = ds["train"][0]
print(example["subject"], example["intent"], example["sentiment"])
Provenance
Generated with templated scenarios for Acme Corp POC environments. No real customer data is included.
Models using this dataset
matt-ts/acme-sentiment-v2matt-ts/internal-ticket-router
- Downloads last month
- 24