Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
intent-classification
Languages:
English
Size:
1K - 10K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,26 +1,74 @@
|
|
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
num_examples: 765
|
17 |
-
download_size: 109425
|
18 |
-
dataset_size: 211970.0
|
19 |
-
configs:
|
20 |
-
- config_name: default
|
21 |
-
data_files:
|
22 |
-
- split: train
|
23 |
-
path: data/train-*
|
24 |
-
- split: test
|
25 |
-
path: data/test-*
|
26 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
task_categories:
|
6 |
+
- text-classification
|
7 |
+
task_ids:
|
8 |
+
- intent-classification
|
9 |
+
tags:
|
10 |
+
- branch-switching
|
11 |
+
- healthcare
|
12 |
+
- intent-detection
|
13 |
+
- conversational-ai
|
14 |
+
size_categories:
|
15 |
+
- 1K<n<10K
|
16 |
+
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
+
|
19 |
+
# Branch Switch Classification Dataset (Augmented)
|
20 |
+
|
21 |
+
## Dataset Description
|
22 |
+
|
23 |
+
This dataset contains augmented training data for classifying whether a user's text indicates an intent to switch to a different branch/location in a healthcare/service context.
|
24 |
+
|
25 |
+
### Dataset Summary
|
26 |
+
|
27 |
+
- **Total Examples**: 3822
|
28 |
+
- **Training Examples**: 3057
|
29 |
+
- **Test Examples**: 765
|
30 |
+
- **Features**: Text statements and binary classification labels
|
31 |
+
- **Language**: English
|
32 |
+
- **Domain**: Healthcare/Service branch switching
|
33 |
+
|
34 |
+
### Data Fields
|
35 |
+
|
36 |
+
- `statement`: The input text/query from user
|
37 |
+
- `wants_branch_switch`: Boolean label (True/False) indicating branch switch intent
|
38 |
+
|
39 |
+
### Label Distribution
|
40 |
+
|
41 |
+
- **True (wants branch switch)**: 1243 examples
|
42 |
+
- **False (no branch switch)**: 2579 examples
|
43 |
+
|
44 |
+
### Use Cases
|
45 |
+
|
46 |
+
- Intent classification for customer service chatbots
|
47 |
+
- Branch switching detection in healthcare systems
|
48 |
+
- Location preference understanding in service applications
|
49 |
+
|
50 |
+
### Data Augmentation
|
51 |
+
|
52 |
+
This dataset has been augmented using:
|
53 |
+
- Synonym replacement
|
54 |
+
- Keyboard error simulation
|
55 |
+
- Manual location-specific variations
|
56 |
+
- Typo generation for place names
|
57 |
+
|
58 |
+
### Citation
|
59 |
+
|
60 |
+
If you use this dataset, please cite:
|
61 |
+
|
62 |
+
```
|
63 |
+
@dataset{branch_switch_augmented,
|
64 |
+
author = {Sai Rohith},
|
65 |
+
title = {Branch Switch Classification Dataset (Augmented)},
|
66 |
+
year = {2025},
|
67 |
+
publisher = {Hugging Face},
|
68 |
+
url = {https://huggingface.co/datasets/hitty28/branch-switch-v6}
|
69 |
+
}
|
70 |
+
```
|
71 |
+
|
72 |
+
### Licensing
|
73 |
+
|
74 |
+
This dataset is released under Apache 2.0 License.
|