KaiquanMah commited on
Commit
978b0c8
·
verified ·
1 Parent(s): bfcbfbe

Upload 2 files

Browse files
fewshot-1example-per-nonoos/banking_only15notoos.txt ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "What's the process for topping up my card?"
3
+ Category:
4
+ {{
5
+ "category": "topping_up_by_card",
6
+ "confidence": 99.02
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "I see what looks like duplicate charges on account."
11
+ Category:
12
+ {{
13
+ "category": "transaction_charged_twice",
14
+ "confidence": 56.26
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "Are transfers not free? I didn't know I would be charged for transfers."
19
+ Category:
20
+ {{
21
+ "category": "transfer_fee_charged",
22
+ "confidence": 65.77
23
+ }}
24
+
25
+ Example 4:
26
+ Question: "What currencies can I use to top up my account?"
27
+ Category:
28
+ {{
29
+ "category": "transfer_into_account",
30
+ "confidence": 67.69
31
+ }}
32
+
33
+ Example 5:
34
+ Question: "I made a transfer for my rent payment about 2 days ago, but my landlord hasn't received it yet. It shows as done on my side, and I've double check all account numbers and they are correct. Can you verify that the transaction was actually made?"
35
+ Category:
36
+ {{
37
+ "category": "transfer_not_received_by_recipient",
38
+ "confidence": 89.57
39
+ }}
40
+
41
+ Example 6:
42
+ Question: "How long is it going to take for my funds to show in my account?"
43
+ Category:
44
+ {{
45
+ "category": "transfer_timing",
46
+ "confidence": 52.16
47
+ }}
48
+
49
+ Example 7:
50
+ Question: "My identity is unable to be verified."
51
+ Category:
52
+ {{
53
+ "category": "unable_to_verify_identity",
54
+ "confidence": 58.76
55
+ }}
56
+
57
+ Example 8:
58
+ Question: "What is needed for identity verification?"
59
+ Category:
60
+ {{
61
+ "category": "verify_my_identity",
62
+ "confidence": 29.05
63
+ }}
64
+
65
+ Example 9:
66
+ Question: "Are there steps to see where my funds come from?"
67
+ Category:
68
+ {{
69
+ "category": "verify_source_of_funds",
70
+ "confidence": 90.93
71
+ }}
72
+
73
+ Example 10:
74
+ Question: "How do I get my top-up verification code?"
75
+ Category:
76
+ {{
77
+ "category": "verify_top_up",
78
+ "confidence": 21.72
79
+ }}
80
+
81
+ Example 11:
82
+ Question: "I need help getting the virtual card to work."
83
+ Category:
84
+ {{
85
+ "category": "virtual_card_not_working",
86
+ "confidence": 52.64
87
+ }}
88
+
89
+ Example 12:
90
+ Question: "Do you do Visa or Mastercard?"
91
+ Category:
92
+ {{
93
+ "category": "visa_or_mastercard",
94
+ "confidence": 86.72
95
+ }}
96
+
97
+ Example 13:
98
+ Question: "I would like to not have to do the identity verification."
99
+ Category:
100
+ {{
101
+ "category": "why_verify_identity",
102
+ "confidence": 82.21
103
+ }}
104
+
105
+ Example 14:
106
+ Question: "I just got $20 when I tried to get $100"
107
+ Category:
108
+ {{
109
+ "category": "wrong_amount_of_cash_received",
110
+ "confidence": 13.89
111
+ }}
112
+
113
+ Example 15:
114
+ Question: "When I was abroad the exchange rate for me was wrong."
115
+ Category:
116
+ {{
117
+ "category": "wrong_exchange_rate_for_cash_withdrawal",
118
+ "confidence": 81.72
119
+ }}
fewshot-1example-per-nonoos/banking_only5notoos.txt ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "Why isn't my virtual card working?"
3
+ Category:
4
+ {{
5
+ "category": "virtual_card_not_working",
6
+ "confidence": 2.49
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "I need mastercard as well as visa"
11
+ Category:
12
+ {{
13
+ "category": "visa_or_mastercard",
14
+ "confidence": 84.38
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "Is my account accessible even though my verification of my identity has not passed yet?"
19
+ Category:
20
+ {{
21
+ "category": "why_verify_identity",
22
+ "confidence": 71.12
23
+ }}
24
+
25
+ Example 4:
26
+ Question: "Some cash was missing at ATM."
27
+ Category:
28
+ {{
29
+ "category": "wrong_amount_of_cash_received",
30
+ "confidence": 88.81
31
+ }}
32
+
33
+ Example 5:
34
+ Question: "Is there extra fees for making a withdraw in a different country at a cash machine."
35
+ Category:
36
+ {{
37
+ "category": "wrong_exchange_rate_for_cash_withdrawal",
38
+ "confidence": 69.57
39
+ }}