Upload 3 files
Browse files- scam_detect_test.json +57 -0
- scam_detect_train.json +152 -0
- scam_detect_validation.json +52 -0
scam_detect_test.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
4 |
+
"input": "[HKairport Rewards] Let Christmas Love Fill the Air! Infuse your unique blessings into a personalised Xmas ornament and share it with your beloved. Create Now: https://bit.ly/3VHAZfO EN/UN +852 21900900",
|
5 |
+
"output": "Junk"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
9 |
+
"input": "[服務通知]易賞錢2024年12月積分概要",
|
10 |
+
"output": "Non-junk"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
14 |
+
"input": "SmarTone特選客戶專享 | Ingrid Millet英格蜜兒冬日補濕方案",
|
15 |
+
"output": "Junk"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
19 |
+
"input": "Reminder for your Genius Bar Reservation on Tuesday, October 29, 2024, 4:20 pm.\nTo view, cancel, or reschedule: https://www.apple.com/s/ao1l7J0X0Y",
|
20 |
+
"output": "Non-junk"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
24 |
+
"input": "恭喜您被抽中優惠,打開手機淘寶查看",
|
25 |
+
"output": "Junk"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
29 |
+
"input": "【支付寶】驗證碼1457,付款金額9.9,您正在使用支付寶,須進行驗證。請勿向任何人提供你收到的驗證碼【支付寶】",
|
30 |
+
"output": "Non-junk"
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
34 |
+
"input": "微信保險,您有一份500元的保險即將過期",
|
35 |
+
"output": "Scam"
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
39 |
+
"input": "順豐速遞,你有一個快件,你現在在家嗎?",
|
40 |
+
"output": "Non-junk"
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
44 |
+
"input": "Hello, I am senior management of Hong Kong Police Force. Your parcel is involved in illegal activities. You need to pay fines for realeasing the parcel!",
|
45 |
+
"output": "Scam"
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
49 |
+
"input": "中山海景房首付50萬起",
|
50 |
+
"output": "Junk"
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
54 |
+
"input": "【易通行】閣下於9月27日的隧道費自助繳費失敗,請儘快完成繳費:https://t.ly/.QpBjt",
|
55 |
+
"output": "Scam"
|
56 |
+
}
|
57 |
+
]
|
scam_detect_train.json
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
4 |
+
"input": "喂,這邊是3HK,您的合約即將到期,請問您是否考慮轉台",
|
5 |
+
"output": "Junk"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
9 |
+
"input": "這邊是健康體檢中心,想問你有沒有興趣了解一下最新的優惠",
|
10 |
+
"output": "Junk"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
14 |
+
"input": "20% off during Color Finale Trial",
|
15 |
+
"output": "Junk"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
19 |
+
"input": "隨住科技味發展,AI量化交 易逐漸成為交易嘅潮流,一 Sir為咗迎合時代嘅潮流,特 別成立AI量化交易内部群浴。大家可以點擊下方 WhatsApp條link進入內部群組領取今日爆升股。群組連結:https://chat.whatsapp.com/",
|
20 |
+
"output": "Scam"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
24 |
+
"input": "NVIDIA H100 SXM for just $2.10/hour??? 🎁 You heard right! 🎅",
|
25 |
+
"output": "Junk"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
29 |
+
"input": "【阿里雲盤】驗證碼:520834。此驗證碼只適用於進行登錄驗證,15分鐘內有效",
|
30 |
+
"output": "Non-junk"
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
34 |
+
"input": "保柏:我們已收到保柏非凡自願醫保計劃(合約編號:123456)港幣4,653.47的保費,多謝選用保柏!",
|
35 |
+
"output": "Non-junk"
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
39 |
+
"input": "小心騙徒偷你錢!最近有騙徒冒充警務人員,套取市民銀行戶口資料及密碼,以及透過屏幕共享控制其手機盗取金錢!警方絕不會要求市民轉賬、提供戶口密碼或者進行屏幕共享。如懷疑受騙,請即致電「防騙易」熱線18222查詢。",
|
40 |
+
"output": "Non-junk"
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
44 |
+
"input": "您的Telegram帳號已被讚時凍結,點擊鏈接解凍",
|
45 |
+
"output": "Scam"
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
49 |
+
"input": "Dear Sir/Madam, Congratulations! You've won a $1,000,000 lottery prize. Click here to claim...",
|
50 |
+
"output": "Scam"
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
54 |
+
"input": "您的中銀信用卡主卡尾號1234於03/01在OCL* OCTOPUS AD22560交易HKD200.00,如懷疑電(852)25815188",
|
55 |
+
"output": "Non-junk"
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
59 |
+
"input": "友邦保險AIA給您推薦以下產品",
|
60 |
+
"output": "Junk"
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
64 |
+
"input": "回覆R退訂",
|
65 |
+
"output": "Junk"
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
69 |
+
"input": "Octopus: Don't share this Verification Code. To set up your Octopus Mastercard (card ending 1000) in Apple Pay., enter 973323.",
|
70 |
+
"output": "Non-junk"
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
74 |
+
"input": "官方系統檢測到您的 賬號存在虛假註冊及非法買賣的行為,請登入whtasapp.online 驗證您的賬號,未驗證將永久封鎖您的賬號",
|
75 |
+
"output": "Scam"
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
79 |
+
"input": "【中國銀聯】您的保險業務將從您名下賬戶自動扣取保费24000HKD超時默認,關閉請21:00前聯繫客服:81723675",
|
80 |
+
"output": "Scam"
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
84 |
+
"input": "Send email to customerservice@club.hk",
|
85 |
+
"output": "Junk"
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
89 |
+
"input": "您的包裹已到達灣仔偉信商業大廈驛站C20,請於3個營業日内取。預先取號拎件:p.tb.cn/_6Td2VZgOVBK",
|
90 |
+
"output": "Non-junk"
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
94 |
+
"input": "Your Apple Account Code is: 123056. Don't share it with anyone.",
|
95 |
+
"output": "Non-junk"
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
99 |
+
"input": "雙十一大促銷,天貓優惠紅包大派送,點擊鏈接領取",
|
100 |
+
"output": "Junk"
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
104 |
+
"input": "[HKairport Rewards] Merry Xmas! Earn tickets to Japan/Australia & 2X points for shopping at HKIA and HKairportShop.com. Learn more: https://bit.ly/3D2Zn4R T&Cs apply: https://bit.ly/49u7B2f EN/UN +852 21900900",
|
105 |
+
"output": "Junk"
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
109 |
+
"input": "更係獲利70%,綜 合盈利160%以上,仲未進 入WhatsApp內部群組嘅朋友把握時間點擊下方連結。群組連結:",
|
110 |
+
"output": "Scam"
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
114 |
+
"input": "【meyarn旗舰店】好久不见,米妍为您精心准备了含氟牙膏一支,请进店咨询领取哦~ s.tb.cn/y6.ZRvDbH 拒收请回复R",
|
115 |
+
"output": "Junk"
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
119 |
+
"input": "[HKairport Rewards] Earn free air tickets to/from Beijing, Seoul, Shanghai or Singapore by shopping at BEAUTY & YOU/DUTY ZERO by cdf at HKIA till 12/12! Learn more: https://bit.ly/4fS7Ru0 EN/UN +852 21900900",
|
120 |
+
"output": "Junk"
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
124 |
+
"input": "【流量提醒】尊敬的客戶,您好!截止12月24日11點31分,您139****5483本月移動上網流量已經使用80MB",
|
125 |
+
"output": "Non-junk"
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
129 |
+
"input": "您的WhatsApo顛號涉𡡷遵反了服務條款,請點擊whatsagp-ip.com進行驗證,否則將於3小時後封禁您的賬戶。",
|
130 |
+
"output": "Scam"
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
134 |
+
"input": "Citibank: [Wealth Outlook 2025] US & Global economic & earnings growth expected to be sustained in 2025, together with cross-industry benefits of AI are supporting investors to fully invest a globally diversified portfolio for opportunities in a 'rule-breaking' expansion! Login Citi Mobile App to visit Global Wealth Insights for more details! Investment involves risks. EN/UN +",
|
135 |
+
"output": "Non-junk"
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
139 |
+
"input": "驗證碼3048,付款金額9.90,你正在使用支付寶,須進行驗證。請勿向任何人提供你收到的驗證碼【支付宝】",
|
140 |
+
"output": "Non-junk"
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
144 |
+
"input": "Boarding pass:https://www.cathaypacific.com/olci/enHK/bps/47h7jpeqAnA Ross/ANA CX24/HKG-HND/25Dec SEC: 4",
|
145 |
+
"output": "Non-junk"
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
149 |
+
"input": "你的WhatsApp帳號檢測到異常行為已被讚時凍結,點擊鏈接解凍",
|
150 |
+
"output": "Scam"
|
151 |
+
}
|
152 |
+
]
|
scam_detect_validation.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
4 |
+
"input": "入境處最後一次通知,您的香港身分證須更新",
|
5 |
+
"output": "Scam"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
9 |
+
"input": "你銀行戶口有問題喎!將錢轉到XX銀行戶口,證明是你本人操作,否則會凍結你銀行戶口",
|
10 |
+
"output": "Scam"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
14 |
+
"input": "感谢您对汇丰香港的支持!随时随地掌握您的银行户口服务及功能,欢迎随时联络我们,您亦可关注汇丰香港微信公众号或登录汇丰香港的官方网站,了解更多。查询 (852) 2233 3000。",
|
15 |
+
"output": "Non-junk"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
19 |
+
"input": "[Access granted] Your request to access model meta-llama/Llama-3.3-70B-Instruct has been accepted",
|
20 |
+
"output": "Non-junk"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
24 |
+
"input": "小心騙徒偷你錢!\n最近有騙徒冒充警務人員,套取市民銀行戶口資料及密碼,以及透過屏幕共享控制其手機盗取金錢!\n警方絕不會要求市民轉賬、提供戶口密碼或者進行屏幕共享。\n如懷疑受騙,請即致電「防騙易」熱線18222查詢。",
|
25 |
+
"output": "Non-junk"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
29 |
+
"input": "【Mannings】:閣下賬戶 積分(6156分)將於今日到期!請立即進行禮品兌換:hkwanIngasd.vip/i",
|
30 |
+
"output": "Scam"
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
34 |
+
"input": "SmarTone特選客戶專享|Ingrid Millet英格蜜兒【聖誕美療4選1】",
|
35 |
+
"output": "Junk"
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
39 |
+
"input": "英格蜜兒預祝您聖誕快樂🎄🥳,現特意為您送上專享禮遇!即日起至12月31日,SmarTone 特選客戶可經https://www.smartone.com/hk/ingridmillet24_dec 領取【美療4選1】+ 網上預付額外贈皇牌魚子活肌套裝 (共6件|總值$985),令您佳節以最佳形象示人!\n\n1.【$380/次】PicoPro淡斑嫩膚療程 – 榮獲FDA及CE認證,最強淡斑技術,擊退各樣色素色斑 或\n2.【$380/次】黃金索眼部療程 – 激活眼肌膠原重組及更生,緊緻提升 或\n3.【$588/次】金箔美白HIFU療程 – 強效收緊皮膚及迅速提拉,配合金箔排出肌膚毒素,活化細胞 或\n4.【$380/次】增肌減脂 – 輕鬆強化肌肉,溶解深層頑固脂肪及收緊肌膚\n]n立即WhatsApp預約:6188 6216\n\n*優惠只適用於英格蜜兒新客戶。禮品名額有限,先到先得,送完即止。\n受條款及細則約束。查詢 2581 2666 / 取消 2159 3960\n數碼通電訊有限公司 – 香港九龍觀塘觀塘道378 號創紀之城第二期 31 樓",
|
40 |
+
"output": "Junk"
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
44 |
+
"input": "Click link to unsubscribe",
|
45 |
+
"output": "Junk"
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"instruction": "Classify the following message as Scam, Junk, or Non-junk.",
|
49 |
+
"input": "Click link to manage notification",
|
50 |
+
"output": "Junk"
|
51 |
+
}
|
52 |
+
]
|