KaiquanMah commited on
Commit
70b8e08
·
verified ·
1 Parent(s): 9bf4b87

Upload 5 files

Browse files
fewshot-1example-per-nonoos/banking_only2notoos.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "I am at the ATM and tried to withdraw 30 pounds and it only gave me 10 pounds, what do I do?"
3
+ Category:
4
+ {{
5
+ "category": "wrong_amount_of_cash_received",
6
+ "confidence": 39.37
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "how do you determine your exchange rates because one of yours was off when i got cash"
11
+ Category:
12
+ {{
13
+ "category": "wrong_exchange_rate_for_cash_withdrawal",
14
+ "confidence": 53.59
15
+ }}
fewshot-1example-per-nonoos/banking_only3notoos.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "How to verify my identity"
3
+ Category:
4
+ {{
5
+ "category": "why_verify_identity",
6
+ "confidence": 24.34
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "My cash received does not match what has been requested"
11
+ Category:
12
+ {{
13
+ "category": "wrong_amount_of_cash_received",
14
+ "confidence": 49.09
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "I don't think the exchange rate was right."
19
+ Category:
20
+ {{
21
+ "category": "wrong_exchange_rate_for_cash_withdrawal",
22
+ "confidence": 64.57
23
+ }}
fewshot-1example-per-nonoos/banking_only4notoos.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "Do you use Mastercard or Visa?"
3
+ Category:
4
+ {{
5
+ "category": "visa_or_mastercard",
6
+ "confidence": 88.49
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "What is with the need to have all my ID information?"
11
+ Category:
12
+ {{
13
+ "category": "why_verify_identity",
14
+ "confidence": 66.96
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "I got the incorrect amount of money given to me from my account"
19
+ Category:
20
+ {{
21
+ "category": "wrong_amount_of_cash_received",
22
+ "confidence": 27.27
23
+ }}
24
+
25
+ Example 4:
26
+ Question: "The cash withdrawal exchange rate is not correct."
27
+ Category:
28
+ {{
29
+ "category": "wrong_exchange_rate_for_cash_withdrawal",
30
+ "confidence": 96.29
31
+ }}
fewshot-1example-per-nonoos/stackoverflow_only3notoos.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "How do I do python-style indent/dedent tokens with alex/haskell?"
3
+ Category:
4
+ {{
5
+ "category": "haskell",
6
+ "confidence": 17.33
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "500 error while deleting in LINQ"
11
+ Category:
12
+ {{
13
+ "category": "linq",
14
+ "confidence": 60.45
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "Checking for Magento login on external page"
19
+ Category:
20
+ {{
21
+ "category": "magento",
22
+ "confidence": 61.17
23
+ }}
fewshot-1example-per-nonoos/stackoverflow_only5notoos.txt ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Example 1:
2
+ Question: "Customizing gallery layout in Drupal with Views and CCK"
3
+ Category:
4
+ {{
5
+ "category": "drupal",
6
+ "confidence": 8.8
7
+ }}
8
+
9
+ Example 2:
10
+ Question: "In Haskell how do you extract strings from an XML document?"
11
+ Category:
12
+ {{
13
+ "category": "haskell",
14
+ "confidence": 97.19
15
+ }}
16
+
17
+ Example 3:
18
+ Question: "When using Linq, is DbNull equivalent to Null?"
19
+ Category:
20
+ {{
21
+ "category": "linq",
22
+ "confidence": 53.19
23
+ }}
24
+
25
+ Example 4:
26
+ Question: "Using Magento 1.4's WYSIWYG editor on custom admin pages"
27
+ Category:
28
+ {{
29
+ "category": "magento",
30
+ "confidence": 61.92
31
+ }}
32
+
33
+ Example 5:
34
+ Question: "Bind QTcpSocket on dual-homed host"
35
+ Category:
36
+ {{
37
+ "category": "qt",
38
+ "confidence": 87.93
39
+ }}