Upload 8 files
Browse files- fewshot-1example-per-nonoos/banking_only10notoos.txt +79 -0
- fewshot-1example-per-nonoos/banking_only20notoos.txt +159 -0
- fewshot-1example-per-nonoos/banking_only30notoos.txt +239 -0
- fewshot-1example-per-nonoos/banking_only35notoos.txt +279 -0
- fewshot-1example-per-nonoos/banking_only40notoos.txt +319 -0
- fewshot-1example-per-nonoos/banking_only50notoos.txt +399 -0
- fewshot-1example-per-nonoos/banking_only60notoos.txt +479 -0
- fewshot-1example-per-nonoos/banking_only70notoos.txt +559 -0
fewshot-1example-per-nonoos/banking_only10notoos.txt
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Example 1:
|
| 2 |
+
Question: "How many days does it take until funds are in my account?"
|
| 3 |
+
Category:
|
| 4 |
+
{{
|
| 5 |
+
"category": "transfer_timing",
|
| 6 |
+
"confidence": 0.61
|
| 7 |
+
}}
|
| 8 |
+
|
| 9 |
+
Example 2:
|
| 10 |
+
Question: "I will not be able to verify my identity."
|
| 11 |
+
Category:
|
| 12 |
+
{{
|
| 13 |
+
"category": "unable_to_verify_identity",
|
| 14 |
+
"confidence": 48.83
|
| 15 |
+
}}
|
| 16 |
+
|
| 17 |
+
Example 3:
|
| 18 |
+
Question: "How can I verify my indentity?"
|
| 19 |
+
Category:
|
| 20 |
+
{{
|
| 21 |
+
"category": "verify_my_identity",
|
| 22 |
+
"confidence": 72.56
|
| 23 |
+
}}
|
| 24 |
+
|
| 25 |
+
Example 4:
|
| 26 |
+
Question: "Can I see that history on my funds and where they came from?"
|
| 27 |
+
Category:
|
| 28 |
+
{{
|
| 29 |
+
"category": "verify_source_of_funds",
|
| 30 |
+
"confidence": 5.22
|
| 31 |
+
}}
|
| 32 |
+
|
| 33 |
+
Example 5:
|
| 34 |
+
Question: "Why does top-up require verification?"
|
| 35 |
+
Category:
|
| 36 |
+
{{
|
| 37 |
+
"category": "verify_top_up",
|
| 38 |
+
"confidence": 49.61
|
| 39 |
+
}}
|
| 40 |
+
|
| 41 |
+
Example 6:
|
| 42 |
+
Question: "Why isn't my disposable virtual card working?"
|
| 43 |
+
Category:
|
| 44 |
+
{{
|
| 45 |
+
"category": "virtual_card_not_working",
|
| 46 |
+
"confidence": 12.76
|
| 47 |
+
}}
|
| 48 |
+
|
| 49 |
+
Example 7:
|
| 50 |
+
Question: "What credit cards do you carry"
|
| 51 |
+
Category:
|
| 52 |
+
{{
|
| 53 |
+
"category": "visa_or_mastercard",
|
| 54 |
+
"confidence": 84.0
|
| 55 |
+
}}
|
| 56 |
+
|
| 57 |
+
Example 8:
|
| 58 |
+
Question: "Can I go ahead and use my account even though my identify hasn't been verified yet?"
|
| 59 |
+
Category:
|
| 60 |
+
{{
|
| 61 |
+
"category": "why_verify_identity",
|
| 62 |
+
"confidence": 81.99
|
| 63 |
+
}}
|
| 64 |
+
|
| 65 |
+
Example 9:
|
| 66 |
+
Question: "Hi, Today i have withdrawn cash from ATM but i got wrong amount and in the app it is showing much more amount than that."
|
| 67 |
+
Category:
|
| 68 |
+
{{
|
| 69 |
+
"category": "wrong_amount_of_cash_received",
|
| 70 |
+
"confidence": 75.28
|
| 71 |
+
}}
|
| 72 |
+
|
| 73 |
+
Example 10:
|
| 74 |
+
Question: "the exchange rate was different than expected"
|
| 75 |
+
Category:
|
| 76 |
+
{{
|
| 77 |
+
"category": "wrong_exchange_rate_for_cash_withdrawal",
|
| 78 |
+
"confidence": 52.46
|
| 79 |
+
}}
|
fewshot-1example-per-nonoos/banking_only20notoos.txt
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Example 1:
|
| 2 |
+
Question: "I want to use a European bank card for a top up. Must I pay?"
|
| 3 |
+
Category:
|
| 4 |
+
{{
|
| 5 |
+
"category": "top_up_by_card_charge",
|
| 6 |
+
"confidence": 52.42
|
| 7 |
+
}}
|
| 8 |
+
|
| 9 |
+
Example 2:
|
| 10 |
+
Question: "Can I top up online?"
|
| 11 |
+
Category:
|
| 12 |
+
{{
|
| 13 |
+
"category": "top_up_by_cash_or_cheque",
|
| 14 |
+
"confidence": 72.46
|
| 15 |
+
}}
|
| 16 |
+
|
| 17 |
+
Example 3:
|
| 18 |
+
Question: "My credit card was declined for top-up. Can you see if there is enough funds in my account?"
|
| 19 |
+
Category:
|
| 20 |
+
{{
|
| 21 |
+
"category": "top_up_failed",
|
| 22 |
+
"confidence": 39.04
|
| 23 |
+
}}
|
| 24 |
+
|
| 25 |
+
Example 4:
|
| 26 |
+
Question: "Is there a topping up limit?"
|
| 27 |
+
Category:
|
| 28 |
+
{{
|
| 29 |
+
"category": "top_up_limits",
|
| 30 |
+
"confidence": 87.0
|
| 31 |
+
}}
|
| 32 |
+
|
| 33 |
+
Example 5:
|
| 34 |
+
Question: "Why did you revert my top up?"
|
| 35 |
+
Category:
|
| 36 |
+
{{
|
| 37 |
+
"category": "top_up_reverted",
|
| 38 |
+
"confidence": 77.87
|
| 39 |
+
}}
|
| 40 |
+
|
| 41 |
+
Example 6:
|
| 42 |
+
Question: "Is there a way to transfer funds directly from my card?"
|
| 43 |
+
Category:
|
| 44 |
+
{{
|
| 45 |
+
"category": "topping_up_by_card",
|
| 46 |
+
"confidence": 38.36
|
| 47 |
+
}}
|
| 48 |
+
|
| 49 |
+
Example 7:
|
| 50 |
+
Question: "I was charged twice, when I didn't purchase anything twice."
|
| 51 |
+
Category:
|
| 52 |
+
{{
|
| 53 |
+
"category": "transaction_charged_twice",
|
| 54 |
+
"confidence": 91.67
|
| 55 |
+
}}
|
| 56 |
+
|
| 57 |
+
Example 8:
|
| 58 |
+
Question: "I was under the impression I can make transfers for free. I made an online purchase for something that was obroad and there's some additional strange fee. I've never seen this before and this isn't fair."
|
| 59 |
+
Category:
|
| 60 |
+
{{
|
| 61 |
+
"category": "transfer_fee_charged",
|
| 62 |
+
"confidence": 36.09
|
| 63 |
+
}}
|
| 64 |
+
|
| 65 |
+
Example 9:
|
| 66 |
+
Question: "I would like to top up my account with a bank transfer, is that allowed?"
|
| 67 |
+
Category:
|
| 68 |
+
{{
|
| 69 |
+
"category": "transfer_into_account",
|
| 70 |
+
"confidence": 95.48
|
| 71 |
+
}}
|
| 72 |
+
|
| 73 |
+
Example 10:
|
| 74 |
+
Question: "Why hasn't my in country transfer gone through yet? I confirmed the account info a couple days ago but the payment hasn't been posted yet."
|
| 75 |
+
Category:
|
| 76 |
+
{{
|
| 77 |
+
"category": "transfer_not_received_by_recipient",
|
| 78 |
+
"confidence": 70.24
|
| 79 |
+
}}
|
| 80 |
+
|
| 81 |
+
Example 11:
|
| 82 |
+
Question: "Where's the money from my transfer from Europe?"
|
| 83 |
+
Category:
|
| 84 |
+
{{
|
| 85 |
+
"category": "transfer_timing",
|
| 86 |
+
"confidence": 59.88
|
| 87 |
+
}}
|
| 88 |
+
|
| 89 |
+
Example 12:
|
| 90 |
+
Question: "The app won't identify me."
|
| 91 |
+
Category:
|
| 92 |
+
{{
|
| 93 |
+
"category": "unable_to_verify_identity",
|
| 94 |
+
"confidence": 20.82
|
| 95 |
+
}}
|
| 96 |
+
|
| 97 |
+
Example 13:
|
| 98 |
+
Question: "do the details of my profile have to match my documents"
|
| 99 |
+
Category:
|
| 100 |
+
{{
|
| 101 |
+
"category": "verify_my_identity",
|
| 102 |
+
"confidence": 48.26
|
| 103 |
+
}}
|
| 104 |
+
|
| 105 |
+
Example 14:
|
| 106 |
+
Question: "I need to know where do my funds come from"
|
| 107 |
+
Category:
|
| 108 |
+
{{
|
| 109 |
+
"category": "verify_source_of_funds",
|
| 110 |
+
"confidence": 18.21
|
| 111 |
+
}}
|
| 112 |
+
|
| 113 |
+
Example 15:
|
| 114 |
+
Question: "How can I verify my top up?"
|
| 115 |
+
Category:
|
| 116 |
+
{{
|
| 117 |
+
"category": "verify_top_up",
|
| 118 |
+
"confidence": 3.15
|
| 119 |
+
}}
|
| 120 |
+
|
| 121 |
+
Example 16:
|
| 122 |
+
Question: "How do I get my disposable virtual card to work?"
|
| 123 |
+
Category:
|
| 124 |
+
{{
|
| 125 |
+
"category": "virtual_card_not_working",
|
| 126 |
+
"confidence": 45.8
|
| 127 |
+
}}
|
| 128 |
+
|
| 129 |
+
Example 17:
|
| 130 |
+
Question: "Please help me get a Visa card."
|
| 131 |
+
Category:
|
| 132 |
+
{{
|
| 133 |
+
"category": "visa_or_mastercard",
|
| 134 |
+
"confidence": 63.29
|
| 135 |
+
}}
|
| 136 |
+
|
| 137 |
+
Example 18:
|
| 138 |
+
Question: "Am I supposed to verify my identity?"
|
| 139 |
+
Category:
|
| 140 |
+
{{
|
| 141 |
+
"category": "why_verify_identity",
|
| 142 |
+
"confidence": 79.84
|
| 143 |
+
}}
|
| 144 |
+
|
| 145 |
+
Example 19:
|
| 146 |
+
Question: "I just got $20 when I tried to get $100"
|
| 147 |
+
Category:
|
| 148 |
+
{{
|
| 149 |
+
"category": "wrong_amount_of_cash_received",
|
| 150 |
+
"confidence": 18.92
|
| 151 |
+
}}
|
| 152 |
+
|
| 153 |
+
Example 20:
|
| 154 |
+
Question: "I draw out money from your ATM during holidays, and was charged insanely. I wouldn't have done it, if i had a little sense about the shocking charges."
|
| 155 |
+
Category:
|
| 156 |
+
{{
|
| 157 |
+
"category": "wrong_exchange_rate_for_cash_withdrawal",
|
| 158 |
+
"confidence": 38.87
|
| 159 |
+
}}
|
fewshot-1example-per-nonoos/banking_only30notoos.txt
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Example 1:
|
| 2 |
+
Question: "I need my refund"
|
| 3 |
+
Category:
|
| 4 |
+
{{
|
| 5 |
+
"category": "Refund_not_showing_up",
|
| 6 |
+
"confidence": 19.37
|
| 7 |
+
}}
|
| 8 |
+
|
| 9 |
+
Example 2:
|
| 10 |
+
Question: "Can you tell me why my pop-up is still pending?"
|
| 11 |
+
Category:
|
| 12 |
+
{{
|
| 13 |
+
"category": "pending_top_up",
|
| 14 |
+
"confidence": 55.95
|
| 15 |
+
}}
|
| 16 |
+
|
| 17 |
+
Example 3:
|
| 18 |
+
Question: "When will my transfer move out of pending stage?"
|
| 19 |
+
Category:
|
| 20 |
+
{{
|
| 21 |
+
"category": "pending_transfer",
|
| 22 |
+
"confidence": 72.63
|
| 23 |
+
}}
|
| 24 |
+
|
| 25 |
+
Example 4:
|
| 26 |
+
Question: "I managed to drunken block my card :(( Help!"
|
| 27 |
+
Category:
|
| 28 |
+
{{
|
| 29 |
+
"category": "pin_blocked",
|
| 30 |
+
"confidence": 21.37
|
| 31 |
+
}}
|
| 32 |
+
|
| 33 |
+
Example 5:
|
| 34 |
+
Question: "Do I need to add my salary?"
|
| 35 |
+
Category:
|
| 36 |
+
{{
|
| 37 |
+
"category": "receiving_money",
|
| 38 |
+
"confidence": 56.59
|
| 39 |
+
}}
|
| 40 |
+
|
| 41 |
+
Example 6:
|
| 42 |
+
Question: "Am I able to return an item for a refund?"
|
| 43 |
+
Category:
|
| 44 |
+
{{
|
| 45 |
+
"category": "request_refund",
|
| 46 |
+
"confidence": 77.11
|
| 47 |
+
}}
|
| 48 |
+
|
| 49 |
+
Example 7:
|
| 50 |
+
Question: "I believe my card payment has reverted"
|
| 51 |
+
Category:
|
| 52 |
+
{{
|
| 53 |
+
"category": "reverted_card_payment?",
|
| 54 |
+
"confidence": 32.8
|
| 55 |
+
}}
|
| 56 |
+
|
| 57 |
+
Example 8:
|
| 58 |
+
Question: "I only have a card from the US is that okay?"
|
| 59 |
+
Category:
|
| 60 |
+
{{
|
| 61 |
+
"category": "supported_cards_and_currencies",
|
| 62 |
+
"confidence": 82.06
|
| 63 |
+
}}
|
| 64 |
+
|
| 65 |
+
Example 9:
|
| 66 |
+
Question: "Help me delete my account. I am not satisfied with the service."
|
| 67 |
+
Category:
|
| 68 |
+
{{
|
| 69 |
+
"category": "terminate_account",
|
| 70 |
+
"confidence": 36.48
|
| 71 |
+
}}
|
| 72 |
+
|
| 73 |
+
Example 10:
|
| 74 |
+
Question: "What should I expect to be charged on a SEPA transfer?"
|
| 75 |
+
Category:
|
| 76 |
+
{{
|
| 77 |
+
"category": "top_up_by_bank_transfer_charge",
|
| 78 |
+
"confidence": 72.36
|
| 79 |
+
}}
|
| 80 |
+
|
| 81 |
+
Example 11:
|
| 82 |
+
Question: "What options do I have when topping up a US card?"
|
| 83 |
+
Category:
|
| 84 |
+
{{
|
| 85 |
+
"category": "top_up_by_card_charge",
|
| 86 |
+
"confidence": 90.27
|
| 87 |
+
}}
|
| 88 |
+
|
| 89 |
+
Example 12:
|
| 90 |
+
Question: "What is the procedure for topping up with a cheque?"
|
| 91 |
+
Category:
|
| 92 |
+
{{
|
| 93 |
+
"category": "top_up_by_cash_or_cheque",
|
| 94 |
+
"confidence": 19.9
|
| 95 |
+
}}
|
| 96 |
+
|
| 97 |
+
Example 13:
|
| 98 |
+
Question: "My top up isnt working"
|
| 99 |
+
Category:
|
| 100 |
+
{{
|
| 101 |
+
"category": "top_up_failed",
|
| 102 |
+
"confidence": 8.19
|
| 103 |
+
}}
|
| 104 |
+
|
| 105 |
+
Example 14:
|
| 106 |
+
Question: "What is the maximum top up?"
|
| 107 |
+
Category:
|
| 108 |
+
{{
|
| 109 |
+
"category": "top_up_limits",
|
| 110 |
+
"confidence": 46.16
|
| 111 |
+
}}
|
| 112 |
+
|
| 113 |
+
Example 15:
|
| 114 |
+
Question: "The app reverted what I topped up."
|
| 115 |
+
Category:
|
| 116 |
+
{{
|
| 117 |
+
"category": "top_up_reverted",
|
| 118 |
+
"confidence": 42.42
|
| 119 |
+
}}
|
| 120 |
+
|
| 121 |
+
Example 16:
|
| 122 |
+
Question: "Top up not available in my wallet."
|
| 123 |
+
Category:
|
| 124 |
+
{{
|
| 125 |
+
"category": "topping_up_by_card",
|
| 126 |
+
"confidence": 57.42
|
| 127 |
+
}}
|
| 128 |
+
|
| 129 |
+
Example 17:
|
| 130 |
+
Question: "I have a transaction showing multiple times."
|
| 131 |
+
Category:
|
| 132 |
+
{{
|
| 133 |
+
"category": "transaction_charged_twice",
|
| 134 |
+
"confidence": 7.21
|
| 135 |
+
}}
|
| 136 |
+
|
| 137 |
+
Example 18:
|
| 138 |
+
Question: "Why is there a charge for my transfer?"
|
| 139 |
+
Category:
|
| 140 |
+
{{
|
| 141 |
+
"category": "transfer_fee_charged",
|
| 142 |
+
"confidence": 77.7
|
| 143 |
+
}}
|
| 144 |
+
|
| 145 |
+
Example 19:
|
| 146 |
+
Question: "I would like to move money from one account to another to top off my account. Can you explain how I can do that?"
|
| 147 |
+
Category:
|
| 148 |
+
{{
|
| 149 |
+
"category": "transfer_into_account",
|
| 150 |
+
"confidence": 19.98
|
| 151 |
+
}}
|
| 152 |
+
|
| 153 |
+
Example 20:
|
| 154 |
+
Question: "Where is my last money transaction"
|
| 155 |
+
Category:
|
| 156 |
+
{{
|
| 157 |
+
"category": "transfer_not_received_by_recipient",
|
| 158 |
+
"confidence": 84.85
|
| 159 |
+
}}
|
| 160 |
+
|
| 161 |
+
Example 21:
|
| 162 |
+
Question: "How long do I have to wait for Europe transfers?"
|
| 163 |
+
Category:
|
| 164 |
+
{{
|
| 165 |
+
"category": "transfer_timing",
|
| 166 |
+
"confidence": 9.42
|
| 167 |
+
}}
|
| 168 |
+
|
| 169 |
+
Example 22:
|
| 170 |
+
Question: "The app won't let me log in as myself."
|
| 171 |
+
Category:
|
| 172 |
+
{{
|
| 173 |
+
"category": "unable_to_verify_identity",
|
| 174 |
+
"confidence": 98.6
|
| 175 |
+
}}
|
| 176 |
+
|
| 177 |
+
Example 23:
|
| 178 |
+
Question: "Hi! What documents can I use to verify my identity?"
|
| 179 |
+
Category:
|
| 180 |
+
{{
|
| 181 |
+
"category": "verify_my_identity",
|
| 182 |
+
"confidence": 46.24
|
| 183 |
+
}}
|
| 184 |
+
|
| 185 |
+
Example 24:
|
| 186 |
+
Question: "Can I track history on funds?"
|
| 187 |
+
Category:
|
| 188 |
+
{{
|
| 189 |
+
"category": "verify_source_of_funds",
|
| 190 |
+
"confidence": 27.36
|
| 191 |
+
}}
|
| 192 |
+
|
| 193 |
+
Example 25:
|
| 194 |
+
Question: "Please verify my top-up card"
|
| 195 |
+
Category:
|
| 196 |
+
{{
|
| 197 |
+
"category": "verify_top_up",
|
| 198 |
+
"confidence": 44.92
|
| 199 |
+
}}
|
| 200 |
+
|
| 201 |
+
Example 26:
|
| 202 |
+
Question: "Why can't I use my virtual card for subscription services?"
|
| 203 |
+
Category:
|
| 204 |
+
{{
|
| 205 |
+
"category": "virtual_card_not_working",
|
| 206 |
+
"confidence": 90.06
|
| 207 |
+
}}
|
| 208 |
+
|
| 209 |
+
Example 27:
|
| 210 |
+
Question: "I'm happy with Mastercard and want to stick with just that credit card."
|
| 211 |
+
Category:
|
| 212 |
+
{{
|
| 213 |
+
"category": "visa_or_mastercard",
|
| 214 |
+
"confidence": 71.28
|
| 215 |
+
}}
|
| 216 |
+
|
| 217 |
+
Example 28:
|
| 218 |
+
Question: "I'm not verifying my identity."
|
| 219 |
+
Category:
|
| 220 |
+
{{
|
| 221 |
+
"category": "why_verify_identity",
|
| 222 |
+
"confidence": 35.01
|
| 223 |
+
}}
|
| 224 |
+
|
| 225 |
+
Example 29:
|
| 226 |
+
Question: "I took out money, and didn't get all of it."
|
| 227 |
+
Category:
|
| 228 |
+
{{
|
| 229 |
+
"category": "wrong_amount_of_cash_received",
|
| 230 |
+
"confidence": 0.07
|
| 231 |
+
}}
|
| 232 |
+
|
| 233 |
+
Example 30:
|
| 234 |
+
Question: "It seems I was overcharged when I used an ATM while on vacation. If I knew about your fees in advance I sure would have gone somewhere else."
|
| 235 |
+
Category:
|
| 236 |
+
{{
|
| 237 |
+
"category": "wrong_exchange_rate_for_cash_withdrawal",
|
| 238 |
+
"confidence": 88.85
|
| 239 |
+
}}
|
fewshot-1example-per-nonoos/banking_only35notoos.txt
ADDED
|
@@ -0,0 +1,279 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Example 1:
|
| 2 |
+
Question: "I need my refund"
|
| 3 |
+
Category:
|
| 4 |
+
{{
|
| 5 |
+
"category": "Refund_not_showing_up",
|
| 6 |
+
"confidence": 49.06
|
| 7 |
+
}}
|
| 8 |
+
|
| 9 |
+
Example 2:
|
| 10 |
+
Question: "What do I do if my phone was stolen?"
|
| 11 |
+
Category:
|
| 12 |
+
{{
|
| 13 |
+
"category": "lost_or_stolen_phone",
|
| 14 |
+
"confidence": 62.81
|
| 15 |
+
}}
|
| 16 |
+
|
| 17 |
+
Example 3:
|
| 18 |
+
Question: "Is it possible to get a physical card?"
|
| 19 |
+
Category:
|
| 20 |
+
{{
|
| 21 |
+
"category": "order_physical_card",
|
| 22 |
+
"confidence": 14.58
|
| 23 |
+
}}
|
| 24 |
+
|
| 25 |
+
Example 4:
|
| 26 |
+
Question: "How can i reset my passcode ?"
|
| 27 |
+
Category:
|
| 28 |
+
{{
|
| 29 |
+
"category": "passcode_forgotten",
|
| 30 |
+
"confidence": 32.65
|
| 31 |
+
}}
|
| 32 |
+
|
| 33 |
+
Example 5:
|
| 34 |
+
Question: "I was wondering how long does it take for a payment to go thru? It seems my last payment is stuck and hasn't moved."
|
| 35 |
+
Category:
|
| 36 |
+
{{
|
| 37 |
+
"category": "pending_card_payment",
|
| 38 |
+
"confidence": 67.61
|
| 39 |
+
}}
|
| 40 |
+
|
| 41 |
+
Example 6:
|
| 42 |
+
Question: "I took out some cash from the ATM but it is still showing the transaction is pending."
|
| 43 |
+
Category:
|
| 44 |
+
{{
|
| 45 |
+
"category": "pending_cash_withdrawal",
|
| 46 |
+
"confidence": 83.08
|
| 47 |
+
}}
|
| 48 |
+
|
| 49 |
+
Example 7:
|
| 50 |
+
Question: "Can you please sort out your top up? I need this to go through asap because I really need the money. It's already been pending for an hour."
|
| 51 |
+
Category:
|
| 52 |
+
{{
|
| 53 |
+
"category": "pending_top_up",
|
| 54 |
+
"confidence": 99.72
|
| 55 |
+
}}
|
| 56 |
+
|
| 57 |
+
Example 8:
|
| 58 |
+
Question: "I have a transfer that's pending and wanted to know how long it is going to take to process?"
|
| 59 |
+
Category:
|
| 60 |
+
{{
|
| 61 |
+
"category": "pending_transfer",
|
| 62 |
+
"confidence": 53.76
|
| 63 |
+
}}
|
| 64 |
+
|
| 65 |
+
Example 9:
|
| 66 |
+
Question: "Help me unblock my PIN."
|
| 67 |
+
Category:
|
| 68 |
+
{{
|
| 69 |
+
"category": "pin_blocked",
|
| 70 |
+
"confidence": 52.85
|
| 71 |
+
}}
|
| 72 |
+
|
| 73 |
+
Example 10:
|
| 74 |
+
Question: "My salary comes in GBP can I change my options somewhere?"
|
| 75 |
+
Category:
|
| 76 |
+
{{
|
| 77 |
+
"category": "receiving_money",
|
| 78 |
+
"confidence": 47.25
|
| 79 |
+
}}
|
| 80 |
+
|
| 81 |
+
Example 11:
|
| 82 |
+
Question: "I bought something that I need a refund for."
|
| 83 |
+
Category:
|
| 84 |
+
{{
|
| 85 |
+
"category": "request_refund",
|
| 86 |
+
"confidence": 35.58
|
| 87 |
+
}}
|
| 88 |
+
|
| 89 |
+
Example 12:
|
| 90 |
+
Question: "I'm not sure why my card payment was cancelled, can you find out why?"
|
| 91 |
+
Category:
|
| 92 |
+
{{
|
| 93 |
+
"category": "reverted_card_payment?",
|
| 94 |
+
"confidence": 39.19
|
| 95 |
+
}}
|
| 96 |
+
|
| 97 |
+
Example 13:
|
| 98 |
+
Question: "Do you have a list of the cards and currencies supported?"
|
| 99 |
+
Category:
|
| 100 |
+
{{
|
| 101 |
+
"category": "supported_cards_and_currencies",
|
| 102 |
+
"confidence": 69.65
|
| 103 |
+
}}
|
| 104 |
+
|
| 105 |
+
Example 14:
|
| 106 |
+
Question: "I am not happy with your company. Please delete my account asap."
|
| 107 |
+
Category:
|
| 108 |
+
{{
|
| 109 |
+
"category": "terminate_account",
|
| 110 |
+
"confidence": 5.24
|
| 111 |
+
}}
|
| 112 |
+
|
| 113 |
+
Example 15:
|
| 114 |
+
Question: "How much does each transfer cost?"
|
| 115 |
+
Category:
|
| 116 |
+
{{
|
| 117 |
+
"category": "top_up_by_bank_transfer_charge",
|
| 118 |
+
"confidence": 66.74
|
| 119 |
+
}}
|
| 120 |
+
|
| 121 |
+
Example 16:
|
| 122 |
+
Question: "how much does it cost to add money"
|
| 123 |
+
Category:
|
| 124 |
+
{{
|
| 125 |
+
"category": "top_up_by_card_charge",
|
| 126 |
+
"confidence": 37.88
|
| 127 |
+
}}
|
| 128 |
+
|
| 129 |
+
Example 17:
|
| 130 |
+
Question: "I would like to use cash to make a top-up?"
|
| 131 |
+
Category:
|
| 132 |
+
{{
|
| 133 |
+
"category": "top_up_by_cash_or_cheque",
|
| 134 |
+
"confidence": 89.54
|
| 135 |
+
}}
|
| 136 |
+
|
| 137 |
+
Example 18:
|
| 138 |
+
Question: "Looks like my top up failed."
|
| 139 |
+
Category:
|
| 140 |
+
{{
|
| 141 |
+
"category": "top_up_failed",
|
| 142 |
+
"confidence": 83.13
|
| 143 |
+
}}
|
| 144 |
+
|
| 145 |
+
Example 19:
|
| 146 |
+
Question: "What is maximum top up?"
|
| 147 |
+
Category:
|
| 148 |
+
{{
|
| 149 |
+
"category": "top_up_limits",
|
| 150 |
+
"confidence": 0.01
|
| 151 |
+
}}
|
| 152 |
+
|
| 153 |
+
Example 20:
|
| 154 |
+
Question: "I got notified that my top up has been reverted. Why?"
|
| 155 |
+
Category:
|
| 156 |
+
{{
|
| 157 |
+
"category": "top_up_reverted",
|
| 158 |
+
"confidence": 64.13
|
| 159 |
+
}}
|
| 160 |
+
|
| 161 |
+
Example 21:
|
| 162 |
+
Question: "How do I use a card to top up?"
|
| 163 |
+
Category:
|
| 164 |
+
{{
|
| 165 |
+
"category": "topping_up_by_card",
|
| 166 |
+
"confidence": 9.92
|
| 167 |
+
}}
|
| 168 |
+
|
| 169 |
+
Example 22:
|
| 170 |
+
Question: "I got double charged!"
|
| 171 |
+
Category:
|
| 172 |
+
{{
|
| 173 |
+
"category": "transaction_charged_twice",
|
| 174 |
+
"confidence": 1.72
|
| 175 |
+
}}
|
| 176 |
+
|
| 177 |
+
Example 23:
|
| 178 |
+
Question: "Is it right that I've been charged for transferring money?"
|
| 179 |
+
Category:
|
| 180 |
+
{{
|
| 181 |
+
"category": "transfer_fee_charged",
|
| 182 |
+
"confidence": 97.81
|
| 183 |
+
}}
|
| 184 |
+
|
| 185 |
+
Example 24:
|
| 186 |
+
Question: "I need to transfer money into my account, HOW?"
|
| 187 |
+
Category:
|
| 188 |
+
{{
|
| 189 |
+
"category": "transfer_into_account",
|
| 190 |
+
"confidence": 0.32
|
| 191 |
+
}}
|
| 192 |
+
|
| 193 |
+
Example 25:
|
| 194 |
+
Question: "I made a transfer and they haven't received the money I sent them."
|
| 195 |
+
Category:
|
| 196 |
+
{{
|
| 197 |
+
"category": "transfer_not_received_by_recipient",
|
| 198 |
+
"confidence": 63.85
|
| 199 |
+
}}
|
| 200 |
+
|
| 201 |
+
Example 26:
|
| 202 |
+
Question: "Approximately how long will an urgent transfer from China take?"
|
| 203 |
+
Category:
|
| 204 |
+
{{
|
| 205 |
+
"category": "transfer_timing",
|
| 206 |
+
"confidence": 72.73
|
| 207 |
+
}}
|
| 208 |
+
|
| 209 |
+
Example 27:
|
| 210 |
+
Question: "I'm having trouble with proving my identity."
|
| 211 |
+
Category:
|
| 212 |
+
{{
|
| 213 |
+
"category": "unable_to_verify_identity",
|
| 214 |
+
"confidence": 40.19
|
| 215 |
+
}}
|
| 216 |
+
|
| 217 |
+
Example 28:
|
| 218 |
+
Question: "What are the steps for the identity checks?"
|
| 219 |
+
Category:
|
| 220 |
+
{{
|
| 221 |
+
"category": "verify_my_identity",
|
| 222 |
+
"confidence": 62.31
|
| 223 |
+
}}
|
| 224 |
+
|
| 225 |
+
Example 29:
|
| 226 |
+
Question: "I need to know where my funds come from."
|
| 227 |
+
Category:
|
| 228 |
+
{{
|
| 229 |
+
"category": "verify_source_of_funds",
|
| 230 |
+
"confidence": 41.13
|
| 231 |
+
}}
|
| 232 |
+
|
| 233 |
+
Example 30:
|
| 234 |
+
Question: "Why do I have to verify the top-up?"
|
| 235 |
+
Category:
|
| 236 |
+
{{
|
| 237 |
+
"category": "verify_top_up",
|
| 238 |
+
"confidence": 81.18
|
| 239 |
+
}}
|
| 240 |
+
|
| 241 |
+
Example 31:
|
| 242 |
+
Question: "virtual card won't work for me"
|
| 243 |
+
Category:
|
| 244 |
+
{{
|
| 245 |
+
"category": "virtual_card_not_working",
|
| 246 |
+
"confidence": 75.97
|
| 247 |
+
}}
|
| 248 |
+
|
| 249 |
+
Example 32:
|
| 250 |
+
Question: "Are visa and mastercard accepted"
|
| 251 |
+
Category:
|
| 252 |
+
{{
|
| 253 |
+
"category": "visa_or_mastercard",
|
| 254 |
+
"confidence": 82.74
|
| 255 |
+
}}
|
| 256 |
+
|
| 257 |
+
Example 33:
|
| 258 |
+
Question: "Do i have to verify who I am?"
|
| 259 |
+
Category:
|
| 260 |
+
{{
|
| 261 |
+
"category": "why_verify_identity",
|
| 262 |
+
"confidence": 1.12
|
| 263 |
+
}}
|
| 264 |
+
|
| 265 |
+
Example 34:
|
| 266 |
+
Question: "I did not receive my full withdrawal amount"
|
| 267 |
+
Category:
|
| 268 |
+
{{
|
| 269 |
+
"category": "wrong_amount_of_cash_received",
|
| 270 |
+
"confidence": 36.14
|
| 271 |
+
}}
|
| 272 |
+
|
| 273 |
+
Example 35:
|
| 274 |
+
Question: "I got less cash because of the exchange rate."
|
| 275 |
+
Category:
|
| 276 |
+
{{
|
| 277 |
+
"category": "wrong_exchange_rate_for_cash_withdrawal",
|
| 278 |
+
"confidence": 76.89
|
| 279 |
+
}}
|
fewshot-1example-per-nonoos/banking_only40notoos.txt
ADDED
|
@@ -0,0 +1,319 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Example 1:
|
| 2 |
+
Question: "I need my refund"
|
| 3 |
+
Category:
|
| 4 |
+
{{
|
| 5 |
+
"category": "Refund_not_showing_up",
|
| 6 |
+
"confidence": 39.69
|
| 7 |
+
}}
|
| 8 |
+
|
| 9 |
+
Example 2:
|
| 10 |
+
Question: "Can I order a disposable virtual card?"
|
| 11 |
+
Category:
|
| 12 |
+
{{
|
| 13 |
+
"category": "get_disposable_virtual_card",
|
| 14 |
+
"confidence": 69.51
|
| 15 |
+
}}
|
| 16 |
+
|
| 17 |
+
Example 3:
|
| 18 |
+
Question: "I can't find the card PIN."
|
| 19 |
+
Category:
|
| 20 |
+
{{
|
| 21 |
+
"category": "get_physical_card",
|
| 22 |
+
"confidence": 46.86
|
| 23 |
+
}}
|
| 24 |
+
|
| 25 |
+
Example 4:
|
| 26 |
+
Question: "Do you send more than one card?"
|
| 27 |
+
Category:
|
| 28 |
+
{{
|
| 29 |
+
"category": "getting_spare_card",
|
| 30 |
+
"confidence": 18.52
|
| 31 |
+
}}
|
| 32 |
+
|
| 33 |
+
Example 5:
|
| 34 |
+
Question: "What are the steps to getting a virtual card?"
|
| 35 |
+
Category:
|
| 36 |
+
{{
|
| 37 |
+
"category": "getting_virtual_card",
|
| 38 |
+
"confidence": 34.66
|
| 39 |
+
}}
|
| 40 |
+
|
| 41 |
+
Example 6:
|
| 42 |
+
Question: "My card is lost! What can I do?"
|
| 43 |
+
Category:
|
| 44 |
+
{{
|
| 45 |
+
"category": "lost_or_stolen_card",
|
| 46 |
+
"confidence": 61.93
|
| 47 |
+
}}
|
| 48 |
+
|
| 49 |
+
Example 7:
|
| 50 |
+
Question: "I'm not sure where my phone is. Can someone else use the app?"
|
| 51 |
+
Category:
|
| 52 |
+
{{
|
| 53 |
+
"category": "lost_or_stolen_phone",
|
| 54 |
+
"confidence": 87.57
|
| 55 |
+
}}
|
| 56 |
+
|
| 57 |
+
Example 8:
|
| 58 |
+
Question: "tell me how I can order my card."
|
| 59 |
+
Category:
|
| 60 |
+
{{
|
| 61 |
+
"category": "order_physical_card",
|
| 62 |
+
"confidence": 3.96
|
| 63 |
+
}}
|
| 64 |
+
|
| 65 |
+
Example 9:
|
| 66 |
+
Question: "I don't know what my passcode is, can you help?"
|
| 67 |
+
Category:
|
| 68 |
+
{{
|
| 69 |
+
"category": "passcode_forgotten",
|
| 70 |
+
"confidence": 11.74
|
| 71 |
+
}}
|
| 72 |
+
|
| 73 |
+
Example 10:
|
| 74 |
+
Question: "How long does a payment show as pending before i should worry about it?"
|
| 75 |
+
Category:
|
| 76 |
+
{{
|
| 77 |
+
"category": "pending_card_payment",
|
| 78 |
+
"confidence": 2.73
|
| 79 |
+
}}
|
| 80 |
+
|
| 81 |
+
Example 11:
|
| 82 |
+
Question: "Why is my cash withdrawal still pending?"
|
| 83 |
+
Category:
|
| 84 |
+
{{
|
| 85 |
+
"category": "pending_cash_withdrawal",
|
| 86 |
+
"confidence": 96.51
|
| 87 |
+
}}
|
| 88 |
+
|
| 89 |
+
Example 12:
|
| 90 |
+
Question: "why isn't my top-up going through?"
|
| 91 |
+
Category:
|
| 92 |
+
{{
|
| 93 |
+
"category": "pending_top_up",
|
| 94 |
+
"confidence": 20.28
|
| 95 |
+
}}
|
| 96 |
+
|
| 97 |
+
Example 13:
|
| 98 |
+
Question: "When will the transfer be completed?"
|
| 99 |
+
Category:
|
| 100 |
+
{{
|
| 101 |
+
"category": "pending_transfer",
|
| 102 |
+
"confidence": 83.81
|
| 103 |
+
}}
|
| 104 |
+
|
| 105 |
+
Example 14:
|
| 106 |
+
Question: "How do I unblock my pin after entering it wrong too many times?"
|
| 107 |
+
Category:
|
| 108 |
+
{{
|
| 109 |
+
"category": "pin_blocked",
|
| 110 |
+
"confidence": 36.83
|
| 111 |
+
}}
|
| 112 |
+
|
| 113 |
+
Example 15:
|
| 114 |
+
Question: "Can I receive my salary with this in another currency?"
|
| 115 |
+
Category:
|
| 116 |
+
{{
|
| 117 |
+
"category": "receiving_money",
|
| 118 |
+
"confidence": 21.28
|
| 119 |
+
}}
|
| 120 |
+
|
| 121 |
+
Example 16:
|
| 122 |
+
Question: "I bought something online a week ago and i never got it in the mail.Can I just get my money back now I don't want to keep waiting on something that isn't going to show up."
|
| 123 |
+
Category:
|
| 124 |
+
{{
|
| 125 |
+
"category": "request_refund",
|
| 126 |
+
"confidence": 34.83
|
| 127 |
+
}}
|
| 128 |
+
|
| 129 |
+
Example 17:
|
| 130 |
+
Question: "Seems like my card payment has been cancelled"
|
| 131 |
+
Category:
|
| 132 |
+
{{
|
| 133 |
+
"category": "reverted_card_payment?",
|
| 134 |
+
"confidence": 60.51
|
| 135 |
+
}}
|
| 136 |
+
|
| 137 |
+
Example 18:
|
| 138 |
+
Question: "Do you accept other currencies besides US Dollars?"
|
| 139 |
+
Category:
|
| 140 |
+
{{
|
| 141 |
+
"category": "supported_cards_and_currencies",
|
| 142 |
+
"confidence": 48.12
|
| 143 |
+
}}
|
| 144 |
+
|
| 145 |
+
Example 19:
|
| 146 |
+
Question: "Please delete my account right now!"
|
| 147 |
+
Category:
|
| 148 |
+
{{
|
| 149 |
+
"category": "terminate_account",
|
| 150 |
+
"confidence": 76.28
|
| 151 |
+
}}
|
| 152 |
+
|
| 153 |
+
Example 20:
|
| 154 |
+
Question: "How much am I charged for a SEPA transfer?"
|
| 155 |
+
Category:
|
| 156 |
+
{{
|
| 157 |
+
"category": "top_up_by_bank_transfer_charge",
|
| 158 |
+
"confidence": 68.04
|
| 159 |
+
}}
|
| 160 |
+
|
| 161 |
+
Example 21:
|
| 162 |
+
Question: "Will you assess me more fees if I top up with an international card?"
|
| 163 |
+
Category:
|
| 164 |
+
{{
|
| 165 |
+
"category": "top_up_by_card_charge",
|
| 166 |
+
"confidence": 37.65
|
| 167 |
+
}}
|
| 168 |
+
|
| 169 |
+
Example 22:
|
| 170 |
+
Question: "Where would I find top up by cash deposit?"
|
| 171 |
+
Category:
|
| 172 |
+
{{
|
| 173 |
+
"category": "top_up_by_cash_or_cheque",
|
| 174 |
+
"confidence": 66.0
|
| 175 |
+
}}
|
| 176 |
+
|
| 177 |
+
Example 23:
|
| 178 |
+
Question: "I tried to top-up, why didn't it work?"
|
| 179 |
+
Category:
|
| 180 |
+
{{
|
| 181 |
+
"category": "top_up_failed",
|
| 182 |
+
"confidence": 61.62
|
| 183 |
+
}}
|
| 184 |
+
|
| 185 |
+
Example 24:
|
| 186 |
+
Question: "Is there a limit for the amount I can top up?"
|
| 187 |
+
Category:
|
| 188 |
+
{{
|
| 189 |
+
"category": "top_up_limits",
|
| 190 |
+
"confidence": 36.41
|
| 191 |
+
}}
|
| 192 |
+
|
| 193 |
+
Example 25:
|
| 194 |
+
Question: "My top-up has been reverted and I would like to know why."
|
| 195 |
+
Category:
|
| 196 |
+
{{
|
| 197 |
+
"category": "top_up_reverted",
|
| 198 |
+
"confidence": 43.31
|
| 199 |
+
}}
|
| 200 |
+
|
| 201 |
+
Example 26:
|
| 202 |
+
Question: "Why don't I see my top up in my wallet?"
|
| 203 |
+
Category:
|
| 204 |
+
{{
|
| 205 |
+
"category": "topping_up_by_card",
|
| 206 |
+
"confidence": 32.76
|
| 207 |
+
}}
|
| 208 |
+
|
| 209 |
+
Example 27:
|
| 210 |
+
Question: "I was charged multiple times for one purchase"
|
| 211 |
+
Category:
|
| 212 |
+
{{
|
| 213 |
+
"category": "transaction_charged_twice",
|
| 214 |
+
"confidence": 18.38
|
| 215 |
+
}}
|
| 216 |
+
|
| 217 |
+
Example 28:
|
| 218 |
+
Question: "What is the transfer fee charge?"
|
| 219 |
+
Category:
|
| 220 |
+
{{
|
| 221 |
+
"category": "transfer_fee_charged",
|
| 222 |
+
"confidence": 38.01
|
| 223 |
+
}}
|
| 224 |
+
|
| 225 |
+
Example 29:
|
| 226 |
+
Question: "How do I transfer money between two of my accounts?"
|
| 227 |
+
Category:
|
| 228 |
+
{{
|
| 229 |
+
"category": "transfer_into_account",
|
| 230 |
+
"confidence": 88.69
|
| 231 |
+
}}
|
| 232 |
+
|
| 233 |
+
Example 30:
|
| 234 |
+
Question: "What is the time for a transfer?"
|
| 235 |
+
Category:
|
| 236 |
+
{{
|
| 237 |
+
"category": "transfer_not_received_by_recipient",
|
| 238 |
+
"confidence": 87.4
|
| 239 |
+
}}
|
| 240 |
+
|
| 241 |
+
Example 31:
|
| 242 |
+
Question: "I have to transfer something to China as fast as I can. How long will it take to arrive in China?"
|
| 243 |
+
Category:
|
| 244 |
+
{{
|
| 245 |
+
"category": "transfer_timing",
|
| 246 |
+
"confidence": 80.05
|
| 247 |
+
}}
|
| 248 |
+
|
| 249 |
+
Example 32:
|
| 250 |
+
Question: "I have trouble proving my identity."
|
| 251 |
+
Category:
|
| 252 |
+
{{
|
| 253 |
+
"category": "unable_to_verify_identity",
|
| 254 |
+
"confidence": 15.63
|
| 255 |
+
}}
|
| 256 |
+
|
| 257 |
+
Example 33:
|
| 258 |
+
Question: "What are the steps for identity checks?"
|
| 259 |
+
Category:
|
| 260 |
+
{{
|
| 261 |
+
"category": "verify_my_identity",
|
| 262 |
+
"confidence": 7.59
|
| 263 |
+
}}
|
| 264 |
+
|
| 265 |
+
Example 34:
|
| 266 |
+
Question: "Show me the source of my money."
|
| 267 |
+
Category:
|
| 268 |
+
{{
|
| 269 |
+
"category": "verify_source_of_funds",
|
| 270 |
+
"confidence": 21.37
|
| 271 |
+
}}
|
| 272 |
+
|
| 273 |
+
Example 35:
|
| 274 |
+
Question: "Is there a verification code for top-ups?"
|
| 275 |
+
Category:
|
| 276 |
+
{{
|
| 277 |
+
"category": "verify_top_up",
|
| 278 |
+
"confidence": 32.76
|
| 279 |
+
}}
|
| 280 |
+
|
| 281 |
+
Example 36:
|
| 282 |
+
Question: "My disposable virtual card was rejected by the merchant, please help?"
|
| 283 |
+
Category:
|
| 284 |
+
{{
|
| 285 |
+
"category": "virtual_card_not_working",
|
| 286 |
+
"confidence": 7.27
|
| 287 |
+
}}
|
| 288 |
+
|
| 289 |
+
Example 37:
|
| 290 |
+
Question: "Do you guys accept Visa or Mastercard?"
|
| 291 |
+
Category:
|
| 292 |
+
{{
|
| 293 |
+
"category": "visa_or_mastercard",
|
| 294 |
+
"confidence": 59.89
|
| 295 |
+
}}
|
| 296 |
+
|
| 297 |
+
Example 38:
|
| 298 |
+
Question: "Why do you need me to verify who I am?"
|
| 299 |
+
Category:
|
| 300 |
+
{{
|
| 301 |
+
"category": "why_verify_identity",
|
| 302 |
+
"confidence": 30.35
|
| 303 |
+
}}
|
| 304 |
+
|
| 305 |
+
Example 39:
|
| 306 |
+
Question: "Cash withdrawal was incorrect at ATM."
|
| 307 |
+
Category:
|
| 308 |
+
{{
|
| 309 |
+
"category": "wrong_amount_of_cash_received",
|
| 310 |
+
"confidence": 21.33
|
| 311 |
+
}}
|
| 312 |
+
|
| 313 |
+
Example 40:
|
| 314 |
+
Question: "I used the ATM machine to get money out for Holiday shopping and saw the outrageous charges. Why is that? I would not have used the ATM if I had known!"
|
| 315 |
+
Category:
|
| 316 |
+
{{
|
| 317 |
+
"category": "wrong_exchange_rate_for_cash_withdrawal",
|
| 318 |
+
"confidence": 73.0
|
| 319 |
+
}}
|
fewshot-1example-per-nonoos/banking_only50notoos.txt
ADDED
|
@@ -0,0 +1,399 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Example 1:
|
| 2 |
+
Question: "I need my refund"
|
| 3 |
+
Category:
|
| 4 |
+
{{
|
| 5 |
+
"category": "Refund_not_showing_up",
|
| 6 |
+
"confidence": 40.58
|
| 7 |
+
}}
|
| 8 |
+
|
| 9 |
+
Example 2:
|
| 10 |
+
Question: "Tell me why my transfer was declined."
|
| 11 |
+
Category:
|
| 12 |
+
{{
|
| 13 |
+
"category": "declined_transfer",
|
| 14 |
+
"confidence": 91.13
|
| 15 |
+
}}
|
| 16 |
+
|
| 17 |
+
Example 3:
|
| 18 |
+
Question: "A debit came through that I need to dispute."
|
| 19 |
+
Category:
|
| 20 |
+
{{
|
| 21 |
+
"category": "direct_debit_payment_not_recognised",
|
| 22 |
+
"confidence": 87.05
|
| 23 |
+
}}
|
| 24 |
+
|
| 25 |
+
Example 4:
|
| 26 |
+
Question: "Is there a limit to the number of disposable cards per day?"
|
| 27 |
+
Category:
|
| 28 |
+
{{
|
| 29 |
+
"category": "disposable_card_limits",
|
| 30 |
+
"confidence": 98.81
|
| 31 |
+
}}
|
| 32 |
+
|
| 33 |
+
Example 5:
|
| 34 |
+
Question: "Not living in same place, need to change details"
|
| 35 |
+
Category:
|
| 36 |
+
{{
|
| 37 |
+
"category": "edit_personal_details",
|
| 38 |
+
"confidence": 21.81
|
| 39 |
+
}}
|
| 40 |
+
|
| 41 |
+
Example 6:
|
| 42 |
+
Question: "I need to exchange foreign currency will i be charged?"
|
| 43 |
+
Category:
|
| 44 |
+
{{
|
| 45 |
+
"category": "exchange_charge",
|
| 46 |
+
"confidence": 35.25
|
| 47 |
+
}}
|
| 48 |
+
|
| 49 |
+
Example 7:
|
| 50 |
+
Question: "What factors determine your exchange rate?"
|
| 51 |
+
Category:
|
| 52 |
+
{{
|
| 53 |
+
"category": "exchange_rate",
|
| 54 |
+
"confidence": 95.61
|
| 55 |
+
}}
|
| 56 |
+
|
| 57 |
+
Example 8:
|
| 58 |
+
Question: "Where can i exchange between GBP and USD"
|
| 59 |
+
Category:
|
| 60 |
+
{{
|
| 61 |
+
"category": "exchange_via_app",
|
| 62 |
+
"confidence": 46.04
|
| 63 |
+
}}
|
| 64 |
+
|
| 65 |
+
Example 9:
|
| 66 |
+
Question: "Why does my transaction have an added fee?"
|
| 67 |
+
Category:
|
| 68 |
+
{{
|
| 69 |
+
"category": "extra_charge_on_statement",
|
| 70 |
+
"confidence": 68.03
|
| 71 |
+
}}
|
| 72 |
+
|
| 73 |
+
Example 10:
|
| 74 |
+
Question: "My card couldn't complete a transfer, why?"
|
| 75 |
+
Category:
|
| 76 |
+
{{
|
| 77 |
+
"category": "failed_transfer",
|
| 78 |
+
"confidence": 29.02
|
| 79 |
+
}}
|
| 80 |
+
|
| 81 |
+
Example 11:
|
| 82 |
+
Question: "How can I solve my issue with holding multiple currencies?"
|
| 83 |
+
Category:
|
| 84 |
+
{{
|
| 85 |
+
"category": "fiat_currency_support",
|
| 86 |
+
"confidence": 21.99
|
| 87 |
+
}}
|
| 88 |
+
|
| 89 |
+
Example 12:
|
| 90 |
+
Question: "Do I need a disposable card?"
|
| 91 |
+
Category:
|
| 92 |
+
{{
|
| 93 |
+
"category": "get_disposable_virtual_card",
|
| 94 |
+
"confidence": 52.14
|
| 95 |
+
}}
|
| 96 |
+
|
| 97 |
+
Example 13:
|
| 98 |
+
Question: "Where should I look for my PIN number at?"
|
| 99 |
+
Category:
|
| 100 |
+
{{
|
| 101 |
+
"category": "get_physical_card",
|
| 102 |
+
"confidence": 85.05
|
| 103 |
+
}}
|
| 104 |
+
|
| 105 |
+
Example 14:
|
| 106 |
+
Question: "How would I go about getting a second card?"
|
| 107 |
+
Category:
|
| 108 |
+
{{
|
| 109 |
+
"category": "getting_spare_card",
|
| 110 |
+
"confidence": 34.35
|
| 111 |
+
}}
|
| 112 |
+
|
| 113 |
+
Example 15:
|
| 114 |
+
Question: "Where is the virtual card?"
|
| 115 |
+
Category:
|
| 116 |
+
{{
|
| 117 |
+
"category": "getting_virtual_card",
|
| 118 |
+
"confidence": 3.27
|
| 119 |
+
}}
|
| 120 |
+
|
| 121 |
+
Example 16:
|
| 122 |
+
Question: "Help Me! I lost my card. What should I do?"
|
| 123 |
+
Category:
|
| 124 |
+
{{
|
| 125 |
+
"category": "lost_or_stolen_card",
|
| 126 |
+
"confidence": 5.94
|
| 127 |
+
}}
|
| 128 |
+
|
| 129 |
+
Example 17:
|
| 130 |
+
Question: "I lost my phone. What do I need to do?"
|
| 131 |
+
Category:
|
| 132 |
+
{{
|
| 133 |
+
"category": "lost_or_stolen_phone",
|
| 134 |
+
"confidence": 34.46
|
| 135 |
+
}}
|
| 136 |
+
|
| 137 |
+
Example 18:
|
| 138 |
+
Question: "Can I get a real card?"
|
| 139 |
+
Category:
|
| 140 |
+
{{
|
| 141 |
+
"category": "order_physical_card",
|
| 142 |
+
"confidence": 34.63
|
| 143 |
+
}}
|
| 144 |
+
|
| 145 |
+
Example 19:
|
| 146 |
+
Question: "I don't remember my passcode?"
|
| 147 |
+
Category:
|
| 148 |
+
{{
|
| 149 |
+
"category": "passcode_forgotten",
|
| 150 |
+
"confidence": 2.43
|
| 151 |
+
}}
|
| 152 |
+
|
| 153 |
+
Example 20:
|
| 154 |
+
Question: "I have a pending payment in my account that I paid a while back ago and it still hasnt gone through. Why would it show pending for so long?"
|
| 155 |
+
Category:
|
| 156 |
+
{{
|
| 157 |
+
"category": "pending_card_payment",
|
| 158 |
+
"confidence": 7.01
|
| 159 |
+
}}
|
| 160 |
+
|
| 161 |
+
Example 21:
|
| 162 |
+
Question: "Why is a transaction showing as pending when I recieved cash from an ATM?"
|
| 163 |
+
Category:
|
| 164 |
+
{{
|
| 165 |
+
"category": "pending_cash_withdrawal",
|
| 166 |
+
"confidence": 41.13
|
| 167 |
+
}}
|
| 168 |
+
|
| 169 |
+
Example 22:
|
| 170 |
+
Question: "The top-up is pending."
|
| 171 |
+
Category:
|
| 172 |
+
{{
|
| 173 |
+
"category": "pending_top_up",
|
| 174 |
+
"confidence": 99.61
|
| 175 |
+
}}
|
| 176 |
+
|
| 177 |
+
Example 23:
|
| 178 |
+
Question: "I'm trying to transfer money to another country. It's just pending and not sending. My account details are correct. Please help me."
|
| 179 |
+
Category:
|
| 180 |
+
{{
|
| 181 |
+
"category": "pending_transfer",
|
| 182 |
+
"confidence": 92.18
|
| 183 |
+
}}
|
| 184 |
+
|
| 185 |
+
Example 24:
|
| 186 |
+
Question: "When I was drunk I got my card stuck in your machine because i mis-typed my PIN. What do I need to do to get it restored?"
|
| 187 |
+
Category:
|
| 188 |
+
{{
|
| 189 |
+
"category": "pin_blocked",
|
| 190 |
+
"confidence": 18.72
|
| 191 |
+
}}
|
| 192 |
+
|
| 193 |
+
Example 25:
|
| 194 |
+
Question: "Can friends transfer money to each other?"
|
| 195 |
+
Category:
|
| 196 |
+
{{
|
| 197 |
+
"category": "receiving_money",
|
| 198 |
+
"confidence": 98.5
|
| 199 |
+
}}
|
| 200 |
+
|
| 201 |
+
Example 26:
|
| 202 |
+
Question: "I need to do a refund"
|
| 203 |
+
Category:
|
| 204 |
+
{{
|
| 205 |
+
"category": "request_refund",
|
| 206 |
+
"confidence": 35.9
|
| 207 |
+
}}
|
| 208 |
+
|
| 209 |
+
Example 27:
|
| 210 |
+
Question: "My card payment was reverted"
|
| 211 |
+
Category:
|
| 212 |
+
{{
|
| 213 |
+
"category": "reverted_card_payment?",
|
| 214 |
+
"confidence": 61.89
|
| 215 |
+
}}
|
| 216 |
+
|
| 217 |
+
Example 28:
|
| 218 |
+
Question: "What types of currencies do you accept?"
|
| 219 |
+
Category:
|
| 220 |
+
{{
|
| 221 |
+
"category": "supported_cards_and_currencies",
|
| 222 |
+
"confidence": 16.75
|
| 223 |
+
}}
|
| 224 |
+
|
| 225 |
+
Example 29:
|
| 226 |
+
Question: "I would like to delete my account."
|
| 227 |
+
Category:
|
| 228 |
+
{{
|
| 229 |
+
"category": "terminate_account",
|
| 230 |
+
"confidence": 54.67
|
| 231 |
+
}}
|
| 232 |
+
|
| 233 |
+
Example 30:
|
| 234 |
+
Question: "Is there any fees associated with receiving money with this account?"
|
| 235 |
+
Category:
|
| 236 |
+
{{
|
| 237 |
+
"category": "top_up_by_bank_transfer_charge",
|
| 238 |
+
"confidence": 61.7
|
| 239 |
+
}}
|
| 240 |
+
|
| 241 |
+
Example 31:
|
| 242 |
+
Question: "Which US cards have top up charges?"
|
| 243 |
+
Category:
|
| 244 |
+
{{
|
| 245 |
+
"category": "top_up_by_card_charge",
|
| 246 |
+
"confidence": 81.84
|
| 247 |
+
}}
|
| 248 |
+
|
| 249 |
+
Example 32:
|
| 250 |
+
Question: "I want to do a cash deposit to top up. How do I do this?"
|
| 251 |
+
Category:
|
| 252 |
+
{{
|
| 253 |
+
"category": "top_up_by_cash_or_cheque",
|
| 254 |
+
"confidence": 42.56
|
| 255 |
+
}}
|
| 256 |
+
|
| 257 |
+
Example 33:
|
| 258 |
+
Question: "Top up did not work on the app."
|
| 259 |
+
Category:
|
| 260 |
+
{{
|
| 261 |
+
"category": "top_up_failed",
|
| 262 |
+
"confidence": 68.62
|
| 263 |
+
}}
|
| 264 |
+
|
| 265 |
+
Example 34:
|
| 266 |
+
Question: "Is there a limit for top-ups?"
|
| 267 |
+
Category:
|
| 268 |
+
{{
|
| 269 |
+
"category": "top_up_limits",
|
| 270 |
+
"confidence": 2.73
|
| 271 |
+
}}
|
| 272 |
+
|
| 273 |
+
Example 35:
|
| 274 |
+
Question: "I got topped up but the application reverted it."
|
| 275 |
+
Category:
|
| 276 |
+
{{
|
| 277 |
+
"category": "top_up_reverted",
|
| 278 |
+
"confidence": 86.18
|
| 279 |
+
}}
|
| 280 |
+
|
| 281 |
+
Example 36:
|
| 282 |
+
Question: "Who can have access to top up my account?"
|
| 283 |
+
Category:
|
| 284 |
+
{{
|
| 285 |
+
"category": "topping_up_by_card",
|
| 286 |
+
"confidence": 37.99
|
| 287 |
+
}}
|
| 288 |
+
|
| 289 |
+
Example 37:
|
| 290 |
+
Question: "Hi, I just looked at my card transactions and saw that I've been charged twice for a restaurant I went to this week. Can you remove the double charge, please?"
|
| 291 |
+
Category:
|
| 292 |
+
{{
|
| 293 |
+
"category": "transaction_charged_twice",
|
| 294 |
+
"confidence": 89.97
|
| 295 |
+
}}
|
| 296 |
+
|
| 297 |
+
Example 38:
|
| 298 |
+
Question: "I noticed a fee, while banking abroad, that seems different than any I have been charged before. What does this fee mean?"
|
| 299 |
+
Category:
|
| 300 |
+
{{
|
| 301 |
+
"category": "transfer_fee_charged",
|
| 302 |
+
"confidence": 89.16
|
| 303 |
+
}}
|
| 304 |
+
|
| 305 |
+
Example 39:
|
| 306 |
+
Question: "I need to move money from one of my other accounts to this one."
|
| 307 |
+
Category:
|
| 308 |
+
{{
|
| 309 |
+
"category": "transfer_into_account",
|
| 310 |
+
"confidence": 96.67
|
| 311 |
+
}}
|
| 312 |
+
|
| 313 |
+
Example 40:
|
| 314 |
+
Question: "I transferred money but the recipient says it has not arrived. Why would this be?"
|
| 315 |
+
Category:
|
| 316 |
+
{{
|
| 317 |
+
"category": "transfer_not_received_by_recipient",
|
| 318 |
+
"confidence": 62.85
|
| 319 |
+
}}
|
| 320 |
+
|
| 321 |
+
Example 41:
|
| 322 |
+
Question: "When does my transfer from the US arrive in my account?"
|
| 323 |
+
Category:
|
| 324 |
+
{{
|
| 325 |
+
"category": "transfer_timing",
|
| 326 |
+
"confidence": 36.56
|
| 327 |
+
}}
|
| 328 |
+
|
| 329 |
+
Example 42:
|
| 330 |
+
Question: "I don't have the means to prove my identity."
|
| 331 |
+
Category:
|
| 332 |
+
{{
|
| 333 |
+
"category": "unable_to_verify_identity",
|
| 334 |
+
"confidence": 97.48
|
| 335 |
+
}}
|
| 336 |
+
|
| 337 |
+
Example 43:
|
| 338 |
+
Question: "Where can I verify my identity?"
|
| 339 |
+
Category:
|
| 340 |
+
{{
|
| 341 |
+
"category": "verify_my_identity",
|
| 342 |
+
"confidence": 37.91
|
| 343 |
+
}}
|
| 344 |
+
|
| 345 |
+
Example 44:
|
| 346 |
+
Question: "Where can I check to see where the money in my account came from?"
|
| 347 |
+
Category:
|
| 348 |
+
{{
|
| 349 |
+
"category": "verify_source_of_funds",
|
| 350 |
+
"confidence": 50.0
|
| 351 |
+
}}
|
| 352 |
+
|
| 353 |
+
Example 45:
|
| 354 |
+
Question: "Why does top-up need to be verified?"
|
| 355 |
+
Category:
|
| 356 |
+
{{
|
| 357 |
+
"category": "verify_top_up",
|
| 358 |
+
"confidence": 58.89
|
| 359 |
+
}}
|
| 360 |
+
|
| 361 |
+
Example 46:
|
| 362 |
+
Question: "I tried paying with my disposable virtual card earlier but it was rejected. What can I do to fix this?"
|
| 363 |
+
Category:
|
| 364 |
+
{{
|
| 365 |
+
"category": "virtual_card_not_working",
|
| 366 |
+
"confidence": 76.51
|
| 367 |
+
}}
|
| 368 |
+
|
| 369 |
+
Example 47:
|
| 370 |
+
Question: "I prefer to get a Mastercard."
|
| 371 |
+
Category:
|
| 372 |
+
{{
|
| 373 |
+
"category": "visa_or_mastercard",
|
| 374 |
+
"confidence": 66.32
|
| 375 |
+
}}
|
| 376 |
+
|
| 377 |
+
Example 48:
|
| 378 |
+
Question: "what is the identity check?"
|
| 379 |
+
Category:
|
| 380 |
+
{{
|
| 381 |
+
"category": "why_verify_identity",
|
| 382 |
+
"confidence": 91.36
|
| 383 |
+
}}
|
| 384 |
+
|
| 385 |
+
Example 49:
|
| 386 |
+
Question: "The machine gave me the wrong amount of cash."
|
| 387 |
+
Category:
|
| 388 |
+
{{
|
| 389 |
+
"category": "wrong_amount_of_cash_received",
|
| 390 |
+
"confidence": 34.19
|
| 391 |
+
}}
|
| 392 |
+
|
| 393 |
+
Example 50:
|
| 394 |
+
Question: "why is the exchange rate for a Foreign ATM different"
|
| 395 |
+
Category:
|
| 396 |
+
{{
|
| 397 |
+
"category": "wrong_exchange_rate_for_cash_withdrawal",
|
| 398 |
+
"confidence": 60.63
|
| 399 |
+
}}
|
fewshot-1example-per-nonoos/banking_only60notoos.txt
ADDED
|
@@ -0,0 +1,479 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Example 1:
|
| 2 |
+
Question: "I need my refund"
|
| 3 |
+
Category:
|
| 4 |
+
{{
|
| 5 |
+
"category": "Refund_not_showing_up",
|
| 6 |
+
"confidence": 7.3
|
| 7 |
+
}}
|
| 8 |
+
|
| 9 |
+
Example 2:
|
| 10 |
+
Question: "I bought an item that I was charged a different exchange rate for."
|
| 11 |
+
Category:
|
| 12 |
+
{{
|
| 13 |
+
"category": "card_payment_wrong_exchange_rate",
|
| 14 |
+
"confidence": 58.2
|
| 15 |
+
}}
|
| 16 |
+
|
| 17 |
+
Example 3:
|
| 18 |
+
Question: "I was getting cash and the card got stuck inside"
|
| 19 |
+
Category:
|
| 20 |
+
{{
|
| 21 |
+
"category": "card_swallowed",
|
| 22 |
+
"confidence": 12.87
|
| 23 |
+
}}
|
| 24 |
+
|
| 25 |
+
Example 4:
|
| 26 |
+
Question: "Do I get charged for withdrawals?"
|
| 27 |
+
Category:
|
| 28 |
+
{{
|
| 29 |
+
"category": "cash_withdrawal_charge",
|
| 30 |
+
"confidence": 77.48
|
| 31 |
+
}}
|
| 32 |
+
|
| 33 |
+
Example 5:
|
| 34 |
+
Question: "I have a cash withdrawal on my statement that I am unsure of."
|
| 35 |
+
Category:
|
| 36 |
+
{{
|
| 37 |
+
"category": "cash_withdrawal_not_recognised",
|
| 38 |
+
"confidence": 78.93
|
| 39 |
+
}}
|
| 40 |
+
|
| 41 |
+
Example 6:
|
| 42 |
+
Question: "Can I change my pin through the app?"
|
| 43 |
+
Category:
|
| 44 |
+
{{
|
| 45 |
+
"category": "change_pin",
|
| 46 |
+
"confidence": 10.09
|
| 47 |
+
}}
|
| 48 |
+
|
| 49 |
+
Example 7:
|
| 50 |
+
Question: "How do I stop fraud to my account?"
|
| 51 |
+
Category:
|
| 52 |
+
{{
|
| 53 |
+
"category": "compromised_card",
|
| 54 |
+
"confidence": 26.48
|
| 55 |
+
}}
|
| 56 |
+
|
| 57 |
+
Example 8:
|
| 58 |
+
Question: "Any charges applicable for new card?"
|
| 59 |
+
Category:
|
| 60 |
+
{{
|
| 61 |
+
"category": "contactless_not_working",
|
| 62 |
+
"confidence": 62.7
|
| 63 |
+
}}
|
| 64 |
+
|
| 65 |
+
Example 9:
|
| 66 |
+
Question: "Which countries are you in?"
|
| 67 |
+
Category:
|
| 68 |
+
{{
|
| 69 |
+
"category": "country_support",
|
| 70 |
+
"confidence": 79.04
|
| 71 |
+
}}
|
| 72 |
+
|
| 73 |
+
Example 10:
|
| 74 |
+
Question: "What could the reason be that my payment card was declined?"
|
| 75 |
+
Category:
|
| 76 |
+
{{
|
| 77 |
+
"category": "declined_card_payment",
|
| 78 |
+
"confidence": 46.33
|
| 79 |
+
}}
|
| 80 |
+
|
| 81 |
+
Example 11:
|
| 82 |
+
Question: "Why was my withdrawal requested cancelled by the ATM?"
|
| 83 |
+
Category:
|
| 84 |
+
{{
|
| 85 |
+
"category": "declined_cash_withdrawal",
|
| 86 |
+
"confidence": 3.74
|
| 87 |
+
}}
|
| 88 |
+
|
| 89 |
+
Example 12:
|
| 90 |
+
Question: "Shopping on line I was declined when trying to buy something."
|
| 91 |
+
Category:
|
| 92 |
+
{{
|
| 93 |
+
"category": "declined_transfer",
|
| 94 |
+
"confidence": 69.65
|
| 95 |
+
}}
|
| 96 |
+
|
| 97 |
+
Example 13:
|
| 98 |
+
Question: "I need a refund on a direct debit that shows in the app because I did not make it."
|
| 99 |
+
Category:
|
| 100 |
+
{{
|
| 101 |
+
"category": "direct_debit_payment_not_recognised",
|
| 102 |
+
"confidence": 51.24
|
| 103 |
+
}}
|
| 104 |
+
|
| 105 |
+
Example 14:
|
| 106 |
+
Question: "Help me create several temp cards every day."
|
| 107 |
+
Category:
|
| 108 |
+
{{
|
| 109 |
+
"category": "disposable_card_limits",
|
| 110 |
+
"confidence": 32.0
|
| 111 |
+
}}
|
| 112 |
+
|
| 113 |
+
Example 15:
|
| 114 |
+
Question: "I want to change my name."
|
| 115 |
+
Category:
|
| 116 |
+
{{
|
| 117 |
+
"category": "edit_personal_details",
|
| 118 |
+
"confidence": 38.11
|
| 119 |
+
}}
|
| 120 |
+
|
| 121 |
+
Example 16:
|
| 122 |
+
Question: "If I exchange currencies on a frequent basis can I receive a discount?"
|
| 123 |
+
Category:
|
| 124 |
+
{{
|
| 125 |
+
"category": "exchange_charge",
|
| 126 |
+
"confidence": 30.6
|
| 127 |
+
}}
|
| 128 |
+
|
| 129 |
+
Example 17:
|
| 130 |
+
Question: "I would like to know what exchange rates you use?"
|
| 131 |
+
Category:
|
| 132 |
+
{{
|
| 133 |
+
"category": "exchange_rate",
|
| 134 |
+
"confidence": 74.96
|
| 135 |
+
}}
|
| 136 |
+
|
| 137 |
+
Example 18:
|
| 138 |
+
Question: "Can I exchange currencies with the app?"
|
| 139 |
+
Category:
|
| 140 |
+
{{
|
| 141 |
+
"category": "exchange_via_app",
|
| 142 |
+
"confidence": 1.88
|
| 143 |
+
}}
|
| 144 |
+
|
| 145 |
+
Example 19:
|
| 146 |
+
Question: "Why has my card been charged an extra pound?"
|
| 147 |
+
Category:
|
| 148 |
+
{{
|
| 149 |
+
"category": "extra_charge_on_statement",
|
| 150 |
+
"confidence": 47.93
|
| 151 |
+
}}
|
| 152 |
+
|
| 153 |
+
Example 20:
|
| 154 |
+
Question: "Why was I not able to complete a transfer?"
|
| 155 |
+
Category:
|
| 156 |
+
{{
|
| 157 |
+
"category": "failed_transfer",
|
| 158 |
+
"confidence": 85.56
|
| 159 |
+
}}
|
| 160 |
+
|
| 161 |
+
Example 21:
|
| 162 |
+
Question: "What currencies can I hold?"
|
| 163 |
+
Category:
|
| 164 |
+
{{
|
| 165 |
+
"category": "fiat_currency_support",
|
| 166 |
+
"confidence": 21.3
|
| 167 |
+
}}
|
| 168 |
+
|
| 169 |
+
Example 22:
|
| 170 |
+
Question: "How do I know if i need a disposable card?"
|
| 171 |
+
Category:
|
| 172 |
+
{{
|
| 173 |
+
"category": "get_disposable_virtual_card",
|
| 174 |
+
"confidence": 80.7
|
| 175 |
+
}}
|
| 176 |
+
|
| 177 |
+
Example 23:
|
| 178 |
+
Question: "The card PIN is not visible anywhere?"
|
| 179 |
+
Category:
|
| 180 |
+
{{
|
| 181 |
+
"category": "get_physical_card",
|
| 182 |
+
"confidence": 59.26
|
| 183 |
+
}}
|
| 184 |
+
|
| 185 |
+
Example 24:
|
| 186 |
+
Question: "I want to give a second card for this account to my daughter, would this be possible?"
|
| 187 |
+
Category:
|
| 188 |
+
{{
|
| 189 |
+
"category": "getting_spare_card",
|
| 190 |
+
"confidence": 73.72
|
| 191 |
+
}}
|
| 192 |
+
|
| 193 |
+
Example 25:
|
| 194 |
+
Question: "How do I get a virtual card on my device?"
|
| 195 |
+
Category:
|
| 196 |
+
{{
|
| 197 |
+
"category": "getting_virtual_card",
|
| 198 |
+
"confidence": 3.13
|
| 199 |
+
}}
|
| 200 |
+
|
| 201 |
+
Example 26:
|
| 202 |
+
Question: "What do I do if my card is stolen?"
|
| 203 |
+
Category:
|
| 204 |
+
{{
|
| 205 |
+
"category": "lost_or_stolen_card",
|
| 206 |
+
"confidence": 82.83
|
| 207 |
+
}}
|
| 208 |
+
|
| 209 |
+
Example 27:
|
| 210 |
+
Question: "How do I use the app if I don't have my phone with me?"
|
| 211 |
+
Category:
|
| 212 |
+
{{
|
| 213 |
+
"category": "lost_or_stolen_phone",
|
| 214 |
+
"confidence": 69.76
|
| 215 |
+
}}
|
| 216 |
+
|
| 217 |
+
Example 28:
|
| 218 |
+
Question: "What is the process for getting an actual physical card?"
|
| 219 |
+
Category:
|
| 220 |
+
{{
|
| 221 |
+
"category": "order_physical_card",
|
| 222 |
+
"confidence": 72.58
|
| 223 |
+
}}
|
| 224 |
+
|
| 225 |
+
Example 29:
|
| 226 |
+
Question: "Help! I've forgot my app passcode!"
|
| 227 |
+
Category:
|
| 228 |
+
{{
|
| 229 |
+
"category": "passcode_forgotten",
|
| 230 |
+
"confidence": 9.3
|
| 231 |
+
}}
|
| 232 |
+
|
| 233 |
+
Example 30:
|
| 234 |
+
Question: "Why are my payments not working and show pending?"
|
| 235 |
+
Category:
|
| 236 |
+
{{
|
| 237 |
+
"category": "pending_card_payment",
|
| 238 |
+
"confidence": 31.05
|
| 239 |
+
}}
|
| 240 |
+
|
| 241 |
+
Example 31:
|
| 242 |
+
Question: "I made a cash withdrawal and it is still listed as a pending transaction."
|
| 243 |
+
Category:
|
| 244 |
+
{{
|
| 245 |
+
"category": "pending_cash_withdrawal",
|
| 246 |
+
"confidence": 10.52
|
| 247 |
+
}}
|
| 248 |
+
|
| 249 |
+
Example 32:
|
| 250 |
+
Question: "Why is my top up still pending?"
|
| 251 |
+
Category:
|
| 252 |
+
{{
|
| 253 |
+
"category": "pending_top_up",
|
| 254 |
+
"confidence": 73.88
|
| 255 |
+
}}
|
| 256 |
+
|
| 257 |
+
Example 33:
|
| 258 |
+
Question: "The seller of the items I bought online the other day hasn't received the EU transfer yet. How long do these usually take?"
|
| 259 |
+
Category:
|
| 260 |
+
{{
|
| 261 |
+
"category": "pending_transfer",
|
| 262 |
+
"confidence": 92.82
|
| 263 |
+
}}
|
| 264 |
+
|
| 265 |
+
Example 34:
|
| 266 |
+
Question: "What do I do if I have exceeded all my PIN tries?"
|
| 267 |
+
Category:
|
| 268 |
+
{{
|
| 269 |
+
"category": "pin_blocked",
|
| 270 |
+
"confidence": 95.21
|
| 271 |
+
}}
|
| 272 |
+
|
| 273 |
+
Example 35:
|
| 274 |
+
Question: "Is my salary eligible for this?"
|
| 275 |
+
Category:
|
| 276 |
+
{{
|
| 277 |
+
"category": "receiving_money",
|
| 278 |
+
"confidence": 94.8
|
| 279 |
+
}}
|
| 280 |
+
|
| 281 |
+
Example 36:
|
| 282 |
+
Question: "I need to do a refund"
|
| 283 |
+
Category:
|
| 284 |
+
{{
|
| 285 |
+
"category": "request_refund",
|
| 286 |
+
"confidence": 95.78
|
| 287 |
+
}}
|
| 288 |
+
|
| 289 |
+
Example 37:
|
| 290 |
+
Question: "Someone stopped my payment"
|
| 291 |
+
Category:
|
| 292 |
+
{{
|
| 293 |
+
"category": "reverted_card_payment?",
|
| 294 |
+
"confidence": 21.48
|
| 295 |
+
}}
|
| 296 |
+
|
| 297 |
+
Example 38:
|
| 298 |
+
Question: "What cards do you accept to top up my account?"
|
| 299 |
+
Category:
|
| 300 |
+
{{
|
| 301 |
+
"category": "supported_cards_and_currencies",
|
| 302 |
+
"confidence": 71.23
|
| 303 |
+
}}
|
| 304 |
+
|
| 305 |
+
Example 39:
|
| 306 |
+
Question: "What do I do to close my account?"
|
| 307 |
+
Category:
|
| 308 |
+
{{
|
| 309 |
+
"category": "terminate_account",
|
| 310 |
+
"confidence": 12.19
|
| 311 |
+
}}
|
| 312 |
+
|
| 313 |
+
Example 40:
|
| 314 |
+
Question: "What is the charge for receiving a SEPA transfer?"
|
| 315 |
+
Category:
|
| 316 |
+
{{
|
| 317 |
+
"category": "top_up_by_bank_transfer_charge",
|
| 318 |
+
"confidence": 35.53
|
| 319 |
+
}}
|
| 320 |
+
|
| 321 |
+
Example 41:
|
| 322 |
+
Question: "Are there going to be fees from adding money with an international card?"
|
| 323 |
+
Category:
|
| 324 |
+
{{
|
| 325 |
+
"category": "top_up_by_card_charge",
|
| 326 |
+
"confidence": 47.09
|
| 327 |
+
}}
|
| 328 |
+
|
| 329 |
+
Example 42:
|
| 330 |
+
Question: "Can I cash deposit to top up my account"
|
| 331 |
+
Category:
|
| 332 |
+
{{
|
| 333 |
+
"category": "top_up_by_cash_or_cheque",
|
| 334 |
+
"confidence": 22.96
|
| 335 |
+
}}
|
| 336 |
+
|
| 337 |
+
Example 43:
|
| 338 |
+
Question: "I think my top-up has failed."
|
| 339 |
+
Category:
|
| 340 |
+
{{
|
| 341 |
+
"category": "top_up_failed",
|
| 342 |
+
"confidence": 33.91
|
| 343 |
+
}}
|
| 344 |
+
|
| 345 |
+
Example 44:
|
| 346 |
+
Question: "Are there any top-up limits involved?"
|
| 347 |
+
Category:
|
| 348 |
+
{{
|
| 349 |
+
"category": "top_up_limits",
|
| 350 |
+
"confidence": 45.38
|
| 351 |
+
}}
|
| 352 |
+
|
| 353 |
+
Example 45:
|
| 354 |
+
Question: "I topped up but the app declined it"
|
| 355 |
+
Category:
|
| 356 |
+
{{
|
| 357 |
+
"category": "top_up_reverted",
|
| 358 |
+
"confidence": 97.7
|
| 359 |
+
}}
|
| 360 |
+
|
| 361 |
+
Example 46:
|
| 362 |
+
Question: "How do I top up on my card?"
|
| 363 |
+
Category:
|
| 364 |
+
{{
|
| 365 |
+
"category": "topping_up_by_card",
|
| 366 |
+
"confidence": 67.16
|
| 367 |
+
}}
|
| 368 |
+
|
| 369 |
+
Example 47:
|
| 370 |
+
Question: "Looks like my card payment was made two time by mistake. I went to pay at the store earlier which rejected once, second time it worked. App is on pending for one of the payments. Can you please remove one of them as it's wrong and clearly was declined?"
|
| 371 |
+
Category:
|
| 372 |
+
{{
|
| 373 |
+
"category": "transaction_charged_twice",
|
| 374 |
+
"confidence": 54.54
|
| 375 |
+
}}
|
| 376 |
+
|
| 377 |
+
Example 48:
|
| 378 |
+
Question: "Am I charged a fee to transfer funds?"
|
| 379 |
+
Category:
|
| 380 |
+
{{
|
| 381 |
+
"category": "transfer_fee_charged",
|
| 382 |
+
"confidence": 77.14
|
| 383 |
+
}}
|
| 384 |
+
|
| 385 |
+
Example 49:
|
| 386 |
+
Question: "I would like to transfer funds from one account to another."
|
| 387 |
+
Category:
|
| 388 |
+
{{
|
| 389 |
+
"category": "transfer_into_account",
|
| 390 |
+
"confidence": 48.54
|
| 391 |
+
}}
|
| 392 |
+
|
| 393 |
+
Example 50:
|
| 394 |
+
Question: "Hey, I need some help figuring out way my transfer is not complete yet. My Landlord hasn't got the money yet.She should have received it by now."
|
| 395 |
+
Category:
|
| 396 |
+
{{
|
| 397 |
+
"category": "transfer_not_received_by_recipient",
|
| 398 |
+
"confidence": 67.89
|
| 399 |
+
}}
|
| 400 |
+
|
| 401 |
+
Example 51:
|
| 402 |
+
Question: "What's the transfer time from Europe?"
|
| 403 |
+
Category:
|
| 404 |
+
{{
|
| 405 |
+
"category": "transfer_timing",
|
| 406 |
+
"confidence": 7.21
|
| 407 |
+
}}
|
| 408 |
+
|
| 409 |
+
Example 52:
|
| 410 |
+
Question: "I do not have the information to verify my identify."
|
| 411 |
+
Category:
|
| 412 |
+
{{
|
| 413 |
+
"category": "unable_to_verify_identity",
|
| 414 |
+
"confidence": 63.6
|
| 415 |
+
}}
|
| 416 |
+
|
| 417 |
+
Example 53:
|
| 418 |
+
Question: "What do you require for identification verification?"
|
| 419 |
+
Category:
|
| 420 |
+
{{
|
| 421 |
+
"category": "verify_my_identity",
|
| 422 |
+
"confidence": 61.53
|
| 423 |
+
}}
|
| 424 |
+
|
| 425 |
+
Example 54:
|
| 426 |
+
Question: "i need to trace a deposit"
|
| 427 |
+
Category:
|
| 428 |
+
{{
|
| 429 |
+
"category": "verify_source_of_funds",
|
| 430 |
+
"confidence": 46.36
|
| 431 |
+
}}
|
| 432 |
+
|
| 433 |
+
Example 55:
|
| 434 |
+
Question: "What do I do to verify a top-up?"
|
| 435 |
+
Category:
|
| 436 |
+
{{
|
| 437 |
+
"category": "verify_top_up",
|
| 438 |
+
"confidence": 89.06
|
| 439 |
+
}}
|
| 440 |
+
|
| 441 |
+
Example 56:
|
| 442 |
+
Question: "I have a disposable card but it does not work?"
|
| 443 |
+
Category:
|
| 444 |
+
{{
|
| 445 |
+
"category": "virtual_card_not_working",
|
| 446 |
+
"confidence": 13.8
|
| 447 |
+
}}
|
| 448 |
+
|
| 449 |
+
Example 57:
|
| 450 |
+
Question: "Will I get a Visa card or Mastercard?"
|
| 451 |
+
Category:
|
| 452 |
+
{{
|
| 453 |
+
"category": "visa_or_mastercard",
|
| 454 |
+
"confidence": 64.69
|
| 455 |
+
}}
|
| 456 |
+
|
| 457 |
+
Example 58:
|
| 458 |
+
Question: "Why do you need so much information about my identity?"
|
| 459 |
+
Category:
|
| 460 |
+
{{
|
| 461 |
+
"category": "why_verify_identity",
|
| 462 |
+
"confidence": 27.53
|
| 463 |
+
}}
|
| 464 |
+
|
| 465 |
+
Example 59:
|
| 466 |
+
Question: "Hey I am standing in front of an ATM here, it only gave me 10 pounds even though I wanted to withdraw 30! Seems like the app has 30 pounds, what do I do??"
|
| 467 |
+
Category:
|
| 468 |
+
{{
|
| 469 |
+
"category": "wrong_amount_of_cash_received",
|
| 470 |
+
"confidence": 83.29
|
| 471 |
+
}}
|
| 472 |
+
|
| 473 |
+
Example 60:
|
| 474 |
+
Question: "I'm upset because I got charged a ridiculous fee when making an ATM withdrawal over a holiday weekend. It didn't notify me beforehand either or I wouldn't have ever done it."
|
| 475 |
+
Category:
|
| 476 |
+
{{
|
| 477 |
+
"category": "wrong_exchange_rate_for_cash_withdrawal",
|
| 478 |
+
"confidence": 50.3
|
| 479 |
+
}}
|
fewshot-1example-per-nonoos/banking_only70notoos.txt
ADDED
|
@@ -0,0 +1,559 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Example 1:
|
| 2 |
+
Question: "I need my refund"
|
| 3 |
+
Category:
|
| 4 |
+
{{
|
| 5 |
+
"category": "Refund_not_showing_up",
|
| 6 |
+
"confidence": 46.62
|
| 7 |
+
}}
|
| 8 |
+
|
| 9 |
+
Example 2:
|
| 10 |
+
Question: "Why isn't my beneficiary allowed?"
|
| 11 |
+
Category:
|
| 12 |
+
{{
|
| 13 |
+
"category": "beneficiary_not_allowed",
|
| 14 |
+
"confidence": 10.87
|
| 15 |
+
}}
|
| 16 |
+
|
| 17 |
+
Example 3:
|
| 18 |
+
Question: "It is extremely important that I cancel the transfer I made yesterday and put the money into a different account. Is this possible?"
|
| 19 |
+
Category:
|
| 20 |
+
{{
|
| 21 |
+
"category": "cancel_transfer",
|
| 22 |
+
"confidence": 81.55
|
| 23 |
+
}}
|
| 24 |
+
|
| 25 |
+
Example 4:
|
| 26 |
+
Question: "My card is about to expire. Are there any costs with a replacement card? How quick do you mail it to me?"
|
| 27 |
+
Category:
|
| 28 |
+
{{
|
| 29 |
+
"category": "card_about_to_expire",
|
| 30 |
+
"confidence": 56.91
|
| 31 |
+
}}
|
| 32 |
+
|
| 33 |
+
Example 5:
|
| 34 |
+
Question: "Are there any limits on where I can use my card?"
|
| 35 |
+
Category:
|
| 36 |
+
{{
|
| 37 |
+
"category": "card_acceptance",
|
| 38 |
+
"confidence": 24.47
|
| 39 |
+
}}
|
| 40 |
+
|
| 41 |
+
Example 6:
|
| 42 |
+
Question: "Can the card was sen to me be tracked?"
|
| 43 |
+
Category:
|
| 44 |
+
{{
|
| 45 |
+
"category": "card_arrival",
|
| 46 |
+
"confidence": 98.16
|
| 47 |
+
}}
|
| 48 |
+
|
| 49 |
+
Example 7:
|
| 50 |
+
Question: "Can I specify a day for my card to be delivered?"
|
| 51 |
+
Category:
|
| 52 |
+
{{
|
| 53 |
+
"category": "card_delivery_estimate",
|
| 54 |
+
"confidence": 92.28
|
| 55 |
+
}}
|
| 56 |
+
|
| 57 |
+
Example 8:
|
| 58 |
+
Question: "The app doesn't show the card I received."
|
| 59 |
+
Category:
|
| 60 |
+
{{
|
| 61 |
+
"category": "card_linking",
|
| 62 |
+
"confidence": 88.81
|
| 63 |
+
}}
|
| 64 |
+
|
| 65 |
+
Example 9:
|
| 66 |
+
Question: "My card is broken"
|
| 67 |
+
Category:
|
| 68 |
+
{{
|
| 69 |
+
"category": "card_not_working",
|
| 70 |
+
"confidence": 42.92
|
| 71 |
+
}}
|
| 72 |
+
|
| 73 |
+
Example 10:
|
| 74 |
+
Question: "An extra fee has been added to my card payment is this correct?"
|
| 75 |
+
Category:
|
| 76 |
+
{{
|
| 77 |
+
"category": "card_payment_fee_charged",
|
| 78 |
+
"confidence": 46.34
|
| 79 |
+
}}
|
| 80 |
+
|
| 81 |
+
Example 11:
|
| 82 |
+
Question: "There is a payment made with my card that I don't recognize at all."
|
| 83 |
+
Category:
|
| 84 |
+
{{
|
| 85 |
+
"category": "card_payment_not_recognised",
|
| 86 |
+
"confidence": 98.8
|
| 87 |
+
}}
|
| 88 |
+
|
| 89 |
+
Example 12:
|
| 90 |
+
Question: "I changed the currency, but why is it costing more?"
|
| 91 |
+
Category:
|
| 92 |
+
{{
|
| 93 |
+
"category": "card_payment_wrong_exchange_rate",
|
| 94 |
+
"confidence": 21.99
|
| 95 |
+
}}
|
| 96 |
+
|
| 97 |
+
Example 13:
|
| 98 |
+
Question: "What do I do if I can't get my card out of the ATM?"
|
| 99 |
+
Category:
|
| 100 |
+
{{
|
| 101 |
+
"category": "card_swallowed",
|
| 102 |
+
"confidence": 56.36
|
| 103 |
+
}}
|
| 104 |
+
|
| 105 |
+
Example 14:
|
| 106 |
+
Question: "I used an ATM and wanted to know why I was charged an extra fee."
|
| 107 |
+
Category:
|
| 108 |
+
{{
|
| 109 |
+
"category": "cash_withdrawal_charge",
|
| 110 |
+
"confidence": 32.59
|
| 111 |
+
}}
|
| 112 |
+
|
| 113 |
+
Example 15:
|
| 114 |
+
Question: "My app says I withdraw money from my account from an ATM."
|
| 115 |
+
Category:
|
| 116 |
+
{{
|
| 117 |
+
"category": "cash_withdrawal_not_recognised",
|
| 118 |
+
"confidence": 76.18
|
| 119 |
+
}}
|
| 120 |
+
|
| 121 |
+
Example 16:
|
| 122 |
+
Question: "Can I change my PIN on my phone?"
|
| 123 |
+
Category:
|
| 124 |
+
{{
|
| 125 |
+
"category": "change_pin",
|
| 126 |
+
"confidence": 28.42
|
| 127 |
+
}}
|
| 128 |
+
|
| 129 |
+
Example 17:
|
| 130 |
+
Question: "Questionable transactions on my account."
|
| 131 |
+
Category:
|
| 132 |
+
{{
|
| 133 |
+
"category": "compromised_card",
|
| 134 |
+
"confidence": 58.41
|
| 135 |
+
}}
|
| 136 |
+
|
| 137 |
+
Example 18:
|
| 138 |
+
Question: "I'm confused. My contactless is suddenly not working anywhere that I try to use it. How do I fix it?"
|
| 139 |
+
Category:
|
| 140 |
+
{{
|
| 141 |
+
"category": "contactless_not_working",
|
| 142 |
+
"confidence": 31.03
|
| 143 |
+
}}
|
| 144 |
+
|
| 145 |
+
Example 19:
|
| 146 |
+
Question: "I live in the US but want to get a card"
|
| 147 |
+
Category:
|
| 148 |
+
{{
|
| 149 |
+
"category": "country_support",
|
| 150 |
+
"confidence": 65.59
|
| 151 |
+
}}
|
| 152 |
+
|
| 153 |
+
Example 20:
|
| 154 |
+
Question: "Please explain why my payment was declined? I thought everything was good."
|
| 155 |
+
Category:
|
| 156 |
+
{{
|
| 157 |
+
"category": "declined_card_payment",
|
| 158 |
+
"confidence": 66.37
|
| 159 |
+
}}
|
| 160 |
+
|
| 161 |
+
Example 21:
|
| 162 |
+
Question: "Why could I not choose cash at the ATM?"
|
| 163 |
+
Category:
|
| 164 |
+
{{
|
| 165 |
+
"category": "declined_cash_withdrawal",
|
| 166 |
+
"confidence": 94.49
|
| 167 |
+
}}
|
| 168 |
+
|
| 169 |
+
Example 22:
|
| 170 |
+
Question: "Why was one of my transfers declined?"
|
| 171 |
+
Category:
|
| 172 |
+
{{
|
| 173 |
+
"category": "declined_transfer",
|
| 174 |
+
"confidence": 30.75
|
| 175 |
+
}}
|
| 176 |
+
|
| 177 |
+
Example 23:
|
| 178 |
+
Question: "I have an unknown debit charge in my statement, why?"
|
| 179 |
+
Category:
|
| 180 |
+
{{
|
| 181 |
+
"category": "direct_debit_payment_not_recognised",
|
| 182 |
+
"confidence": 58.59
|
| 183 |
+
}}
|
| 184 |
+
|
| 185 |
+
Example 24:
|
| 186 |
+
Question: "Is there a limit on how many times I can use a disposable card?"
|
| 187 |
+
Category:
|
| 188 |
+
{{
|
| 189 |
+
"category": "disposable_card_limits",
|
| 190 |
+
"confidence": 37.44
|
| 191 |
+
}}
|
| 192 |
+
|
| 193 |
+
Example 25:
|
| 194 |
+
Question: "Is it possible to change my address?"
|
| 195 |
+
Category:
|
| 196 |
+
{{
|
| 197 |
+
"category": "edit_personal_details",
|
| 198 |
+
"confidence": 97.62
|
| 199 |
+
}}
|
| 200 |
+
|
| 201 |
+
Example 26:
|
| 202 |
+
Question: "Does it cost to exchange currencies with this card?"
|
| 203 |
+
Category:
|
| 204 |
+
{{
|
| 205 |
+
"category": "exchange_charge",
|
| 206 |
+
"confidence": 97.65
|
| 207 |
+
}}
|
| 208 |
+
|
| 209 |
+
Example 27:
|
| 210 |
+
Question: "Does this app have the same exchange rate as third parties?"
|
| 211 |
+
Category:
|
| 212 |
+
{{
|
| 213 |
+
"category": "exchange_rate",
|
| 214 |
+
"confidence": 67.89
|
| 215 |
+
}}
|
| 216 |
+
|
| 217 |
+
Example 28:
|
| 218 |
+
Question: "I need to exchange my GBP to AUD, how would I do this?"
|
| 219 |
+
Category:
|
| 220 |
+
{{
|
| 221 |
+
"category": "exchange_via_app",
|
| 222 |
+
"confidence": 24.99
|
| 223 |
+
}}
|
| 224 |
+
|
| 225 |
+
Example 29:
|
| 226 |
+
Question: "Why do I see an extra €1 charge on my statement?"
|
| 227 |
+
Category:
|
| 228 |
+
{{
|
| 229 |
+
"category": "extra_charge_on_statement",
|
| 230 |
+
"confidence": 97.23
|
| 231 |
+
}}
|
| 232 |
+
|
| 233 |
+
Example 30:
|
| 234 |
+
Question: "Why did my transfer fail?"
|
| 235 |
+
Category:
|
| 236 |
+
{{
|
| 237 |
+
"category": "failed_transfer",
|
| 238 |
+
"confidence": 64.6
|
| 239 |
+
}}
|
| 240 |
+
|
| 241 |
+
Example 31:
|
| 242 |
+
Question: "Is EUR one of the currencies you deal with?"
|
| 243 |
+
Category:
|
| 244 |
+
{{
|
| 245 |
+
"category": "fiat_currency_support",
|
| 246 |
+
"confidence": 73.83
|
| 247 |
+
}}
|
| 248 |
+
|
| 249 |
+
Example 32:
|
| 250 |
+
Question: "Where's the best place to get a disposable virtual card?"
|
| 251 |
+
Category:
|
| 252 |
+
{{
|
| 253 |
+
"category": "get_disposable_virtual_card",
|
| 254 |
+
"confidence": 75.9
|
| 255 |
+
}}
|
| 256 |
+
|
| 257 |
+
Example 33:
|
| 258 |
+
Question: "can i create my own pin right away"
|
| 259 |
+
Category:
|
| 260 |
+
{{
|
| 261 |
+
"category": "get_physical_card",
|
| 262 |
+
"confidence": 83.67
|
| 263 |
+
}}
|
| 264 |
+
|
| 265 |
+
Example 34:
|
| 266 |
+
Question: "May I have another card?"
|
| 267 |
+
Category:
|
| 268 |
+
{{
|
| 269 |
+
"category": "getting_spare_card",
|
| 270 |
+
"confidence": 42.16
|
| 271 |
+
}}
|
| 272 |
+
|
| 273 |
+
Example 35:
|
| 274 |
+
Question: "how to i go about getting my virtual card"
|
| 275 |
+
Category:
|
| 276 |
+
{{
|
| 277 |
+
"category": "getting_virtual_card",
|
| 278 |
+
"confidence": 90.09
|
| 279 |
+
}}
|
| 280 |
+
|
| 281 |
+
Example 36:
|
| 282 |
+
Question: "What should I do if my card is missing?"
|
| 283 |
+
Category:
|
| 284 |
+
{{
|
| 285 |
+
"category": "lost_or_stolen_card",
|
| 286 |
+
"confidence": 63.0
|
| 287 |
+
}}
|
| 288 |
+
|
| 289 |
+
Example 37:
|
| 290 |
+
Question: "Can I used my card even if my phone has been stolen?"
|
| 291 |
+
Category:
|
| 292 |
+
{{
|
| 293 |
+
"category": "lost_or_stolen_phone",
|
| 294 |
+
"confidence": 22.69
|
| 295 |
+
}}
|
| 296 |
+
|
| 297 |
+
Example 38:
|
| 298 |
+
Question: "How can I order a card?"
|
| 299 |
+
Category:
|
| 300 |
+
{{
|
| 301 |
+
"category": "order_physical_card",
|
| 302 |
+
"confidence": 20.23
|
| 303 |
+
}}
|
| 304 |
+
|
| 305 |
+
Example 39:
|
| 306 |
+
Question: "Tell me how to reset the passcode."
|
| 307 |
+
Category:
|
| 308 |
+
{{
|
| 309 |
+
"category": "passcode_forgotten",
|
| 310 |
+
"confidence": 74.61
|
| 311 |
+
}}
|
| 312 |
+
|
| 313 |
+
Example 40:
|
| 314 |
+
Question: "I'm still waiting on a payment"
|
| 315 |
+
Category:
|
| 316 |
+
{{
|
| 317 |
+
"category": "pending_card_payment",
|
| 318 |
+
"confidence": 86.41
|
| 319 |
+
}}
|
| 320 |
+
|
| 321 |
+
Example 41:
|
| 322 |
+
Question: "Can you please tell me why my cash withdrawal is still pending?"
|
| 323 |
+
Category:
|
| 324 |
+
{{
|
| 325 |
+
"category": "pending_cash_withdrawal",
|
| 326 |
+
"confidence": 19.97
|
| 327 |
+
}}
|
| 328 |
+
|
| 329 |
+
Example 42:
|
| 330 |
+
Question: "I think something is wrong with your top up. I've been waiting a little over an hour for this to go through, can you send it through for me?"
|
| 331 |
+
Category:
|
| 332 |
+
{{
|
| 333 |
+
"category": "pending_top_up",
|
| 334 |
+
"confidence": 44.08
|
| 335 |
+
}}
|
| 336 |
+
|
| 337 |
+
Example 43:
|
| 338 |
+
Question: "Why is there a pending time on my transfer?"
|
| 339 |
+
Category:
|
| 340 |
+
{{
|
| 341 |
+
"category": "pending_transfer",
|
| 342 |
+
"confidence": 32.36
|
| 343 |
+
}}
|
| 344 |
+
|
| 345 |
+
Example 44:
|
| 346 |
+
Question: "How do I reset my PIN?"
|
| 347 |
+
Category:
|
| 348 |
+
{{
|
| 349 |
+
"category": "pin_blocked",
|
| 350 |
+
"confidence": 11.46
|
| 351 |
+
}}
|
| 352 |
+
|
| 353 |
+
Example 45:
|
| 354 |
+
Question: "Do I need to select a preference to receive my salary payments in GBP and, if so, where?"
|
| 355 |
+
Category:
|
| 356 |
+
{{
|
| 357 |
+
"category": "receiving_money",
|
| 358 |
+
"confidence": 92.9
|
| 359 |
+
}}
|
| 360 |
+
|
| 361 |
+
Example 46:
|
| 362 |
+
Question: "Is it possible to refund an item?"
|
| 363 |
+
Category:
|
| 364 |
+
{{
|
| 365 |
+
"category": "request_refund",
|
| 366 |
+
"confidence": 25.41
|
| 367 |
+
}}
|
| 368 |
+
|
| 369 |
+
Example 47:
|
| 370 |
+
Question: "Why was my payment reversed?"
|
| 371 |
+
Category:
|
| 372 |
+
{{
|
| 373 |
+
"category": "reverted_card_payment?",
|
| 374 |
+
"confidence": 45.87
|
| 375 |
+
}}
|
| 376 |
+
|
| 377 |
+
Example 48:
|
| 378 |
+
Question: "How can I use American Express to add funds to my account?"
|
| 379 |
+
Category:
|
| 380 |
+
{{
|
| 381 |
+
"category": "supported_cards_and_currencies",
|
| 382 |
+
"confidence": 40.96
|
| 383 |
+
}}
|
| 384 |
+
|
| 385 |
+
Example 49:
|
| 386 |
+
Question: "Help me delete my account. I am not satisfied with the service."
|
| 387 |
+
Category:
|
| 388 |
+
{{
|
| 389 |
+
"category": "terminate_account",
|
| 390 |
+
"confidence": 87.62
|
| 391 |
+
}}
|
| 392 |
+
|
| 393 |
+
Example 50:
|
| 394 |
+
Question: "Am I charged for receiving money?"
|
| 395 |
+
Category:
|
| 396 |
+
{{
|
| 397 |
+
"category": "top_up_by_bank_transfer_charge",
|
| 398 |
+
"confidence": 75.91
|
| 399 |
+
}}
|
| 400 |
+
|
| 401 |
+
Example 51:
|
| 402 |
+
Question: "Is there a fee for using a European bank card to top up?"
|
| 403 |
+
Category:
|
| 404 |
+
{{
|
| 405 |
+
"category": "top_up_by_card_charge",
|
| 406 |
+
"confidence": 82.92
|
| 407 |
+
}}
|
| 408 |
+
|
| 409 |
+
Example 52:
|
| 410 |
+
Question: "Can I write a cheque to top up?"
|
| 411 |
+
Category:
|
| 412 |
+
{{
|
| 413 |
+
"category": "top_up_by_cash_or_cheque",
|
| 414 |
+
"confidence": 23.41
|
| 415 |
+
}}
|
| 416 |
+
|
| 417 |
+
Example 53:
|
| 418 |
+
Question: "why isnt top up working"
|
| 419 |
+
Category:
|
| 420 |
+
{{
|
| 421 |
+
"category": "top_up_failed",
|
| 422 |
+
"confidence": 65.07
|
| 423 |
+
}}
|
| 424 |
+
|
| 425 |
+
Example 54:
|
| 426 |
+
Question: "What is the top-up limit on my cards?"
|
| 427 |
+
Category:
|
| 428 |
+
{{
|
| 429 |
+
"category": "top_up_limits",
|
| 430 |
+
"confidence": 98.89
|
| 431 |
+
}}
|
| 432 |
+
|
| 433 |
+
Example 55:
|
| 434 |
+
Question: "My money has gone missing. I had recently added money in, and saw it was there and went through. Now it's missing. What is happening?"
|
| 435 |
+
Category:
|
| 436 |
+
{{
|
| 437 |
+
"category": "top_up_reverted",
|
| 438 |
+
"confidence": 83.18
|
| 439 |
+
}}
|
| 440 |
+
|
| 441 |
+
Example 56:
|
| 442 |
+
Question: "i know i entered the right info, but my top up isn't in my balance"
|
| 443 |
+
Category:
|
| 444 |
+
{{
|
| 445 |
+
"category": "topping_up_by_card",
|
| 446 |
+
"confidence": 83.68
|
| 447 |
+
}}
|
| 448 |
+
|
| 449 |
+
Example 57:
|
| 450 |
+
Question: "Why is there more then one charge on my card I only paid for one not twice how can I fix this?"
|
| 451 |
+
Category:
|
| 452 |
+
{{
|
| 453 |
+
"category": "transaction_charged_twice",
|
| 454 |
+
"confidence": 94.09
|
| 455 |
+
}}
|
| 456 |
+
|
| 457 |
+
Example 58:
|
| 458 |
+
Question: "Why was there a fee for my transfer?"
|
| 459 |
+
Category:
|
| 460 |
+
{{
|
| 461 |
+
"category": "transfer_fee_charged",
|
| 462 |
+
"confidence": 6.21
|
| 463 |
+
}}
|
| 464 |
+
|
| 465 |
+
Example 59:
|
| 466 |
+
Question: "CAN YOU EXPLAIN HOW TO TRANSFER MONEY INTO MY ACCOUNT FOR ME?"
|
| 467 |
+
Category:
|
| 468 |
+
{{
|
| 469 |
+
"category": "transfer_into_account",
|
| 470 |
+
"confidence": 81.75
|
| 471 |
+
}}
|
| 472 |
+
|
| 473 |
+
Example 60:
|
| 474 |
+
Question: "What is the time frame that it usually takes for a transfer to come through? I have a friend needing it immediately but it has yet to come through."
|
| 475 |
+
Category:
|
| 476 |
+
{{
|
| 477 |
+
"category": "transfer_not_received_by_recipient",
|
| 478 |
+
"confidence": 29.08
|
| 479 |
+
}}
|
| 480 |
+
|
| 481 |
+
Example 61:
|
| 482 |
+
Question: "When will my transfer from the US get here?"
|
| 483 |
+
Category:
|
| 484 |
+
{{
|
| 485 |
+
"category": "transfer_timing",
|
| 486 |
+
"confidence": 44.73
|
| 487 |
+
}}
|
| 488 |
+
|
| 489 |
+
Example 62:
|
| 490 |
+
Question: "I have no way to prove my identity."
|
| 491 |
+
Category:
|
| 492 |
+
{{
|
| 493 |
+
"category": "unable_to_verify_identity",
|
| 494 |
+
"confidence": 96.31
|
| 495 |
+
}}
|
| 496 |
+
|
| 497 |
+
Example 63:
|
| 498 |
+
Question: "What do you need for the identity verification"
|
| 499 |
+
Category:
|
| 500 |
+
{{
|
| 501 |
+
"category": "verify_my_identity",
|
| 502 |
+
"confidence": 76.98
|
| 503 |
+
}}
|
| 504 |
+
|
| 505 |
+
Example 64:
|
| 506 |
+
Question: "My source of funds require verification."
|
| 507 |
+
Category:
|
| 508 |
+
{{
|
| 509 |
+
"category": "verify_source_of_funds",
|
| 510 |
+
"confidence": 30.16
|
| 511 |
+
}}
|
| 512 |
+
|
| 513 |
+
Example 65:
|
| 514 |
+
Question: "why do i have to verify top up?"
|
| 515 |
+
Category:
|
| 516 |
+
{{
|
| 517 |
+
"category": "verify_top_up",
|
| 518 |
+
"confidence": 33.81
|
| 519 |
+
}}
|
| 520 |
+
|
| 521 |
+
Example 66:
|
| 522 |
+
Question: "How do I get my disposable virtual card to work?"
|
| 523 |
+
Category:
|
| 524 |
+
{{
|
| 525 |
+
"category": "virtual_card_not_working",
|
| 526 |
+
"confidence": 73.8
|
| 527 |
+
}}
|
| 528 |
+
|
| 529 |
+
Example 67:
|
| 530 |
+
Question: "No Visa please. I want to continue with Mastercard."
|
| 531 |
+
Category:
|
| 532 |
+
{{
|
| 533 |
+
"category": "visa_or_mastercard",
|
| 534 |
+
"confidence": 94.87
|
| 535 |
+
}}
|
| 536 |
+
|
| 537 |
+
Example 68:
|
| 538 |
+
Question: "Can I make transfers before identity verification?"
|
| 539 |
+
Category:
|
| 540 |
+
{{
|
| 541 |
+
"category": "why_verify_identity",
|
| 542 |
+
"confidence": 23.33
|
| 543 |
+
}}
|
| 544 |
+
|
| 545 |
+
Example 69:
|
| 546 |
+
Question: "The cash I asked for still hasn't been received"
|
| 547 |
+
Category:
|
| 548 |
+
{{
|
| 549 |
+
"category": "wrong_amount_of_cash_received",
|
| 550 |
+
"confidence": 1.25
|
| 551 |
+
}}
|
| 552 |
+
|
| 553 |
+
Example 70:
|
| 554 |
+
Question: "Is there a fee associated with using foreign exchange ATMs?"
|
| 555 |
+
Category:
|
| 556 |
+
{{
|
| 557 |
+
"category": "wrong_exchange_rate_for_cash_withdrawal",
|
| 558 |
+
"confidence": 6.89
|
| 559 |
+
}}
|