File size: 1,718 Bytes
f02cf08
45fb40a
f02cf08
 
 
 
 
 
 
 
 
 
 
 
 
 
45fb40a
f02cf08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75

---
language:
- en
task_categories:
- text-classification
task_ids:
- intent-classification
tags:
- branch-switching
- healthcare
- intent-detection
- conversational-ai
size_categories:
- 1K<n<10K
license: apache-2.0
---

# Branch Switch Classification Dataset (Augmented)

## Dataset Description

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.

### Dataset Summary

- **Total Examples**: 2025
- **Training Examples**: 1620
- **Test Examples**: 405
- **Features**: Text statements and binary classification labels
- **Language**: English
- **Domain**: Healthcare/Service branch switching

### Data Fields

- `statement`: The input text/query from user
- `wants_branch_switch`: Boolean label (True/False) indicating branch switch intent

### Label Distribution

- **True (wants branch switch)**: 1211 examples
- **False (no branch switch)**: 814 examples

### Use Cases

- Intent classification for customer service chatbots
- Branch switching detection in healthcare systems
- Location preference understanding in service applications

### Data Augmentation

This dataset has been augmented using:
- Synonym replacement
- Keyboard error simulation
- Manual location-specific variations
- Typo generation for place names

### Citation

If you use this dataset, please cite:

```
@dataset{branch_switch_augmented,
  author = {Sai Rohith},
  title = {Branch Switch Classification Dataset (Augmented)},
  year = {2025},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/hitty28/branch-switch-v5}
}
```

### Licensing

This dataset is released under Apache 2.0 License.