File size: 1,935 Bytes
f8a27d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9670482
9cc18f0
f8a27d1
9670482
f8a27d1
9670482
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
license: cc-by-4.0
language:
- en
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 856872
    num_examples: 10003
  - name: test
    num_bytes: 247690
    num_examples: 3080
  download_size: 384208
  dataset_size: 1104562
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
task_categories:
- text-classification
tags:
- finance
---

## Overview
The Banking10 dataset is a modified version of the original [Banking77](https://huggingface.co/datasets/PolyAI/banking77) dataset created by PolyAI. 
While the original dataset contains 77 fine-grained banking intents for customer service queries, this version provides a higher-level categorization by grouping these intents into 10 macro-categories.

## Labels
### CARD_MANAGEMENT
- Card ordering, activation, and delivery
- Lost, stolen, or malfunctioning cards
- Card linking and support

### CARD_TRANSACTIONS
- Card payments
- Transaction recognition and disputes
- Payment status and declines
- Exchange rate issues

### CASH_OPERATIONS
- ATM withdrawals
- Cash withdrawal charges
- ATM-related issues
- Cash amount discrepancies

### TRANSFERS_AND_PAYMENTS
- Money transfers
- Direct debits
- Payment reception
- Transfer status and issues

### TOP_UP_OPERATIONS
- Account top-ups
- Balance updates
- Top-up verification
- Failed top-ups

### ACCOUNT_VERIFICATION
- Identity verification
- PIN and passcode management
- Security measures
- Phone-related security

### REFUNDS_AND_DISPUTES
- Refund requests
- Refund tracking
- Dispute resolution

### ACCOUNT_SETTINGS
- Personal details management
- Account termination

### FEES_AND_CHARGES
- Transaction fees
- Exchange charges
- Transfer and top-up fees

### LIMITS_AND_RESTRICTIONS
- Account limits
- Currency support
- Country restrictions
- Payment method support